Code: Select all
|sumarrow.mac
|puts tolans bracer into rwrist and casts till quiver is full then puts tolans bracer back.
|I have my tolans bracer in the main inventory, not in a bag. I doubt this will work if you
|have your bracer in a bag. Also, Replace /finditem "Ice Forged Shackles" with whatever item
|you want put back into your RWrist. Final Note, Quiver is expected in 1st inventory spot.
Sub Main
/cleanup
/press i
/finditem "Tolan's Darkwood Bracer"
/click left rwrist
/click left auto
/click right inv 0
:morearrows
/cast item "Tolan's Darkwood Bracer"
/delay 10s
:waitforit
/if $cursor()!=TRUE /goto :waitforit
/click left auto
/if n $pack(0,space)>="1" /goto :morearrows
/finditem "Ice Forged Shackles"
/click left rwrist
/click left auto
/cleanup
/endmacro