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

Click NEAR target location

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.
 
Make a new wowpoint, and then instead of Me.CurrentTarget.Location use the the new wowpoint instead.

also if your going to drop a ring of frost its probably better to do it defensively, and drop it at Me.Location, so if your getting beat up on, you can blink away, and the mob or player will have to run though it to get to you, and he will have to run into it to get to you. i wouldnt use anything else unless your trying to code for a boss battle, then Tank Location or CurrentTarget Location would be better.
 
Back
Top