Thread Tools Display Modes
10-04-19, 11:00 AM   #1
doofus
A Chromatic Dragonspawn
Join Date: Feb 2018
Posts: 158
Classic WoW druid form macros

I would like to have a macro to cycle between bear, cat, noform. Something like

/castsequence Bear Form, Cat Form, Noform
  Reply With Quote
10-04-19, 11:26 AM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,308
This is a little clunky, but it might work.
Code:
/cancelform [noform:3]
/castsequence [form:3] Cat Form; Bear Form, Cat Form
It force-casts Cat Form at the end of the cycle to cancel the current form.
Classic requires canceling the current form before you can swap them. The problem with this is you can't check [form] after /cancelform since it's wiped immediately. /castsequence should still remember its position anyway.

Alternatively, each form has its own main action bar, you could simply put the next form in the sequence in the same slot to cycle them without a macro.

PS: Cycling between these 3 states is generally a bad idea since in classic, shifting between forms costs a lot of mana and could run you out very quickly.
__________________
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 : 10-04-19 at 11:39 AM.
  Reply With Quote
10-08-19, 02:30 PM   #3
doofus
A Chromatic Dragonspawn
Join Date: Feb 2018
Posts: 158
Thank you, I think this has worked. And you are right if you /cancelform it does not retain what form you were originally in.
  Reply With Quote
10-25-20, 11:47 AM   #4
shadowguard12
A Kobold Labourer
Join Date: Oct 2020
Posts: 1
Classic WoW Moonkin druid form macros

I am working on making a macro for my moonkin druid allowing me to cancel moonkin form, cast innervate then pop back into moonkin form during a boss fight; if anyone has any suggestions,

I would appreciate it;

thanks
  Reply With Quote
10-27-20, 06:37 AM   #5
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,308
Might try:
Code:
#showtooltip
/cancelform [form]
/castsequence reset=10 Innervate, Moonkin Form
You're going to have to hit it twice since both abilities trigger the GCD.
__________________
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)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Classic WoW druid form macros

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