yeah, that would be the answer. All of the DB modifications made throughout the 6.4 version are in the changelog.txt(with your copy of 6.4 you downloaded, and on the download page). They are also all in the npc_pet_zone_fix.sql file. Just open it up and copy what you like(I would be wary of just sourcing it in as it may comprimise your db if you have custom pets). The reason you can't zone is becuase you didn't add the flag info to the character and zone tables. The reason the npcs don't show up is because you haven't added their ability stats data(i.e. strength, wisdom, etc.) I would backup my database before making sweeping changes like this though.
mysqldump.exe -u LOGINHERE -pPASSWORDHERE DBNAMEHERE > backup.sql
then you can just source it in later if you break it.
I'm generally in #support if you have any more questions.
Last edited by jimbabwe; 01-13-2006 at 04:21 AM..
Reason: put a wrong word in there.
|