Okay I created a completely new database, sourced in the updates after rev2214 (most recent db). Changed my config file to point to new database, blam server fires right up (minus queryserv, it still can't connect).
Any ideas why queryserv is still erroring out?
How do I merge the customizations from my previous database into the new one?
I am shocked to think someone as talented as yourself would need to be told to go RTFM
Quote:
Originally Posted by changelog.txt
==11/27/2012==
Sorvani: fix for newly created items with unlmiited charges to actually be usable.
Sorvani: (Uleat) Lore check is now made for items inside bags being trade before the trade completes.
Akkadius: Started first works of implementing QueryServ for what it was meant to be used Akkadius: Moved QueryServ to it's own configuration block in the eqemu_config.xml (example):
<qsdatabase>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>password</password>
<db>queryserv</db>
</qsdatabase>
Akkadius: QueryServ can now be used on a separate server and can use an entirely separate database as it was meant to
Akkadius: Added 'loottable_id` to NPC::ModifyNPCStat which also changes quest::ModifyNPCStat(identifier, newValue); as well
Akkadius: Fixed heap corruption in quest_globals that would occur if a value over 64 bytes was created
Akkadius: Changed value size in qglobals from 64 bytes to 128 bytes
Akkadius: Added #reloadworld - This command will reload every single zones Perl quests and repop them
Secrets: Minor code fix for qglobals. Since we removed the id field from qglobals, I suppose we shouldn't use it in code.
Secrets: Warning fix for a quest function.
Secrets: Fixed a crash issue where player corpses did not exist at all in a function (ie; they were disabled) yet we are trying to use an invalid pointer
Secrets: durp, i'm retarded. memleak fix.
I've narrowed it down to something inside my database is either corrupted or set to a value that is causing a crash. When using a fresh database everything works, when using an old database everything works, and after merging changes into a fresh database I get a crash.
Going to try sourcing in an older version of my current database. Still not sure what I changed that's causing issues though. Standard item and npc edits is all I've done lately.
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.