Code:
[Status] Using database 'peq' at 127.0.0.1:3306
Perl Version is 5.12.3
============================================================
EQEmu: Automatic Database Upgrade Check
============================================================
Operating System is: MSWin32
(Windows) MySQL is in system path
Path = C:\xampp\mysql\bin/mysql
============================================================
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Binary Database Version: (9057)
Local Database Version: (9057)
Database up to Date: Continuing World Bootup...
============================================================
[Error] GetInventory query 'SELECT slotid, itemid, charges, color, augslot1, aug
slot2, augslot3, augslot4, augslot5, instnodrop, custom_data FROM inventory INNE
R JOIN character_data ch ON ch.id = charid WHERE ch.name = 'Oldsong' AND ch.acco
unt_id = 2 ORDER BY slotid' #1146: Table 'peq.inventory' doesn't exist
[Error] If you got an error related to the 'instnodrop' field, run the following
SQL Queries:
alter table inventory add instnodrop tinyint(1) unsigned default 0 not null;
Error loading inventory for Oldsong
Error in Log IP query 'INSERT INTO account_ip SET accid=2, ip='127.0.0.1' ON DUP
LICATE KEY UPDATE count=count+1, lastused=now()' #1146: Table 'peq.account_ip' d
oesn't exist
[Error] GetInventory query 'SELECT slotid, itemid, charges, color, augslot1, aug
slot2, augslot3, augslot4, augslot5, instnodrop, custom_data FROM inventory INNE
R JOIN character_data ch ON ch.id = charid WHERE ch.name = 'Oldsong' AND ch.acco
unt_id = 2 ORDER BY slotid' #1146: Table 'peq.inventory' doesn't exist
[Error] If you got an error related to the 'instnodrop' field, run the following
SQL Queries:
alter table inventory add instnodrop tinyint(1) unsigned default 0 not null;
Error loading inventory for Oldsong
I am able to create a character, in this example a character named "Oldsong". I am not able to log into the character. I unable start i seem to be missing inventory from my database. Ive looked in everything ive downloaded and while Ive found updates and changes to an existing inventory within my database, nothing that says, "CREATE TABLE INVENTORY"