SphereCommunity
Respawn ALL command - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Respawn ALL command (/Thread-Respawn-ALL-command)



Respawn ALL command - Leonidas - 11-23-2016 10:08 AM

I've searched through the forums and have tried various commands to respawn every gembit on my server, none of them have worked. What command can I use to get this to work?


RE: Respawn ALL command - Kanibal - 11-23-2016 11:00 AM

Code:
RESPAWN ALL
http://wiki.sphere.torfo.org/index.php/Sectors


RE: Respawn ALL command - Leonidas - 11-24-2016 11:58 AM

Code:
RESPAWN ALL    W    Resurrects dead NPC characters (not corpses). If ALL is provided then all sectors will be affected.

From what I'm reading, that command only respawns dead NPCs. I need something to respawn every single living npc on my server. Basically a script that double clicks all the gembits on the server, which then respawns them all.


RE: Respawn ALL command - Kanibal - 11-24-2016 06:44 PM

Code:
[function f_resp_all]
forchars 6144
  if <npc>
    remove //kill
  endif
endfor
respawn all