Thread: Stoping the mass "There's no arrows left in your quiver" on npcs!

Results 1 to 1 of 1
  1. #1 Stoping the mass "There's no arrows left in your quiver" on npcs! 
    littleplop
    Guest
    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
    Last edited by littleplop; 06-13-2007 at 08:44 PM. Reason: Double posting is not allowed!
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Making the "Bank" Option work on NPCS
    By YOUS-508 in forum Help
    Replies: 2
    Last Post: 11-23-2009, 11:48 PM
  2. "hed","head","headicon" command like ::emote Rep++
    By «I Gf I» ©£ in forum Help
    Replies: 12
    Last Post: 10-06-2009, 05:30 AM
  3. my mini model list "npcs new varrock"
    By Bobster in forum RS2 Client
    Replies: 8
    Last Post: 12-20-2007, 10:32 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •