Mass NPC Edit by zone
Hello,
I have been playing around a while and I still have to edit each NPC manually and one at a time. If I wanted to revamp a zone and change the level of all the NPC's in the zone at once; then change their HP / dmg output all at once is there a way to do it for all the mobs in that one zone? Thanks |
Very simple to do - you will need the npc&loot editor available here. Load in a zone, then in drop down menu use field utilities to modify stats by zone.
GeorgeS |
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. |
Thanks! This helped a ton. Now I need to learn more on quest creation, event triggering, and instances. Trying to customize an expansion :o)
|
Might not need it now, but this type of query might help you.
Code:
update Then when balancing mob stats you can update the npc_stats_template table for the levels you want, and rebalance mobs across 1 or more zones with one query. |
All times are GMT -4. The time now is 08:09 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.