Signup Now
Results 1 to 2 of 2
  1. #1
    Free User xyyyyllo's Avatar
    Join Date
    Dec 2013
    Posts
    95
    Reputation
    27
    Rep Power
    21

    enchant spear (not intuitive)

    when ussing enchant spear mana training, nothing happens when you have bunch of normal spears in your left hand. it works only when your spears are in the backpack.

    i think that should work like this:

    Code:
    if ( spears in left_hand ) then
         cast('exevo con')
    else
        move_spear_to_hand
        cast('exevo con')
    now it works only like this:
    Code:
        move_spear_to_hand
        cast('exevo con')
    try it your self, place like 2 or more spears in your hand, and cast the spell WITHOUT bot, it will move the enchanted spear straight in the backpack.


    just saying

  2. #2
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    Thanks. Fixing it.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •