View Single Post
  #4  
Old 08-11-2011, 10:04 PM
Robregen
Developer
 
Join Date: May 2011
Posts: 109
Default

or you can make chance to spawn to 0. like

Update spawnentry SET chance = 0 Where npcID >= 302000 and npcID <= 302999;

zone for dranikscar is 302 and npcid usually starts with the zoneID + (000 to 999)

That way nothing is removed from the database. just zero chance to spawn.
Reply With Quote