Thread
:
Query to scale all NPCs back some
View Single Post
#
6
02-04-2015, 06:18 AM
Kayen
Developer
Join Date: Mar 2009
Location: -
Posts: 228
UPDATE npc_types SET HP = HP * 0.75;
UPDATE npc_types SET spellscale = 75;
UPDATE npc_types SET healscale = 75;
That will do exactly what you want. Alter ALL NPC's in database by 25 pct for HP and spells damage / healing.
Kayen
View Public Profile
Send a private message to Kayen
Find all posts by Kayen