mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-02 06:02:25 +00:00
* Add larion version and opcode path * WIP: getting server to work * Identify server_id * Add missing opcode, add opcodes file --------- Co-authored-by: KimLS <KimLS@peqtgc.com>
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=0x0022
|
|
OP_ChatMessage=0x0017
|
|
OP_LoginAccepted=0x0018
|
|
OP_ServerListResponse=0x0019
|
|
OP_Poll=0x0029
|
|
OP_EnterChat=0x000f
|
|
OP_PollResponse=0x0011
|
|
OP_SystemFingerprint=0x0016
|
|
OP_ExpansionList=0x0030 |