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.
|
|

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.
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.
Something like that should workCode: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); }

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.
| « Agil errors | [PI] Everyone Talks at once » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |