Hi
I am looking to make a kitty form macro that will allow me to cast prowl and then when I press the modifier it will cast dash without breaking prowl.
Here is what I have:
#showtooltip
/cast stealth, [mod:shiftt]Dash; [mod:alt,]Prowl;Cat form
Currently when I cast dash it breaks stealth but when I press dash on my bars it doesn’t break stealth which is very inconvenient at the moment.
ur macro is wrong for it
#showtooltip
/cast stealth, [mod:shiftt]Dash; [mod:alt,]Prowl;Cat form
the way u got it now it wil always cast stealth + prowl/dash when ur in stealth and hit the stealth button again u will go out of stealth
prowl is same as stealth right ?
#showtooltip
/cast prowl, [mod:shiftt]Dash
should work than ? witout the mod its going in/out of prowl and with the mod u dash ( doesnt mather if ur in/out prowl )
I suggest being more specific.
- When not in catform: cast cat form
- When not in stealth + not in combat + in cat form = prowl
- When mod:shift + in catform = Dash
This way you should never do more or less than expected. Can always adjust it as desired.
#showtooltip
/cast [nostance:2] Cat Form; [nostealth, nocombat, stance:2] Prowl; [mod:shift, stance:2]Dash;
system
(system)
closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.