2.1 - AUTO SHOT
As strange as it might sound to have a macro for something as simple as auto-shot, this has actually proven to be very useful in Nostalrius.
Raziya wrote:
/script if GetUnitName("target")==nil then TargetNearestEnemy() end
/run if CheckInteractDistance("target", 3) and (not PlayerFrame.inCombat) then AttackTarget() elseif not IsAutoRepeatAction(3) then CastSpellByName("Auto Shot") end
_______________________
Just started using macros at lvl 27 for more ease. And this macro even hitting it multiple times still acts as if I just have autoshot on the bar itself. Meaning it will toggle on and off hitting it over and over. You claimed it doesn't toggle off no matter if you spam it or not. It does autotarget thou even thou I target my own targets I did test that and that part of the macro works fine.