Thread: Removing NPCs
View Single Post
  #5  
Old 08-13-2015, 08:07 PM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

Thanks again.

I've thought about doing it that way. My concern with doing that is: if I want to add an expansion later, progression-style, it would be more difficult or less efficient to isolate the removed entries from the zone in the main_db than it would be to turn them off in the live_db * based on the extra column, `expansion`.

* My queries are set up to take the spawn2 from the zone, the spawnentry and spawngroup from the spawn2 and finally the npc_types from the spawnentry.

I could simply replace everything in that table, which I think would work.

Quick response, I may have other thoughts momentarily.
Reply With Quote