View Single Post
  #2  
Old 11-06-2008, 09:20 AM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

Run this query:

Code:
SELECT * FROM npc_types n WHERE id < 1000;
Those are all of the pets for every class, including swarm pets and the like. You can adjust their hitpoints and minimum/maximum damage there.
Reply With Quote