mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 16:52:25 +00:00
700 lines
17 KiB
Plaintext
700 lines
17 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=0x722a
|
|
OP_ApproveWorld=0x0000
|
|
OP_LogServer=0x2cae
|
|
OP_SendCharInfo=0x5d1a
|
|
OP_ExpansionInfo=0x393a
|
|
OP_EnterWorld=0x7fb8
|
|
OP_PostEnterWorld=0x1945 # unused
|
|
OP_World_Client_CRC1=0x777f # This is OP_SendExeChecksum
|
|
OP_World_Client_CRC2=0x0492 # This is OP_SendBaseDataChecksum
|
|
OP_World_Client_CRC3=0x0690 # This is OP_SendSkillCapsChecksum
|
|
OP_SendSpellChecksum=0x0000 # There is no spell checksum in TOB
|
|
OP_SendSkillCapsChecksum=0x0690
|
|
|
|
# Character Select Related:
|
|
OP_SendMaxCharacters=0x25eb
|
|
OP_SendMembership=0x5789
|
|
OP_SendMembershipDetails=0x2373
|
|
OP_CharacterCreateRequest=0x6b67
|
|
OP_CharacterCreate=0x1859
|
|
OP_DeleteCharacter=0x71ca
|
|
OP_RandomNameGenerator=0x7f4a # TOB client no longer sends this, and the S->C packet isn't used by emu
|
|
OP_ApproveName=0x5306
|
|
OP_MOTD=0x1eef
|
|
OP_SetChatServer=0x0000
|
|
OP_SetChatServer2=0x34c1
|
|
OP_ZoneServerInfo=0x2323
|
|
OP_WorldComplete=0x1223
|
|
OP_WorldUnknown001=0x7723 # SetServerTime, S->C
|
|
OP_FloatListThing=0x504f # Movement History, C->S
|
|
|
|
# Reasons for Disconnect:
|
|
OP_ZoneUnavail=0x29a6
|
|
OP_WorldClientReady=0x538f
|
|
OP_CharacterStillInZone=0x0000
|
|
OP_WorldChecksumFailure=0x0000
|
|
OP_WorldLoginFailed=0x0000
|
|
OP_WorldLogout=0x0000
|
|
OP_WorldLevelTooHigh=0x0000
|
|
OP_CharInacessable=0x0000
|
|
OP_UserCompInfo=0x0000
|
|
OP_SendExeChecksum=0x777f
|
|
OP_SendBaseDataChecksum=0x0492
|
|
|
|
# Zone in opcodes
|
|
OP_AckPacket=0x776d
|
|
OP_ZoneEntry=0x713d
|
|
OP_ReqNewZone=0x1ccc
|
|
OP_NewZone=0x5ec0
|
|
OP_ZoneSpawns=0x6cd9
|
|
OP_PlayerProfile=0x08bf
|
|
OP_TimeOfDay=0x5503
|
|
OP_LevelUpdate=0x54bf
|
|
OP_Stamina=0x3b01
|
|
OP_RequestClientZoneChange=0x7a59
|
|
OP_ZoneChange=0x4816
|
|
OP_LockoutTimerInfo=0x0000
|
|
OP_ZoneServerReady=0x0000
|
|
OP_ZoneInUnknown=0x0000
|
|
OP_LogoutReply=0x0000
|
|
OP_PreLogoutReply=0x0000
|
|
|
|
# Required to fully log in
|
|
OP_SpawnAppearance=0x513a
|
|
OP_ChangeSize=0x1ed0
|
|
OP_Weather=0x1e6d
|
|
OP_ReqClientSpawn=0x6a27
|
|
OP_SpawnDoor=0x532b
|
|
OP_GroundSpawn=0x14c7
|
|
OP_SendZonepoints=0x21a2
|
|
OP_BlockedBuffs=0x0f6f
|
|
OP_RemoveBlockedBuffs=0x4471
|
|
OP_ClearBlockedBuffs=0x27ce
|
|
OP_WorldObjectsSent=0x4f32
|
|
OP_SendExpZonein=0x7267
|
|
OP_SendAATable=0x22bd
|
|
OP_ClearAA=0x6093
|
|
OP_ClearLeadershipAbilities=0x0000 #removed; leadership abilities are baked in and always on
|
|
OP_RespondAA=0x4449
|
|
OP_UpdateAA=0x1655
|
|
OP_SendAAStats=0x7416 #i'll be honest i think this was removed at some point but this is the op at the spot in the list
|
|
OP_AAExpUpdate=0x04c3 #need to look into whether this has changed; exp did
|
|
OP_ExpUpdate=0x0e55
|
|
OP_HPUpdate=0x2723
|
|
OP_ManaChange=0x08f6
|
|
OP_TGB=0x0000 #removed; tgb is baked in and always on
|
|
OP_SpecialMesg=0x08bd
|
|
OP_CharInventory=0x15b4
|
|
OP_WearChange=0x5897
|
|
OP_ClientUpdate=0x1615
|
|
OP_ClientReady=0x666f
|
|
OP_SetServerFilter=0x5a35
|
|
|
|
# Guild Opcodes
|
|
OP_GuildsList=0x0000
|
|
OP_GuildMemberList=0x0000
|
|
OP_GuildMOTD=0x0000
|
|
OP_GetGuildMOTD=0x0000
|
|
OP_GetGuildMOTDReply=0x0000
|
|
OP_GuildMemberUpdate=0x0000
|
|
OP_GuildInvite=0x0000
|
|
OP_GuildRemove=0x0000
|
|
OP_GuildPeace=0x0000
|
|
OP_SetGuildMOTD=0x0000
|
|
OP_GuildWar=0x0000
|
|
OP_GuildLeader=0x0000
|
|
OP_GuildDelete=0x0000
|
|
OP_GuildInviteAccept=0x0000
|
|
OP_GuildDemote=0x0000
|
|
OP_GuildPromote=0x0000
|
|
OP_GuildPublicNote=0x0000
|
|
OP_GuildManageBanker=0x0000
|
|
OP_GuildBank=0x0000
|
|
OP_GuildBankItemList=0x0000
|
|
OP_SetGuildRank=0x0000
|
|
OP_GuildUpdate=0x0000
|
|
OP_GuildStatus=0x0000
|
|
OP_GuildCreate=0x0000
|
|
OP_GuildOpenGuildWindow=0x0000
|
|
OP_GuildMemberLevel=0x0000
|
|
OP_GuildMemberRankAltBanker=0x0000
|
|
OP_GuildMemberPublicNote=0x0000
|
|
OP_GuildMemberAdd=0x0000
|
|
OP_GuildMemberRename=0x0000
|
|
OP_GuildMemberDelete=0x0000
|
|
OP_GuildMemberDetails=0x0000
|
|
OP_GuildRenameGuild=0x0000
|
|
OP_LFGuild=0x0000
|
|
OP_GuildDeleteGuild=0x0000
|
|
|
|
# GM/Guide Opcodes
|
|
OP_GMServers=0x0000
|
|
OP_GMBecomeNPC=0x0000
|
|
OP_GMZoneRequest=0x0000
|
|
OP_GMZoneRequest2=0x0000
|
|
OP_GMGoto=0x0000
|
|
OP_GMSearchCorpse=0x0000
|
|
OP_GMHideMe=0x0000
|
|
OP_GMDelCorpse=0x0000
|
|
OP_GMApproval=0x0000
|
|
OP_GMToggle=0x0000
|
|
OP_GMSummon=0x0000
|
|
OP_GMEmoteZone=0x0000
|
|
OP_GMEmoteWorld=0x0000
|
|
OP_GMFind=0x0000
|
|
OP_GMKick=0x0000
|
|
OP_GMKill=0x0000
|
|
OP_GMNameChange=0x0000
|
|
OP_GMLastName=0x0000
|
|
|
|
# Misc Opcodes
|
|
OP_QueryUCSServerStatus=0x7093
|
|
OP_InspectRequest=0x0000
|
|
OP_InspectAnswer=0x0000
|
|
OP_InspectMessageUpdate=0x0000
|
|
OP_BeginCast=0x34b1
|
|
OP_ColoredText=0x1743
|
|
OP_ConsentResponse=0x74b3
|
|
OP_MemorizeSpell=0x6af0
|
|
OP_LinkedReuse=0x5683
|
|
OP_SwapSpell=0x32cc
|
|
OP_CastSpell=0x1d63
|
|
OP_Consider=0x4568
|
|
OP_FormattedMessage=0x29b4
|
|
OP_SimpleMessage=0x5b2d
|
|
OP_Buff=0x2427
|
|
OP_Illusion=0x7fb0
|
|
OP_MoneyOnCorpse=0x6f63
|
|
OP_RandomReply=0x1234
|
|
OP_DenyResponse=0x339b
|
|
OP_SkillUpdate=0x0149
|
|
OP_GMTrainSkillConfirm=0x3365
|
|
OP_RandomReq=0x0313
|
|
OP_Death=0x1e90
|
|
OP_GMTraining=0x3d75
|
|
OP_GMEndTraining=0x1bf2
|
|
OP_GMTrainSkill=0x1525
|
|
OP_Animation=0x3807
|
|
OP_Begging=0x217b
|
|
OP_Consent=0x6c66
|
|
OP_ConsentDeny=0x5343
|
|
OP_AutoFire=0x2583
|
|
OP_PetCommands=0x0000
|
|
OP_PetCommandState=0x0000
|
|
OP_PetHoTT=0x0000
|
|
OP_DeleteSpell=0x5d53
|
|
OP_Surname=0x0000
|
|
OP_ClearSurname=0x0000
|
|
OP_FaceChange=0x0000
|
|
OP_SetFace=0x0000
|
|
OP_SenseHeading=0x2ff2
|
|
OP_Action=0x7d28
|
|
OP_ConsiderCorpse=0x2f98
|
|
OP_HideCorpse=0x2623
|
|
OP_CorpseDrag=0x7200
|
|
OP_CorpseDrop=0x2a53
|
|
OP_Bug=0x2846
|
|
OP_Feedback=0x0000
|
|
OP_Report=0x6b73
|
|
OP_Damage=0x5b42
|
|
OP_ChannelMessage=0x7622
|
|
OP_Assist=0x51a0
|
|
OP_AssistGroup=0x4879
|
|
OP_MoveCoin=0x1987
|
|
OP_ZonePlayerToBind=0x1860
|
|
OP_KeyRing=0x0000
|
|
OP_WhoAllRequest=0x3328
|
|
OP_WhoAllResponse=0x4dfd
|
|
OP_FriendsWho=0x3547
|
|
OP_ConfirmDelete=0x14a8
|
|
OP_Logout=0x46f8
|
|
OP_Rewind=0x898a
|
|
OP_TargetCommand=0x46bf
|
|
OP_Hide=0x4f10
|
|
OP_Jump=0x2b69
|
|
OP_Camp=0x4fe0
|
|
OP_Emote=0x0000
|
|
OP_SetRunMode=0x3b78
|
|
OP_BankerChange=0x0fa6
|
|
OP_TargetMouse=0x7f48
|
|
OP_MobHealth=0x445e
|
|
OP_InitialMobHealth=0x0000 # Unused?
|
|
OP_TargetHoTT=0x0000
|
|
OP_TargetBuffs=0x0000
|
|
OP_XTargetResponse=0x0000
|
|
OP_XTargetRequest=0x0000
|
|
OP_XTargetAutoAddHaters=0x0000
|
|
OP_XTargetOpen=0x0000
|
|
OP_XTargetOpenResponse=0x0000
|
|
OP_BuffCreate=0x754c
|
|
OP_BuffRemoveRequest=0x0c06
|
|
OP_DeleteSpawn=0x33fa
|
|
OP_AutoAttack=0x3ced
|
|
OP_AutoAttack2=0x1824
|
|
OP_Consume=0x2d2d
|
|
OP_MoveItem=0x121c
|
|
OP_MoveMultipleItems=0x6bf7
|
|
OP_DeleteItem=0x29e6
|
|
OP_DeleteCharge=0x4bef
|
|
OP_ItemPacket=0x0fb6
|
|
OP_ItemLinkResponse=0x0000
|
|
OP_ItemLinkClick=0x0000
|
|
OP_ItemPreview=0x0000
|
|
OP_NewSpawn=0x053d
|
|
OP_Track=0x24c2
|
|
OP_TrackTarget=0x0941
|
|
OP_TrackUnknown=0x0f55
|
|
OP_ClickDoor=0x1678
|
|
OP_MoveDoor=0x6e1d
|
|
OP_RemoveAllDoors=0x01df
|
|
OP_EnvDamage=0x2dbe
|
|
OP_BoardBoat=0x0c52
|
|
OP_LeaveBoat=0x6097
|
|
OP_ControlBoat=0x79ad
|
|
OP_Forage=0x5b12
|
|
OP_SafeFallSuccess=0x6341
|
|
OP_RezzComplete=0x0000
|
|
OP_RezzRequest=0x0000
|
|
OP_RezzAnswer=0x0000
|
|
OP_Shielding=0x0000
|
|
OP_RequestDuel=0x0000
|
|
OP_MobRename=0x0000
|
|
OP_AugmentItem=0x322a
|
|
OP_WeaponEquip1=0x0000
|
|
OP_PlayerStateAdd=0x0e05
|
|
OP_PlayerStateRemove=0x0ec0
|
|
OP_ApplyPoison=0x7216
|
|
OP_Save=0x667f
|
|
OP_TestBuff=0x0000
|
|
OP_CustomTitles=0x0000
|
|
OP_Split=0x3ea6
|
|
OP_YellForHelp=0x1330
|
|
OP_LoadSpellSet=0x0000
|
|
OP_Bandolier=0x0000
|
|
OP_PotionBelt=0x0000
|
|
OP_DuelDecline=0x0000
|
|
OP_DuelAccept=0x0000
|
|
OP_SaveOnZoneReq=0x16e3
|
|
OP_ReadBook=0x165a
|
|
OP_Dye=0x0000
|
|
OP_InterruptCast=0x5313
|
|
OP_AAAction=0x48fb
|
|
OP_LeadershipExpToggle=0x0000 #removed, these act as if all purchased now
|
|
OP_LeadershipExpUpdate=0x0000 #removed, these act as if all purchased now
|
|
OP_PurchaseLeadershipAA=0x0000 #removed, these act as if all purchased now
|
|
OP_UpdateLeadershipAA=0x0000 #removed, these act as if all purchased now
|
|
OP_MarkNPC=0x0000
|
|
OP_ClearNPCMarks=0x0000
|
|
OP_DelegateAbility=0x0000
|
|
OP_SetGroupTarget=0x0000
|
|
OP_Charm=0x2509
|
|
OP_Stun=0x7f1d
|
|
OP_SendFindableNPCs=0x0000
|
|
OP_FindPersonRequest=0x0000
|
|
OP_FindPersonReply=0x0000
|
|
OP_Sound=0x5949
|
|
OP_CashReward=0x3237
|
|
OP_PetBuffWindow=0x0000
|
|
OP_LevelAppearance=0x5eb5
|
|
OP_Translocate=0x0611
|
|
OP_Sacrifice=0x4b76
|
|
OP_PopupResponse=0x4032
|
|
OP_OnLevelMessage=0x552e
|
|
OP_AugmentInfo=0x19eb
|
|
OP_Petition=0x0000
|
|
OP_SomeItemPacketMaybe=0x0000
|
|
OP_PVPStats=0x0000
|
|
OP_PVPLeaderBoardRequest=0x0000
|
|
OP_PVPLeaderBoardReply=0x0000
|
|
OP_PVPLeaderBoardDetailsRequest=0x0000
|
|
OP_PVPLeaderBoardDetailsReply=0x0000
|
|
OP_RestState=0x1930
|
|
OP_RespawnWindow=0x5c
|
|
OP_LDoNButton=0x0000
|
|
OP_SetStartCity=0x0000
|
|
OP_VoiceMacroIn=0x2963
|
|
OP_VoiceMacroOut=0x028d
|
|
OP_ItemViewUnknown=0x0000
|
|
OP_VetRewardsAvaliable=0x0000
|
|
OP_VetClaimRequest=0x0000
|
|
OP_VetClaimReply=0x0000
|
|
OP_DisciplineUpdate=0x0a2f
|
|
OP_DisciplineTimer=0x2782
|
|
OP_BecomeCorpse=0x0000 # Unused?
|
|
OP_Action2=0x0000 # Unused?
|
|
OP_MobUpdate=0x0000
|
|
OP_NPCMoveUpdate=0x0000
|
|
OP_CameraEffect=0x3352
|
|
OP_SpellEffect=0x7ea2
|
|
OP_AddNimbusEffect=0x54b1
|
|
OP_RemoveNimbusEffect=0x4e88
|
|
OP_AltCurrency=0x0000
|
|
OP_AltCurrencyMerchantRequest=0x0000
|
|
OP_AltCurrencyMerchantReply=0x0000
|
|
OP_AltCurrencyPurchase=0x0000
|
|
OP_AltCurrencySell=0x0000
|
|
OP_AltCurrencySellSelection=0x0000
|
|
OP_AltCurrencyReclaim=0x0000
|
|
OP_CrystalCountUpdate=0x0000
|
|
OP_CrystalCreate=0x0000
|
|
OP_CrystalReclaim=0x0000
|
|
OP_Untargetable=0x6205
|
|
OP_IncreaseStats=0x1312
|
|
OP_Weblink=0x41f7
|
|
OP_OpenContainer=0x1e8a
|
|
OP_Marquee=0x257c
|
|
OP_ItemRecastDelay=0x0fe4
|
|
#OP_OpenInventory=0x0000 # Likely does not exist in RoF -U
|
|
OP_ResetAA=0x3126
|
|
OP_Fling=0x1101
|
|
OP_CancelSneakHide=0x14b0
|
|
OP_AggroMeterLockTarget=0x0000
|
|
OP_AggroMeterTargetInfo=0x0000
|
|
OP_AggroMeterUpdate=0x0000
|
|
OP_UnderWorld=0x156c # clients sends up when they detect an underworld issue, might be useful for cheat detection
|
|
OP_KickPlayers=0x1257
|
|
OP_BookButton=0x4e78
|
|
|
|
# Expeditions
|
|
OP_DzQuit=0x0000
|
|
OP_DzListTimers=0x0000
|
|
OP_DzAddPlayer=0x0000
|
|
OP_DzRemovePlayer=0x0000
|
|
OP_DzSwapPlayer=0x0000
|
|
OP_DzMakeLeader=0x0000
|
|
OP_DzPlayerList=0x0000
|
|
OP_DzExpeditionInvite=0x0000
|
|
OP_DzExpeditionInviteResponse=0x0000
|
|
OP_DzExpeditionInfo=0x0000
|
|
OP_DzExpeditionLockoutTimers=0x0000
|
|
OP_DzMemberList=0x0000
|
|
OP_DzMemberListName=0x0000
|
|
OP_DzMemberListStatus=0x0000
|
|
OP_DzSetLeaderName=0x0000
|
|
OP_DzExpeditionEndsWarning=0x0000
|
|
OP_DzCompass=0x0000
|
|
OP_DzChooseZone=0x0000
|
|
OP_DzChooseZoneReply=0x0000
|
|
|
|
# New Opcodes
|
|
OP_SpawnPositionUpdate=0x0000 # Actually OP_MobUpdate ?
|
|
OP_ManaUpdate=0x0000
|
|
OP_EnduranceUpdate=0x0000
|
|
OP_MobManaUpdate=0x0000
|
|
OP_MobEnduranceUpdate=0x0000
|
|
|
|
# Mercenary Opcodes
|
|
OP_MercenaryDataUpdateRequest=0x0000
|
|
OP_MercenaryDataUpdate=0x0000
|
|
OP_MercenaryDataRequest=0x0000
|
|
OP_MercenaryDataResponse=0x0000
|
|
OP_MercenaryHire=0x0000
|
|
OP_MercenaryDismiss=0x0000
|
|
OP_MercenaryTimerRequest=0x0000
|
|
OP_MercenaryTimer=0x0000
|
|
OP_MercenaryUnknown1=0x0000
|
|
OP_MercenaryCommand=0x0000
|
|
OP_MercenarySuspendRequest=0x0000
|
|
OP_MercenarySuspendResponse=0x0000
|
|
OP_MercenaryUnsuspendResponse=0x0000
|
|
|
|
# Looting
|
|
OP_LootRequest=0x2239
|
|
OP_EndLootRequest=0x173c
|
|
OP_LootItem=0x5241
|
|
OP_LootComplete=0x5470
|
|
|
|
# bazaar trader stuff:
|
|
OP_BazaarSearch=0x0000
|
|
OP_TraderDelItem=0x0000
|
|
OP_BecomeTrader=0x0000
|
|
OP_TraderShop=0x0000
|
|
OP_TraderBulkSend=0x0000
|
|
OP_Trader=0x0000
|
|
OP_Barter=0x0000
|
|
OP_BuyerItems=0x0000
|
|
OP_TraderBuy=0x0000
|
|
OP_ShopItem=0x0000
|
|
OP_BazaarInspect=0x0000
|
|
OP_Bazaar=0x0000
|
|
OP_TraderItemUpdate=0x0000
|
|
|
|
# pc/npc trading
|
|
OP_TradeRequest=0x1f5d
|
|
OP_TradeAcceptClick=0x1d90
|
|
OP_TradeRequestAck=0x2737
|
|
OP_TradeCoins=0x63d8
|
|
OP_FinishTrade=0x0875
|
|
OP_CancelTrade=0x5fb5
|
|
OP_TradeMoneyUpdate=0x544d
|
|
OP_MoneyUpdate=0x578a
|
|
OP_TradeBusy=0x43b8
|
|
|
|
# Sent after canceling trade or after closing tradeskill object
|
|
OP_FinishWindow=0x1935
|
|
OP_FinishWindow2=0x5458
|
|
|
|
# Sent on Live for what seems to be item existance verification
|
|
# Ex. Before Right Click Effect happens from items
|
|
OP_ItemVerifyRequest=0x4d8e
|
|
OP_ItemVerifyReply=0x0bce
|
|
|
|
OP_ItemAdvancedLoreText=0x0000
|
|
|
|
# merchant stuff
|
|
OP_ShopPlayerSell=0x5d8e
|
|
OP_ShopRequest=0x25d0
|
|
OP_ShopEnd=0x3e98
|
|
OP_ShopEndConfirm=0x493d
|
|
OP_ShopPlayerBuy=0x0696
|
|
OP_ShopDelItem=0x0672
|
|
OP_ShopSendParcel=0x3d05
|
|
OP_ShopDeleteParcel=0x109b
|
|
OP_ShopRetrieveParcel=0x5d5b
|
|
OP_ShopParcelIcon=0x1936
|
|
|
|
# tradeskill stuff:
|
|
OP_ClickObject=0x6693
|
|
OP_ClickObjectAction=0x3dbe
|
|
OP_ClearObject=0x3df2
|
|
OP_RecipeDetails=0x400f
|
|
OP_RecipesFavorite=0x2d6b
|
|
OP_RecipesSearch=0x1a3a
|
|
OP_RecipeReply=0x3e33
|
|
OP_RecipeAutoCombine=0x5257
|
|
OP_TradeSkillCombine=0x40af
|
|
|
|
# Tribute Packets:
|
|
OP_TributeUpdate=0x0000
|
|
OP_TributeTimer=0x0000
|
|
OP_SendTributes=0x0000
|
|
OP_RequestGuildTributes=0x0000
|
|
OP_TributeInfo=0x0000
|
|
OP_OpenTributeMaster=0x0000
|
|
OP_SelectTribute=0x0000
|
|
OP_TributeItem=0x0000
|
|
OP_TributeMoney=0x0000
|
|
OP_TributeToggle=0x0000
|
|
OP_TributePointUpdate=0x0000
|
|
OP_TributeNPC=0x0000
|
|
OP_GuildTributeInfo=0x0000
|
|
OP_OpenTributeReply=0x0000
|
|
OP_GuildTributeStatus=0x0000
|
|
OP_GuildSaveActiveTributes=0x0000
|
|
OP_GuildSendActiveTributes=0x0000
|
|
OP_GuildTributeToggleReq=0x0000
|
|
OP_GuildTributeToggleReply=0x0000
|
|
OP_GuildTributeFavorAndTimer=0x0000
|
|
OP_GuildTributeDonateItem=0x0000
|
|
OP_GuildTributeDonatePlat=0x0000
|
|
OP_GuildSelectTribute=0x0000
|
|
OP_GuildModifyBenefits=0x0000
|
|
OP_GuildOptInOut=0x0000
|
|
OP_SendGuildTributes=0x0000
|
|
OP_OpenGuildTributeMaster=0x0000
|
|
|
|
# Adventure packets:
|
|
OP_LeaveAdventure=0x0000
|
|
OP_AdventureFinish=0x0000
|
|
OP_AdventureInfoRequest=0x0000
|
|
OP_AdventureInfo=0x0000
|
|
OP_AdventureRequest=0x0000
|
|
OP_AdventureDetails=0x0000
|
|
OP_AdventureData=0x0000
|
|
OP_AdventureUpdate=0x0000
|
|
OP_AdventureMerchantRequest=0x0000
|
|
OP_AdventureMerchantResponse=0x0000
|
|
OP_AdventureMerchantPurchase=0x0000
|
|
OP_AdventureMerchantSell=0x0000
|
|
OP_AdventurePointsUpdate=0x0000
|
|
OP_AdventureStatsRequest=0x0000
|
|
OP_AdventureStatsReply=0x0000
|
|
OP_AdventureLeaderboardRequest=0x0000
|
|
OP_AdventureLeaderboardReply=0x0000
|
|
|
|
# Group Opcodes
|
|
OP_GroupDisband=0x0573
|
|
OP_GroupInvite=0x7e79
|
|
OP_GroupFollow=0x0000
|
|
OP_GroupUpdate=0x0000
|
|
OP_GroupUpdateB=0x0000
|
|
OP_GroupCancelInvite=0x0000
|
|
OP_GroupAcknowledge=0x0000
|
|
OP_GroupDelete=0x0000
|
|
OP_CancelInvite=0x0000
|
|
OP_GroupFollow2=0x0000
|
|
OP_GroupInvite2=0x43b1
|
|
OP_GroupDisbandYou=0x0000
|
|
OP_GroupDisbandOther=0x0000
|
|
OP_GroupLeaderChange=0x0000
|
|
OP_GroupRoles=0x0000
|
|
OP_GroupMakeLeader=0x0000
|
|
OP_DoGroupLeadershipAbility=0x0000
|
|
OP_GroupLeadershipAAUpdate=0x0000 # removed these act as if you have always purchased them
|
|
OP_GroupMentor=0x0000
|
|
OP_InspectBuffs=0x0000
|
|
|
|
# LFG/LFP Opcodes
|
|
OP_LFGCommand=0x0000
|
|
OP_LFGGetMatchesRequest=0x0000
|
|
OP_LFGGetMatchesResponse=0x0000
|
|
OP_LFPGetMatchesRequest=0x0000
|
|
OP_LFPGetMatchesResponse=0x0000
|
|
OP_LFPCommand=0x0000
|
|
OP_LFGAppearance=0x0000
|
|
OP_LFGResponse=0x0000
|
|
|
|
# Raid Opcodes
|
|
OP_RaidInvite=0x0000
|
|
OP_RaidUpdate=0x0000
|
|
OP_RaidJoin=0x0000
|
|
OP_RaidDelegateAbility=0x0000
|
|
OP_MarkRaidNPC=0x0000
|
|
OP_RaidClearNPCMarks=0x0000
|
|
|
|
# Button-push commands
|
|
OP_Taunt=0x6ad9
|
|
OP_CombatAbility=0x50e2
|
|
OP_SenseTraps=0x235e
|
|
OP_PickPocket=0x2c63
|
|
OP_DisarmTraps=0x7362
|
|
OP_Disarm=0x5a91
|
|
OP_Sneak=0x7f05
|
|
OP_Fishing=0x3cdb
|
|
OP_InstillDoubt=0x3cdb
|
|
OP_FeignDeath=0x3d9f
|
|
OP_Mend=0x3bac
|
|
OP_Bind_Wound=0x580f
|
|
OP_LDoNOpen=0x7a62
|
|
OP_LDoNPickLock=0x36ea
|
|
OP_LDoNInspect=0x256a
|
|
|
|
# Task packets
|
|
OP_TaskDescription=0x0000
|
|
OP_TaskActivity=0x0000
|
|
OP_CompletedTasks=0x0000
|
|
OP_TaskActivityComplete=0x0000
|
|
OP_AcceptNewTask=0x0000
|
|
OP_CancelTask=0x0000
|
|
OP_AvaliableTask=0x0000
|
|
OP_TaskHistoryRequest=0x0000
|
|
OP_TaskHistoryReply=0x0000
|
|
OP_DeclineAllTasks=0x0000
|
|
OP_TaskRequestTimer=0x0000
|
|
OP_TaskSelectWindow=0x0000
|
|
|
|
# Shared Tasks
|
|
OP_SharedTaskMemberList=0x0000 #
|
|
OP_SharedTaskRemovePlayer=0x0000 # /taskremoveplayer
|
|
OP_SharedTaskAddPlayer=0x0000 # /taskaddplayer
|
|
OP_SharedTaskMakeLeader=0x0000 # /taskmakeleader
|
|
OP_SharedTaskInvite=0x0000 # Dialog window
|
|
OP_SharedTaskInviteResponse=0x0000 # Dialog window response
|
|
OP_SharedTaskAcceptNew=0x0000 #
|
|
OP_SharedTaskMemberChange=0x0000 #
|
|
OP_TaskTimers=0x0000 # /tasktimers
|
|
OP_SharedTaskQuit=0x0000 # /taskquit
|
|
OP_SharedTaskSelectWindow=0x0000
|
|
OP_SharedTaskPlayerList=0x0000 # /taskplayerlist
|
|
|
|
# Title opcodes
|
|
OP_NewTitlesAvailable=0x0000
|
|
OP_RequestTitles=0x0000
|
|
OP_SendTitleList=0x0000
|
|
OP_SetTitle=0x0000
|
|
OP_SetTitleReply=0x0000
|
|
|
|
# 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=0x2e09
|
|
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=0x0000 # OP_SendSpellChecksum
|
|
#OP_LoginUnknown2=0x0000 # 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
|
|
|
|
#aura related
|
|
OP_UpdateAura=0x0000
|
|
OP_RemoveTrap=0x0000
|
|
|
|
OP_SystemFingerprint=0x52ef
|