Page 1 of 1

Best 8.0 pet macro

Posted: Sat Aug 18, 2018 10:58 pm
by Shixin
In case anyone was having trouble with dismissing your WE and getting all functions on one macro...

Code: Select all

#showtooltip /cast [nopet] Summon Water Elemental; [nomod]Freeze /run if SecureCmdOptionParse("[mod:alt]") then PetDismiss() end

Re: Best 8.0 pet macro

Posted: Sun Aug 19, 2018 10:55 am
by roldy
Really great macro. I appreciate it.

Re: Best 8.0 pet macro

Posted: Sun Aug 19, 2018 1:14 pm
by sawbossnl
is there a mouse over macro for the pet freeze ability?

Re: Best 8.0 pet macro

Posted: Sun Aug 19, 2018 4:27 pm
by Shixin
is there a mouse over macro for the pet freeze ability?
Afraid you can't since the pet Freeze has to be dropped in world. Unless I'm not understanding what you want to do?

Re: Best 8.0 pet macro

Posted: Sun Aug 19, 2018 5:21 pm
by Foxykeep
If you want to mouse over macro the freeze here it is :

#showtooltip
/cast [nopet] Summon Water Elemental; [nomod,@cursor] Freeze
/run if SecureCmdOptionParse("[mod:alt]") then PetDismiss() end

Re: Best 8.0 pet macro

Posted: Sun Aug 19, 2018 5:41 pm
by Shixin
Oh, yeah. Duh lol.

Re: Best 8.0 pet macro

Posted: Mon Aug 20, 2018 9:23 pm
by sawbossnl
Thanks mate