Thread: 0.6.4 DR1 bugs
View Single Post
  #5  
Old 01-11-2006, 02:49 AM
sesmar
I built it I will Support it!
 
Join Date: Jun 2005
Location: Michigan
Posts: 214
Default

For the pet problem make sure you have applied the new changes to your Database as the ChangeLog states

Code:
==12/11/05
FatherNitwit: Removed some worthless fields.
FatherNitwit: Rewrote all the pet creation code to be based on npc_types
FatherNitwit: Completely changed the pets table.
You prolly want to run:
DROP TABLE pets;
You must load up the SQL in Sql-Files/pets.sql
the new pets sql assumes NPC IDs 500-700 are free, so edit them as needed.
ALTER TABLE npc_types DROP fixedz;

If you have already applied these changes and are still experiencing issues then please give a more detailed description of the problem and copy any error messages output in the zone server.
Reply With Quote