I am working on a really cool PL script for a 63 shaman I have, and in a group that im PLing right now, there are 2 necro's and they want my shaman to me able to buff their pets.
So far im using keywords from tells such as heal, regen, shield etc. to trigger my shaman to cast those spells on the person who sends the tell.
My question is is there a way to target an PC's pet in macroquest.
For example if say Noob1 sends a tell "regenpet"
I would like code to fire such as
/if "@Param1"=="Noob1" /if "@Param2"~~"regenpet" /call Cast_Regen_Pet_Groupyone
Sub Cast_Regen_Pet_Groupyone
/stand
/traget (this is where I need code to return Noob1's pet)
/delay 2
/call Spellsub "Chloroplast"
/sit
/return
Thanks in advance, and sorry, I STILL haven't learned how to put code in the pretty yellow code window =/
Sky
P.S. This PL script for my Shammy is turning out to be really sweet. As soon as I add some more functionality it will get posted :)


