What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Using HB to detect if range to target is >= 15 yards

mastaflex

New Member
Joined
Aug 14, 2011
Messages
8
Is there any way I can use honorbuddy to detect if my target is within 15 or more yards from me. I would like to be able to use this in a regular run command such as /run if (my target is >=15 yards from me using honorbuddy to do this somehow) then (insert whatever here) end
 
You already know this is possible Masta. If you have questions, see me on IRC.
 
If you have a question on what to put to run an actual wow macro have a look at my MageHelper plugin code, within the Methods.cs file
Public void Invisibility()

It'll show you the lua command to do a macro.
If it's just casting a spell HB can do that internally.
 
Back
Top