as I said it stop working long time ago (like half year or more, looks like from november) after some bot update, so I was forced to use old version and update just address
y everything else work fine as was before, killing butterfies, looting but not targeting npc i even tried to delete all bot files and run svn update to download all new and same problem hmm maybe I noticed some issue - when bot is about to kill mob - sometimes it target mob "internaly", it...
Lisa, I have been trying to use the scripts but without success. If I target the npc (green circle) it will either pick up or turn in the quest but otherwise it will just run back and forth. Do I need a userfunction of somesort? thank you. My guess is it is because of different language client and ...
script stuck on first casted skill with repeatly pressing RB command macro key To figure out what it's trying to do, open the macro interface, find the "RB Command", open it and see what command it was trying to execute. i let it run longer and it went this way: cast first skill then targ...
it was my bad, I had = "bossguy"and not =="bossguy" try this local target = player:getTarget(); if target and target.Name == "bossguy" then printf("targeting mad mallen\n") repeat local time, moretocome, msg = EventMonitorCheck("Crush","1"...
change bossguy to name of the boss and see if this fixes your issue. <onSkillCast> local target = player:getTarget(); if target and target.Name = "bossguy" then printf("targeting mad mallen\n") repeat local time, moretocome, msg = EventMonitorCheck("Crush","1"...