PDA

View Full Version : Hunter macro help with pets



luxlunae
01-11-2013, 04:42 PM
I want to add something so that my hunter automatically calls or rezzes pet when she doesn't have one, does anyone have the right thing to add? right now my 4 steps are:


!if (character in "Hunter MM") /cast Aimed Shot


!if (character in "Hunter MM") /castsequence reset=target Steady Shot, Serpent Sting, null


!if (character in "Hunter MM") /cast Kill Shot


!if (character in "Hunter MM") /cast Steady Shot

I just want to add some nopet lines that will recall or rez the pet instead of my early steps if she's missing.

I think that something is supposed to use nopet as a conditional or something but that only seems to cover unsummoned but not dead?

JohnGabriel
01-11-2013, 06:20 PM
How about this:



/cast [@pet,dead] Revive Pet
/cast [nopet] Call Pet 1


Sometimes you still have to press it twice. For example if your pet dies then you continue on and get too far away from it, you need to first call pet then revive pet.

luxlunae
01-11-2013, 10:04 PM
ok I've integrated those as part of step 1 and 2 of my multistep. Thanks!