Hi, i was running trailmyxs full auto fisherman (its worked before) I went to start it on a new character, and the script fails to find the fishing poles id in my backpack? is there something i can do by editing it? or how would you approach to fix this kind of thing?
Tango
Post Merge: May 09, 2013, 01:17:35 PM
found where the script mentions arming the fishing pole, and was wondering if the CHARID could be wrong on it? i am at a lost as to where id change it in there tho.
ArmWeapon_loop2:
    finditem %fishingpole C_ , #CHARID
    if #FINDKIND <> -1 ; must de-equip fishing pole
    {
      exevent drag %fishingpole 1
      wait 10
      exevent dropc #BACKPACKID
      wait 30
      goto ArmWeapon_loop2
    }
    finditem %1 C_ , #BACKPACKID
    if #FINDKIND <> -1
    {
      if #FINDTYPE in PPO
        event macro 24 1 ; disarm weapon to setup - left
      else
        event macro 24 2 ; disarm weapon to setup - right
      wait 30
      goto ArmWeapon_loop1
    }