View Single Post
  #1  
Old 04-28-2010, 09:37 PM
typenamehere
Sarnak
 
Join Date: Feb 2006
Posts: 60
Default vanishing items in inventory

did several searches trying to find my problem, couldnt find exactly what i was looking for. I finally got my server up and running today, but when i zone all of my items disappear. as my character logs in my my world.exe says
Code:
 [Error] Starting log: logs/eqemu_error_world_0980.log
 [Error] error in LoadRules query SELECT ruleset_id FROM rule_sets WHERE name='default': #1146: Table 'peq.rule_sets' dosen't exist
[Debug] [RULES_ERROR] Failed to find ruleset 'default' for load operation. canceling
then after i load my character into the game i get the following error
Code:
Error loading inventory for <my character name>
i am using rev1410 and mysql 5.1
i ran
Code:
SELECT name,slotid,itemid FROM character_ , inventory WHERE name="mytoon" AND (character_.id=inventory.charid)
and the results showed that there was items on my character, i just cant see them
Reply With Quote