mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-26 23:52:26 +00:00
update opcodes
This commit is contained in:
parent
ccdc9f2e43
commit
abbaf6f9a1
@ -14,39 +14,39 @@ OP_ExploreUnknown=0x0000 # used for unknown explorer
|
|||||||
|
|
||||||
# world packets
|
# world packets
|
||||||
# Required to reach Char Select:
|
# Required to reach Char Select:
|
||||||
OP_SendLoginInfo=0x2fca
|
OP_SendLoginInfo=0x722A
|
||||||
OP_ApproveWorld=0x0000
|
OP_ApproveWorld=0x0000
|
||||||
OP_LogServer=0x6d4d
|
OP_LogServer=0x2cae
|
||||||
OP_SendCharInfo=0x832
|
OP_SendCharInfo=0x5d1a
|
||||||
OP_ExpansionInfo=0x066d
|
OP_ExpansionInfo=0x393a
|
||||||
OP_EnterWorld=0x6691
|
OP_EnterWorld=0x7fb8
|
||||||
OP_PostEnterWorld=0x2062
|
OP_PostEnterWorld=0x1945
|
||||||
OP_World_Client_CRC1=0x74c8
|
OP_World_Client_CRC1=0x777f
|
||||||
OP_World_Client_CRC2=0x3984
|
OP_World_Client_CRC2=0x492
|
||||||
OP_World_Client_CRC3=0x6516
|
OP_World_Client_CRC3=0x690
|
||||||
OP_SendSpellChecksum=0x0000
|
OP_SendSpellChecksum=0x0000
|
||||||
OP_SendSkillCapsChecksum=0x0000
|
OP_SendSkillCapsChecksum=0x0000
|
||||||
|
|
||||||
# Character Select Related:
|
# Character Select Related:
|
||||||
OP_SendMaxCharacters=0x13af
|
OP_SendMaxCharacters=0x25eb
|
||||||
OP_SendMembership=0x2aca
|
OP_SendMembership=0x5789
|
||||||
OP_SendMembershipDetails=0x2608
|
OP_SendMembershipDetails=0x2373
|
||||||
OP_CharacterCreateRequest=0x2df4
|
OP_CharacterCreateRequest=0x6b67
|
||||||
OP_CharacterCreate=0x6a3c
|
OP_CharacterCreate=0x1859
|
||||||
OP_DeleteCharacter=x67d7
|
OP_DeleteCharacter=0x71ca
|
||||||
OP_RandomNameGenerator=0x49d9
|
OP_RandomNameGenerator=0x7f4a
|
||||||
OP_ApproveName=0x11e5
|
OP_ApproveName=0x5306
|
||||||
OP_MOTD=0x0be4
|
OP_MOTD=0x1eef
|
||||||
OP_SetChatServer=0x0000
|
OP_SetChatServer=0x0000
|
||||||
OP_SetChatServer2=0x2726
|
OP_SetChatServer2=0x34c1
|
||||||
OP_ZoneServerInfo=0x2273
|
OP_ZoneServerInfo=0x2323
|
||||||
OP_WorldComplete=0x195c
|
OP_WorldComplete=0x1223
|
||||||
OP_WorldUnknown001=0x2049
|
OP_WorldUnknown001=0x7723
|
||||||
OP_FloatListThing=0x66fd
|
OP_FloatListThing=0x504f
|
||||||
|
|
||||||
# Reasons for Disconnect:
|
# Reasons for Disconnect:
|
||||||
OP_ZoneUnavail=0x582d
|
OP_ZoneUnavail=0x29a6
|
||||||
OP_WorldClientReady=0x7ed8
|
OP_WorldClientReady=0x538f
|
||||||
OP_CharacterStillInZone=0x0000
|
OP_CharacterStillInZone=0x0000
|
||||||
OP_WorldChecksumFailure=0x0000
|
OP_WorldChecksumFailure=0x0000
|
||||||
OP_WorldLoginFailed=0x0000
|
OP_WorldLoginFailed=0x0000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user