View Single Post
06-28-19, 01:57 PM   #13
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,325
Originally Posted by jeruku View Post
Code:
#showtooltip
/cast [mod];[nocombat,form:0/2,indoors]Prowl;[outdoors][swimming] Travel Form;Cat Form
/cancelform [mod,form]
Even though it should technically work, not checking form on /cast when /cancelform is to run invites a race condition where /cancelform may cancel the /cast if the server responds fast enough.

Also, the auto-shift to cat form when using Prowl works in all forms.



PS: If Prowl is on CD and conditions are met, it would block use of Cat Form. This is why I suggested it should be seperated from the macro or at the very least, used on a modifier.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 06-28-19 at 02:03 PM.
  Reply With Quote