Page 1 of 1
pet targetting
Posted: Wed Sep 12, 2012 6:50 am
by xilbup
is there a way to have a cleric target a character's pet, by use of mq2 or otherwise?
Re: pet targetting
Posted: Wed Sep 12, 2012 8:24 am
by Warlgor
If you are in the person's group, pressing the F# key associated with their place in your group window will target them, and pressing it again will target their pet. For example if you were the first person in my group window, I would hit F2 twice (F1 targets yourself).
Hope this helps!
Re: pet targetting
Posted: Sat Sep 15, 2012 12:19 am
by moonrazor
I would assume you mean you want your box, cleric in this case, to target your pet via a macro?
Moonrazor
Re: pet targetting
Posted: Sat Sep 29, 2012 11:34 am
by xilbup
oh yah, StickyBuds solution was the 1 i was looking for, figured id just repost it to this thread.
thnx mr stickybuds
::
ok i think i came up with something for if you are not playing on the pet class =)
there is a mq2 command called "/noparse" which instead of processing the command it sends the literal text that follows to that client, so they will then issue that command from that client instead of the one you actually issued it from. Very handy for this case with the ${Me} function.
so, using Clericman and Mageman again. This command can be issues from any other toon, say your tank, or even the cleric himself. the command should go as follows (tested and working)
Code:
/noparse /bct Mageman //bct Clericman //casting "Faithful Light Rk. I" gem1 -targetid|${Me.Pet.ID}
Regards,
Sticky