Jump to content

Lerija

Player
  • Content count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Lerija

  • Rank
    Newcomer
  1. Lerija

    Powershift macro

    Hey thank you for the fast reply. So i tried it with CastModifier but it didn't work. But thanks to your link i found the problem. It was my druidbar addon wich caused a problem. When i have it activated none of my macros work. Without it, everything works perfectly fine. So problem solved, but anyone have an alternative for druidbar?
  2. Lerija

    Powershift macro

    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.
×