View Single Post
  #3  
Old 04-08-2015, 01:58 PM
Leetsauce
Hill Giant
 
Join Date: Apr 2010
Posts: 169
Default

quest::depop(npc_type_id) # A single mob will de-spawn and not start the spawn timer.

This command will also work. The quest command happens to be the one I use for the depops I've worked with on my server.

Alternatively:

quest::depop_withtimer(npc_type_id) # A single mob will de-spawn and start the spawn timer.

This one will apply the timer if you ever need it to.

Last edited by Leetsauce; 04-08-2015 at 01:58 PM.. Reason: More info
Reply With Quote