Tooltip macro

Tooltip macro

by Sonasol » Wed Dec 23, 2015 10:25 am

Hello,
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
Sonasol
Senior Sergeant
Senior Sergeant
 

Re: Tooltip macro

by Dreez » Wed Dec 23, 2015 3:27 pm

putting the /cast Arcane Shot first should solve this
Dreez - PvP server
<Endzeit>
User avatar
Dreez
Knight-Lieutenant
Knight-Lieutenant
 

Re: Tooltip macro

by Sonasol » Wed Dec 23, 2015 6:33 pm

Ok, if is that simple than Im better at macros then I thought :P.
Im use to retail and we had a interrogation mark (?) where we choose the macro symbol and that would make the 1st spell inside the macro visible but here I didnt saw it.
Anyway I will look better at it when I get home, tks
Sonasol
Senior Sergeant
Senior Sergeant
 

Re: Tooltip macro

by Athene » Wed Dec 23, 2015 9:29 pm

If you have the addon SuperMacro use this macro to see your AS cooldown:

Code: Select all
/script if false then CastSpellByName("Arcane Shot") end
/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)
<Genesis>
youtube.com/GenesisGuilde

MSBT [Continued] landed on Nostalrius, check it here: forum.nostalrius.org/viewtopic.php?f=63&t=1721
User avatar
Athene
Senior Sergeant
Senior Sergeant
 


Return to Addons & macros