fish wrote:Hi
I've played druid lots in tbc not as much in vanilla. In tbc you can switch forms by just one click, from cat to bear e.g. However that's not the case in vanilla, so I'm wondering whether there's a macro that lets me do this or not? I have the supermacro addon if that's nessecary.
/script if buffed("Cat Form") then CancelBuff("Cat Form") end
/script if buffed("Travel Form") then CancelBuff("Travel Form") end
/script if buffed("Dire Bear Form") then CancelBuff("Dire Bear Form") end
/script if buffed("Moonkin Form") then CancelBuff("Moonkin Form") end
/script if buffed("Aquatic Form") then CancelBuff("Aquatic Form") end
/script if buffed("Bear Form") then CancelBuff("Bear Form") end
/cast X Form
Remove the form you do not want to remove and add cast the form you want to go into
requires supermacro ofcourse, and i am sure there is a shorter way to do this but can't be arsed to figure it out