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

Checking hit box range

Truman422

Member
Joined
Jan 10, 2011
Messages
198
Reaction score
14
Is this possible? Or do we just need to user define a certain size.. I'd love to figure a way to let honorbuddy recognize the hit box size of the target so that I can avoid constantly trying to cast when I'm way too far away, or not casting at all unless I'm crammed up the enormous hit box bosses ass. Thanks for the help. :cool:
 
public float BoundingRadius { get; }
Member of Styx.WoWInternals.WoWObjects.WoWUnit

Summary:
Gets the bounding radius.

hitBoxDistance = Math.max(0, unit.Distance - unit.BoundingRadius);
 
Back
Top