View Single Post
  #4  
Old 12-11-2004, 10:02 PM
Lanfo
Fire Beetle
 
Join Date: Dec 2004
Posts: 10
Default

Hi,

I am having similar problems,

I found tributes.sql here, and sourced it into my db. But that did not fix the tributes error.

tributes.sql

I ran both of the commands for the doors error, but I have no idea what files I need to fix that, tried searching the forums, but didn’t have any luck. (It has probably been covered; I am just not typing the right search parameters)

I could not find command.pl either.

I can login to my server and it runs well, but theres a ton of npc errors.

Code:
[Status] Loading Temporary Merchant Lists...
Error in LoadTempMerchantData query 'select ml.npcid,ml.slot,ml.itemid,ml.charges from merchantlist_temp ml, npc_types nt,
 spawnentry se, spawn2 s2 where nt.id=ml.npcid and nt.id=se.npcid and se.spawngroupid=s2.spawngroupid and s2.zone='neriakc
' group by ml.npcid,slot order by npcid,slot asc' #1146: Table 'eq.merchantlist_temp' doesn't exist
[Status] Zone Bootup: NeriakC (42)
Error loading NPCs from database. Bad query.
Error loading NPCs from database. Bad query.
Error loading NPCs from database. Bad query.
Code:
mysql> ALTER TABLE `doors` CHANGE `liftheight` `door_param` INT(4)  DEFAULT "0" NOT NULL;
ERROR 1146: Table 'mysql.doors' doesn't exist
mysql> ALTER TABLE `doors` ADD `size` SMALLINT(5)  UNSIGNED DEFAULT "100" NOT NULL;
ERROR 1146: Table 'mysql.doors' doesn't exist
Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=36965
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of dayi
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Assassinating people that whine about horses...done
TCP listening on: 68.230.212.149:9000
World server listening on: 68.230.212.149:9000
Connected to LoginServer: newlogin1.eqemulator.net:5994
35047 New TCP connection: 68.230.212.149:1758
New zoneserver: #1 68.230.212.149:1758
Zoneserver SetConnectInfo: 68.230.212.149:1758: 68.230.212.149:7995
334937 New TCP connection: 68.230.212.149:1759
Reply With Quote