Does anyone have a macro for travel form + aquatic ?
#showtooltip
/run if (not UnitAffectingCombat("player")) and (GetUnitSpeed("player")==0) and IsOutdoors() then if IsUsableItem(94154) then CallCompanion("MOUNT", 2) else CallCompanion("MOUNT", 1) end end
/cast [indoors] Cat Form; Travel Form
tried using this from a site but doesnt work lol
Is it possible to have a 1key button for 2 skill ( aquatic for sim, and cat for running )
Jendah's macro would work, but just remember you need to click it with your mouse with shift held down for it to work - There is no keybindable way of putting 2 skills on the same keybind that i'm aware of other than castsequence macros which do something completely different than your goal here.
its just as easy to have both of them bound to seperate keys vs spamming the same thing while waiting for the GCD
there is no way to use rejuv faster unless you want a /target macro on yourself with a /cast rejuv but in that case i would suggest using clique and having it bound as a mouse over or auto self targeted heal
its just as easy to have both of them bound to seperate keys vs spamming the same thing while waiting for the GCD
there is no way to use rejuv faster unless you want a /target macro on yourself with a /cast rejuv but in that case i would suggest using clique and having it bound as a mouse over or auto self targeted heal
im saying that i wana cast rej asap, not have it be used faster.
( im in bear form, i can just click shiftmod for rejv, instead of switching back to human to cast )