Server base: not sure if it will work in all (cheezscape 80)
Right we all know (if you have range) about the "There's no arrows left in your quiver" being sent again and again and again when you don't have any arrows, well if you didn't get it by the title then this fixes that. it set you to stop attacking "the npc" after it sends the message.
Witch basically fixes it =\
Right real easy search for
"There's no arrows left in your quiver" (on npcs not! players) so if you don't find it on the first search (ctrl + f) then just press enter again till you do 
and below that line of code (this line!)
Code:
sendMessage("There's no arrows left in your quiver");
add
Code:
IsAttackingNPC = false;
Need this for on players =\ doing it right now "IsAttacking = false;" (if you can do it your self.. but i make a tut for in a sec any way)
i would post a picture but who needs to see the words "There's no arrows left in your quiver" in public chat so.. not much point......
Ok and for players add
Code:
IsAttacking = false;
Not!
Code:
IsAttackingNPC = false;
you should be able to see if its the right place to add it look around should see stuff like
PlayerHandler.players = for players