PDA

View Full Version : How to Increase Pets Damage/Health


ObakeWarrior
11-06-2008, 08:57 AM
how do i increase damage on pets and their life in my database?

So_1337
11-06-2008, 09:20 AM
Run this query:

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.

unknownhost
11-06-2008, 05:02 PM
another way is use georges npc/loot editor.

do a zoneless search for um...gah cant remember but basicly all(near all) pets will have somthing similar about their name on a per class basis. like enchanters just search for "animation" and you'll hit all their pets.
think mage will require couple seperate searchs but rest should show up in one single search.