Ok i hope someone can help me. I got supermacro, aswell WobLight's Extended LUA code. But my spammable Bear macro won't work. I always shapeshift back when i spam it. That is kind of frustrating. The macros i have tried already:
/run local a=GetActiveForm() if a==0 then CastShapeshiftForm(1) else if not IsSpellOnCD('Bear Form') then CastShapeshiftForm(a)end end
/script if not buffed("Bear Form") then cast("Bear Form") end
/script if not buffed("Bear Form", 'player') then cast("Bear Form(Shapeshift)")end;
/run local _, _, active = GetShapeshiftFormInfo(1) if not active or IsControlKeyDown() then CastShapeshiftForm(1) end
Did i miss anything? Also my client is in english, if this is important.