naut
Community Developer
- Joined
- Feb 9, 2012
- Messages
- 277
- Reaction score
- 21
I am trying to include heroic leap into an override plugin I am creating for assisting with killing rare elite mobs.
Currently this is what i have:
_target = GetPoint();
SpellManager.Cast("Heroic Leap");
SpellManager.ClickRemoteLocation(_target);
This will cause heroic leap to be cast on my targets location. However I would like the plugin to cast heroic leap ~10 yards away from my targets location, as I am using it to jump away from a spell being cast.
Is there a way to code it to click on a location other than your current location or your targets location?
Thanks alot.
Currently this is what i have:
_target = GetPoint();
SpellManager.Cast("Heroic Leap");
SpellManager.ClickRemoteLocation(_target);
This will cause heroic leap to be cast on my targets location. However I would like the plugin to cast heroic leap ~10 yards away from my targets location, as I am using it to jump away from a spell being cast.
Is there a way to code it to click on a location other than your current location or your targets location?
Thanks alot.