View Single Post
  #2  
Old 08-03-2005, 07:59 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default info

Quote:
Originally Posted by Traul
I've been tring to figure out how to change the race of Necromancer pets from 60 (old skele model that's broken) to 367 (new skele model that works). I've looked through pets.cpp and I do not understand how to modify the petstruct dealies... Is there any easy way to do this?
you should be able to do that in the sql db.
this is a beastlord pet.

INSERT INTO pets (id, max_hp, cur_hp, min_dmg, max_dmg, race, class, level, size, texture, description) VALUES (125, 200, 200, 50, 11, 0, 1, 9, '0', 0, 'BST pet lvl 9');
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote