mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +00:00
634 lines
18 KiB
Plaintext
634 lines
18 KiB
Plaintext
# OPCodes not used by EQExtractor2 are most likely not correct.
|
|
#
|
|
# 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
|
|
|
|
# V = Verified correct
|
|
# C = Most likely correct
|
|
# U = Unsure, but should be correct or close
|
|
|
|
# world packets
|
|
# Required to reach Char Select:
|
|
OP_SendLoginInfo=0x4d5c #
|
|
OP_ApproveWorld=0x655c #
|
|
OP_LogServer=0x1497 #
|
|
OP_SendCharInfo=0x7f9e #
|
|
OP_ExpansionInfo=0x2c8f #
|
|
OP_GuildsList=0x5b0b #
|
|
OP_EnterWorld=0x710e #
|
|
OP_PostEnterWorld=0x7930 #
|
|
OP_World_Client_CRC1=0x7ce4 #
|
|
OP_World_Client_CRC2=0x7705 #
|
|
OP_SendSpellChecksum=0x0000 #
|
|
OP_SendSkillCapsChecksum=0x0000 #
|
|
|
|
# Character Select Related:
|
|
OP_DeleteCharacter=0x5ca5 #
|
|
OP_CharacterCreateRequest=0x4eba #
|
|
OP_CharacterCreate=0x3237 #
|
|
OP_RandomNameGenerator=0x26aa #
|
|
OP_ApproveName=0x3154 #
|
|
|
|
OP_MOTD=0x0b80 #
|
|
OP_SetChatServer=0x2c38 #
|
|
OP_SetChatServer2=0x441c #
|
|
OP_ZoneServerInfo=0x16f5 #
|
|
OP_WorldComplete=0x6c63 #
|
|
OP_WorldUnknown001=0x4274 #
|
|
OP_FloatListThing=0x1910 #
|
|
|
|
# Reasons for Disconnect:
|
|
OP_ZoneUnavail=0x20bc #
|
|
OP_WorldClientReady=0x0b89 # Testing VoA 0x3f24
|
|
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=0x3594 #
|
|
OP_ZoneEntry=0x6087 #
|
|
OP_ReqNewZone=0x0000 #
|
|
OP_NewZone=0x51ae #
|
|
OP_ZoneSpawns=0x5f5e #
|
|
OP_PlayerProfile=0x537c #
|
|
OP_TimeOfDay=0x6015 #
|
|
OP_LevelUpdate=0x6e1c #
|
|
OP_Stamina=0x7686 #
|
|
OP_RequestClientZoneChange=0x224f #
|
|
OP_ZoneChange=0x28c8 #
|
|
|
|
OP_LockoutTimerInfo=0x0000 #
|
|
OP_ZoneServerReady=0x0000 #
|
|
OP_ZoneInUnknown=0x0000 #
|
|
OP_LogoutReply=0x0000 #
|
|
OP_PreLogoutReply=0x0000 #
|
|
|
|
# Required to fully log in
|
|
OP_SpawnAppearance=0x3f55 #
|
|
OP_ChangeSize=0x0000 #
|
|
OP_TributeUpdate=0x0000 #
|
|
OP_TributeTimer=0x0000 # Testing VoA 0x1525
|
|
OP_TaskDescription=0x2e4f #
|
|
OP_TaskActivity=0x512b #
|
|
OP_CompletedTasks=0x3141 #
|
|
OP_Weather=0x3e50 #
|
|
OP_SendAATable=0x6db5 # Testing VoA 0x6a7e
|
|
OP_UpdateAA=0x5363 # Testing VoA 0x5363
|
|
OP_RespondAA=0x7bf6 # Testing VoA 0x0643 or maybe 0x7bf6
|
|
OP_ReqClientSpawn=0x2c27 #
|
|
OP_SpawnDoor=0x3604 #
|
|
OP_GroundSpawn=0x1436 #
|
|
OP_SendZonepoints=0x13da #
|
|
OP_SendAAStats=0x4e22 #
|
|
OP_WorldObjectsSent=0x7b73 #
|
|
OP_BlockedBuffs=0x1681 #
|
|
OP_RemoveBlockedBuffs=0x6a86 #
|
|
OP_ClearBlockedBuffs=0x7ae1 #
|
|
OP_SendExpZonein=0x0f14 #
|
|
OP_SendTributes=0x010d #
|
|
OP_TributeInfo=0x047c #
|
|
OP_SendGuildTributes=0x0000 #
|
|
OP_AAExpUpdate=0x1318 #
|
|
OP_ExpUpdate=0x221a # Testing VoA 0x0555
|
|
OP_HPUpdate=0x2369 #
|
|
OP_ManaChange=0x3887 #
|
|
OP_TGB=0x3672 #
|
|
OP_SpecialMesg=0x039d #
|
|
OP_GuildMemberList=0x51bc #
|
|
OP_GuildMOTD=0x0a1d # Testing VoA 0x0a1d
|
|
OP_CharInventory=0x6cfe # Testing VoA 0x6cfe
|
|
OP_WearChange=0x1a58 #
|
|
OP_ClientUpdate=0x7062 #
|
|
OP_ClientReady=0x1272 #
|
|
OP_SetServerFilter=0x053a #
|
|
|
|
# Guild Opcodes
|
|
OP_GetGuildMOTD=0x3415 #
|
|
OP_GetGuildMOTDReply=0x709d #
|
|
OP_GuildMemberUpdate=0x589f #
|
|
OP_GuildInvite=0x5488 #
|
|
OP_GuildRemove=0x47d3 #
|
|
OP_GuildPeace=0x1d22 #
|
|
OP_SetGuildMOTD=0x5f85 #
|
|
OP_GuildList=0x0000 #
|
|
OP_GuildWar=0x0598 #
|
|
OP_GuildLeader=0x67c8 #
|
|
OP_GuildDelete=0x230e #
|
|
OP_GuildInviteAccept=0x2b5a #
|
|
OP_GuildDemote=0x1899 #
|
|
OP_GuildPublicNote=0x2dbd #
|
|
OP_GuildManageBanker=0x0000 #
|
|
OP_GuildBank=0x0000 #
|
|
OP_SetGuildRank=0x4ffe #
|
|
OP_GuildUpdateURLAndChannel=0x03d1 #
|
|
OP_GuildMemberLevelUpdate=0x0000 #
|
|
OP_ZoneGuildList=0x0000 #
|
|
OP_GetGuildsList=0x0000 #
|
|
OP_GuildStatus=0x6916 #
|
|
OP_GuildCreate=0x0000 #
|
|
# OP_GuildManageRemove=0x0000 #
|
|
# OP_GuildManageAdd=0x0000 #
|
|
# OP_GuildManageStatus=0x0000 #
|
|
|
|
# GM/guide opcodes
|
|
OP_GMServers=0x6989 #
|
|
OP_GMBecomeNPC=0x7093 #
|
|
OP_GMZoneRequest=0x701f #
|
|
OP_GMZoneRequest2=0x01 #
|
|
OP_GMGoto=0x15a1 #
|
|
OP_GMSearchCorpse=0x2bff #
|
|
OP_GMHideMe=0x7e4d #
|
|
OP_GMDelCorpse=0x072f #
|
|
OP_GMApproval=0x481f #
|
|
OP_GMToggle=0x2042 #
|
|
OP_GMSummon=0x6e47 #
|
|
OP_GMEmoteZone=0x307d #
|
|
OP_GMEmoteWorld=0x0c2d #
|
|
OP_GMFind=0x6e27 #
|
|
OP_GMKick=0x5a56 #
|
|
OP_GMKill=0x51fe #
|
|
OP_GMNameChange=0x0000 #
|
|
OP_GMLastName=0x1055 #
|
|
|
|
OP_InspectAnswer=0x0c54 #
|
|
OP_BeginCast=0x0d5a #
|
|
OP_BuffFadeMsg=0x1b8a #
|
|
OP_ConsentResponse=0x35c6 #
|
|
OP_MemorizeSpell=0x569e #
|
|
OP_SwapSpell=0x28a7 #
|
|
OP_CastSpell=0x8543 #
|
|
OP_Consider=0x70c6 #
|
|
OP_FormattedMessage=0x4675 #
|
|
OP_SimpleMessage=0x0698 #
|
|
OP_Buff=0x4658 #
|
|
OP_Illusion=0x10b7 #
|
|
OP_MoneyOnCorpse=0x4074 #
|
|
OP_RandomReply=0x07fb #
|
|
OP_DenyResponse=0x0370 #
|
|
OP_SkillUpdate=0x7f01 #
|
|
OP_GMTrainSkillConfirm=0x0000 #
|
|
OP_RandomReq=0x303e #
|
|
OP_Death=0x6685 #
|
|
OP_Bind_Wound=0x7b64 #
|
|
OP_GMTraining=0x5960 #
|
|
OP_GMEndTraining=0x4a61 #
|
|
OP_GMTrainSkill=0x4885 #
|
|
OP_Animation=0x0b93 #
|
|
OP_Begging=0x0ca5 #
|
|
OP_Consent=0x6bb9 #
|
|
OP_ConsentDeny=0x6b7f #
|
|
OP_AutoFire=0x23fc #
|
|
OP_PetCommands=0x7312 #
|
|
OP_DeleteSpell=0x0142 #
|
|
OP_Surname=0x777c #
|
|
OP_ClearSurname=0x0000 #
|
|
OP_FaceChange=0x0507 #
|
|
OP_SenseHeading=0x1dad #
|
|
OP_Action=0x1b85 #
|
|
OP_ConsiderCorpse=0x0e94 #
|
|
OP_HideCorpse=0x0000 #
|
|
OP_CorpseDrag=0x0000 #
|
|
OP_CorpseDrop=0x0000 #
|
|
OP_Bug=0x3365 #
|
|
OP_Feedback=0x52b5 #
|
|
OP_Report=0x211a #
|
|
OP_Damage=0x45d6 #
|
|
OP_ChannelMessage=0x2e79 #
|
|
OP_Assist=0x5658 #
|
|
OP_AssistGroup=0x43bc #
|
|
OP_MoveCoin=0x1418 #
|
|
OP_ZonePlayerToBind=0x2480 #
|
|
OP_KeyRing=0x3b85 #
|
|
OP_WhoAllRequest=0x177a #
|
|
OP_WhoAllResponse=0x15de #
|
|
OP_FriendsWho=0x73d6 #
|
|
OP_ConfirmDelete=0x604d #
|
|
OP_Logout=0x6275 #
|
|
OP_Rewind=0x09e3 #
|
|
OP_TargetCommand=0x3088 #
|
|
OP_InspectRequest=0x0000 #
|
|
OP_Hide=0x2913 #
|
|
OP_Jump=0x243b #
|
|
OP_Camp=0x3cd6 #
|
|
OP_Emote=0x0000 #
|
|
OP_SetRunMode=0x59c3 #
|
|
OP_BankerChange=0x0000 #
|
|
OP_TargetMouse=0x3edc #
|
|
OP_MobHealth=0x5cb0 #
|
|
OP_InitialMobHealth=0x0000 #
|
|
OP_TargetHoTT=0x460e #
|
|
OP_TargetBuffs=0x7c24 #
|
|
OP_BuffCreate=0x0c98 #
|
|
OP_BuffRemoveRequest=0x3567
|
|
OP_DeleteSpawn=0x3164 #
|
|
OP_AutoAttack=0x2257 #
|
|
OP_AutoAttack2=0x0000 #
|
|
OP_Consume=0x2ee2 #
|
|
OP_MoveItem=0x2963 #
|
|
OP_DeleteItem=0x7547 #
|
|
OP_DeleteCharge=0x6a90 #
|
|
OP_ItemPacket=0x38b0 #
|
|
OP_ItemLinkResponse=0x6948 #
|
|
OP_ItemLinkClick=0x3c66 #
|
|
OP_NewSpawn=0x016c #
|
|
OP_Track=0x2444 #
|
|
OP_TrackTarget=0x538f #
|
|
OP_TrackUnknown=0x10fa #
|
|
OP_ClickDoor=0x48f9 #
|
|
OP_MoveDoor=0x231f #
|
|
OP_RemoveAllDoors=0x24a3 #
|
|
OP_EnvDamage=0x2730 #
|
|
OP_BoardBoat=0x50c2 #
|
|
OP_Forage=0x3c02 #
|
|
OP_LeaveBoat=0x569a #
|
|
OP_ControlBoat=0x2641 #
|
|
OP_SafeFallSuccess=0x1dc6 #
|
|
OP_RezzComplete=0x7108 #
|
|
OP_RezzRequest=0x66c5 #
|
|
OP_RezzAnswer=0x71eb #
|
|
OP_Shielding=0x7598 #
|
|
OP_RequestDuel=0x0e71 #
|
|
OP_MobRename=0x6884 #
|
|
OP_AugmentItem=0x4cc6 #
|
|
OP_WeaponEquip1=0x11bc #
|
|
OP_WeaponEquip2=0x2121 #
|
|
OP_WeaponUnequip2=0x7b87 #
|
|
OP_ApplyPoison=0x3582 #
|
|
OP_Save=0x47e7 #
|
|
OP_TestBuff=0x712b #
|
|
OP_CustomTitles=0x6ade #
|
|
OP_Split=0x3a18 #
|
|
OP_YellForHelp=0x1f87 #
|
|
OP_LoadSpellSet=0x440f #
|
|
OP_Bandolier=0x3ad1 #
|
|
OP_PotionBelt=0x7b7f #
|
|
OP_DuelResponse=0x1df9 #
|
|
OP_DuelResponse2=0x36f8 #
|
|
OP_SaveOnZoneReq=0x5408 #
|
|
OP_ReadBook=0x41b5 #
|
|
OP_Dye=0x32c6 #
|
|
OP_InterruptCast=0x7706 #
|
|
OP_AAAction=0x55dd #
|
|
OP_LeadershipExpToggle=0x69d0 #
|
|
OP_LeadershipExpUpdate=0x3703 #
|
|
OP_PurchaseLeadershipAA=0x6e58 #
|
|
OP_UpdateLeadershipAA=0x0297 #
|
|
OP_MarkNPC=0x6b9e #
|
|
OP_ClearNPCMarks=0x074f #
|
|
OP_DoGroupLeadershipAbility=0x0000 #
|
|
OP_GroupLeadershipAAUpdate=0x0000 #
|
|
OP_DelegateAbility=0x105b #
|
|
OP_SetGroupTarget=0x42c7 #
|
|
OP_Charm=0x17f7 #
|
|
OP_Stun=0x41a6 #
|
|
OP_SendFindableNPCs=0x50c1 #
|
|
OP_FindPersonRequest=0x19a8 #
|
|
OP_FindPersonReply=0x7e45 #
|
|
OP_Sound=0x2d1d #
|
|
OP_PetBuffWindow=0x4895 #
|
|
OP_LevelAppearance=0x78b9 #
|
|
OP_Translocate=0x42ef #
|
|
OP_Sacrifice=0x2dc6 #
|
|
OP_PopupResponse=0x0000 #
|
|
OP_OnLevelMessage=0x0000 #
|
|
OP_AugmentInfo=0x0000 #
|
|
OP_Petition=0x31d1 #
|
|
OP_SomeItemPacketMaybe=0x1513 #
|
|
OP_PVPStats=0x0000 #
|
|
OP_PVPLeaderBoardRequest=0x0000 #
|
|
OP_PVPLeaderBoardReply=0x0000 #
|
|
OP_PVPLeaderBoardDetailsRequest=0x0000 #
|
|
OP_PVPLeaderBoardDetailsReply=0x0000 #
|
|
OP_RestState=0x0000 #
|
|
OP_RespawnWindow=0x435b #
|
|
OP_DisciplineTimer=0x74ca #
|
|
OP_LDoNButton=0x597d #
|
|
OP_SetStartCity=0x179d #
|
|
OP_VoiceMacroIn=0x0fce #
|
|
OP_VoiceMacroOut=0x1c36 #
|
|
OP_ItemViewUnknown=0x0000 #
|
|
OP_VetRewardsAvaliable=0x3637 #
|
|
OP_VetClaimRequest=0x032b #
|
|
OP_VetClaimReply=0x7b6e #
|
|
OP_CrystalCountUpdate=0x0000 #
|
|
OP_DisciplineUpdate=0x0d8d #
|
|
OP_BecomeCorpse=0x0000 #
|
|
OP_Action2=0x0000 #
|
|
OP_MobUpdate=0x5a05 #
|
|
OP_NPCMoveUpdate=0x5a4c #
|
|
OP_CameraEffect=0x6812 #
|
|
OP_SpellEffect=0x0989 #
|
|
OP_RemoveNimbusEffect=0x0000 #
|
|
OP_AltCurrency=0x2536
|
|
OP_AltCurrencyMerchantRequest=0x5aac
|
|
OP_AltCurrencyMerchantReply=0x17c7
|
|
OP_AltCurrencyPurchase=0x6efe
|
|
OP_AltCurrencySell=0x32d9
|
|
OP_AltCurrencySellSelection=0x7eac
|
|
OP_AltCurrencyReclaim=0x1560
|
|
OP_CrystalReclaim=0x0000
|
|
OP_CrystalCreate=0x0000
|
|
OP_Untargetable=0x101e
|
|
OP_IncreaseStats=0x3fdc
|
|
|
|
OP_DzQuit=0x0000
|
|
OP_DzListTimers=0x0000
|
|
OP_DzAddPlayer=0x0000
|
|
OP_DzRemovePlayer=0x0000
|
|
OP_DzSwapPlayer=0x0000
|
|
OP_DzMakeLeader=0x0000
|
|
OP_DzPlayerList=0x0000
|
|
OP_DzJoinExpeditionConfirm=0x0000
|
|
OP_DzJoinExpeditionReply=0x0000
|
|
OP_DzExpeditionInfo=0x0000
|
|
OP_DzMemberStatus=0x0000
|
|
OP_DzLeaderStatus=0x0000
|
|
OP_DzExpeditionEndsWarning=0x0000
|
|
OP_DzExpeditionList=0x0000
|
|
OP_DzMemberList=0x0000
|
|
OP_DzCompass=0x0000
|
|
OP_DzChooseZone=0x0000
|
|
|
|
# New Opcodes
|
|
OP_SpawnPositionUpdate=0x0000 #
|
|
OP_ManaUpdate=0x7c94 #
|
|
OP_EnduranceUpdate=0x5851 #
|
|
OP_MobManaUpdate=0x4d27 #
|
|
OP_MobEnduranceUpdate=0x190c #
|
|
|
|
# Looting
|
|
OP_LootRequest=0x1d85 #
|
|
OP_EndLootRequest=0x0bc #
|
|
OP_LootItem=0x5bd9 #
|
|
OP_LootComplete=0x4ca1 #
|
|
|
|
# bazaar trader stuff stuff:
|
|
OP_BazaarSearch=0x2881 #
|
|
OP_TraderDelItem=0x0000 #
|
|
OP_BecomeTrader=0x358a #
|
|
OP_TraderShop=0x49f4 #
|
|
OP_Trader=0x058c #
|
|
OP_TraderBuy=0x783c #
|
|
OP_Barter=0x766f #
|
|
OP_ShopItem=0x0000 #
|
|
OP_BazaarInspect=0x0000 #
|
|
OP_Bazaar=0x0000 #
|
|
OP_TraderItemUpdate=0x0000 #
|
|
|
|
# pc/npc trading
|
|
OP_TradeRequest=0x0c24 #
|
|
OP_TradeAcceptClick=0x064a #
|
|
OP_TradeRequestAck=0x606a #
|
|
OP_TradeCoins=0x0149 #
|
|
OP_FinishTrade=0x3ff6 #
|
|
OP_CancelTrade=0x527e #
|
|
OP_TradeMoneyUpdate=0x1ebb #
|
|
OP_MoneyUpdate=0x528f #
|
|
OP_TradeBusy=0x2c03 #
|
|
|
|
# Sent after canceling trade or after closing tradeskill object
|
|
OP_FinishWindow=0x3c27 #
|
|
OP_FinishWindow2=0x2c6d #
|
|
|
|
# Sent on Live for what seems to be item existance verification
|
|
# Ex. Before Right Click Effect happens from items
|
|
OP_ItemVerifyRequest=0x0000 #
|
|
OP_ItemVerifyReply=0x0000 #
|
|
|
|
# merchant crap
|
|
OP_ShopPlayerSell=0x0b27 #
|
|
OP_ShopRequest=0x33e5 #
|
|
OP_ShopEnd=0x2244 #
|
|
OP_ShopEndConfirm=0x4762 #
|
|
OP_ShopPlayerBuy=0x436a #
|
|
OP_ShopDelItem=0x537c #
|
|
|
|
# tradeskill stuff:
|
|
OP_ClickObject=0x5f0d #
|
|
OP_ClickObjectAction=0x29df #
|
|
OP_ClearObject=0x38d1 #
|
|
OP_RecipeDetails=0x068 #
|
|
OP_RecipesFavorite=0x0000 #
|
|
OP_RecipesSearch=0x0239 #
|
|
OP_RecipeReply=0x1ecf #
|
|
OP_RecipeAutoCombine=0x66bf #
|
|
OP_TradeSkillCombine=0x4212 #
|
|
|
|
# Tribute Packets:
|
|
OP_OpenGuildTributeMaster=0x0000 #
|
|
OP_OpenTributeMaster=0x3ba3 #
|
|
OP_SelectTribute=0x314f #
|
|
OP_TributeItem=0x0000 #
|
|
OP_TributeMoney=0x1772 #
|
|
OP_TributeToggle=0x0000 #
|
|
OP_TributePointUpdate=0x0000 #
|
|
OP_TributeNPC=0x0000 #
|
|
OP_GuildTributeInfo=0x0000 #
|
|
OP_OpenTributeReply=0x0000 #
|
|
# OP_GuildTributeStatus=0x0000 #
|
|
|
|
# Adventure packets:
|
|
OP_LeaveAdventure=0x771f #
|
|
OP_AdventureFinish=0x3168 #
|
|
OP_AdventureInfoRequest=0x05d8 #
|
|
OP_AdventureInfo=0x164b #
|
|
OP_AdventureRequest=0x3a75 #
|
|
OP_AdventureDetails=0x05 #
|
|
OP_AdventureData=0x21df #
|
|
OP_AdventureUpdate=0x6129 #
|
|
OP_AdventureMerchantRequest=0x0000 #
|
|
OP_AdventureMerchantResponse=0x0000 #
|
|
OP_AdventureMerchantPurchase=0x0000 #
|
|
OP_AdventureMerchantSell=0x0000 #
|
|
OP_AdventurePointsUpdate=0x7d05 #
|
|
OP_AdventureStatsRequest=0x0000 #
|
|
OP_AdventureStatsReply=0x15a7 #
|
|
OP_AdventureLeaderboardRequest=0x0000 #
|
|
OP_AdventureLeaderboardReply=0x6bfb #
|
|
|
|
# Group Opcodes
|
|
OP_GroupDisband=0x4200 #
|
|
OP_GroupInvite=0x3288 #
|
|
OP_GroupFollow=0x1190 #
|
|
OP_GroupUpdate=0x0000 #
|
|
OP_GroupUpdateB=0x0000 #
|
|
OP_GroupCancelInvite=0x0000 #
|
|
OP_GroupAcknowledge=0x0000 #
|
|
OP_GroupDelete=0x0000 #
|
|
OP_CancelInvite=0x132f #
|
|
OP_GroupFollow2=0x3519 #
|
|
OP_GroupInvite2=0x083b #
|
|
OP_GroupDisbandYou=0x0000 #
|
|
OP_GroupDisbandOther=0x0000 #
|
|
OP_GroupLeaderChange=0x0000 #
|
|
OP_GroupRoles=0x0000 #
|
|
OP_GroupMakeLeader=0x0000
|
|
|
|
# LFG/LFP Opcodes
|
|
OP_LFGCommand=0x457d #
|
|
OP_LFGGetMatchesRequest=0x49e7 #
|
|
OP_LFGGetMatchesResponse=0x4817 #
|
|
OP_LFPGetMatchesRequest=0x5fc7 #
|
|
OP_LFPGetMatchesResponse=0x3d0c #
|
|
OP_LFPCommand=0x20c6 #
|
|
OP_LFGAppearance=0x0000 #
|
|
OP_LFGResponse=0x0000 #
|
|
|
|
# Raid Opcodes
|
|
OP_RaidInvite=0x550f #
|
|
OP_RaidUpdate=0x0000 # Testing VoA 0x0c08
|
|
OP_RaidJoin=0x0000 #
|
|
|
|
# Button-push commands
|
|
OP_Taunt=0x732c #
|
|
OP_CombatAbility=0x16a5 #
|
|
OP_SenseTraps=0x416b #
|
|
OP_PickPocket=0x13bd #
|
|
OP_DisarmTraps=0x0000 #
|
|
OP_Disarm=0x6def #
|
|
OP_Sneak=0x6eff #
|
|
OP_Fishing=0x0555 #
|
|
OP_InstillDoubt=0x4acf #
|
|
OP_FeignDeath=0x6145 #
|
|
OP_Mend=0x7fbc #
|
|
OP_LDoNOpen=0x7c87 #
|
|
|
|
# Task packets
|
|
OP_TaskActivityComplete=0x0000 #
|
|
OP_TaskMemberList=0x0000 #
|
|
OP_OpenNewTasksWindow=0x0000 #
|
|
OP_AvaliableTask=0x0000 #
|
|
OP_AcceptNewTask=0x0000 #
|
|
OP_TaskHistoryRequest=0x6d1f #
|
|
OP_TaskHistoryReply=0x189b #
|
|
OP_CancelTask=0x47ea #
|
|
OP_DeclineAllTasks=0x0000 #
|
|
|
|
# Title opcodes
|
|
OP_NewTitlesAvailable=0x6d95 #
|
|
OP_RequestTitles=0x7e3d #
|
|
OP_SendTitleList=0x3aef #
|
|
OP_SetTitle=0x725b #
|
|
OP_SetTitleReply=0x38e8 #
|
|
|
|
# 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 # U OP_SendSpellChecksum
|
|
#OP_LoginUnknown2=0x040b # U 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 #
|