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!

Any way of selecting target of the pet?

LiquidAtoR

Community Developer
Joined
Jan 15, 2010
Messages
1,430
As title says is there any way to select the pet's target location or if not available the pet's location (though I prefer the pet's target location if possible to prevent some messup with certain pets)?

Like
PHP:
_me.CurrentTarget.Location
= for your own target's location (already figured that out looking trough codes), but can this be done for the pet's target as well, and if so how is it supposed to look?

Thanks in advance, LiquidAtoR.

Edit: Will this work (e.g. does this exist to call upon)?
PHP:
_me.Pet.CurrentTarget.Location
 
Last edited:
Me.Pet.CurrentTarget.Location is valid. It will return a WoWPoint of the pet's target's location.
 
Thanks alot m8. I have no knowledge whatsoever of C# but am trying my best to understand the logic of the CC's I can read and find a way to implement it in my current rework of the demolock cc.
 
Back
Top