Log in

View Full Version : starting items issue


Riotgamer2212
07-21-2008, 12:00 AM
my starting items are not showing up. the only things that you seem to start with is the note to the guild master. i have check to see if the other items are in the database as start up items and they are i also check to see if the items are there and they are. the problem is the charators are not starting with the items.

cavedude
07-21-2008, 12:19 AM
Either apply this fix if you are able to change code and compile:

http://eqemulator.net/forums/showthread.php?t=25148

OR

Take MySQL out of strict mode by running this query at a mysql prompt:

SET @@global.sql_mode= '';

Of course, you can also uninstall MySQL, and then reinstall it remembering to uncheck strict mode during setup, though the query above does the same thing.