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.
|