June 14, 20169 yr Is there a way to stop attacking the current target once a buff is detected? For example target is stunned, then bot will clear the target
June 16, 20169 yr Hello, to clear target you can use lua code http://wowwiki.wikia.com/wiki/API_ClearTarget : ClearTarget();
June 28, 20169 yr Author On 6/17/2016 at 0:26 AM, Droidz said: Hello, to clear target you can use lua code http://wowwiki.wikia.com/wiki/API_ClearTarget : ClearTarget(); Tried this but it doesn't seems to work. I would like to get the bot to clear the current target and find others instead. After using Iron Trap, the mob becomes untargetable but the bot still tries to attack it. With the ClearTarget, the bot just stays there waiting for it to disappear before searching for another target. Is there a clear last target memory for the wRobot?
July 8, 20169 yr You can use C# code wManager.Wow.Helpers.Fight.StopFight(); But for the moment no easy way to use c# code in fightclasses editor, I'll add spell option like "Not spell, is c# code" in next WRobot updates.
July 25, 20169 yr Did you ever tried this snippet ? The hint is, to check, if the target stoped targeting you.....
Create an account or sign in to comment