View Single Post
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,323
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