I am attempting to make a macro that will click ranged attack continously for shooting arrows. I created this small macro that works when Ranged Attack is on hotkey 5, but I am not able to chat while fighting.
sub Main
/doevents
:Ranged
/push 5
/delay 10
/goto :Ranged
:loop
/return
I also tried /click command but that took over mouse and won't work because I mouse look constantly. I know there has got to be a way to just tell it to press ranged attack, but I just am not seeing it. I looked through all the posts and see nothing for pressing hotkey or for pressing ranged attack. Any help would be appreciated.

