View Single Post
  #3  
Old 10-01-2012, 06:56 PM
wolfwalkereci
Discordant
 
Join Date: Dec 2005
Posts: 435
Default

Could run some sql queries if you didn't want to use one of the GUI tools and knew what you wanted to do.
Update npc_types set level = x, mindmg = x, maxdmg = x where (id>=8000 and id<=8999);

Using zone 8 as the example there and of course that is a sledgehammer approach. Would want to refine it a little.
Reply With Quote