Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-08-2010, 06:59 AM
Claw22000
Fire Beetle
 
Join Date: Dec 2010
Location: St. Paul MN
Posts: 10
Default World server can't connect to login server

It keeps repeting this
__________________________________________________ ______________
[12.07. - 18:12:42] [WORLD__LS] Connecting to login server: claw22000.no-ip.com:5998
[12.07. - 18:12:43] [WORLD__LS_ERR] Could not connect to login server: claw22000.no-ip.com:5998 TCPConnection::Connect(): connect() failed. Error: 10061
[12.07. - 18:12:47] [WORLD__ZONE] New TCP connection from 127.0.0.1:49477
[12.07. - 18:12:47] [WORLD__CONSOLE] New launcher from 127.0.0.1:49477
[12.07. - 18:12:47] [WORLD__LAUNCH] Adding pending launcher 1
[12.07. - 18:12:52] [WORLD__LS] Connecting to login server: claw22000.no-ip.com:5998
[12.07. - 18:12:52] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.07. - 18:12:52] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[12.07. - 18:12:52] [WORLD__LAUNCH] Removing launcher zone (1)
[12.07. - 18:12:53] [WORLD__LS_ERR] Could not connect to login server: claw22000.no-ip.com:5998 TCPConnection::Connect(): connect() failed. Error: 10061
[12.07. - 18:13:02] [WORLD__LS] Connecting to login server: claw22000.no-ip.com:5998
[12.07. - 18:13:02] [WORLD__ZONE] New TCP connection from 127.0.0.1:49481
[12.07. - 18:13:02] [WORLD__CONSOLE] New launcher from 127.0.0.1:49481
[12.07. - 18:13:02] [WORLD__LAUNCH] Adding pending launcher 2
[12.07. - 18:13:03] [WORLD__LS_ERR] Could not connect to login server: claw22000.no-ip.com:5998 TCPConnection::Connect(): connect() failed. Error: 10061
[12.07. - 18:13:07] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.07. - 18:13:07] [WORLD__LAUNCH] Removing pending launcher 2. Adding zone to active list.
[12.07. - 18:13:07] [WORLD__LAUNCH] Removing launcher zone (2)
__________________________________________________ ___________

The zone # increases each time but its not working.

Dont know which file world uses to get its info or I would post it.

Thanks

DrClaw
Reply With Quote
  #2  
Old 12-08-2010, 08:09 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

10061 is Connection Refused. Is the login server listening on port 5998? Do you have the log from it?

It should be named login_somenumber.log and look something like this:

[Debug] [12.08.10 - 04:04:39] Logging System Init.
[Debug] [12.08.10 - 04:04:39] Config System Init.
[Debug] [12.08.10 - 04:04:39] MySQL Database Init.
[Debug] [12.08.10 - 04:04:39] Encryption Initialize.
[Debug] [12.08.10 - 04:04:39] Encryption Loaded Successfully.
[Debug] [12.08.10 - 04:04:39] Server Manager Initialize.
[Network] [12.08.10 - 04:04:39] ServerManager listening on port 5998
[Debug] [12.08.10 - 04:04:39] Client Manager Initialize.
[Network] [12.08.10 - 04:04:39] ClientManager listening on Titanium stream.
[Network] [12.08.10 - 04:04:39] ClientManager listening on SoD stream.
[Debug] [12.08.10 - 04:04:39] Server Started.
[Network] [12.08.10 - 04:04:44] New world server connection from 127.0.0.1:55227
[World] [12.08.10 - 04:04:45] Server TestServer(TestServer) successfully logged in.
[Network] [12.08.10 - 04:05:15] World server disconnected from the server, removing server and freeing connection.
Reply With Quote
  #3  
Old 12-08-2010, 08:43 AM
Claw22000
Fire Beetle
 
Join Date: Dec 2010
Location: St. Paul MN
Posts: 10
Default

Quote:
Originally Posted by lerxst2112 View Post
10061 is Connection Refused. Is the login server listening on port 5998? Do you have the log from it?

It should be named login_somenumber.log and look something like this:

[Debug] [12.08.10 - 04:04:39] Logging System Init.
[Debug] [12.08.10 - 04:04:39] Config System Init.
[Debug] [12.08.10 - 04:04:39] MySQL Database Init.
[Debug] [12.08.10 - 04:04:39] Encryption Initialize.
[Debug] [12.08.10 - 04:04:39] Encryption Loaded Successfully.
[Debug] [12.08.10 - 04:04:39] Server Manager Initialize.
[Network] [12.08.10 - 04:04:39] ServerManager listening on port 5998
[Debug] [12.08.10 - 04:04:39] Client Manager Initialize.
[Network] [12.08.10 - 04:04:39] ClientManager listening on Titanium stream.
[Network] [12.08.10 - 04:04:39] ClientManager listening on SoD stream.
[Debug] [12.08.10 - 04:04:39] Server Started.
[Network] [12.08.10 - 04:04:44] New world server connection from 127.0.0.1:55227
[World] [12.08.10 - 04:04:45] Server TestServer(TestServer) successfully logged in.
[Network] [12.08.10 - 04:05:15] World server disconnected from the server, removing server and freeing connection.
I don't see a log but the screen that has the loginserver on it says listening on port 5999. What file controls world so I can change it to port 5999?
Reply With Quote
  #4  
Old 12-08-2010, 09:49 AM
Chanus
Hill Giant
 
Join Date: Oct 2010
Posts: 123
Default

Make a sub-directory wherever your server resides called "logs" (like C:\eqemu\logs if your server is in eqemu) and then restart your server. It should populate with various log files (some won't show up until you stop the server).

Your (eqemu)login.ini file should be the one you want to change, I think.

Edit: Or eqemu_config.xml
Reply With Quote
  #5  
Old 12-08-2010, 11:40 AM
Claw22000
Fire Beetle
 
Join Date: Dec 2010
Location: St. Paul MN
Posts: 10
Default

Quote:
Originally Posted by Chanus View Post
Make a sub-directory wherever your server resides called "logs" (like C:\eqemu\logs if your server is in eqemu) and then restart your server. It should populate with various log files (some won't show up until you stop the server).

Your (eqemu)login.ini file should be the one you want to change, I think.

Edit: Or eqemu_config.xml
yup edited the eqemu_config.xml found the error and fixed it. Thanks for that

A new problem though can't connect. I ran the game and it won't login

there still some repeating error in the world window heres the log
__________________________________________________ ___________
[12.08. - 09:35:00] Starting Log: logs/eqemu_debug_world_3348.log
[12.08. - 09:35:00] [WORLD__INIT] Loading server configuration..
[12.08. - 09:35:00] [WORLD__INIT] Log settings loaded from log.ini
[12.08. - 09:35:00] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[12.08. - 09:35:00] [WORLD__INIT] Added loginserver localhost:5999
[12.08. - 09:35:00] [WORLD__INIT] Connecting to MySQL...
[12.08. - 09:35:00] [WORLD__INIT] HTTP world service disabled.
[12.08. - 09:35:00] [WORLD__INIT] Loading variables..
[12.08. - 09:35:00] [WORLD__INIT] Loading zones..
[12.08. - 09:35:00] [WORLD__INIT] Clearing groups..
[12.08. - 09:35:00] [WORLD__INIT] Clearing raids..
[12.08. - 09:35:00] [WORLD__INIT] Loading items..
[12.08. - 09:35:10] [WORLD__INIT] Loading guilds..
[12.08. - 09:35:10] [GUILDS__ERROR] Error loading guilds 'SELECT id, name, leader, minstatus, motd, motd_setter,channel,url FROM guilds': #1146: Table 'peq.guilds' doesn't exist
[12.08. - 09:35:10] [WORLD__INIT] No rule set configured, using default rules
[12.08. - 09:35:10] [WORLD__INIT] Clearing temporary merchant lists..
[12.08. - 09:35:10] [WORLD__INIT] Loading EQ time of day..
[12.08. - 09:35:10] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[12.08. - 09:35:10] [WORLD__INIT] Loading launcher list..
[12.08. - 09:35:10] [WORLD__INIT] Reboot zone modes OFF
[12.08. - 09:35:10] [WORLD__INIT] Deleted -1 stale player corpses from database
[12.08. - 09:35:10] [WORLD__INIT] Deleted -1 stale player backups from database
[12.08. - 09:35:10] [WORLD__INIT] Loading adventures...
[12.08. - 09:35:10] [WORLD__INIT] Purging expired instances
[12.08. - 09:35:10] [WORLD__INIT] Zone (TCP) listener started.
[12.08. - 09:35:10] [WORLD__INIT] Client (UDP) listener started.
[12.08. - 09:35:10] [NET__IDENTIFY] Registered patch 6.2
[12.08. - 09:35:10] [NET__IDENTIFY] Registered patch Titanium
[12.08. - 09:35:10] [NET__IDENTIFY] Registered patch SoF
[12.08. - 09:35:10] [NET__IDENTIFY] Registered patch SoD
[12.08. - 09:35:10] [NET__OPCODES] Error loading opcodes file patch_Underfoot.conf. Not registering patch Underfoot.
[12.08. - 09:35:10] [NET__OPCODES] Error loading opcodes file patch_HoT.conf. Not registering patch HoT.
[12.08. - 09:35:10] [WORLD__LS] Connecting to login server: localhost:5999
[12.08. - 09:35:10] [WORLD__LS] Connected to Loginserver: localhost:5999
[12.08. - 09:35:15] [WORLD__ZONE] New TCP connection from 127.0.0.1:57885
[12.08. - 09:35:15] [WORLD__CONSOLE] New launcher from 127.0.0.1:57885
[12.08. - 09:35:15] [WORLD__LAUNCH] Adding pending launcher 1
[12.08. - 09:35:15] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.08. - 09:35:15] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[12.08. - 09:35:15] [WORLD__LAUNCH] Removing launcher zone (1)
[12.08. - 09:35:30] [WORLD__ZONE] New TCP connection from 127.0.0.1:57886
[12.08. - 09:35:30] [WORLD__CONSOLE] New launcher from 127.0.0.1:57886
[12.08. - 09:35:30] [WORLD__LAUNCH] Adding pending launcher 2
[12.08. - 09:35:35] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.08. - 09:35:35] [WORLD__LAUNCH] Removing pending launcher 2. Adding zone to active list.
[12.08. - 09:35:35] [WORLD__LAUNCH] Removing launcher zone (2)
[12.08. - 09:35:45] [WORLD__ZONE] New TCP connection from 127.0.0.1:57887
[12.08. - 09:35:45] [WORLD__CONSOLE] New launcher from 127.0.0.1:57887
[12.08. - 09:35:45] [WORLD__LAUNCH] Adding pending launcher 3
[12.08. - 09:35:50] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.08. - 09:35:50] [WORLD__LAUNCH] Removing pending launcher 3. Adding zone to active list.
[12.08. - 09:35:50] [WORLD__LAUNCH] Removing launcher zone (3)
[12.08. - 09:36:00] [WORLD__ZONE] New TCP connection from 127.0.0.1:57888
[12.08. - 09:36:00] [WORLD__CONSOLE] New launcher from 127.0.0.1:57888
[12.08. - 09:36:00] [WORLD__LAUNCH] Adding pending launcher 4
__________________________________________________ __________
Thanks for all your help eveyone. As soon as I can I will make it public for every one.

I have a 50meg connection here so I should be able to host a nice game. And my servers a real server intel 2.4x2

Again Thanx to every one. And just that last step to get this running I'm sure.

DrClaw
Reply With Quote
  #6  
Old 12-08-2010, 01:19 PM
Chanus
Hill Giant
 
Join Date: Oct 2010
Posts: 123
Default

I'm not sure about this one... I would check your opcodes.conf file maybe?

This is what mine says and it works:

Code:
#EQEmu Public Login Server OPCodes
OP_SessionReady=0x0001
OP_Login=0x0002
OP_ServerListRequest=0x0004
OP_PlayEverquestRequest=0x000d
OP_PlayEverquestResponse=0x0021
OP_ChatMessage=0x0016
OP_LoginAccepted=0x0017
OP_ServerListResponse=0x0018
OP_Poll=0x0029
OP_EnterChat=0x000f
OP_PollResponse=0x0011
But we're getting into territory where i may not be of much help :P
Reply With Quote
  #7  
Old 12-08-2010, 09:58 PM
Claw22000
Fire Beetle
 
Join Date: Dec 2010
Location: St. Paul MN
Posts: 10
Default

Quote:
Originally Posted by Chanus View Post
I'm not sure about this one... I would check your opcodes.conf file maybe?

This is what mine says and it works:

Code:
#EQEmu Public Login Server OPCodes
OP_SessionReady=0x0001
OP_Login=0x0002
OP_ServerListRequest=0x0004
OP_PlayEverquestRequest=0x000d
OP_PlayEverquestResponse=0x0021
OP_ChatMessage=0x0016
OP_LoginAccepted=0x0017
OP_ServerListResponse=0x0018
OP_Poll=0x0029
OP_EnterChat=0x000f
OP_PollResponse=0x0011
But we're getting into territory where i may not be of much help :P
__________________________________________________ ______________
Well I didn't even know what that error was about so you know more than me. I have looked through my opcodes.conf and dons't see that information you have anywhere maybe my opcodes.conf isnt' right. I dont even know where to start with this.

someone help plz
Reply With Quote
  #8  
Old 12-08-2010, 11:07 PM
lowkie
Fire Beetle
 
Join Date: Dec 2010
Posts: 6
Default DB issue

This error:
Error loading guilds 'SELECT id, name, leader, minstatus, motd, motd_setter,channel,url FROM guilds': #1146: Table 'peq.guilds' doesn't exist

looks like it is a sourcing issue with your database, the error is simply that the guilds table is missing, that would be one of the tables that should be created when you source in "load_player.sql". You should be able to just re-source that file and then the bots file if you are using it.
Reply With Quote
  #9  
Old 12-08-2010, 11:37 PM
Claw22000
Fire Beetle
 
Join Date: Dec 2010
Location: St. Paul MN
Posts: 10
Default Bots...

Quote:
Originally Posted by lowkie View Post
This error:
Error loading guilds 'SELECT id, name, leader, minstatus, motd, motd_setter,channel,url FROM guilds': #1146: Table 'peq.guilds' doesn't exist

looks like it is a sourcing issue with your database, the error is simply that the guilds table is missing, that would be one of the tables that should be created when you source in "load_player.sql". You should be able to just re-source that file and then the bots file if you are using it.
I didn't want to go with the bots because it looked as if theres alot of problems with them as well as I didn't want to complicate an already complicated setup. If it would fix them to install them let m know. If I can easily change to them that would be cool but its already compiled. I used the first windows guide in the sticku list as it appeared to be the newest.

Thanks for your quick responce. Every one here seems to be great. This is a present to my grandma who loves everquest and I want to get my clan I run on there. Not to mention make it public.

I secured access to a 10 Meg connection today with my friend who runs a server farm so once I get this going I'll be sending my server over there!

Again thanks to every one for the help. your continued assistance is appreciated.

DrClaw
Reply With Quote
  #10  
Old 12-09-2010, 09:30 AM
Chanus
Hill Giant
 
Join Date: Oct 2010
Posts: 123
Default

If you install the bots but just don't use them there aren't any problems. :P

I think you can also disable them, but I'm not 100% on how to do that as I haven't tried. Might also be worth noting I haven't had any issue with using bots myself.

For the opcodes.conf, save the one you have to something like "opcodes.backup" and make a new opcodes.conf in a text editor and just copy/paste what I have there and see if it works. And just for giggles, post what yours has here.
Reply With Quote
  #11  
Old 12-09-2010, 08:53 PM
Claw22000
Fire Beetle
 
Join Date: Dec 2010
Location: St. Paul MN
Posts: 10
Default

Quote:
Originally Posted by Chanus View Post
If you install the bots but just don't use them there aren't any problems. :P

I think you can also disable them, but I'm not 100% on how to do that as I haven't tried. Might also be worth noting I haven't had any issue with using bots myself.

For the opcodes.conf, save the one you have to something like "opcodes.backup" and make a new opcodes.conf in a text editor and just copy/paste what I have there and see if it works. And just for giggles, post what yours has here.
Finally got a second to get back to this. So here goes made a file with your info in it

Heres the old one
__________________________________________________ ____________
#ShowEQ Import Notes:
# ZERO THE FILE first
# perl -pi -e 's/0x[0-9a-fA-F]{4}/0x0000/g' opcodes.conf
#Unknown Mapping:
#OP_Action2 -> OP_Damage
#OP_EnvDamage -> OP_Damage ---> might have been a one time mistake
#Name Differences:
#OP_CancelInvite -> OP_GroupCancelInvite
#OP_GMFind -> OP_FindPersonRequest
#OP_CommonMessage -> OP_ChannelMessage

OP_Unknown=0x0000
OP_ExploreUnknown=0x0000 #used for unknown explorer

#world packets
OP_ApproveWorld=0x3c25 # ShowEQ 10/27/05
OP_LogServer=0x0fa6 # ShowEQ 10/27/05
OP_MOTD=0x024d # ShowEQ 10/27/05
OP_SendLoginInfo=0x4dd0 # ShowEQ 10/27/05
OP_DeleteCharacter=0x26c9 # ShowEQ 10/27/05
OP_SendCharInfo=0x4513 # ShowEQ 10/27/05
OP_ExpansionInfo=0x04ec # ShowEQ 10/27/05
OP_CharacterCreate=0x10b2 # EQEmu 11/28/05
OP_RandomNameGenerator=0x23d4 # EQEmu 11/28/05
OP_GuildsList=0x6957 #same as zone guild list afaik
OP_ApproveName=0x3ea6 # EQEmu 11/28/05
OP_EnterWorld=0x7cba # ShowEQ 10/27/05
OP_PostEnterWorld=0x52A4 # EQEmu 06/29/05
OP_World_Client_CRC1=0x5072 # ShowEQ 10/27/05
OP_World_Client_CRC2=0x5b18 # ShowEQ 10/27/05
OP_SetChatServer=0x00d7 # ShowEQ 10/27/05
OP_SetChatServer2=0x6536 # ShowEQ 10/27/05
OP_ZoneServerInfo=0x61b6 # ShowEQ 10/27/05
OP_WorldComplete=0x509d # ShowEQ 10/27/05
OP_ZoneUnavail=0x407C
OP_WorldClientReady=0x5e99 # EQEmu 11/28/05 (Guess - Doodman)
OP_WorldUnknown001=0x0000 # EQEmu 06/29/05 (New to 6/29)
OP_CharacterStillInZone=0x60fa # world->client. reject.
OP_WorldChecksumFailure=0x7D37 # world->client. reject.
OP_WorldLoginFailed=0x8DA7 # world->client. reject.
OP_WorldLogout=0x7718 # client->world
OP_WorldLevelTooHigh=0x583b # world->client. Cancels zone in.
OP_CharInacessable=0x436A # world->client. Cancels zone in.

#Zone in opcodes
OP_ZoneEntry=0x7213 # ShowEQ 10/27/05
OP_ZoneInUnknown=0x0000
OP_AckPacket=0x7752 # ShowEQ 10/27/05
OP_NewZone=0x0920 # ShowEQ 10/27/05
OP_ReqClientSpawn=0x0322 # ShowEQ 10/27/05
OP_ZoneSpawns=0x2e78 # ShowEQ 10/27/05
OP_CharInventory=0x5394 # EQEmu 06/29/05
OP_SetServerFilter=0x6563 # ShowEQ 10/27/05
OP_LockoutTimerInfo=0x7c12 # ShowEQ 10/27/05
OP_SendZonepoints=0x3eba # ShowEQ 10/27/05
OP_SpawnDoor=0x4c24 # ShowEQ 10/27/05
OP_ReqNewZone=0x7ac5 # ShowEQ 10/27/05
OP_PlayerProfile=0x75df # ShowEQ 10/27/05
OP_TimeOfDay=0x1580 # ShowEQ 10/27/05
OP_SendExpZonein=0x0587 # ShowEQ 10/27/05
OP_WorldObjectsSent=0x1FA1 # New for SoF 1/1/09
OP_BlockedBuffs=0x39C4 # New for SoF 1/1/09

OP_Logout=0x61ff
OP_LogoutReply=0x48c2 #0x0F66 is not quite right.. this causes disconnect error...
OP_LevelUpdate=0x6d44
OP_Stamina=0x7a83 # ShowEQ 10/27/05

#Petition Opcodes
OP_PetitionSearch=0x0000 #search term for petition
OP_PetitionSearchResults=0x0000 #(list of?) matches from search
OP_PetitionSearchText=0x0000 #text results of search
OP_Petition=0x251f
OP_PetitionUpdate=0x0000 #guess
OP_PetitionCheckout=0x0000
OP_PetitionCheckIn=0x0000
OP_PetitionQue=0x0000
OP_PetitionUnCheckout=0x0000
OP_PetitionDelete=0x5692
OP_DeletePetition=0x0000
OP_PetitionResolve=0x0000 #0x0000
OP_PDeletePetition=0x0000
OP_PetitionBug=0x0000
OP_PetitionRefresh=0x0000
OP_PetitionCheckout2=0x0000
OP_PetitionViewPetition=0x0000

#Guild Opcodes
#list to client : 0x0F4D, 0x147d, 0x18B7, 0x2ec9, 0x3230, 0x32CF, 0x461A, 0x4CC7
# 0x6966, 0x712A, 0x754E, 0x7C32, 0x7C59
# some from client: 0x7825
OP_ZoneGuildList=0x6957 (one entry too long) # ShowEQ 10/27/05
OP_GetGuildMOTD=6d5d
OP_GuildMemberList=0x147d # ShowEQ 10/27/05
OP_GuildMemberUpdate=0x0f4d # ShowEQ 10/27/05
OP_GuildRemove=0x0000
OP_GuildPeace=0x0000
OP_GuildWar=0x0000
OP_GuildLeader=0x0000
OP_GuildDemote=0x0000
OP_GuildMOTD=0x475a # ShowEQ 10/27/05
OP_SetGuildMOTD=0x0000
OP_GetGuildsList=0x0000
OP_GuildInvite=0x0000
OP_GuildPublicNote=0x17a2 # ShowEQ 10/27/05
OP_GuildDelete=0x0000
OP_GuildInviteAccept=0x0000
OP_GuildManageRemove=0x0000
OP_GuildManageAdd=0x0000
OP_GuildManageStatus=0x0000
OP_GuildBank=0x0000


#GM/guide opcodes
OP_GMServers=0x3387 #/servers
OP_GMBecomeNPC=0x7864 #/becomenpc
OP_GMZoneRequest=0x1306 #/zone
OP_GMSearchCorpse=0x3c32 #/searchcorpse
OP_GMHideMe=0x15b2 #/hideme
OP_GMGoto=0x1cee #/goto
OP_GMDelCorpse=0x0000 #/delcorpse
OP_GMApproval=0x0c0f #/approval
OP_GMToggle=0x7fea #/toggletell
OP_GMZoneRequest2=0x0000
OP_GMSummon=0x1edc #/summon
OP_GMEmoteZone=0x39f2 #/emotezone
OP_GMEmoteWorld=0x3383 #/emoteworld (not implemented)
OP_GMFind=0x5930 #/find
OP_GMKick=0x692c #/kick
OP_GMNameChange=0x0000

OP_SafePoint=0x0000
OP_Bind_Wound=0x601d
OP_GMTraining=0x238f
OP_GMEndTraining=0x613d
OP_GMTrainSkill=0x11d2
# OP_GMEndTrainingResponse=0x0000
OP_Animation=0x2acf # ShowEQ 10/27/05
OP_Stun=0x0000
OP_MoneyUpdate=0x267c
OP_IncreaseStats=0x0000
OP_CrashDump=0x7825
OP_ReadBook=0x1496
OP_Dye=0x00dd # ShowEQ 10/27/05
OP_Consume=0x77d7 # ShowEQ 10/27/05
OP_Begging=0x13e7 # ShowEQ 10/27/05
OP_InspectRequest=0x775d # ShowEQ 10/27/05
OP_Action2=0x0000
OP_BeginCast=0x3990 # ShowEQ 10/27/05
OP_BuffFadeMsg=0x0b2d # ShowEQ 10/27/05
OP_Consent=0x1081 # ShowEQ 10/27/05
OP_LFGCommand=0x68ac # ShowEQ 10/27/05
OP_LFGGetMatchesRequest=0x022f # ShowEQ 10/27/05
OP_LFGAppearance=0x0000
OP_LFGResponse=0x0000
OP_LFGGetMatchesResponse=0x45d0 # ShowEQ 10/27/05
OP_LootItem=0x7081 # ShowEQ 10/27/05
OP_Bug=0x7ac2 # ShowEQ 10/27/05
OP_BoardBoat=0x4298 # ShowEQ 10/27/05
OP_Save=0x736b # ShowEQ 10/27/05
OP_Camp=0x78c1 # ShowEQ 10/27/05
OP_EndLootRequest=0x2316 # ShowEQ 10/27/05
OP_LoadSpellSet=0x403e # ShowEQ 10/27/05
OP_AutoAttack=0x5e55 # ShowEQ 10/27/05
OP_Consider=0x65ca # ShowEQ 10/27/05
OP_Emote=0x547a # ShowEQ 10/27/05
OP_PetCommands=0x10a1 # ShowEQ 10/27/05
OP_SpawnAppearance=0x7c32 # ShowEQ 10/27/05
OP_DeleteSpawn=0x55bc # ShowEQ 10/27/05
OP_FormattedMessage=0x5a48 # ShowEQ 10/27/05
OP_WhoAllRequest=0x5cdd # ShowEQ 10/27/05
OP_WhoAllResponse=0x757b # ShowEQ 10/27/05
OP_AutoAttack2=0x0701 # ShowEQ 10/27/05
OP_SetRunMode=0x4aba # ShowEQ 10/27/05
OP_SimpleMessage=0x673c # ShowEQ 10/27/05
OP_SaveOnZoneReq=0x1540 # ShowEQ 10/27/05
OP_SenseHeading=0x05ac # ShowEQ 10/27/05
OP_Buff=0x6a53 # ShowEQ 10/27/05
OP_LootComplete=0x0a94 # ShowEQ 10/27/05
OP_EnvDamage=0x31b3 # ShowEQ 10/27/05
OP_Split=0x4848 # ShowEQ 10/27/05
OP_Surname=0x4668 # ShowEQ 10/27/05
OP_MoveItem=0x420f # ShowEQ 10/27/05
OP_FaceChange=0x0f8e # ShowEQ 10/27/05
OP_ItemPacket=0x3397 # ShowEQ 10/27/05
OP_ItemLinkResponse=0x667c # ShowEQ 10/27/05
OP_ClientReady=0x5e20 # ShowEQ 10/27/05
OP_ZoneChange=0x5dd8 # ShowEQ 10/27/05
OP_MemorizeSpell=0x308e # ShowEQ 10/27/05
OP_ItemLinkClick=0x53e5 # ShowEQ 10/27/05
OP_SwapSpell=0x2126 # ShowEQ 10/27/05
OP_Forage=0x7c33 # ShowEQ 10/27/05
OP_ConsentResponse=0x6380 # ShowEQ 10/27/05
OP_BazaarSearch=0x1ee9 # ShowEQ 10/27/05
OP_NewSpawn=0x1860 # ShowEQ 10/27/05
OP_WearChange=0x7441 # ShowEQ 10/27/05
OP_Action=0x497c # ShowEQ 10/27/05
OP_SpecialMesg=0x2372 # ShowEQ 10/27/05
OP_Bazaar=0x0000
OP_LeaveBoat=0x67c9 # ShowEQ 10/27/05
OP_Weather=0x254d # ShowEQ 10/27/05
OP_LFPGetMatchesRequest=0x35a6 # ShowEQ 10/27/05
OP_Illusion=0x448d # ShowEQ 10/27/05
OP_TargetMouse=0x6c47 # ShowEQ 10/27/05
OP_InspectAnswer=0x2403 # ShowEQ 10/27/05
OP_GMKill=0x6980 # ShowEQ 10/27/05
OP_MoneyOnCorpse=0x7fe4 # ShowEQ 10/27/05
OP_ClickDoor=0x043b # ShowEQ 10/27/05
OP_MoveDoor=0x700d # ShowEQ 10/27/05
OP_LootRequest=0x6f90 # ShowEQ 10/27/05
OP_YellForHelp=0x61ef # ShowEQ 10/27/05
OP_ManaChange=0x4839 # ShowEQ 10/27/05
OP_ConsentDeny=0x4e8c # ShowEQ 10/27/05
OP_LFPCommand=0x6f82 # ShowEQ 10/27/05
OP_RandomReply=0x6cd5 # ShowEQ 10/27/05
OP_DenyResponse=0x7c66 # ShowEQ 10/27/05
OP_ConsiderCorpse=0x773f # ShowEQ 10/27/05
OP_ConfirmDelete=0x3838 # ShowEQ 10/27/05
OP_MobHealth=0x0695 # ShowEQ 10/27/05
OP_SkillUpdate=0x6a93 # ShowEQ 10/27/05
OP_RandomReq=0x5534 # ShowEQ 10/27/05
OP_CastSpell=0x304b # ShowEQ 10/27/05
OP_ClientUpdate=0x14cb # ShowEQ 10/27/05
OP_Report=0x7f9d
OP_GroundSpawn=0x0f47 # ShowEQ 10/27/05
OP_TargetCommand=0x0dfe # ShowEQ 10/27/05
OP_LFPGetMatchesResponse=0x45d0 # ShowEQ 10/27/05
OP_Jump=0x0797 # ShowEQ 10/27/05
OP_ExpUpdate=0x5ecd # ShowEQ 10/27/05
OP_Death=0x6160 # ShowEQ 10/27/05
OP_BecomeCorpse=0x0000
OP_GMLastName=0x23a1 # ShowEQ 10/27/05
OP_InitialMobHealth=0x3d2d # ShowEQ 10/27/05
OP_Mend=0x14ef # ShowEQ 10/27/05
OP_MendHPUpdate=0x0000
OP_Feedback=0x5306 # ShowEQ 10/27/05
OP_TGB=0x0c11 # ShowEQ 10/27/05
OP_InterruptCast=0x0000
OP_Damage=0x5c78 # ShowEQ 10/27/05
OP_ChannelMessage=0x1004 # ShowEQ 10/27/05
OP_LevelAppearance=0x0000
OP_MultiLineMsg=0x0000
OP_Charm=0x0000
OP_DeleteSpell=0x0000
OP_ApproveZone=0x0000
OP_Assist=0x7709
OP_AugmentItem=0x0000
OP_BazaarInspect=0x0000
OP_ClientError=0x0000
OP_DeleteItem=0x0000
OP_ControlBoat=0x0000
OP_DumpName=0x0000
OP_FeignDeath=0x0000
OP_Heartbeat=0x0000
OP_ItemName=0x0000
OP_LDoNButton=0x0000
OP_MoveCoin=0x0000
OP_ReloadUI=0x0000
OP_CameraEffect=0x0000
OP_SpellEffect=0x0000

# SoD Opcodes
OP_SpawnPositionUpdate=0x0000 # 0x4656
OP_ManaUpdate=0x0000 # 0x4b61
OP_EnduranceUpdate=0x0000 # 0x02d6
OP_MobManaUpdate=0x0000 # 0x2ac1
OP_MobEnduranceUpdate=0x0000 # 0x6c5f

#bazaar trader stuff stuff:
#become and buy from
#Server->Client: [ Opcode: OP_Unknown (0x0000) Size: 8 ]
# 0: 46 01 00 00 39 01 00 00 | F...9...
OP_TraderDelItem=0x0000
OP_BecomeTrader=0x0000
OP_TraderShop=0x0000
OP_TraderItemUpdate=0x0000
OP_Trader=0x0000
OP_ShopItem=0x0000
OP_TraderBuy=0x6dd8 # ShowEQ 10/27/05

#pc/npc trading
OP_TradeRequest=0x3ea0 # ShowEQ 10/27/05
OP_TradeAcceptClick=0x0065 # ShowEQ 10/27/05
OP_TradeRequestAck=0x4048 # ShowEQ 10/27/05
OP_TradeCoins=0x0000
OP_FinishTrade=0x0000
OP_CancelTrade=0x2dc1 # ShowEQ 10/27/05
OP_TradeMoneyUpdate=0x0000 #not sure
OP_TradeBusy=0x6839 #

#merchant crap
OP_ShopPlayerSell=0x0e13 # ShowEQ 10/27/05
OP_ShopEnd=0x7e03 # ShowEQ 10/27/05
OP_ShopPlayerBuy=0x221e
OP_ShopRequest=0x45f9 # ShowEQ 10/27/05
OP_ShopDelItem=0x0000 #0x0000 maybe, 16 bytes though

#tradeskill stuff:
OP_ClickObject=0x3bc2 # ShowEQ 10/27/05
OP_ClickObjectAction=0x6937
OP_RecipeDetails=0x4ea2
OP_RecipesFavorite=0x23f0
OP_RecipesSearch=0x164d
OP_RecipeReply=0x0000
OP_RecipeAutoCombine=0x0353
OP_TradeSkillCombine=0x0b40

OP_RequestDuel=0x0000
OP_DuelResponse=0x0000
OP_DuelResponse2=0x0000 #when accepted

OP_RezzComplete=0x0000 #packet wrong on this
OP_RezzRequest=0x0000 #packet wrong on this
OP_RezzAnswer=0x0000 #packet wrong on this
OP_SafeFallSuccess=0x0000
OP_Shielding=0x0000
OP_TargetReject=0x0000
OP_TestBuff=0x0000
OP_Track=0x5011 # ShowEQ 10/27/05
OP_TrackTarget=0x0000
OP_TrackUnknown=0x0000 #size 0 right after OP_Track

#Tribute Packets:
OP_OpenGuildTributeMaster=0x0000
OP_OpenTributeMaster=0x512e #open tribute master window
OP_OpenTributeReply=0x27B3 #reply to open request
OP_SelectTribute=0x625d #clicking on a tribute, and text reply
OP_TributeItem=0x6f6c #donating an item
OP_TributeMoney=0x27b3 #donating money
OP_TributeNPC=0x7f25 #seems to be missing now
OP_TributeToggle=0x2688 #activating/deactivating tribute
OP_TributeTimer=0x4665 #testing #a 4 byte tier update, 10 minutes for seconds
OP_TributePointUpdate=0x6463 #16 byte point packet
OP_TributeUpdate=0x5639 # ShowEQ 10/27/05
OP_GuildTributeInfo=0x5e3d # ShowEQ 10/27/05
OP_TributeInfo=0x152d
OP_SendGuildTributes=0x5e3a # request packet, 4 bytes
OP_SendTributes=0x067a # request packet, 4 bytes, migth be backwards
# 27b3 4665

#Adventure packets:
# Opcodes: 0x3906, 0x0677, 0x0FF1, 0x16C6
# 0x3F26, 0x49A5, 0x64AC
OP_LeaveAdventure=0x0000
OP_AdventureFinish=0x0000
OP_AdventureInfoRequest=0x0000 #right click adventure recruiter
OP_AdventureInfo=0x0000 #text reply to right click
OP_AdventureUpdate=0x0000 #prolly 0x0677, it marks the compass.
OP_AdventureRequest=0x0000
OP_AdventureDetails=0x0000 #prolly 0x0D0F
OP_AdventureData=0x0000
OP_AdventureMerchantRequest=0x0000
OP_AdventureMerchantResponse=0x0000
OP_AdventureMerchantPurchase=0x0000
OP_AdventureMerchantSell=0x0000
OP_AdventurePointsUpdate=0x0000 #not sure, followed purchase
# request stats: 0x0000, reply 0x0000
# request leaderboard: 0x0000, reply 0x0000

#Group Opcodes
OP_GroupDisband=0x0e76 # ShowEQ 10/27/05
OP_GroupInvite=0x1b48 # ShowEQ 10/27/05
OP_GroupFollow=0x7bc7 # ShowEQ 10/27/05
OP_GroupUpdate=0x2dd6 # ShowEQ 10/27/05
OP_GroupAcknowledge=0x0000
OP_GroupCancelInvite=0x1f27 # ShowEQ 10/27/05
OP_GroupDelete=0x0000
OP_GroupFollow2=0x0000 #not sure #follow into an allready established group
OP_GroupInvite2=0x0000 #this is an invite, but with a strange length (193)
OP_CancelInvite=0x0000

OP_RaidJoin=0x1f21 # ShowEQ 10/27/05
OP_RaidInvite=0x5891 # ShowEQ 10/27/05
OP_RaidUpdate=0x1f21 # EQEmu 06/29/05


OP_ZoneComplete=0x0000
OP_ItemLinkText=0x0000
OP_ClearObject=0x0000
OP_DisciplineUpdate=0x0000
OP_LocInfo=0x0000
OP_FindPersonRequest=0x3c41 # ShowEQ 10/27/05
OP_FindPersonReply=0x5711 # ShowEQ 10/27/05
OP_ForceFindPerson=0x0000
OP_LoginComplete=0x0000
OP_ShopEndConfirm=0x0000
OP_Sound=0x0000
#OP_Zone_MissingName01=0x0000 #remove on recompile
OP_MobRename=0x0498 # ShowEQ 10/27/05
OP_BankerChange=0x0000

#Button-push commands
OP_Taunt=0x5e48
OP_CombatAbility=0x5ee8
OP_SenseTraps=0x5666 # ShowEQ 10/27/05
OP_PickPocket=0x0000
OP_DisarmTraps=0x0000
OP_Disarm=0x0000
OP_Hide=0x0000
OP_Sneak=0x0000
OP_Fishing=0x0b36
OP_InstillDoubt=0x0000

#Task packets
OP_CompletedTasks=0x76a2 # ShowEQ 10/27/05
OP_TaskDescription=0x5ef7 # ShowEQ 10/27/05
OP_TaskActivity=0x682d # ShowEQ 10/27/05
OP_TaskMemberList=0x0000 #not sure
OP_OpenNewTasksWindow=0x0000 #combined with OP_AvaliableTask I think
OP_AvaliableTask=0x0000
OP_AcceptNewTask=0x0000
OP_CancelTask=0x0000
OP_DeclineAllTasks=0x0000 #not sure, 12 bytes
#task complete related: 0x0000 (24 bytes), 0x0000 (8 bytes), 0x0000 (4 bytes)


OP_RequestClientZoneChange=0x7834 # ShowEQ 10/27/05

OP_SendAATable=0x367d # ShowEQ 10/27/05
OP_UpdateAA=0x0000
OP_RespondAA=0x0000
OP_SendAAStats=0x5918 # ShowEQ 10/27/05
OP_AAAction=0x0681 # ShowEQ 10/27/05
OP_AAExpUpdate=0x5f58 # ShowEQ 10/27/05

OP_PurchaseLeadershipAA=0x0000
OP_UpdateLeadershipAA=0x0000
OP_LeadershipExpUpdate=0x0000
OP_LeadershipExpToggle=0x5b37

#discovered opcodes not yet used:
OP_PlayMP3=0x0000
OP_FriendsWho=0x0000
OP_MoveLogRequest=0x7510 #gone I think
OP_MoveLogDisregard=0x0000 #gone I think
OP_ReclaimCrystals=0x7cfe
OP_CrystalCountUpdate=0x0000
OP_DynamicWall=0x0000
#new titles avaliable: 0x4ECA
OP_CustomTitles=0x2a28 # ShowEQ 10/27/05
OP_RequestTitles=0x0000 # EQEmu 06/29/05
OP_SendTitleList=0x0000 # EQEmu 06/29/05
OP_SetTitle=0x0000 # EQEmu 06/29/05
OP_SetTitleReply=0x0000 # EQEmu 06/29/05
OP_Bandolier=0x6f0c
OP_OpenDiscordMerchant=0x0000 #8 bytes
OP_DiscordMerchantInventory=0x0000 #long item packet
OP_GiveMoney=0x0000 #16 bytes, pp, gp, sp, cp.
OP_OnLevelMessage=0x0000
OP_RequestKnowledgeBase=0x0000
OP_KnowledgeBase=0x0000
OP_SlashAdventure=0x571a # /adventure
OP_VetRewardsAvaliable=0x0557
OP_BecomePVPPrompt=0x36B2 #guessed from ASM
OP_PickLockSuccess=0x40E7

#named unknowns, to make looking for real unknown easier
OP_AnnoyingZoneUnknown=0x729c
OP_Some6ByteHPUpdate=0x0000 #seems to happen when you target group members
OP_SomeItemPacketMaybe=0x0000 # EQEmu 06/29/05
OP_QueryResponseThing=0x0000
OP_FloatListThing=0x6a1b # EQEmu 06/29/05

#Login opcodes
OP_SessionReady=0x0001
OP_Login=0x0002
OP_ServerListRequest=0x0004
OP_PlayEverquestRequest=0x000d
OP_PlayEverquestResponse=0x0021
OP_ChatMessage=0x0016
OP_LoginAccepted=0x0017
OP_ServerListResponse=0x0018
OP_Poll=0x0029
OP_EnterChat=0x000f
OP_PollResponse=0x0011

