• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Any way of selecting target of the pet?

    Discussion in 'Archives' started by LiquidAtoR, Jan 31, 2010.

    1. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      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: Jan 31, 2010
    2. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      Me.Pet.CurrentTarget.Location is valid. It will return a WoWPoint of the pet's target's location.
       
    3. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      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.
       

    Share This Page