View Single Post
  #4  
Old 04-22-2011, 09:19 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

you can modify hps like this:

update npc_types set hp=X where id>A and id<B;

X will be whatever formula you want use - like 1000*level
A and B are npc ids range that you want to modify

backup your DB before running any code
Reply With Quote