Thread Tools Display Modes
12-17-14, 09:14 AM   #1
Jaelre
A Defias Bandit
Join Date: Oct 2008
Posts: 2
Cancelform macro

As a druid I wanted a macro to cancel all forms except moonkin.
Tried
/run if GetShapeshiftForm() < 4 then CancelShapeshiftForm()
but it doesn't seems to be working.
Ideas?
Thanks
  Reply With Quote
12-17-14, 09:41 AM   #2
Jagger_
A Murloc Raider
Join Date: Oct 2008
Posts: 4
/cancelform [form:1/2/3]

Should do what you want, I think.
  Reply With Quote
12-17-14, 11:30 AM   #3
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
What about:
Code:
#showtooltip
/cancelform [nostance:4]
  Reply With Quote
12-18-14, 08:39 AM   #4
Jaelre
A Defias Bandit
Join Date: Oct 2008
Posts: 2
Much simpler than I thought, thank you.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Cancelform macro

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off