View Single Post
  #6  
Old 02-04-2015, 06:18 AM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

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.
Reply With Quote