Thread: Npc doesn't respawn till rest are dead

Results 1 to 4 of 4
  1. #1 Npc doesn't respawn till rest are dead 
    Banned

    Join Date
    Oct 2009
    Posts
    734
    Thanks given
    168
    Thanks received
    54
    Rep Power
    0
    I want to make it so that an npc wont respawn until the rest of the npcs are dead in godwars for example, like all of the minions must be dead for the boss to respawn. Please write this for me, I actually did tried but just can't figure it out.

    Repping and thanking for helpful posts.
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Sep 2010
    Age
    29
    Posts
    201
    Thanks given
    7
    Thanks received
    4
    Rep Power
    0
    why would you want this, its not like that on runescape, if you dont know..

    but theres nothing for this, you just have to add everything yourself.

    look at npchandler + respawn timers in there might help you do it.
    Reply With Quote  
     

  3. #3  
    Registered Member amfibija's Avatar
    Join Date
    May 2009
    Age
    26
    Posts
    302
    Thanks given
    93
    Thanks received
    19
    Rep Power
    22
    Code:
    if (npcs[i].npcType == minion_id || npcs[i].npcType == minion_id2) {
    c.spawnboss += 1;
    if (c.spawnboss == ####) {
    spawnNpc(c, npcType, x, y, heightLevel, WalkingType, HP, maxHit, attack, defence, true, false);
    }
    Something like that should work
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Banned

    Join Date
    Oct 2009
    Posts
    734
    Thanks given
    168
    Thanks received
    54
    Rep Power
    0
    Thanks I'll try that, but does this also make them spawn at the same time?

    I just watched a godwars video and they all spawn at the same time, I want this.
    Reply With Quote  
     


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. [614] Rest Refilling
    By Rsp Ownz in forum Configuration
    Replies: 28
    Last Post: 10-31-2010, 09:32 PM
  2. Rest lol
    By ilike to own in forum Snippets
    Replies: 13
    Last Post: 03-13-2010, 09:10 AM
  3. 1 error till 530
    By Leanbow in forum Help
    Replies: 15
    Last Post: 08-11-2009, 07:25 PM
  4. Rest Icons
    By Snow Cat123 in forum Graphics
    Replies: 10
    Last Post: 08-10-2009, 03:25 PM
  5. Rest?
    By Hotyute in forum Show-off
    Replies: 18
    Last Post: 06-20-2009, 08:22 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
  •