dakota391 Member Joined Jul 20, 2011 Messages 302 Reaction score 1 Mar 2, 2013 #1 Is there a plugin that clears the current target when its dead because my bot sometimes just sit there doing nothing till I clear the target. I looked around the forums but could not find anything. Any help?
Is there a plugin that clears the current target when its dead because my bot sometimes just sit there doing nothing till I clear the target. I looked around the forums but could not find anything. Any help?
G Giwin Well-Known Member Joined Dec 3, 2011 Messages 3,431 Reaction score 48 Mar 3, 2013 #2 in Pull Method of your Custom Class put; if (StyxWoW.Me.CurrentTarget.IsDead) StyxWoW.Me.ClearTarget();
in Pull Method of your Custom Class put; if (StyxWoW.Me.CurrentTarget.IsDead) StyxWoW.Me.ClearTarget();
Milan0 New Member Joined Oct 16, 2012 Messages 11 Reaction score 0 Mar 3, 2013 #3 http://www.thebuddyforum.com/honorbuddy-forum/plugins/uncataloged/72697-plugin-supreme-targets.html