PDA

View Full Version : new eqemu file


MOHAA
02-16-2003, 08:17 AM
im getting this after intalling the new eqemu 0.4.2 win 32
i extracted to my eqmeu folder replaced all filles and made my changes. went to run the eqemu and i get this

Using database 'eq' at localhost
EQEMu 0.4.2 eRAMNotes Sucks!
Loading Variables, zone names & items...
Error in LoadVariables query 'SELECT varname, value, unix_timestamp() FROM varia
bles where unix_timestamp(ts) >= 0' #1054: Unknown column 'ts' in 'where clause'

EMuShareMem.dll loaded.
Loading items from database...
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day...Reading time file failed, bytes read: 0
failed.
You may already be a winner... of the darwin award.
World server listening on: 192.168.0.2:9000
Error in LoadVariables query 'SELECT varname, value, unix_timestamp() FROM varia
bles where unix_timestamp(ts) >= 0' #1054: Unknown column 'ts' in 'where clause'

Connected to LoginServer: 192.168.0.1:5999

what do i do
running winme

MOHAA
02-16-2003, 08:28 AM
Sorry for post, for got to alter my eq db

** Added 12:55am 2/15/2003**
If you are upgrading your server, do not forget to run this command in mysql:

ALTER TABLE variables ADD COLUMN ts timestamp NULL;

This will update your table structure to work with the new files.

Last edited by Hogie on 02-15-2003 01:57 AM, edited 1 time in total