Page 2 of 3
Posted: Sun Jun 22, 2008 11:19 am
by intodesi
Ok thanks John, got it figured out..
sudo apt-get install liblua5.1-0-dev
in your last post you said
yum install lua-devel
which got me thinking..
"find the dev package for ubuntu.."
I installed 50 different library's, scripts and programs before i finnally caught on.. i needed the dev package.. none the less, i didnt have to change -llua5.1 to -llu, just needed to do some hard google searchin.. funny thing was.. i couldnt find anyone who had this problem with anything they where trying to compile.. only half of it hehe.. none the less looking forward to compile start the server up.
Posted: Sun Jun 22, 2008 11:48 am
by intodesi
Now Should I be worried about these errors?
[Error] Error in LoadLootTable query 'select id, name, mincoin, maxcoin, maxlootitems, lootdrop_probability, coin_probability from loottable': #1146: Table 'eq2server.loottable' doesn't exist
[Error] Error in LoadLootDrop query 'select loot_table_id, item_id, item_charges, equip_item, probability from lootdrop': #1146: Table 'eq2server.lootdrop' doesn't exist
[Error] Error in LoadSpawnLootList query 'select spawn_id, loottable_id from spawn_loot': #1146: Table 'eq2server.spawn_loot' doesn't exist
and what client versions can i use? I am trying with 4412 but my server is getting a signal 11
Posted: Sun Jun 22, 2008 1:41 pm
by LethalEncounter
If you are running development code, you have to point to the development update server so that it can patch your database correctly. Change your update server port to 9102. Version 4412 will work if you have everything setup correctly.
Posted: Sun Jun 22, 2008 6:53 pm
by intodesi
Thanks LE I changed the port and got this
Connected to LoginServer: eq2emulator.net:9100
Login Server returned a fatal error: Incorrect version
Disabling reconnect.
but no errors regarding my db
Posted: Sun Jun 22, 2008 7:03 pm
by intodesi
BAH forget about me..

0.6 update huh

