Page 1 of 1

mage pet

Posted: 24 Sep 2011, 01:14
by Maximus
when mage's pet dies ...it should go away instantly .and it not like hunter pet .it should be like dismiss or smth.its just bug i guess.i have to dimiss dead pet to summon new one .weird ha !

Re: mage pet

Posted: 24 Sep 2011, 10:36
by Tantrum
Use these lines of command on a pet macro if you have one

/stopmacro [target=pet, nodead]
/run PetDismiss()

It will dismiss your pet only if it is dead, so you can cast a new one right away, without rightclicking the pet portrait.
My full pet summon and freeze macro looks like this.

#showtooltip Summon Water Elemental
/cast [nopet]Summon Water Elemental; Freeze
/stopmacro [target=pet, nodead]
/run PetDismiss()