tuanha
Well-Known Member
- Joined
- Nov 29, 2011
- Messages
- 6,998
- Reaction score
- 124
The follow code work perfectly if you want to CLICK drop trap (hunter) / freeze (mage pet) / Heroic Leap (Warrior)... on Target location.
LegacySpellManager.ClickRemoteLocation(StyxWoW.Me.CurrentTarget.Location);
But is there anyway to CLICK NEAR target location that would be more useful in case:
- Mage drop Ring of Frost so the bezel hit target not the center.
- Hunter drop trap IN FRONT of the target which is MOVING.
Any suggestion?
Thank you.
LegacySpellManager.ClickRemoteLocation(StyxWoW.Me.CurrentTarget.Location);
But is there anyway to CLICK NEAR target location that would be more useful in case:
- Mage drop Ring of Frost so the bezel hit target not the center.
- Hunter drop trap IN FRONT of the target which is MOVING.
Any suggestion?
Thank you.