hopefullt im not back at ^2 1
Posted: Sun Jun 22, 2008 8:00 pm
by intodesi
to expand..
these are my current errors with current build
root@ubuntu:/home/eq2emu# ./eq2world
[Status] Using database 'eq2server' at localhost
[Status] CURRENT_WORLD_VERSION:EQ2EMu 0.6.0 Developer Alpha
[Status] ./LoginServer.ini read.
[Status] Connecting to Update Server..
[Status] Connected to Update Server: eq2emulator.net:9102
[Status] Checking for updates.
Login Server returned a fatal error: Could not load server information.
Disabling reconnect.
[Error] Error while getting updates!
[Status] Loading opcodes..
Opcode OP_LoginReplyMsg is missing from opcode configuration.
Opcode OP_LoginByNumRequestMsg is missing from opcode configuration.
Opcode OP_WSLoginRequestMsg is missing from opcode configuration.
Opcode OP_ESInitMsg is missing from opcode configuration.
Opcode OP_ESReadyForClientsMsg is missing from opcode configuration.
Opcode OP_CreateZoneInstanceMsg is missing from opcode configuration.
Opcode OP_ZoneInstanceCreateReplyMsg is missing from opcode configuration.
Opcode OP_ZoneInstanceDestroyedMsg is missing from opcode configuration.
Opcode OP_ExpectClientAsCharacterRequest is missing from opcode configuration.
Opcode OP_ExpectClientAsCharacterReplyMs is missing from opcode configuration.
Opcode OP_ZoneInfoMsg is missing from opcode configuration.
Opcode OP_CreateCharacterRequestMsg is missing from opcode configuration.
Opcode OP_DoneLoadingZoneResourcesMsg is missing from opcode configuration.
Opcode OP_DoneSendingInitialEntitiesMsg is missing from opcode configuration.
Opcode OP_DoneLoadingEntityResourcesMsg is missing from opcode configuration.
Opcode OP_PredictionUpdateMsg is missing from opcode configuration.
Opcode OP_RemoteCmdMsg is missing from opcode configuration.
Opcode OP_SetRemoteCmdsMsg is missing from opcode configuration.
Opcode OP_GameWorldTimeMsg is missing from opcode configuration.
Opcode OP_MOTDMsg is missing from opcode configuration.
Opcode OP_ZoneMOTDMsg is missing from opcode configuration.
Opcode OP_AvatarCreatedMsg is missing from opcode configuration.
Opcode OP_AvatarDestroyedMsg is missing from opcode configuration.
Opcode OP_RequestCampMsg is missing from opcode configuration.
Opcode OP_CampStartedMsg is missing from opcode configuration.
Opcode OP_CampAbortedMsg is missing from opcode configuration.
Opcode OP_WhoQueryRequestMsg is missing from opcode configuration.
Opcode OP_WhoQueryReplyMsg is missing from opcode configuration.
Opcode OP_MonitorReplyMsg is missing from opcode configuration.
Opcode OP_MonitorCharacterListMsg is missing from opcode configuration.
Opcode OP_MonitorCharacterListRequestMsg is missing from opcode configuration.
Opcode OP_ClientCmdMsg is missing from opcode configuration.
Opcode OP_DispatchClientCmdMsg is missing from opcode configuration.
Opcode OP_DispatchESMsg is missing from opcode configuration.
Opcode OP_UpdateTargetMsg is missing from opcode configuration.
Opcode OP_UpdateOpportunityMsg is missing from opcode configuration.
Opcode OP_UpdateTargetLocMsg is missing from opcode configuration.
Opcode OP_UpdateCharacterSheetMsg is missing from opcode configuration.
Opcode OP_UpdateSpellBookMsg is missing from opcode configuration.
Opcode OP_UpdateInventoryMsg is missing from opcode configuration.
Opcode OP_UpdateRecipeBookMsg is missing from opcode configuration.
Opcode OP_RequestRecipeDetailsMsg is missing from opcode configuration.
Opcode OP_RecipeDetailsMsg is missing from opcode configuration.
Opcode OP_UpdateSkillBookMsg is missing from opcode configuration.
Opcode OP_UpdateSkillsMsg is missing from opcode configuration.
Opcode OP_ChangeZoneMsg is missing from opcode configuration.
Opcode OP_ClientTeleportRequestMsg is missing from opcode configuration.
Opcode OP_TeleportWithinZoneMsg is missing from opcode configuration.
Opcode OP_TeleportWithinZoneNoReloadMsg is missing from opcode configuration.
Opcode OP_MigrateClientToZoneRequestMsg is missing from opcode configuration.
Opcode OP_MigrateClientToZoneReplyMsg is missing from opcode configuration.
Opcode OP_ReadyToZoneMsg is missing from opcode configuration.
Opcode OP_RemoveClientFromGroupMsg is missing from opcode configuration.
Opcode OP_RemoveGroupFromGroupMsg is missing from opcode configuration.
Opcode OP_MakeGroupLeaderMsg is missing from opcode configuration.
Opcode OP_GroupCreatedMsg is missing from opcode configuration.
Opcode OP_GroupDestroyedMsg is missing from opcode configuration.
Opcode OP_GroupMemberAddedMsg is missing from opcode configuration.
Opcode OP_GroupMemberRemovedMsg is missing from opcode configuration.
Opcode OP_GroupRemovedFromGroupMsg is missing from opcode configuration.
Opcode OP_GroupLeaderChangedMsg is missing from opcode configuration.
Opcode OP_GroupSettingsChangedMsg is missing from opcode configuration.
Opcode OP_SendLatestRequestMsg is missing from opcode configuration.
Opcode OP_ClearDataMsg is missing from opcode configuration.
Opcode OP_SetSocialMsg is missing from opcode configuration.
Opcode OP_ESStatusMsg is missing from opcode configuration.
Opcode OP_ESZoneInstanceStatusMsg is missing from opcode configuration.
Opcode OP_ZonesStatusRequestMsg is missing from opcode configuration.
Opcode OP_ZonesStatusMsg is missing from opcode configuration.
Opcode OP_ESWeatherRequestMsg is missing from opcode configuration.
Opcode OP_ESWeatherRequestEndMsg is missing from opcode configuration.
Opcode OP_WSWeatherUpdateMsg is missing from opcode configuration.
Opcode OP_DialogSelectMsg is missing from opcode configuration.
Opcode OP_DialogCloseMsg is missing from opcode configuration.
Opcode OP_RemoveSpellEffectMsg is missing from opcode configuration.
Opcode OP_RemoveConcentrationMsg is missing from opcode configuration.
Opcode OP_QuestJournalInspectMsg is missing from opcode configuration.
Opcode OP_QuestJournalSetVisibleMsg is missing from opcode configuration.
Opcode OP_QuestJournalWaypointMsg is missing from opcode configuration.
Opcode OP_CreateGuildRequestMsg is missing from opcode configuration.
Opcode OP_CreateGuildReplyMsg is missing from opcode configuration.
Opcode OP_GuildsayMsg is missing from opcode configuration.
Opcode OP_UpdatePositionMsg is missing from opcode configuration.
[Status] Loading structs..
[Status] Loading command list..
[Status] Loaded 21 entity command lists.
[Status] Loaded 0 NPC(s).
[Status] Loaded 0 Object(s).
[Status] Loaded 0 Widget(s).
[Status] Loaded 0 Sign(s).
[Status] Loaded global variables list..
[Status] Loaded visual states list..
[Status] Loading World Time..
[Status] Loading items.. (this might take a few minutes)
[Status] Loaded 74 Bag(s)
[Status] Loaded 433 Food(s)
[Status] Loaded 928 Weapon(s)
[Status] Loaded 2114 Armor Piece(s)
[Status] Loaded 0 Skill Item(s)
[Status] Loaded 5590 Regular Items
[Status] Loading spells..
[Status] Loaded 1 Spell(s)
[Status] Loading LUA spells..
[Status] Loaded 2 LUA Spell(s)
[Status] Loaded 2 LUA Spawn Script(s)
[Status] Loading factions..
[Status] Loaded 36 Factions
[Status] Loading skills..
[Status] Loaded 129 Skills
[Status] Loading loot data..
[Status] Loaded 0 loot tables.
[Status] Loaded 0 loot drops.
[Status] Loaded 0 spawn loot lists.
[Status] Loading EQ time of day..
<link2009>: Man, I never knew the internet could cause stress...
Starting factory Reader
Starting factory Writer
World server listening on: intodesi.hopto.org:9000
World server listening on: 192.168.4.3:9000
Terminated
root@ubuntu:/home/eq2emu#
[/code]
Posted: Mon Jun 23, 2008 6:18 am
by John Adams
Surprisingly, I have the same list of missing OPCodes when pointing to the 9101 update server with 0.6 release EXE.
My `opcodes` table has 2751 rows in this database.
In my dev db (0.5 still and not updated yet), there are 2378 rows.
btw, my table does seem to have 5 versions of OP_LoginReplyMsg, if that matters.
Code: Select all
1408 0 0 OP_LoginReplyMsg 4 0
2347 839 843 OP_LoginReplyMsg 4 0
2815 860 864 OP_LoginReplyMsg 4 0
3309 869 877 OP_LoginReplyMsg 4 0
3785 882 887 OP_LoginReplyMsg 4 0
Posted: Mon Jun 23, 2008 11:40 am
by John Adams
Regarding these allegedly missing OPCodes... the server still appears to run and take connections. So I am not sure what that error means. If LE hasn't addressed it, I'll take a look when I get home in a few hours.
Posted: Mon Jun 23, 2008 1:48 pm
by LethalEncounter
intodesi - your account/password in LoginServer.ini is incorrect.
That is really strange about the opcodes. You should actually have 7 versions of OP_LoginReplyMsg, but it shouldnt be warning you if you have the opcode at all. Are you pointed at 9102 or 9101?
Posted: Mon Jun 23, 2008 2:15 pm
by Scatman
I'm getting the same list at world start up pointing to 9102
Posted: Mon Jun 23, 2008 2:54 pm
by John Adams
First up of the server was pointing to 9101. After seeing the opcode errors, I pointed it to 9102, got no new updates (expected) but still have the errors.
Posted: Mon Jun 23, 2008 7:02 pm
by intodesi
Ok LE.. checkin my user and pass.. I redownloaded and re compiled.. I didnt delete my db, i have the updates server port at 9102
and still getting opcode errors (EDIT--also posted is the errors with port 9101)
root@ubuntu:/home/eq2emu# ./eq2world
[Status] Using database 'eq2server' at localhost
[Status] CURRENT_WORLD_VERSION:EQ2EMu 0.6.0 Developer Alpha
[Status] ./LoginServer.ini read.
[Status] Connecting to Update Server..
[Status] Connected to Update Server: eq2emulator.net:9102
[Status] Checking for updates.
[Status] Server is already up-to-date.
[Status] Loading opcodes..
Opcode OP_LoginReplyMsg is missing from opcode configuration.
Opcode OP_LoginByNumRequestMsg is missing from opcode configuration.
Opcode OP_WSLoginRequestMsg is missing from opcode configuration.
Opcode OP_ESInitMsg is missing from opcode configuration.
Opcode OP_ESReadyForClientsMsg is missing from opcode configuration.
Opcode OP_CreateZoneInstanceMsg is missing from opcode configuration.
Opcode OP_ZoneInstanceCreateReplyMsg is missing from opcode configuration.
Opcode OP_ZoneInstanceDestroyedMsg is missing from opcode configuration.
Opcode OP_ExpectClientAsCharacterRequest is missing from opcode configuration.
Opcode OP_ExpectClientAsCharacterReplyMs is missing from opcode configuration.
Opcode OP_ZoneInfoMsg is missing from opcode configuration.
Opcode OP_CreateCharacterRequestMsg is missing from opcode configuration.
Opcode OP_DoneLoadingZoneResourcesMsg is missing from opcode configuration.
Opcode OP_DoneSendingInitialEntitiesMsg is missing from opcode configuration.
Opcode OP_DoneLoadingEntityResourcesMsg is missing from opcode configuration.
Opcode OP_PredictionUpdateMsg is missing from opcode configuration.
Opcode OP_RemoteCmdMsg is missing from opcode configuration.
Opcode OP_SetRemoteCmdsMsg is missing from opcode configuration.
Opcode OP_GameWorldTimeMsg is missing from opcode configuration.
Opcode OP_MOTDMsg is missing from opcode configuration.
Opcode OP_ZoneMOTDMsg is missing from opcode configuration.
Opcode OP_AvatarCreatedMsg is missing from opcode configuration.
Opcode OP_AvatarDestroyedMsg is missing from opcode configuration.
Opcode OP_RequestCampMsg is missing from opcode configuration.
Opcode OP_CampStartedMsg is missing from opcode configuration.
Opcode OP_CampAbortedMsg is missing from opcode configuration.
Opcode OP_WhoQueryRequestMsg is missing from opcode configuration.
Opcode OP_WhoQueryReplyMsg is missing from opcode configuration.
Opcode OP_MonitorReplyMsg is missing from opcode configuration.
Opcode OP_MonitorCharacterListMsg is missing from opcode configuration.
Opcode OP_MonitorCharacterListRequestMsg is missing from opcode configuration.
Opcode OP_ClientCmdMsg is missing from opcode configuration.
Opcode OP_DispatchClientCmdMsg is missing from opcode configuration.
Opcode OP_DispatchESMsg is missing from opcode configuration.
Opcode OP_UpdateTargetMsg is missing from opcode configuration.
Opcode OP_UpdateOpportunityMsg is missing from opcode configuration.
Opcode OP_UpdateTargetLocMsg is missing from opcode configuration.
Opcode OP_UpdateCharacterSheetMsg is missing from opcode configuration.
Opcode OP_UpdateSpellBookMsg is missing from opcode configuration.
Opcode OP_UpdateInventoryMsg is missing from opcode configuration.
Opcode OP_UpdateRecipeBookMsg is missing from opcode configuration.
Opcode OP_RequestRecipeDetailsMsg is missing from opcode configuration.
Opcode OP_RecipeDetailsMsg is missing from opcode configuration.
Opcode OP_UpdateSkillBookMsg is missing from opcode configuration.
Opcode OP_UpdateSkillsMsg is missing from opcode configuration.
Opcode OP_ChangeZoneMsg is missing from opcode configuration.
Opcode OP_ClientTeleportRequestMsg is missing from opcode configuration.
Opcode OP_TeleportWithinZoneMsg is missing from opcode configuration.
Opcode OP_TeleportWithinZoneNoReloadMsg is missing from opcode configuration.
Opcode OP_MigrateClientToZoneRequestMsg is missing from opcode configuration.
Opcode OP_MigrateClientToZoneReplyMsg is missing from opcode configuration.
Opcode OP_ReadyToZoneMsg is missing from opcode configuration.
Opcode OP_RemoveClientFromGroupMsg is missing from opcode configuration.
Opcode OP_RemoveGroupFromGroupMsg is missing from opcode configuration.
Opcode OP_MakeGroupLeaderMsg is missing from opcode configuration.
Opcode OP_GroupCreatedMsg is missing from opcode configuration.
Opcode OP_GroupDestroyedMsg is missing from opcode configuration.
Opcode OP_GroupMemberAddedMsg is missing from opcode configuration.
Opcode OP_GroupMemberRemovedMsg is missing from opcode configuration.
Opcode OP_GroupRemovedFromGroupMsg is missing from opcode configuration.
Opcode OP_GroupLeaderChangedMsg is missing from opcode configuration.
Opcode OP_GroupSettingsChangedMsg is missing from opcode configuration.
Opcode OP_SendLatestRequestMsg is missing from opcode configuration.
Opcode OP_ClearDataMsg is missing from opcode configuration.
Opcode OP_SetSocialMsg is missing from opcode configuration.
Opcode OP_ESStatusMsg is missing from opcode configuration.
Opcode OP_ESZoneInstanceStatusMsg is missing from opcode configuration.
Opcode OP_ZonesStatusRequestMsg is missing from opcode configuration.
Opcode OP_ZonesStatusMsg is missing from opcode configuration.
Opcode OP_ESWeatherRequestMsg is missing from opcode configuration.
Opcode OP_ESWeatherRequestEndMsg is missing from opcode configuration.
Opcode OP_WSWeatherUpdateMsg is missing from opcode configuration.
Opcode OP_DialogSelectMsg is missing from opcode configuration.
Opcode OP_DialogCloseMsg is missing from opcode configuration.
Opcode OP_RemoveSpellEffectMsg is missing from opcode configuration.
Opcode OP_RemoveConcentrationMsg is missing from opcode configuration.
Opcode OP_QuestJournalInspectMsg is missing from opcode configuration.
Opcode OP_QuestJournalSetVisibleMsg is missing from opcode configuration.
Opcode OP_QuestJournalWaypointMsg is missing from opcode configuration.
Opcode OP_CreateGuildRequestMsg is missing from opcode configuration.
Opcode OP_CreateGuildReplyMsg is missing from opcode configuration.
Opcode OP_GuildsayMsg is missing from opcode configuration.
Opcode OP_UpdatePositionMsg is missing from opcode configuration.
[Status] Loading structs..
[Status] Loading command list..
[Status] Loaded 21 entity command lists.
[Status] Loaded 0 NPC(s).
[Status] Loaded 0 Object(s).
[Status] Loaded 0 Widget(s).
[Status] Loaded 0 Sign(s).
[Status] Loaded global variables list..
[Status] Loaded visual states list..
[Status] Loading World Time..
[Status] Loading items.. (this might take a few minutes)
[Status] Loaded 74 Bag(s)
[Status] Loaded 433 Food(s)
[Status] Loaded 928 Weapon(s)
[Status] Loaded 2114 Armor Piece(s)
[Status] Loaded 0 Skill Item(s)
[Status] Loaded 5590 Regular Items
[Status] Loading spells..
[Status] Loaded 1 Spell(s)
[Status] Loading LUA spells..
[Status] Loaded 2 LUA Spell(s)
[Status] Loaded 2 LUA Spawn Script(s)
[Status] Loading factions..
[Status] Loaded 36 Factions
[Status] Loading skills..
[Status] Loaded 129 Skills
[Status] Loading loot data..
[Status] Loaded 0 loot tables.
[Status] Loaded 0 loot drops.
[Status] Loaded 0 spawn loot lists.
[Status] Loading EQ time of day..
<Rogean>: There is only Everquest and Food, no Sleep.
Starting factory Reader
Starting factory Writer
World server listening on: 75.141.255.6:9000
World server listening on: 192.168.4.3:9000
Connected to LoginServer: eq2emulator.net:9100
root@ubuntu:/home/eq2emu# ./eq2world
[Status] Using database 'eq2server' at localhost
[Status] CURRENT_WORLD_VERSION:EQ2EMu 0.6.0 Developer Alpha
[Status] ./LoginServer.ini read.
[Status] Connecting to Update Server..
[Status] Connected to Update Server: eq2emulator.net:9101
[Status] Checking for updates.
[Status] Server is already up-to-date.
[Status] Loading opcodes..
Opcode OP_LoginReplyMsg is missing from opcode configuration.
Opcode OP_LoginByNumRequestMsg is missing from opcode configuration.
Opcode OP_WSLoginRequestMsg is missing from opcode configuration.
Opcode OP_ESInitMsg is missing from opcode configuration.
Opcode OP_ESReadyForClientsMsg is missing from opcode configuration.
Opcode OP_CreateZoneInstanceMsg is missing from opcode configuration.
Opcode OP_ZoneInstanceCreateReplyMsg is missing from opcode configuration.
Opcode OP_ZoneInstanceDestroyedMsg is missing from opcode configuration.
Opcode OP_ExpectClientAsCharacterRequest is missing from opcode configuration.
Opcode OP_ExpectClientAsCharacterReplyMs is missing from opcode configuration.
Opcode OP_ZoneInfoMsg is missing from opcode configuration.
Opcode OP_CreateCharacterRequestMsg is missing from opcode configuration.
Opcode OP_DoneLoadingZoneResourcesMsg is missing from opcode configuration.
Opcode OP_DoneSendingInitialEntitiesMsg is missing from opcode configuration.
Opcode OP_DoneLoadingEntityResourcesMsg is missing from opcode configuration.
Opcode OP_PredictionUpdateMsg is missing from opcode configuration.
Opcode OP_RemoteCmdMsg is missing from opcode configuration.
Opcode OP_SetRemoteCmdsMsg is missing from opcode configuration.
Opcode OP_GameWorldTimeMsg is missing from opcode configuration.
Opcode OP_MOTDMsg is missing from opcode configuration.
Opcode OP_ZoneMOTDMsg is missing from opcode configuration.
Opcode OP_AvatarCreatedMsg is missing from opcode configuration.
Opcode OP_AvatarDestroyedMsg is missing from opcode configuration.
Opcode OP_RequestCampMsg is missing from opcode configuration.
Opcode OP_CampStartedMsg is missing from opcode configuration.
Opcode OP_CampAbortedMsg is missing from opcode configuration.
Opcode OP_WhoQueryRequestMsg is missing from opcode configuration.
Opcode OP_WhoQueryReplyMsg is missing from opcode configuration.
Opcode OP_MonitorReplyMsg is missing from opcode configuration.
Opcode OP_MonitorCharacterListMsg is missing from opcode configuration.
Opcode OP_MonitorCharacterListRequestMsg is missing from opcode configuration.
Opcode OP_ClientCmdMsg is missing from opcode configuration.
Opcode OP_DispatchClientCmdMsg is missing from opcode configuration.
Opcode OP_DispatchESMsg is missing from opcode configuration.
Opcode OP_UpdateTargetMsg is missing from opcode configuration.
Opcode OP_UpdateOpportunityMsg is missing from opcode configuration.
Opcode OP_UpdateTargetLocMsg is missing from opcode configuration.
Opcode OP_UpdateCharacterSheetMsg is missing from opcode configuration.
Opcode OP_UpdateSpellBookMsg is missing from opcode configuration.
Opcode OP_UpdateInventoryMsg is missing from opcode configuration.
Opcode OP_UpdateRecipeBookMsg is missing from opcode configuration.
Opcode OP_RequestRecipeDetailsMsg is missing from opcode configuration.
Opcode OP_RecipeDetailsMsg is missing from opcode configuration.
Opcode OP_UpdateSkillBookMsg is missing from opcode configuration.
Opcode OP_UpdateSkillsMsg is missing from opcode configuration.
Opcode OP_ChangeZoneMsg is missing from opcode configuration.
Opcode OP_ClientTeleportRequestMsg is missing from opcode configuration.
Opcode OP_TeleportWithinZoneMsg is missing from opcode configuration.
Opcode OP_TeleportWithinZoneNoReloadMsg is missing from opcode configuration.
Opcode OP_MigrateClientToZoneRequestMsg is missing from opcode configuration.
Opcode OP_MigrateClientToZoneReplyMsg is missing from opcode configuration.
Opcode OP_ReadyToZoneMsg is missing from opcode configuration.
Opcode OP_RemoveClientFromGroupMsg is missing from opcode configuration.
Opcode OP_RemoveGroupFromGroupMsg is missing from opcode configuration.
Opcode OP_MakeGroupLeaderMsg is missing from opcode configuration.
Opcode OP_GroupCreatedMsg is missing from opcode configuration.
Opcode OP_GroupDestroyedMsg is missing from opcode configuration.
Opcode OP_GroupMemberAddedMsg is missing from opcode configuration.
Opcode OP_GroupMemberRemovedMsg is missing from opcode configuration.
Opcode OP_GroupRemovedFromGroupMsg is missing from opcode configuration.
Opcode OP_GroupLeaderChangedMsg is missing from opcode configuration.
Opcode OP_GroupSettingsChangedMsg is missing from opcode configuration.
Opcode OP_SendLatestRequestMsg is missing from opcode configuration.
Opcode OP_ClearDataMsg is missing from opcode configuration.
Opcode OP_SetSocialMsg is missing from opcode configuration.
Opcode OP_ESStatusMsg is missing from opcode configuration.
Opcode OP_ESZoneInstanceStatusMsg is missing from opcode configuration.
Opcode OP_ZonesStatusRequestMsg is missing from opcode configuration.
Opcode OP_ZonesStatusMsg is missing from opcode configuration.
Opcode OP_ESWeatherRequestMsg is missing from opcode configuration.
Opcode OP_ESWeatherRequestEndMsg is missing from opcode configuration.
Opcode OP_WSWeatherUpdateMsg is missing from opcode configuration.
Opcode OP_DialogSelectMsg is missing from opcode configuration.
Opcode OP_DialogCloseMsg is missing from opcode configuration.
Opcode OP_RemoveSpellEffectMsg is missing from opcode configuration.
Opcode OP_RemoveConcentrationMsg is missing from opcode configuration.
Opcode OP_QuestJournalInspectMsg is missing from opcode configuration.
Opcode OP_QuestJournalSetVisibleMsg is missing from opcode configuration.
Opcode OP_QuestJournalWaypointMsg is missing from opcode configuration.
Opcode OP_CreateGuildRequestMsg is missing from opcode configuration.
Opcode OP_CreateGuildReplyMsg is missing from opcode configuration.
Opcode OP_GuildsayMsg is missing from opcode configuration.
Opcode OP_UpdatePositionMsg is missing from opcode configuration.
[Status] Loading structs..
[Status] Loading command list..
[Status] Loaded 21 entity command lists.
[Status] Loaded 0 NPC(s).
[Status] Loaded 0 Object(s).
[Status] Loaded 0 Widget(s).
[Status] Loaded 0 Sign(s).
[Status] Loaded global variables list..
[Status] Loaded visual states list..
[Status] Loading World Time..
[Status] Loading items.. (this might take a few minutes)
[Status] Loaded 74 Bag(s)
[Status] Loaded 433 Food(s)
[Status] Loaded 928 Weapon(s)
[Status] Loaded 2114 Armor Piece(s)
[Status] Loaded 0 Skill Item(s)
[Status] Loaded 5590 Regular Items
[Status] Loading spells..
[Status] Loaded 1 Spell(s)
[Status] Loading LUA spells..
[Status] Loaded 2 LUA Spell(s)
[Status] Loaded 2 LUA Spawn Script(s)
[Status] Loading factions..
[Status] Loaded 36 Factions
[Status] Loading skills..
[Status] Loaded 129 Skills
[Status] Loading loot data..
[Status] Loaded 0 loot tables.
[Status] Loaded 0 loot drops.
[Status] Loaded 0 spawn loot lists.
[Status] Loading EQ time of day..
<link2009>: Man, I never knew the internet could cause stress...
Starting factory Reader
Starting factory Writer
World server listening on: 75.141.255.6:9000
World server listening on: 192.168.4.3:9000
Posted: Mon Jun 23, 2008 7:09 pm
by intodesi
And I have Broken myself by updating to new Client...
but.. looks like my world is running, maybe someone could try loging in...
Posted: Tue Jun 24, 2008 8:10 am
by link2009
Those warnings are common for everyone now, no worries.
I'm sure your world works intodesi, as does mine.
Posted: Tue Jun 24, 2008 4:27 pm
by intodesi
KK

I cant wait till the next update
