2013-02-16 16:14:39 -08:00

653 lines
16 KiB
Plaintext

# 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
# Required to reach Char Select:
OP_SendLoginInfo=0x7b72
OP_ApproveWorld=0x11fe
OP_LogServer=0x055d
OP_SendCharInfo=0x58ca
OP_ExpansionInfo=0x323b
OP_GuildsList=0x5c3a
OP_EnterWorld=0x4e2b
OP_PostEnterWorld=0x3931
OP_World_Client_CRC1=0x67bb
OP_World_Client_CRC2=0x08ea
OP_SendSpellChecksum=0x0000
OP_SendSkillCapsChecksum=0x0000
# Character Select Related:
OP_SendMaxCharacters=0x2960
OP_SendMembership=0x46d8
OP_SendMembershipDetails=0x1af8
OP_CharacterCreateRequest=0x1a95
OP_CharacterCreate=0x74c4
OP_DeleteCharacter=0x63ba
OP_RandomNameGenerator=0x0528
OP_ApproveName=0x5ae0
OP_MOTD=0x5cc4
OP_SetChatServer=0x07c6
OP_SetChatServer2=0x421b
OP_ZoneServerInfo=0x1cfa
OP_WorldComplete=0x06f2
OP_WorldUnknown001=0x39de
OP_FloatListThing=0x62d2
# Reasons for Disconnect:
OP_ZoneUnavail=0x5047
OP_WorldClientReady=0x0b02
OP_CharacterStillInZone=0x0000
OP_WorldChecksumFailure=0x0000
OP_WorldLoginFailed=0x0000
OP_WorldLogout=0x0000
OP_WorldLevelTooHigh=0x0000
OP_CharInacessable=0x0000
OP_UserCompInfo=0x0000
OP_SendExeChecksum=0x0000
OP_SendBaseDataChecksum=0x0000
# Zone in opcodes
OP_AckPacket=0x08d6
OP_ZoneEntry=0x60a8
OP_ReqNewZone=0x0010
OP_NewZone=0x18cd
OP_ZoneSpawns=0x20da
OP_PlayerProfile=0x5772
OP_TimeOfDay=0x5824
OP_LevelUpdate=0x427d
OP_Stamina=0x4932
OP_RequestClientZoneChange=0x70f9
OP_ZoneChange=0xb646
OP_LockoutTimerInfo=0x0000
OP_ZoneServerReady=0x0000
OP_ZoneInUnknown=0x0000
OP_LogoutReply=0x0000
OP_PreLogoutReply=0x0000
# Required to fully log in
OP_SpawnAppearance=0x201a
OP_ChangeSize=0x27b3
OP_TributeUpdate=0x42e0
OP_TributeTimer=0x5008
OP_SendTributes=0x3cca
OP_SendGuildTributes=0x36e4
OP_TributeInfo=0xde3a
OP_Weather=0x7fca
OP_ReqClientSpawn=0x0ed4
OP_SpawnDoor=0x31ed
OP_GroundSpawn=0x56b2
OP_SendZonepoints=0x0d72
OP_BlockedBuffs=0x2b96
OP_RemoveBlockedBuffs=0x1702
OP_ClearBlockedBuffs=0x53eb
OP_WorldObjectsSent=0x59c9
OP_SendExpZonein=0x17b6
OP_SendAATable=0x7017
OP_RespondAA=0x4f1a
OP_UpdateAA=0x7eb4
OP_SendAAStats=0x46af
OP_AAExpUpdate=0x4212
OP_ExpUpdate=0x4ecc
OP_HPUpdate=0x65e7
OP_ManaChange=0x7d4d
OP_TGB=0x32ec
OP_SpecialMesg=0x7d26
OP_GuildMemberList=0x183b
OP_GuildMOTD=0x5531
OP_CharInventory=0x44db
OP_WearChange=0x32fb
OP_ClientUpdate=0x0be5
OP_ClientReady=0x7aa4 # 0x422d
OP_SetServerFilter=0x7958
# Guild Opcodes - Disabled until crashes are resolved in RoF
OP_GetGuildMOTD=0x7332 # Was 0x35dc
OP_GetGuildMOTDReply=0x74dd # Was 0x4586
OP_GuildMemberUpdate=0x24da # Was 0x5643
OP_GuildInvite=0x15e1
OP_GuildRemove=0x45ae
OP_GuildPeace=0x01fc
OP_SetGuildMOTD=0x4467
OP_GuildList=0x0000
OP_GuildWar=0x2ab7
OP_GuildLeader=0x0b1a
OP_GuildDelete=0x16ff
OP_GuildInviteAccept=0x2fe8
OP_GuildDemote=0x52de
OP_GuildPublicNote=0x3838
OP_GuildManageBanker=0x0116 # Was 0x0737
OP_GuildBank=0x2c0e # Was 0x10c3
OP_SetGuildRank=0x3894
OP_GuildUpdateURLAndChannel=0x11b1
OP_GuildStatus=0x3002
OP_GuildCreate=0x1246 # or maybe 0x086e
OP_GuildMemberLevelUpdate=0x0000 # Unused?
OP_ZoneGuildList=0x0000 # Unused?
OP_GetGuildsList=0x0000 # Unused?
OP_LFGuild=0x0000
OP_GuildManageRemove=0x0000
OP_GuildManageAdd=0x0000
OP_GuildManageStatus=0x0000
# GM/Guide Opcodes
OP_GMServers=0x6c9b
OP_GMBecomeNPC=0x5efb
OP_GMZoneRequest=0x05db
OP_GMZoneRequest2=0x0b6f
OP_GMGoto=0x4cf4
OP_GMSearchCorpse=0x7628
OP_GMHideMe=0x0f7c
OP_GMDelCorpse=0x6175
OP_GMApproval=0x2151
OP_GMToggle=0x352d
OP_GMSummon=0x62f8 # Was 0x684f
OP_GMEmoteZone=0x5833 # Was 0x0655
OP_GMEmoteWorld=0x2643 # Was 0x1935
OP_GMFind=0x3450
OP_GMKick=0x6dd9
OP_GMKill=0x5501
OP_GMNameChange=0x7202 # Was 0x51f7
OP_GMLastName=0x72c5 # Was 0x4dd7
# Misc Opcodes
OP_InspectRequest=0x0853
OP_InspectAnswer=0x3d94
OP_InspectMessageUpdate=0x1562
OP_BeginCast=0x7ec6
OP_BuffFadeMsg=0x193a
OP_ConsentResponse=0x130b
OP_MemorizeSpell=0x72a0
OP_SwapSpell=0x30c2
OP_CastSpell=0x6bd3
OP_Consider=0x1184
OP_FormattedMessage=0x1bc4
OP_SimpleMessage=0x4926
OP_Buff=0x3526
OP_Illusion=0x02e6
OP_MoneyOnCorpse=0x2a0f
OP_RandomReply=0x0b4b
OP_DenyResponse=0x414c
OP_SkillUpdate=0x2389
OP_GMTrainSkillConfirm=0x1eb6 # 0x3960
OP_RandomReq=0x5d57
OP_Death=0x2c22
OP_GMTraining=0x7e86
OP_GMEndTraining=0x0fcc
OP_GMTrainSkill=0x4478
OP_Animation=0x26b3
OP_Begging=0x1185
OP_Consent=0x3292
OP_ConsentDeny=0x722b
OP_AutoFire=0x03eb
OP_PetCommands=0x4e66
OP_DeleteSpell=0x7dc1
OP_Surname=0x3388
OP_ClearSurname=0x31d9
OP_FaceChange=0x2729
OP_SenseHeading=0x3b65
OP_Action=0x31b6
OP_ConsiderCorpse=0x1837
OP_HideCorpse=0x177c
OP_CorpseDrag=0x4bc7
OP_CorpseDrop=0x4857
OP_Bug=0x7866
OP_Feedback=0x240f
OP_Report=0x15bb
OP_Damage=0x4598
OP_ChannelMessage=0x7aba
OP_Assist=0x454e
OP_AssistGroup=0x8a9a
OP_MoveCoin=0x7944
OP_ZonePlayerToBind=0x1698
OP_KeyRing=0x07da
OP_WhoAllRequest=0x037d
OP_WhoAllResponse=0x72e8
OP_FriendsWho=0x4640
OP_ConfirmDelete=0x594e
OP_Logout=0x4739
OP_Rewind=0x21b8
OP_TargetCommand=0x717e
OP_Hide=0x6d0d
OP_Jump=0x7c8d
OP_Camp=0x6958
OP_Emote=0x50d6
OP_SetRunMode=0x20fd
OP_BankerChange=0x1d10
OP_TargetMouse=0x0a2d
OP_MobHealth=0x05c3
OP_InitialMobHealth=0x0000 # Unused?
OP_TargetHoTT=0x43ec
OP_XTargetResponse=0x18c5
OP_XTargetRequest=0x47bc
OP_XTargetAutoAddHaters=0x48f8
OP_TargetBuffs=0x0a99
OP_BuffCreate=0x1cc2
OP_BuffRemoveRequest=0x1338
OP_DeleteSpawn=0x781f
OP_AutoAttack=0x1740
OP_AutoAttack2=0x78de
OP_Consume=0x678e
OP_MoveItem=0x76c9
OP_DeleteItem=0x1362
OP_DeleteCharge=0x1721
OP_ItemPacket=0x82a7
OP_ItemLinkResponse=0x636e
OP_ItemLinkClick=0x234b
OP_ItemPreview=0x504d
OP_NewSpawn=0x3aa6
OP_Track=0x01d5
OP_TrackTarget=0x1bb5
OP_TrackUnknown=0x5c41
OP_ClickDoor=0x07be
OP_MoveDoor=0x45fe
OP_RemoveAllDoors=0x60cd
OP_EnvDamage=0x0518
OP_BoardBoat=0x3097
OP_Forage=0x0ec5
OP_LeaveBoat=0x1180
OP_ControlBoat=0x6e81
OP_SafeFallSuccess=0x4cb2
OP_RezzComplete=0x2cb3
OP_RezzRequest=0x375e
OP_RezzAnswer=0x71c2
OP_Shielding=0x75a5
OP_RequestDuel=0x17ab
OP_MobRename=0x6ebb
OP_AugmentItem=0x3b4b # Was 0x37cb
OP_WeaponEquip1=0x7480
OP_WeaponEquip2=0x6f55 # Was 0x6022
OP_WeaponUnequip2=0x1d1e # Was 0x0110
OP_ApplyPoison=0x3a21
OP_Save=0x296a
OP_TestBuff=0x3296 # Was 0x3772
OP_CustomTitles=0x26eb
OP_Split=0x1ee0
OP_YellForHelp=0x4c55
OP_LoadSpellSet=0x0994
OP_Bandolier=0x6d0e
OP_PotionBelt=0x0e8e # Was 0x4d3b
OP_DuelResponse=0x6f44
OP_DuelResponse2=0x4868
OP_SaveOnZoneReq=0x317d
OP_ReadBook=0x5671
OP_Dye=0x0b0d
OP_InterruptCast=0x6adf
OP_AAAction=0x7d94
OP_LeadershipExpToggle=0x7a6b
OP_LeadershipExpUpdate=0x1499
OP_PurchaseLeadershipAA=0x15aa
OP_UpdateLeadershipAA=0x0bcd
OP_MarkNPC=0x08d3
OP_ClearNPCMarks=0x7bb8
OP_DelegateAbility=0x2bb5
OP_SetGroupTarget=0x49f2
OP_Charm=0x7bea
OP_Stun=0x7f7e
OP_SendFindableNPCs=0x5de1
OP_FindPersonRequest=0x4150
OP_FindPersonReply=0x65f0
OP_Sound=0x797b
OP_PetBuffWindow=0x12cd
OP_LevelAppearance=0x34b9
OP_Translocate=0x7121
OP_Sacrifice=0x609b
OP_PopupResponse=0x3c2d
OP_OnLevelMessage=0x0648
OP_AugmentInfo=0x0000
OP_Petition=0x4aad
OP_SomeItemPacketMaybe=0x1334
OP_PVPStats=0x51fd # Unsure
OP_PVPLeaderBoardRequest=0x38cc
OP_PVPLeaderBoardReply=0x2ac0
OP_PVPLeaderBoardDetailsRequest=0x4efd
OP_PVPLeaderBoardDetailsReply=0x4497
OP_RestState=0x7496
OP_RespawnWindow=0x2e76
OP_LDoNButton=0x1589
OP_SetStartCity=0x17d5 # Was 0x2d1b
OP_VoiceMacroIn=0x31f8
OP_VoiceMacroOut=0x7f45
OP_ItemViewUnknown=0x1aca
OP_VetRewardsAvaliable=0x786e
OP_VetClaimRequest=0x380d
OP_VetClaimReply=0x5899
OP_DisciplineUpdate=0x47a9 # Was 0x2f05
OP_DisciplineTimer=0x6394 # Was 0x5e3f
OP_BecomeCorpse=0x0000 # Unused?
OP_Action2=0x0000 # Unused?
OP_MobUpdate=0x142c
OP_NPCMoveUpdate=0x4788
OP_CameraEffect=0x3056
OP_SpellEffect=0x4d15
OP_RemoveNimbusEffect=0x1455
OP_AltCurrency=0x2044
OP_AltCurrencyMerchantRequest=0x0fc1
OP_AltCurrencyMerchantReply=0x57ee
OP_AltCurrencyPurchase=0x13bf
OP_AltCurrencySell=0x41c3
OP_AltCurrencySellSelection=0x0a3a
OP_AltCurrencyReclaim=0x4097
OP_CrystalCountUpdate=0x5307 # Was 0x3f60
OP_CrystalCreate=0x6668 # Was 0x5a82
OP_CrystalReclaim=0x00de # Was 0x7616
OP_Untargetable=0x3210
OP_IncreaseStats=0x5148
OP_Weblink=0x5e65
#OP_OpenInventory=0x0000 # Likely does not exist in RoF -U
OP_OpenContainer=0x0000
OP_DzQuit=0x7514
OP_DzListTimers=0x572d
OP_DzAddPlayer=0x5aab
OP_DzRemovePlayer=0x4e78
OP_DzSwapPlayer=0x14a4
OP_DzMakeLeader=0x15d7
OP_DzPlayerList=0x2dcd
OP_DzJoinExpeditionConfirm=0x0f30
OP_DzJoinExpeditionReply=0x3b67
OP_DzExpeditionInfo=0x24be
OP_DzExpeditionList=0x1ce9
OP_DzMemberStatus=0x1bfc
OP_DzLeaderStatus=0x04bf
OP_DzExpeditionEndsWarning=0x5dea
OP_DzMemberList=0x2ef6
OP_DzCompass=0x331d # Was 0x4f09
OP_DzChooseZone=0x0000 # Maybe 0x29d6
# New Opcodes
OP_SpawnPositionUpdate=0x0000 # Actually OP_MobUpdate ?
OP_ManaUpdate=0x089f
OP_EnduranceUpdate=0x3a7c
OP_MobManaUpdate=0x1013
OP_MobEnduranceUpdate=0x68a5
# Mercenary Opcodes
OP_MercenaryDataUpdateRequest=0x1919
OP_MercenaryDataUpdate=0x27a5
OP_MercenaryDataRequest=0x6278
OP_MercenaryDataResponse=0x5c06
OP_MercenaryHire=0x18f9
OP_MercenaryDismiss=0x9d9a
OP_MercenaryTimerRequest=0x39a1
OP_MercenaryTimer=0x6f9e
OP_MercenaryUnknown1=0x6e0e
OP_MercenaryCommand=0x564f
OP_MercenarySuspendRequest=0x1d98
OP_MercenarySuspendResponse=0x205c
OP_MercenaryUnsuspendResponse=0x4ab4
# Looting
OP_LootRequest=0x760c
OP_EndLootRequest=0x0c45
OP_LootItem=0x29e8
OP_LootComplete=0x2dc2
# bazaar trader stuff:
OP_BazaarSearch=0x37a5
OP_TraderDelItem=0x0000
OP_BecomeTrader=0x7d0b
OP_TraderShop=0x5137
OP_Trader=0x7e2b
OP_TraderBuy=0x0000
OP_Barter=0x0e48
OP_ShopItem=0x0000
OP_BazaarInspect=0x0000
OP_Bazaar=0x0000
OP_TraderItemUpdate=0x0000
# pc/npc trading
OP_TradeRequest=0x743e
OP_TradeAcceptClick=0x262a
OP_TradeRequestAck=0x02b0
OP_TradeCoins=0x2eef
OP_FinishTrade=0x22b6
OP_CancelTrade=0x4cd1
OP_TradeMoneyUpdate=0x6d8c
OP_MoneyUpdate=0x4ae9
OP_TradeBusy=0x7dcf
# Sent after canceling trade or after closing tradeskill object
OP_FinishWindow=0x16fb
OP_FinishWindow2=0x6c2b
# Sent on Live for what seems to be item existance verification
# Ex. Before Right Click Effect happens from items
OP_ItemVerifyRequest=0x2e3a
OP_ItemVerifyReply=0x3b26
# merchant stuff
OP_ShopPlayerSell=0x51fb
OP_ShopRequest=0x49f3
OP_ShopEnd=0x36ac
OP_ShopEndConfirm=0x6b28
OP_ShopPlayerBuy=0x639e
OP_ShopDelItem=0x19fd
# tradeskill stuff:
OP_ClickObject=0x607d
OP_ClickObjectAction=0x553d
OP_ClearObject=0x0e78
OP_RecipeDetails=0x59b7
OP_RecipesFavorite=0x56b5
OP_RecipesSearch=0x0000
OP_RecipeReply=0x57c9
OP_RecipeAutoCombine=0x7cc0
OP_TradeSkillCombine=0x1f0f
# Tribute Packets:
OP_OpenGuildTributeMaster=0x31a7
OP_OpenTributeMaster=0x0212 # Was 0x40f5
OP_SelectTribute=0x7604
OP_TributeItem=0x72bc
OP_TributeMoney=0x7415 # Was 0x6fed
OP_TributeToggle=0x3046
OP_TributePointUpdate=0x7203
OP_TributeNPC=0x0000
OP_GuildTributeInfo=0x0000
OP_OpenTributeReply=0x0000
OP_GuildTributeStatus=0x0000
# Adventure packets:
OP_LeaveAdventure=0x18f7
OP_AdventureFinish=0x29ea
OP_AdventureInfoRequest=0x26a5
OP_AdventureInfo=0x51f0
OP_AdventureRequest=0x3eae
OP_AdventureDetails=0x44e5
OP_AdventureData=0x22cf
OP_AdventureUpdate=0x5a41
OP_AdventureMerchantRequest=0x2c46 # Was 654d
OP_AdventureMerchantResponse=0x8000 # Was 7949
OP_AdventureMerchantPurchase=0x7ee6 # Was 155a
OP_AdventureMerchantSell=0x4faa # Was 389c
OP_AdventurePointsUpdate=0x30c0 # Was 7589
OP_AdventureStatsRequest=0x730a
OP_AdventureStatsReply=0x3f32
OP_AdventureLeaderboardRequest=0x1f8a
OP_AdventureLeaderboardReply=0x37f3
# Group Opcodes
OP_GroupDisband=0x559d
OP_GroupInvite=0x3877
OP_GroupFollow=0x7842
OP_GroupUpdate=0x35cc
OP_GroupUpdateB=0x2aca
OP_GroupCancelInvite=0x0000
OP_GroupAcknowledge=0x7b5a
OP_GroupDelete=0x7102
OP_CancelInvite=0x1afc
OP_GroupFollow2=0x269f
OP_GroupInvite2=0x4b77
OP_GroupDisbandYou=0x23eb
OP_GroupDisbandOther=0x7862
OP_GroupLeaderChange=0x07d8
OP_GroupRoles=0x139a
OP_GroupMakeLeader=0x7056
OP_DoGroupLeadershipAbility=0x6637
OP_GroupLeadershipAAUpdate=0x0400
# LFG/LFP Opcodes
OP_LFGCommand=0x6b5a
OP_LFGGetMatchesRequest=0x3153
OP_LFGGetMatchesResponse=0x1ed6
OP_LFPGetMatchesRequest=0x5de8
OP_LFPGetMatchesResponse=0x62bc
OP_LFPCommand=0x403e
OP_LFGAppearance=0x0000
OP_LFGResponse=0x0000
# Raid Opcodes
OP_RaidInvite=0x3ab1
OP_RaidUpdate=0x20a4
OP_RaidJoin=0x0000
# Button-push commands
OP_Taunt=0x01ed
OP_CombatAbility=0x1f8e
OP_SenseTraps=0x5ccf # Was 0x2ee0
OP_PickPocket=0x7876
OP_DisarmTraps=0x0000
OP_Disarm=0x4422
OP_Sneak=0x117d
OP_Fishing=0x0cbd
OP_InstillDoubt=0x0734
OP_FeignDeath=0x2321
OP_Mend=0x5651
OP_Bind_Wound=0x4ab2
OP_LDoNOpen=0x1dfc
# Task packets
OP_TaskDescription=0x5c2a
OP_TaskActivity=0x902b
OP_CompletedTasks=0x2a6f
OP_TaskActivityComplete=0x2459
OP_AcceptNewTask=0x0b03
OP_CancelTask=0x4c3f
OP_TaskMemberList=0x2f78 # Was 0x1656
OP_OpenNewTasksWindow=0xd63f # Was 0x11de
OP_AvaliableTask=0x5f3e # Was 0x2377
OP_TaskHistoryRequest=0x03fe
OP_TaskHistoryReply=0x2b9f
OP_DeclineAllTasks=0x0000
# Title opcodes
OP_NewTitlesAvailable=0x7c32
OP_RequestTitles=0x1c5f
OP_SendTitleList=0x0d6c
OP_SetTitle=0x7660
OP_SetTitleReply=0x5525
# mail opcodes
OP_Command=0x0000
OP_MailboxHeader=0x0000
OP_MailHeader=0x0000
OP_MailBody=0x0000
OP_NewMail=0x0000
OP_SentConfirm=0x0000
########### Below this point should not be needed ###########
# This section are all unknown in Titanium
OP_ForceFindPerson=0x0000
OP_LocInfo=0x0000
OP_ReloadUI=0x0000
OP_ItemName=0x0000
OP_ItemLinkText=0x0000
OP_MultiLineMsg=0x0000
OP_MendHPUpdate=0x0000
OP_TargetReject=0x0000
OP_SafePoint=0x0000
OP_ApproveZone=0x0000
OP_ZoneComplete=0x0000
OP_ClientError=0x0000
OP_DumpName=0x0000
OP_Heartbeat=0x0000
OP_CrashDump=0x0000
OP_LoginComplete=0x0000
# discovered opcodes not yet used:
OP_PickLockSuccess=0x0000
OP_PlayMP3=0x0000
OP_ReclaimCrystals=0x0000
OP_DynamicWall=0x0000
OP_OpenDiscordMerchant=0x0000
OP_DiscordMerchantInventory=0x0000
OP_GiveMoney=0x0000
OP_RequestKnowledgeBase=0x0000
OP_KnowledgeBase=0x0000
OP_SlashAdventure=0x0000 # /adventure
OP_BecomePVPPrompt=0x0000
OP_MoveLogRequest=0x0000 # gone I think
OP_MoveLogDisregard=0x0000 # gone I think
# named unknowns, to make looking for real unknown easier
OP_AnnoyingZoneUnknown=0x0000
OP_Some6ByteHPUpdate=0x0000 seems to happen when you target group members
OP_QueryResponseThing=0x0000
# realityincarnate: these are just here to stop annoying several thousand byte packet dumps
#OP_LoginUnknown1=0x46d3 # OP_SendSpellChecksum
#OP_LoginUnknown2=0x040b # OP_SendSkillCapsChecksum
# 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_PetitionUpdate=0x0000
OP_PetitionCheckout=0x0000
OP_PetitionCheckIn=0x0000
OP_PetitionQue=0x0000
OP_PetitionUnCheckout=0x0000
OP_PetitionDelete=0x0000
OP_DeletePetition=0x0000
OP_PetitionResolve=0x0000
OP_PDeletePetition=0x0000
OP_PetitionBug=0x0000
OP_PetitionRefresh=0x0000
OP_PetitionCheckout2=0x0000
OP_PetitionViewPetition=0x0000
# Login opcodes
OP_SessionReady=0x0000
OP_Login=0x0000
OP_ServerListRequest=0x0000
OP_PlayEverquestRequest=0x0000
OP_PlayEverquestResponse=0x0000
OP_ChatMessage=0x0000
OP_LoginAccepted=0x0000
OP_ServerListResponse=0x0000
OP_Poll=0x0000
OP_EnterChat=0x0000
OP_PollResponse=0x0000
# 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
# we need to document the differences between these packets to make identifying them easier
OP_Some3ByteHPUpdate=0x0000 # initial HP update for mobs
OP_InitialHPUpdate=0x0000