mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-18 20:02:25 +00:00
* Fix for GENERIC_9_STRINGS * Update .gitignore * OP_ExpansionPacketData for Titanium and RoF2 * Update for login_opcodes_sod.conf * Add OP_LoginExpansionPacketData for Titanium and RoF2 * Few expansion fixes * Update client.h * Update client.h * l * Updates based on PR feedback. Moved configuration to login.json Set Titanium limits to constants * Update login.json Added the two configurations to login.json display_expansions - true/false to display on the server select screen max_expansions - the bitmask of expansions enabled (http://spire.akkadius.com/calculators#expansions-bitmask-calculator) * Further cleanup based on feedback. * Further cleanup and refactor max_expansions to max_expansions_mask to better reflect its purpose * Missed rename of max_expansions corrected.
14 lines
333 B
Plaintext
14 lines
333 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_LoginExpansionPacketData=0x0031
|
|
OP_EnterChat=0x000f
|
|
OP_PollResponse=0x0011
|