This is a macro for well... auto arching! Trys to keep you in range and press es the hotkey number 2 (where my hotkey is, pretty easily changed) I haven't tested it... but it should work...
Code: Select all
| -archery.mac-
| By L124RD
sub main
/varset v50 $equip(ranged,range)
/varcalc v51 $v50*3/4
:archloop
/face
/press 2
/if n $target(distance)>=$v50 /sendkey down up
/if n $target(distance)<=$v51 /sendkey up up
/goto :archloop
/return



