View Single Post
  #14  
Old 07-01-2018, 02:42 AM
Gnowm
Fire Beetle
 
Join Date: Aug 2009
Location: Australia
Posts: 19
Default

Quote:
Originally Posted by Anon.GM View Post


If you want to boost pets some

Code:
Pets
update npc_types set hp = hp * 3 where id > 499 and id < 529;
update npc_types set mana = mana * 3 where id > 499 and ...
[truncated]
Hope this helps.
Does this include summoned pets like
Monster Summoning I II etc?
Reply With Quote