Ubuntu Compile Errot
Moderator: Team Members
-
intodesi
- Posts: 87
- Joined: Wed Feb 06, 2008 8:17 am
- Location: Reno, NV
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.
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.
The IRS, its not an agency, its a service. They do it because they love us.
-
intodesi
- Posts: 87
- Joined: Wed Feb 06, 2008 8:17 am
- Location: Reno, NV
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
[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
The IRS, its not an agency, its a service. They do it because they love us.
-
LethalEncounter
- Team: Zombie
- Posts: 2717
- Joined: Wed Jul 25, 2007 10:10 pm
-
intodesi
- Posts: 87
- Joined: Wed Feb 06, 2008 8:17 am
- Location: Reno, NV
-
intodesi
- Posts: 87
- Joined: Wed Feb 06, 2008 8:17 am
- Location: Reno, NV
to expand..
these are my current errors with current build
these are my current errors with current build
[/code]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#
The IRS, its not an agency, its a service. They do it because they love us.
- John Adams
- Retired
- Posts: 9684
- Joined: Thu Jul 26, 2007 6:27 am
- EQ2Emu Server: EQ2Emulator Test Center
- Characters: John
- Location: Arizona
- Contact:
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.
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- John Adams
- Retired
- Posts: 9684
- Joined: Thu Jul 26, 2007 6:27 am
- EQ2Emu Server: EQ2Emulator Test Center
- Characters: John
- Location: Arizona
- Contact:
-
LethalEncounter
- Team: Zombie
- Posts: 2717
- Joined: Wed Jul 25, 2007 10:10 pm
- John Adams
- Retired
- Posts: 9684
- Joined: Thu Jul 26, 2007 6:27 am
- EQ2Emu Server: EQ2Emulator Test Center
- Characters: John
- Location: Arizona
- Contact:
-
intodesi
- Posts: 87
- Joined: Wed Feb 06, 2008 8:17 am
- Location: Reno, NV
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)
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
The IRS, its not an agency, its a service. They do it because they love us.
-
link2009
- Retired
- Posts: 390
- Joined: Fri Aug 10, 2007 5:59 pm
- Location: POrTal
- Contact:
Who is online
Users browsing this forum: No registered users and 0 guests
