View Single Post
  #11  
Old 12-22-2003, 08:00 PM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

since you know sql code, you could just make a short fix by yourself (at least for your own use if you need it), of the kind :

update npc_types set maxdmg=9 where level=1;
update npc_types set maxdmg=14 where level=2;

...
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote