mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 16:52:25 +00:00
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
#EQEmu Public Login Server OPCodes
|
|
OP_SessionReady=0x0001
|
|
OP_Login=0x0002
|
|
OP_ServerListRequest=0x0004
|
|
OP_PlayEverquestRequest=0x000d
|
|
OP_PlayEverquestResponse=0x0023
|
|
OP_ChatMessage=0x0018
|
|
OP_LoginAccepted=0x0019
|
|
OP_ServerListResponse=0x001a
|
|
OP_Poll=0x002a
|
|
OP_EnterChat=0x000f
|
|
OP_PollResponse=0x0011
|
|
OP_SystemFingerprint=0x0016
|
|
OP_ExpansionList=0x0031 |