View Single Post
  #9  
Old 11-27-2014, 01:32 AM
Adcid
Fire Beetle
 
Join Date: Nov 2014
Location: Idaho
Posts: 23
Default

I coped your EQEMU config file and adjusted for my database. I was allowed into the server and able to even create a character. It seems im still missing parts of my database so ill likely go through one by one and see if i can resolve the other issues.

currently under the world.exe

Code:
Account Attempting to be created:admin 0
Error in Log IP query 'INSERT INTO account_ip SET accid=1, ip'127.0.0.1' ON DUMP LICATE KEY UPDATE count=count+1, lastused=now()' #1146: Table 'peq.account_ip' doesn;t exist
Error in CheckNameFilter query 'SELECT name FROM name_filter' #1146: Table 'peq.name_filter' doesnt exist
[Status] Start zone query:SELECT x, y, z, heading, zone_id, bind_id, FROM start_zone WHERE player_choice = 9 AND player_class = 8 and player_diery = 396 and player_race = 4
by my count in this, im missing Account_ip, name_filter, & inventory.sql

of course having followed the directions previously with loading the database makes me wonder with all the difficulties ive had if i obtained a corrupted copy of the files.
Reply With Quote