Tooltip macro
Posted: Wed Dec 23, 2015 10:25 am
Hello,
so Im using this macro
The macro works like I want, togles on auto shot without disabling it with a 2nd press and cast arcane shot but I cant see the arcane shot cd. Anyway I can fix this plz?
Tks
so Im using this macro
/run if CheckInteractDistance("target", 3) and (not PlayerFrame.inCombat) then AttackTarget() elseif not IsAutoRepeatAction(3) then CastSpellByName("Auto Shot") end
/cast Arcane Shot (rank 1)
The macro works like I want, togles on auto shot without disabling it with a 2nd press and cast arcane shot but I cant see the arcane shot cd. Anyway I can fix this plz?
Tks