#raw opcodes
OP_RAWSessionRequest=0x0000
OP_RAWSessionResponse=0x0000
OP_RAWCombined=0x0000
OP_RAWSessionDisconnect=0x0000
OP_RAWKeepAlive=0x0000
OP_RAWSessionStatRequest=0x0000
OP_RAWSessionStatResponse=0x0000
OP_RAWPacket=0x0000
OP_RAWFragment=0x0000
OP_RAWOutOfOrderAck=0x0000
OP_RAWAck=0x0000
OP_RAWAppCombined=0x0000
OP_RAWOutOfSession=0x0000

#mail opcodes
OP_Command=0x0000
OP_MailboxHeader=0x0000
OP_MailHeader=0x0000
OP_MailBody=0x0000
OP_NewMail=0x0000
OP_SentConfirm=0x0000


OP_MobUpdate=0x0000 #not used anymore, here for backwards compat

#we need to document the differences between these packets to make identifying them easier
OP_MobHealth=0x0695
OP_HPUpdate=0x3bcf # ShowEQ 10/27/05
OP_Some3ByteHPUpdate=0x0000 #initial HP update for mobs
OP_InitialHPUpdate=0x0000

# Unmatched: OP_ItemPlayerPacket=5394
# Unmatched: OP_GetGuildMOTD=6d5d
# Unmatched: OP_GuildTributeStatus=7584
__________________________________________________ _______
Not working stll heres the log from world

__________________________________________________ ________
---------------------------------------------
[12.09. - 18:36:59] Starting Log: logs/eqemu_debug_world_3584.log
[12.09. - 18:36:59] [WORLD__INIT] Loading server configuration..
[12.09. - 18:36:59] [WORLD__INIT] Log settings loaded from log.ini
[12.09. - 18:36:59] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[12.09. - 18:36:59] [WORLD__INIT] Added loginserver localhost:5999
[12.09. - 18:36:59] [WORLD__INIT] Connecting to MySQL...
[12.09. - 18:36:59] [WORLD__INIT] HTTP world service disabled.
[12.09. - 18:36:59] [WORLD__INIT] Loading variables..
[12.09. - 18:36:59] [WORLD__INIT] Loading zones..
[12.09. - 18:36:59] [WORLD__INIT] Clearing groups..
[12.09. - 18:36:59] [WORLD__INIT] Clearing raids..
[12.09. - 18:36:59] [WORLD__INIT] Loading items..
[12.09. - 18:37:08] [WORLD__INIT] Loading guilds..
[12.09. - 18:37:08] [GUILDS__ERROR] Error loading guilds 'SELECT id, name, leader, minstatus, motd, motd_setter,channel,url FROM guilds': #1146: Table 'peq.guilds' doesn't exist
[12.09. - 18:37:08] [WORLD__INIT] No rule set configured, using default rules
[12.09. - 18:37:08] [WORLD__INIT] Clearing temporary merchant lists..
[12.09. - 18:37:08] [WORLD__INIT] Loading EQ time of day..
[12.09. - 18:37:08] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[12.09. - 18:37:08] [WORLD__INIT] Loading launcher list..
[12.09. - 18:37:08] [WORLD__INIT] Reboot zone modes OFF
[12.09. - 18:37:08] [WORLD__INIT] Deleted -1 stale player corpses from database
[12.09. - 18:37:08] [WORLD__INIT] Deleted -1 stale player backups from database
[12.09. - 18:37:08] [WORLD__INIT] Loading adventures...
[12.09. - 18:37:08] [WORLD__INIT] Purging expired instances
[12.09. - 18:37:08] [WORLD__INIT] Zone (TCP) listener started.
[12.09. - 18:37:08] [WORLD__INIT] Client (UDP) listener started.
[12.09. - 18:37:08] [NET__IDENTIFY] Registered patch 6.2
[12.09. - 18:37:08] [NET__IDENTIFY] Registered patch Titanium
[12.09. - 18:37:08] [NET__IDENTIFY] Registered patch SoF
[12.09. - 18:37:08] [NET__IDENTIFY] Registered patch SoD
[12.09. - 18:37:08] [NET__OPCODES] Error loading opcodes file patch_Underfoot.conf. Not registering patch Underfoot.
[12.09. - 18:37:08] [NET__OPCODES] Error loading opcodes file patch_HoT.conf. Not registering patch HoT.
[12.09. - 18:37:08] [WORLD__LS] Connecting to login server: localhost:5999
[12.09. - 18:37:08] [WORLD__LS] Connected to Loginserver: localhost:5999
[12.09. - 18:37:14] [WORLD__ZONE] New TCP connection from 127.0.0.1:57963
[12.09. - 18:37:14] [WORLD__CONSOLE] New launcher from 127.0.0.1:57963
[12.09. - 18:37:14] [WORLD__LAUNCH] Adding pending launcher 1
[12.09. - 18:37:14] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.09. - 18:37:14] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[12.09. - 18:37:14] [WORLD__LAUNCH] Removing launcher zone (1)
[12.09. - 18:37:29] [WORLD__ZONE] New TCP connection from 127.0.0.1:57964
[12.09. - 18:37:29] [WORLD__CONSOLE] New launcher from 127.0.0.1:57964
[12.09. - 18:37:29] [WORLD__LAUNCH] Adding pending launcher 2
[12.09. - 18:37:34] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[12.09. - 18:37:34] [WORLD__LAUNCH] Removing pending launcher 2. Adding zone to active list.
[12.09. - 18:37:34] [WORLD__LAUNCH] Removing launcher zone (2)
__________________________________________________ ___________
heres the log from eqlaunch
__________________________________________________ __________
---------------------------------------------
[12.09. - 18:37:14] Starting Log: logs/eqemu_debug_0496.log
[12.09. - 18:37:14] [LAUNCHER__INIT] Loading server configuration..
[12.09. - 18:37:14] [LAUNCHER__INIT] Starting main loop...
[12.09. - 18:37:14] [NET__WORLD] Connected to World: localhost:9000
[12.09. - 18:37:34] [NET__WORLD] Connected to World: localhost:9000
__________________________________________________ __________
login server seems to be working fine
I made another thread about his to change the title to see if that helps. Keep up the good ideas please.

DrClaw
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:04 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3