mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 07:16:37 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#Mail and Chat Channel opcodes
|
||||
OP_MailLogin=0x01
|
||||
OP_Mail=0x02
|
||||
OP_ChannelMessage=0x03
|
||||
OP_ChannelAnnounceJoin=0x04
|
||||
OP_ChannelAnnounceLeave=0x05
|
||||
OP_Buddy=0x06
|
||||
OP_MailHeaderCount=0x0d
|
||||
OP_MailHeader=0x0e
|
||||
OP_MailSendBody=0x0f
|
||||
OP_MailNew=0x10
|
||||
OP_MailDeliveryStatus=0x12
|
||||
OP_MailboxChange=0x14
|
||||
OP_Ignore=0x15
|
||||
@@ -0,0 +1,512 @@
|
||||
#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
|
||||
OP_ApproveWorld=0x3c25 # ShowEQ 10/27/05
|
||||
OP_LogServer=0x0fa6 # ShowEQ 10/27/05
|
||||
OP_MOTD=0x024d # ShowEQ 10/27/05
|
||||
OP_SendLoginInfo=0x4dd0 # ShowEQ 10/27/05
|
||||
OP_DeleteCharacter=0x26c9 # ShowEQ 10/27/05
|
||||
OP_SendCharInfo=0x4513 # ShowEQ 10/27/05
|
||||
OP_ExpansionInfo=0x04ec # ShowEQ 10/27/05
|
||||
OP_CharacterCreate=0x10b2 # EQEmu 11/28/05
|
||||
OP_RandomNameGenerator=0x23d4 # EQEmu 11/28/05
|
||||
OP_GuildsList=0x6957 #same as zone guild list afaik
|
||||
OP_ApproveName=0x3ea6 # EQEmu 11/28/05
|
||||
OP_EnterWorld=0x7cba # ShowEQ 10/27/05
|
||||
OP_PostEnterWorld=0x52A4 # EQEmu 06/29/05
|
||||
OP_World_Client_CRC1=0x5072 # ShowEQ 10/27/05
|
||||
OP_World_Client_CRC2=0x5b18 # ShowEQ 10/27/05
|
||||
OP_SetChatServer=0x00d7 # ShowEQ 10/27/05
|
||||
OP_SetChatServer2=0x6536 # ShowEQ 10/27/05
|
||||
OP_ZoneServerInfo=0x61b6 # ShowEQ 10/27/05
|
||||
OP_WorldComplete=0x509d # ShowEQ 10/27/05
|
||||
OP_ZoneUnavail=0x407C
|
||||
OP_WorldClientReady=0x5e99 # EQEmu 11/28/05 (Guess - Doodman)
|
||||
OP_WorldUnknown001=0x0000 # EQEmu 06/29/05 (New to 6/29)
|
||||
OP_CharacterStillInZone=0x60fa # world->client. reject.
|
||||
OP_WorldChecksumFailure=0x7D37 # world->client. reject.
|
||||
OP_WorldLoginFailed=0x8DA7 # world->client. reject.
|
||||
OP_WorldLogout=0x7718 # client->world
|
||||
OP_WorldLevelTooHigh=0x583b # world->client. Cancels zone in.
|
||||
OP_CharInacessable=0x436A # world->client. Cancels zone in.
|
||||
|
||||
#Zone in opcodes
|
||||
OP_ZoneEntry=0x7213 # ShowEQ 10/27/05
|
||||
OP_ZoneInUnknown=0x0000
|
||||
OP_AckPacket=0x7752 # ShowEQ 10/27/05
|
||||
OP_NewZone=0x0920 # ShowEQ 10/27/05
|
||||
OP_ReqClientSpawn=0x0322 # ShowEQ 10/27/05
|
||||
OP_ZoneSpawns=0x2e78 # ShowEQ 10/27/05
|
||||
OP_CharInventory=0x5394 # EQEmu 06/29/05
|
||||
OP_SetServerFilter=0x6563 # ShowEQ 10/27/05
|
||||
OP_LockoutTimerInfo=0x7c12 # ShowEQ 10/27/05
|
||||
OP_SendZonepoints=0x3eba # ShowEQ 10/27/05
|
||||
OP_SpawnDoor=0x4c24 # ShowEQ 10/27/05
|
||||
OP_ReqNewZone=0x7ac5 # ShowEQ 10/27/05
|
||||
OP_PlayerProfile=0x75df # ShowEQ 10/27/05
|
||||
OP_TimeOfDay=0x1580 # ShowEQ 10/27/05
|
||||
OP_SendExpZonein=0x0587 # ShowEQ 10/27/05
|
||||
OP_WorldObjectsSent=0x1FA1 # New for SoF 1/1/09
|
||||
OP_BlockedBuffs=0x39C4 # New for SoF 1/1/09
|
||||
|
||||
OP_Logout=0x61ff
|
||||
OP_LogoutReply=0x48c2 #0x0F66 is not quite right.. this causes disconnect error...
|
||||
OP_LevelUpdate=0x6d44
|
||||
OP_Stamina=0x7a83 # ShowEQ 10/27/05
|
||||
|
||||
#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_Petition=0x251f
|
||||
OP_PetitionUpdate=0x0000 #guess
|
||||
OP_PetitionCheckout=0x0000
|
||||
OP_PetitionCheckIn=0x0000
|
||||
OP_PetitionQue=0x0000
|
||||
OP_PetitionUnCheckout=0x0000
|
||||
OP_PetitionDelete=0x5692
|
||||
OP_DeletePetition=0x0000
|
||||
OP_PetitionResolve=0x0000 #0x0000
|
||||
OP_PDeletePetition=0x0000
|
||||
OP_PetitionBug=0x0000
|
||||
OP_PetitionRefresh=0x0000
|
||||
OP_PetitionCheckout2=0x0000
|
||||
OP_PetitionViewPetition=0x0000
|
||||
|
||||
#Guild Opcodes
|
||||
#list to client : 0x0F4D, 0x147d, 0x18B7, 0x2ec9, 0x3230, 0x32CF, 0x461A, 0x4CC7
|
||||
# 0x6966, 0x712A, 0x754E, 0x7C32, 0x7C59
|
||||
# some from client: 0x7825
|
||||
OP_ZoneGuildList=0x6957 (one entry too long) # ShowEQ 10/27/05
|
||||
OP_GetGuildMOTD=6d5d
|
||||
OP_GuildMemberList=0x147d # ShowEQ 10/27/05
|
||||
OP_GuildMemberUpdate=0x0f4d # ShowEQ 10/27/05
|
||||
OP_GuildRemove=0x0000
|
||||
OP_GuildPeace=0x0000
|
||||
OP_GuildWar=0x0000
|
||||
OP_GuildLeader=0x0000
|
||||
OP_GuildDemote=0x0000
|
||||
OP_GuildMOTD=0x475a # ShowEQ 10/27/05
|
||||
OP_SetGuildMOTD=0x0000
|
||||
OP_GetGuildsList=0x0000
|
||||
OP_GuildInvite=0x0000
|
||||
OP_GuildPublicNote=0x17a2 # ShowEQ 10/27/05
|
||||
OP_GuildDelete=0x0000
|
||||
OP_GuildInviteAccept=0x0000
|
||||
OP_GuildManageRemove=0x0000
|
||||
OP_GuildManageAdd=0x0000
|
||||
OP_GuildManageStatus=0x0000
|
||||
OP_GuildBank=0x0000
|
||||
|
||||
|
||||
#GM/guide opcodes
|
||||
OP_GMServers=0x3387 #/servers
|
||||
OP_GMBecomeNPC=0x7864 #/becomenpc
|
||||
OP_GMZoneRequest=0x1306 #/zone
|
||||
OP_GMSearchCorpse=0x3c32 #/searchcorpse
|
||||
OP_GMHideMe=0x15b2 #/hideme
|
||||
OP_GMGoto=0x1cee #/goto
|
||||
OP_GMDelCorpse=0x0000 #/delcorpse
|
||||
OP_GMApproval=0x0c0f #/approval
|
||||
OP_GMToggle=0x7fea #/toggletell
|
||||
OP_GMZoneRequest2=0x0000
|
||||
OP_GMSummon=0x1edc #/summon
|
||||
OP_GMEmoteZone=0x39f2 #/emotezone
|
||||
OP_GMEmoteWorld=0x3383 #/emoteworld (not implemented)
|
||||
OP_GMFind=0x5930 #/find
|
||||
OP_GMKick=0x692c #/kick
|
||||
OP_GMNameChange=0x0000
|
||||
|
||||
OP_SafePoint=0x0000
|
||||
OP_Bind_Wound=0x601d
|
||||
OP_GMTraining=0x238f
|
||||
OP_GMEndTraining=0x613d
|
||||
OP_GMTrainSkill=0x11d2
|
||||
# OP_GMEndTrainingResponse=0x0000
|
||||
OP_Animation=0x2acf # ShowEQ 10/27/05
|
||||
OP_Stun=0x0000
|
||||
OP_MoneyUpdate=0x267c
|
||||
OP_IncreaseStats=0x0000
|
||||
OP_CrashDump=0x7825
|
||||
OP_ReadBook=0x1496
|
||||
OP_Dye=0x00dd # ShowEQ 10/27/05
|
||||
OP_Consume=0x77d7 # ShowEQ 10/27/05
|
||||
OP_Begging=0x13e7 # ShowEQ 10/27/05
|
||||
OP_InspectRequest=0x775d # ShowEQ 10/27/05
|
||||
OP_Action2=0x0000
|
||||
OP_BeginCast=0x3990 # ShowEQ 10/27/05
|
||||
OP_BuffFadeMsg=0x0b2d # ShowEQ 10/27/05
|
||||
OP_Consent=0x1081 # ShowEQ 10/27/05
|
||||
OP_LFGCommand=0x68ac # ShowEQ 10/27/05
|
||||
OP_LFGGetMatchesRequest=0x022f # ShowEQ 10/27/05
|
||||
OP_LFGAppearance=0x0000
|
||||
OP_LFGResponse=0x0000
|
||||
OP_LFGGetMatchesResponse=0x45d0 # ShowEQ 10/27/05
|
||||
OP_LootItem=0x7081 # ShowEQ 10/27/05
|
||||
OP_Bug=0x7ac2 # ShowEQ 10/27/05
|
||||
OP_BoardBoat=0x4298 # ShowEQ 10/27/05
|
||||
OP_Save=0x736b # ShowEQ 10/27/05
|
||||
OP_Camp=0x78c1 # ShowEQ 10/27/05
|
||||
OP_EndLootRequest=0x2316 # ShowEQ 10/27/05
|
||||
OP_LoadSpellSet=0x403e # ShowEQ 10/27/05
|
||||
OP_AutoAttack=0x5e55 # ShowEQ 10/27/05
|
||||
OP_Consider=0x65ca # ShowEQ 10/27/05
|
||||
OP_Emote=0x547a # ShowEQ 10/27/05
|
||||
OP_PetCommands=0x10a1 # ShowEQ 10/27/05
|
||||
OP_SpawnAppearance=0x7c32 # ShowEQ 10/27/05
|
||||
OP_DeleteSpawn=0x55bc # ShowEQ 10/27/05
|
||||
OP_FormattedMessage=0x5a48 # ShowEQ 10/27/05
|
||||
OP_WhoAllRequest=0x5cdd # ShowEQ 10/27/05
|
||||
OP_WhoAllResponse=0x757b # ShowEQ 10/27/05
|
||||
OP_AutoAttack2=0x0701 # ShowEQ 10/27/05
|
||||
OP_SetRunMode=0x4aba # ShowEQ 10/27/05
|
||||
OP_SimpleMessage=0x673c # ShowEQ 10/27/05
|
||||
OP_SaveOnZoneReq=0x1540 # ShowEQ 10/27/05
|
||||
OP_SenseHeading=0x05ac # ShowEQ 10/27/05
|
||||
OP_Buff=0x6a53 # ShowEQ 10/27/05
|
||||
OP_LootComplete=0x0a94 # ShowEQ 10/27/05
|
||||
OP_EnvDamage=0x31b3 # ShowEQ 10/27/05
|
||||
OP_Split=0x4848 # ShowEQ 10/27/05
|
||||
OP_Surname=0x4668 # ShowEQ 10/27/05
|
||||
OP_MoveItem=0x420f # ShowEQ 10/27/05
|
||||
OP_FaceChange=0x0f8e # ShowEQ 10/27/05
|
||||
OP_ItemPacket=0x3397 # ShowEQ 10/27/05
|
||||
OP_ItemLinkResponse=0x667c # ShowEQ 10/27/05
|
||||
OP_ClientReady=0x5e20 # ShowEQ 10/27/05
|
||||
OP_ZoneChange=0x5dd8 # ShowEQ 10/27/05
|
||||
OP_MemorizeSpell=0x308e # ShowEQ 10/27/05
|
||||
OP_ItemLinkClick=0x53e5 # ShowEQ 10/27/05
|
||||
OP_SwapSpell=0x2126 # ShowEQ 10/27/05
|
||||
OP_Forage=0x7c33 # ShowEQ 10/27/05
|
||||
OP_ConsentResponse=0x6380 # ShowEQ 10/27/05
|
||||
OP_BazaarSearch=0x1ee9 # ShowEQ 10/27/05
|
||||
OP_NewSpawn=0x1860 # ShowEQ 10/27/05
|
||||
OP_WearChange=0x7441 # ShowEQ 10/27/05
|
||||
OP_Action=0x497c # ShowEQ 10/27/05
|
||||
OP_SpecialMesg=0x2372 # ShowEQ 10/27/05
|
||||
OP_Bazaar=0x0000
|
||||
OP_LeaveBoat=0x67c9 # ShowEQ 10/27/05
|
||||
OP_Weather=0x254d # ShowEQ 10/27/05
|
||||
OP_LFPGetMatchesRequest=0x35a6 # ShowEQ 10/27/05
|
||||
OP_Illusion=0x448d # ShowEQ 10/27/05
|
||||
OP_TargetMouse=0x6c47 # ShowEQ 10/27/05
|
||||
OP_InspectAnswer=0x2403 # ShowEQ 10/27/05
|
||||
OP_GMKill=0x6980 # ShowEQ 10/27/05
|
||||
OP_MoneyOnCorpse=0x7fe4 # ShowEQ 10/27/05
|
||||
OP_ClickDoor=0x043b # ShowEQ 10/27/05
|
||||
OP_MoveDoor=0x700d # ShowEQ 10/27/05
|
||||
OP_LootRequest=0x6f90 # ShowEQ 10/27/05
|
||||
OP_YellForHelp=0x61ef # ShowEQ 10/27/05
|
||||
OP_ManaChange=0x4839 # ShowEQ 10/27/05
|
||||
OP_ConsentDeny=0x4e8c # ShowEQ 10/27/05
|
||||
OP_LFPCommand=0x6f82 # ShowEQ 10/27/05
|
||||
OP_RandomReply=0x6cd5 # ShowEQ 10/27/05
|
||||
OP_DenyResponse=0x7c66 # ShowEQ 10/27/05
|
||||
OP_ConsiderCorpse=0x773f # ShowEQ 10/27/05
|
||||
OP_ConfirmDelete=0x3838 # ShowEQ 10/27/05
|
||||
OP_MobHealth=0x0695 # ShowEQ 10/27/05
|
||||
OP_SkillUpdate=0x6a93 # ShowEQ 10/27/05
|
||||
OP_RandomReq=0x5534 # ShowEQ 10/27/05
|
||||
OP_CastSpell=0x304b # ShowEQ 10/27/05
|
||||
OP_ClientUpdate=0x14cb # ShowEQ 10/27/05
|
||||
OP_Report=0x7f9d
|
||||
OP_GroundSpawn=0x0f47 # ShowEQ 10/27/05
|
||||
OP_TargetCommand=0x0dfe # ShowEQ 10/27/05
|
||||
OP_LFPGetMatchesResponse=0x45d0 # ShowEQ 10/27/05
|
||||
OP_Jump=0x0797 # ShowEQ 10/27/05
|
||||
OP_ExpUpdate=0x5ecd # ShowEQ 10/27/05
|
||||
OP_Death=0x6160 # ShowEQ 10/27/05
|
||||
OP_BecomeCorpse=0x0000
|
||||
OP_GMLastName=0x23a1 # ShowEQ 10/27/05
|
||||
OP_InitialMobHealth=0x3d2d # ShowEQ 10/27/05
|
||||
OP_Mend=0x14ef # ShowEQ 10/27/05
|
||||
OP_MendHPUpdate=0x0000
|
||||
OP_Feedback=0x5306 # ShowEQ 10/27/05
|
||||
OP_TGB=0x0c11 # ShowEQ 10/27/05
|
||||
OP_InterruptCast=0x0000
|
||||
OP_Damage=0x5c78 # ShowEQ 10/27/05
|
||||
OP_ChannelMessage=0x1004 # ShowEQ 10/27/05
|
||||
OP_LevelAppearance=0x0000
|
||||
OP_MultiLineMsg=0x0000
|
||||
OP_Charm=0x0000
|
||||
OP_DeleteSpell=0x0000
|
||||
OP_ApproveZone=0x0000
|
||||
OP_Assist=0x7709
|
||||
OP_AugmentItem=0x0000
|
||||
OP_BazaarInspect=0x0000
|
||||
OP_ClientError=0x0000
|
||||
OP_DeleteItem=0x0000
|
||||
OP_ControlBoat=0x0000
|
||||
OP_DumpName=0x0000
|
||||
OP_FeignDeath=0x0000
|
||||
OP_Heartbeat=0x0000
|
||||
OP_ItemName=0x0000
|
||||
OP_LDoNButton=0x0000
|
||||
OP_MoveCoin=0x0000
|
||||
OP_ReloadUI=0x0000
|
||||
OP_CameraEffect=0x0000
|
||||
OP_SpellEffect=0x0000
|
||||
OP_RemoveNimbusEffect=0x0000
|
||||
|
||||
# SoD Opcodes
|
||||
OP_SpawnPositionUpdate=0x0000 # 0x4656
|
||||
OP_ManaUpdate=0x0000 # 0x4b61
|
||||
OP_EnduranceUpdate=0x0000 # 0x02d6
|
||||
OP_MobManaUpdate=0x0000 # 0x2ac1
|
||||
OP_MobEnduranceUpdate=0x0000 # 0x6c5f
|
||||
|
||||
#bazaar trader stuff stuff:
|
||||
#become and buy from
|
||||
#Server->Client: [ Opcode: OP_Unknown (0x0000) Size: 8 ]
|
||||
# 0: 46 01 00 00 39 01 00 00 | F...9...
|
||||
OP_TraderDelItem=0x0000
|
||||
OP_BecomeTrader=0x0000
|
||||
OP_TraderShop=0x0000
|
||||
OP_TraderItemUpdate=0x0000
|
||||
OP_Trader=0x0000
|
||||
OP_ShopItem=0x0000
|
||||
OP_TraderBuy=0x6dd8 # ShowEQ 10/27/05
|
||||
|
||||
#pc/npc trading
|
||||
OP_TradeRequest=0x3ea0 # ShowEQ 10/27/05
|
||||
OP_TradeAcceptClick=0x0065 # ShowEQ 10/27/05
|
||||
OP_TradeRequestAck=0x4048 # ShowEQ 10/27/05
|
||||
OP_TradeCoins=0x0000
|
||||
OP_FinishTrade=0x0000
|
||||
OP_CancelTrade=0x2dc1 # ShowEQ 10/27/05
|
||||
OP_TradeMoneyUpdate=0x0000 #not sure
|
||||
OP_TradeBusy=0x6839 #
|
||||
|
||||
#merchant crap
|
||||
OP_ShopPlayerSell=0x0e13 # ShowEQ 10/27/05
|
||||
OP_ShopEnd=0x7e03 # ShowEQ 10/27/05
|
||||
OP_ShopPlayerBuy=0x221e
|
||||
OP_ShopRequest=0x45f9 # ShowEQ 10/27/05
|
||||
OP_ShopDelItem=0x0000 #0x0000 maybe, 16 bytes though
|
||||
|
||||
#tradeskill stuff:
|
||||
OP_ClickObject=0x3bc2 # ShowEQ 10/27/05
|
||||
OP_ClickObjectAction=0x6937
|
||||
OP_RecipeDetails=0x4ea2
|
||||
OP_RecipesFavorite=0x23f0
|
||||
OP_RecipesSearch=0x164d
|
||||
OP_RecipeReply=0x0000
|
||||
OP_RecipeAutoCombine=0x0353
|
||||
OP_TradeSkillCombine=0x0b40
|
||||
|
||||
OP_RequestDuel=0x0000
|
||||
OP_DuelResponse=0x0000
|
||||
OP_DuelResponse2=0x0000 #when accepted
|
||||
|
||||
OP_RezzComplete=0x0000 #packet wrong on this
|
||||
OP_RezzRequest=0x0000 #packet wrong on this
|
||||
OP_RezzAnswer=0x0000 #packet wrong on this
|
||||
OP_SafeFallSuccess=0x0000
|
||||
OP_Shielding=0x0000
|
||||
OP_TargetReject=0x0000
|
||||
OP_TestBuff=0x0000
|
||||
OP_Track=0x5011 # ShowEQ 10/27/05
|
||||
OP_TrackTarget=0x0000
|
||||
OP_TrackUnknown=0x0000 #size 0 right after OP_Track
|
||||
|
||||
#Tribute Packets:
|
||||
OP_OpenGuildTributeMaster=0x0000
|
||||
OP_OpenTributeMaster=0x512e #open tribute master window
|
||||
OP_OpenTributeReply=0x27B3 #reply to open request
|
||||
OP_SelectTribute=0x625d #clicking on a tribute, and text reply
|
||||
OP_TributeItem=0x6f6c #donating an item
|
||||
OP_TributeMoney=0x27b3 #donating money
|
||||
OP_TributeNPC=0x7f25 #seems to be missing now
|
||||
OP_TributeToggle=0x2688 #activating/deactivating tribute
|
||||
OP_TributeTimer=0x4665 #testing #a 4 byte tier update, 10 minutes for seconds
|
||||
OP_TributePointUpdate=0x6463 #16 byte point packet
|
||||
OP_TributeUpdate=0x5639 # ShowEQ 10/27/05
|
||||
OP_GuildTributeInfo=0x5e3d # ShowEQ 10/27/05
|
||||
OP_TributeInfo=0x152d
|
||||
OP_SendGuildTributes=0x5e3a # request packet, 4 bytes
|
||||
OP_SendTributes=0x067a # request packet, 4 bytes, migth be backwards
|
||||
# 27b3 4665
|
||||
|
||||
#Adventure packets:
|
||||
# Opcodes: 0x3906, 0x0677, 0x0FF1, 0x16C6
|
||||
# 0x3F26, 0x49A5, 0x64AC
|
||||
OP_LeaveAdventure=0x0000
|
||||
OP_AdventureFinish=0x0000
|
||||
OP_AdventureInfoRequest=0x0000 #right click adventure recruiter
|
||||
OP_AdventureInfo=0x0000 #text reply to right click
|
||||
OP_AdventureUpdate=0x0000 #prolly 0x0677, it marks the compass.
|
||||
OP_AdventureRequest=0x0000
|
||||
OP_AdventureDetails=0x0000 #prolly 0x0D0F
|
||||
OP_AdventureData=0x0000
|
||||
OP_AdventureMerchantRequest=0x0000
|
||||
OP_AdventureMerchantResponse=0x0000
|
||||
OP_AdventureMerchantPurchase=0x0000
|
||||
OP_AdventureMerchantSell=0x0000
|
||||
OP_AdventurePointsUpdate=0x0000 #not sure, followed purchase
|
||||
# request stats: 0x0000, reply 0x0000
|
||||
# request leaderboard: 0x0000, reply 0x0000
|
||||
|
||||
#Group Opcodes
|
||||
OP_GroupDisband=0x0e76 # ShowEQ 10/27/05
|
||||
OP_GroupInvite=0x1b48 # ShowEQ 10/27/05
|
||||
OP_GroupFollow=0x7bc7 # ShowEQ 10/27/05
|
||||
OP_GroupUpdate=0x2dd6 # ShowEQ 10/27/05
|
||||
OP_GroupAcknowledge=0x0000
|
||||
OP_GroupCancelInvite=0x1f27 # ShowEQ 10/27/05
|
||||
OP_GroupDelete=0x0000
|
||||
OP_GroupFollow2=0x0000 #not sure #follow into an allready established group
|
||||
OP_GroupInvite2=0x0000 #this is an invite, but with a strange length (193)
|
||||
OP_CancelInvite=0x0000
|
||||
|
||||
OP_RaidJoin=0x1f21 # ShowEQ 10/27/05
|
||||
OP_RaidInvite=0x5891 # ShowEQ 10/27/05
|
||||
OP_RaidUpdate=0x1f21 # EQEmu 06/29/05
|
||||
|
||||
|
||||
OP_ZoneComplete=0x0000
|
||||
OP_ItemLinkText=0x0000
|
||||
OP_ClearObject=0x0000
|
||||
OP_DisciplineUpdate=0x0000
|
||||
OP_LocInfo=0x0000
|
||||
OP_FindPersonRequest=0x3c41 # ShowEQ 10/27/05
|
||||
OP_FindPersonReply=0x5711 # ShowEQ 10/27/05
|
||||
OP_ForceFindPerson=0x0000
|
||||
OP_LoginComplete=0x0000
|
||||
OP_ShopEndConfirm=0x0000
|
||||
OP_Sound=0x0000
|
||||
#OP_Zone_MissingName01=0x0000 #remove on recompile
|
||||
OP_MobRename=0x0498 # ShowEQ 10/27/05
|
||||
OP_BankerChange=0x0000
|
||||
|
||||
#Button-push commands
|
||||
OP_Taunt=0x5e48
|
||||
OP_CombatAbility=0x5ee8
|
||||
OP_SenseTraps=0x5666 # ShowEQ 10/27/05
|
||||
OP_PickPocket=0x0000
|
||||
OP_DisarmTraps=0x0000
|
||||
OP_Disarm=0x0000
|
||||
OP_Hide=0x0000
|
||||
OP_Sneak=0x0000
|
||||
OP_Fishing=0x0b36
|
||||
OP_InstillDoubt=0x0000
|
||||
|
||||
#Task packets
|
||||
OP_CompletedTasks=0x76a2 # ShowEQ 10/27/05
|
||||
OP_TaskDescription=0x5ef7 # ShowEQ 10/27/05
|
||||
OP_TaskActivity=0x682d # ShowEQ 10/27/05
|
||||
OP_TaskMemberList=0x0000 #not sure
|
||||
OP_OpenNewTasksWindow=0x0000 #combined with OP_AvaliableTask I think
|
||||
OP_AvaliableTask=0x0000
|
||||
OP_AcceptNewTask=0x0000
|
||||
OP_CancelTask=0x0000
|
||||
OP_DeclineAllTasks=0x0000 #not sure, 12 bytes
|
||||
#task complete related: 0x0000 (24 bytes), 0x0000 (8 bytes), 0x0000 (4 bytes)
|
||||
|
||||
|
||||
OP_RequestClientZoneChange=0x7834 # ShowEQ 10/27/05
|
||||
|
||||
OP_SendAATable=0x367d # ShowEQ 10/27/05
|
||||
OP_UpdateAA=0x0000
|
||||
OP_RespondAA=0x0000
|
||||
OP_SendAAStats=0x5918 # ShowEQ 10/27/05
|
||||
OP_AAAction=0x0681 # ShowEQ 10/27/05
|
||||
OP_AAExpUpdate=0x5f58 # ShowEQ 10/27/05
|
||||
|
||||
OP_PurchaseLeadershipAA=0x0000
|
||||
OP_UpdateLeadershipAA=0x0000
|
||||
OP_LeadershipExpUpdate=0x0000
|
||||
OP_LeadershipExpToggle=0x5b37
|
||||
|
||||
#discovered opcodes not yet used:
|
||||
OP_PlayMP3=0x0000
|
||||
OP_FriendsWho=0x0000
|
||||
OP_MoveLogRequest=0x7510 #gone I think
|
||||
OP_MoveLogDisregard=0x0000 #gone I think
|
||||
OP_ReclaimCrystals=0x7cfe
|
||||
OP_CrystalCountUpdate=0x0000
|
||||
OP_DynamicWall=0x0000
|
||||
#new titles avaliable: 0x4ECA
|
||||
OP_CustomTitles=0x2a28 # ShowEQ 10/27/05
|
||||
OP_RequestTitles=0x0000 # EQEmu 06/29/05
|
||||
OP_SendTitleList=0x0000 # EQEmu 06/29/05
|
||||
OP_SetTitle=0x0000 # EQEmu 06/29/05
|
||||
OP_SetTitleReply=0x0000 # EQEmu 06/29/05
|
||||
OP_Bandolier=0x6f0c
|
||||
OP_OpenDiscordMerchant=0x0000 #8 bytes
|
||||
OP_DiscordMerchantInventory=0x0000 #long item packet
|
||||
OP_GiveMoney=0x0000 #16 bytes, pp, gp, sp, cp.
|
||||
OP_OnLevelMessage=0x0000
|
||||
OP_RequestKnowledgeBase=0x0000
|
||||
OP_KnowledgeBase=0x0000
|
||||
OP_SlashAdventure=0x571a # /adventure
|
||||
OP_VetRewardsAvaliable=0x0557
|
||||
OP_BecomePVPPrompt=0x36B2 #guessed from ASM
|
||||
OP_PickLockSuccess=0x40E7
|
||||
|
||||
#named unknowns, to make looking for real unknown easier
|
||||
OP_AnnoyingZoneUnknown=0x729c
|
||||
OP_Some6ByteHPUpdate=0x0000 #seems to happen when you target group members
|
||||
OP_SomeItemPacketMaybe=0x0000 # EQEmu 06/29/05
|
||||
OP_QueryResponseThing=0x0000
|
||||
OP_FloatListThing=0x6a1b # EQEmu 06/29/05
|
||||
|
||||
#Login opcodes
|
||||
OP_SessionReady=0x0001
|
||||
OP_Login=0x0002
|
||||
OP_ServerListRequest=0x0004
|
||||
OP_PlayEverquestRequest=0x000d
|
||||
OP_PlayEverquestResponse=0x0021
|
||||
OP_ChatMessage=0x0016
|
||||
OP_LoginAccepted=0x0017
|
||||
OP_ServerListResponse=0x0018
|
||||
OP_Poll=0x0029
|
||||
OP_EnterChat=0x000f
|
||||
OP_PollResponse=0x0011
|
||||
|
||||
#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
|
||||
|
||||
#mail opcodes
|
||||
OP_Command=0x0000
|
||||
OP_MailboxHeader=0x0000
|
||||
OP_MailHeader=0x0000
|
||||
OP_MailBody=0x0000
|
||||
OP_NewMail=0x0000
|
||||
OP_SentConfirm=0x0000
|
||||
|
||||
|
||||
OP_MobUpdate=0x0000 #not used anymore, here for backwards compat
|
||||
|
||||
#we need to document the differences between these packets to make identifying them easier
|
||||
OP_MobHealth=0x0695
|
||||
OP_HPUpdate=0x3bcf # ShowEQ 10/27/05
|
||||
OP_Some3ByteHPUpdate=0x0000 #initial HP update for mobs
|
||||
OP_InitialHPUpdate=0x0000
|
||||
|
||||
# Unmatched: OP_ItemPlayerPacket=5394
|
||||
# Unmatched: OP_GetGuildMOTD=6d5d
|
||||
# Unmatched: OP_GuildTributeStatus=7584
|
||||
@@ -0,0 +1,539 @@
|
||||
#ShowEQ Import Notes:
|
||||
# ZERO THE FILE first
|
||||
# sed 's/0x[0-9a-fA-F]{4}/0x0000/g'
|
||||
#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_Unknown=0x0000
|
||||
OP_ExploreUnknown=0x0292 #used for unknown explorer
|
||||
#world packets
|
||||
OP_ApproveWorld=0x41b1 # ShowEQ 06/29/05
|
||||
OP_LogServer=0x4668 # EQEmu 06/29/05
|
||||
OP_MOTD=0x7fea # EQEmu 06/29/05
|
||||
OP_SendLoginInfo=0x2792 # EQEmu 06/29/05
|
||||
OP_DeleteCharacter=0x0920 # ShowEQ 06/29/05
|
||||
OP_SendCharInfo=0x732c # EQEmu 06/29/05
|
||||
OP_ExpansionInfo=0x5c78 # EQEmu 06/29/05
|
||||
OP_CharacterCreate=0x6160 # EQEmu 06/29/05
|
||||
OP_RandomNameGenerator=0x23d4 # ShowEQ 06/29/05
|
||||
OP_GuildsList=0x6957 # ShowEQ 06/29/05
|
||||
OP_ApproveName=0x46b1 # EQEmu 06/29/05
|
||||
OP_EnterWorld=0x7262 # EQEmu 06/29/05
|
||||
OP_PostEnterWorld=0x0df0 # EQEmu 06/29/05
|
||||
OP_World_Client_CRC1=0x254d # ShowEQ 06/29/05
|
||||
OP_World_Client_CRC2=0x16c9 # ShowEQ 06/29/05
|
||||
OP_SetChatServer=0x6238 # EQEmu 06/29/05
|
||||
OP_SetChatServer2=0x6536 # EQEmu 06/29/05
|
||||
OP_ZoneServerInfo=0x407c # EQEmu 06/29/05
|
||||
OP_WorldComplete=0x509d # EQEmu 06/29/05
|
||||
OP_WorldClientReady=0x5e99 # EQEmu 06/29/05 (Guess - Doodman)
|
||||
OP_WorldUnknown001=0x7510 # EQEmu 06/29/05 (New to 6/29)
|
||||
OP_SendSystemStats=0x681b # anonymous system stats reporting
|
||||
OP_WorldLogout=0x7186
|
||||
OP_ZoneUnavail=0x6d95
|
||||
OP_WorldLevelTooHigh=0x583b # world->client. Cancels zone in.
|
||||
OP_CharInacessable=0x28aa # world->client. Cancels zone in.
|
||||
#OP_InvalidLoginPassword=0x52A4
|
||||
|
||||
#Zone in opcodes
|
||||
OP_ZoneEntry=0x2ec9 # ShowEQ 06/29/05
|
||||
OP_ZoneInUnknown=0x0000
|
||||
OP_AckPacket=0x7752 # ShowEQ 06/29/05
|
||||
OP_NewZone=0x7ac5 # ShowEQ 06/29/05
|
||||
OP_ReqClientSpawn=0x0e76 # ShowEQ 06/29/05
|
||||
OP_ZoneSpawns=0x5ee8 # ShowEQ 06/29/05
|
||||
OP_CharInventory=0x15ff # EQEmu 06/29/05
|
||||
OP_SetServerFilter=0x7709 # ShowEQ 06/29/05
|
||||
OP_LockoutTimerInfo=0x7c12 # EQEmu 06/29/05
|
||||
OP_SendZonepoints=0x775d # EQEmu 06/29/05
|
||||
OP_SpawnDoor=0x4c24 # ShowEQ 06/29/05
|
||||
OP_ReqNewZone=0x47c9 # ShowEQ 06/29/05
|
||||
OP_PlayerProfile=0x75df # ShowEQ 06/29/05
|
||||
OP_TimeOfDay=0x1580 # ShowEQ 06/29/05
|
||||
OP_SendAATable=0x367d # ShowEQ 06/29/05
|
||||
OP_ZoneServerReady=0x0000 #dosent exist in this version
|
||||
|
||||
|
||||
OP_Logout=0x0701 # EQEmu 06/29/05
|
||||
OP_LogoutReply=0x48c2 # ShowEQ 06/29/05 (OP_Logout)
|
||||
OP_PreLogoutReply=0x711e #0 len packet sent during logout/zoning
|
||||
OP_LevelUpdate=0x6d44 # ShowEQ 06/29/05
|
||||
OP_MobUpdate=0x0000
|
||||
OP_Stamina=0x74ab # ShowEQ 06/29/05
|
||||
|
||||
#Petition Opcodes
|
||||
OP_PetitionSearch=0x2aec #search term for petition
|
||||
OP_PetitionSearchResults=0x2aec #(list of?) matches from search
|
||||
OP_PetitionSearchText=0x0000 #text results of search
|
||||
OP_Petition=0x251f #0x73cb
|
||||
OP_PetitionUpdate=0x3813 #guess
|
||||
OP_PetitionCheckout=0x0000
|
||||
OP_PetitionCheckIn=0x0000
|
||||
OP_PetitionQue=0x0000
|
||||
OP_PetitionUnCheckout=0x0000
|
||||
OP_PetitionDelete=0x0000
|
||||
OP_DeletePetition=0x0000
|
||||
OP_PetitionResolve=0x6ea9 #0x688f # ShowEQ 5/11/05
|
||||
OP_PDeletePetition=0x0000
|
||||
OP_PetitionBug=0x0000
|
||||
OP_PetitionRefresh=0x0000
|
||||
OP_PetitionCheckout2=0x0000
|
||||
OP_PetitionViewPetition=0x0000
|
||||
|
||||
#Guild Opcodes
|
||||
OP_ZoneGuildList=0x68AC
|
||||
OP_GuildMemberList=0x147d # ShowEQ 06/29/05
|
||||
OP_GuildMemberUpdate=0x4cc7 # ShowEQ 06/29/05
|
||||
OP_GuildMemberLevelUpdate=0x0000 #dosent exist in this version.
|
||||
OP_GuildRemove=0x6cce # EQEmu - Doodman (found 8/26/05
|
||||
OP_GuildPeace=0x0e37 # EQEmu - Doodman (found 8/26/05
|
||||
OP_GuildWar=0x186d # EQEmu - Doodman (found 8/26/05
|
||||
OP_GuildLeader=0x1ef1 # EQEmu - Doodman (found 8/26/05)
|
||||
OP_GuildDemote=0x1f46 # EQEmu - Doodman (found 8/26/05)
|
||||
OP_GuildMOTD=0x21ed # ShowEQ 06/29/05
|
||||
OP_SetGuildMOTD=0x475a # EQEmu - Doodman (found 8/26/05)
|
||||
OP_GetGuildsList=0x7fec # ShowEQ 06/29/05
|
||||
OP_GuildInvite=0x61d0 # EQEmu - Doodman (found 8/26/05)
|
||||
OP_GuildPublicNote=0x17a2 # EQEmu - Doodman (found 8/26/05)
|
||||
OP_GuildDelete=0x5a4d # EQEmu - Doodman (found 8/26/05
|
||||
OP_GuildInviteAccept=0x0179 # EQEmu - Doodman (found 8/26/05)
|
||||
OP_GetGuildMOTD=0x3246
|
||||
OP_GetGuildMOTDReply=0x5B14
|
||||
OP_GuildManageBanker=0x3d1e
|
||||
OP_GuildBank=0x0000
|
||||
#guild opcodes: 549F (clear guild?), 0x0695, 0x0AC0, 0x1864, 0x32cf, 0x4cc7,
|
||||
# 0x461A, 0x6966, 0x7085
|
||||
|
||||
|
||||
#GM/guide opcodes
|
||||
OP_GMServers=0x3387 #/servers
|
||||
OP_GMBecomeNPC=0x7864 #/becomenpc
|
||||
OP_GMZoneRequest=0x61ff #/zone
|
||||
OP_GMSearchCorpse=0x7f3e #/searchcorpse
|
||||
OP_GMHideMe=0x0581 #/hideme
|
||||
OP_GMGoto=0x69c8 #/goto
|
||||
OP_GMDelCorpse=0x727a #/delcorpse
|
||||
OP_GMApproval=0x0000
|
||||
OP_GMToggle=0x5ce2 #/toggle
|
||||
OP_GMZoneRequest2=0x0000
|
||||
OP_GMSummon=0x3383 #/summon
|
||||
OP_GMEmoteZone=0x3905 #/emotezone
|
||||
OP_GMFind=0x5e6a #/find
|
||||
OP_GMKick=0x1cee #/kick
|
||||
OP_GMNameChange=0x0000
|
||||
|
||||
OP_SafePoint=0x0000
|
||||
OP_Bind_Wound=0x4796
|
||||
OP_GMTraining=0x613d
|
||||
OP_GMEndTraining=0x181c
|
||||
OP_GMTrainSkill=0x3838
|
||||
OP_GMEndTrainingResponse=0x0a94
|
||||
OP_Animation=0x0b71 # EQEmu 06/29/05
|
||||
OP_Taunt=0x5306
|
||||
OP_Stun=0x7DCF
|
||||
OP_MoneyUpdate=0x425c
|
||||
OP_SendAAStats=0x5966 # EQEmu 06/29/05
|
||||
OP_SendExpZonein=0x0587 # ShowEQ 06/29/05
|
||||
OP_RespondAA=0x35e8
|
||||
OP_UpdateAA=0x0000
|
||||
OP_IncreaseStats=0x0000
|
||||
OP_ReadBook=0x1496
|
||||
OP_CombatAbility=0x5e55
|
||||
OP_Dye=0x773f # ShowEQ 06/29/05
|
||||
OP_Consume=0x7a83 # ShowEQ 06/29/05
|
||||
OP_Begging=0x2c81 # ShowEQ 06/29/05
|
||||
OP_InspectRequest=0x2403
|
||||
OP_Action2=0x0000 # ShowEQ 06/29/05
|
||||
OP_BeginCast=0x3990 # ShowEQ 06/29/05
|
||||
OP_WhoAllRequest=0x5cdd # ShowEQ 06/29/05
|
||||
OP_BuffFadeMsg=0x4bc6 # ShowEQ 06/29/05
|
||||
OP_Consent=0x1081 # ShowEQ 06/29/05
|
||||
OP_LFGCommand=0x022f # ShowEQ 06/29/05
|
||||
OP_LFGGetMatchesRequest=0x6f82 # ShowEQ 06/29/05
|
||||
OP_LFGAppearance=0x024d
|
||||
OP_LFGResponse=0x1fe1 # ShowEQ 5/11/05
|
||||
OP_LFGGetMatchesResponse=0x06c5 # ShowEQ 06/29/05
|
||||
OP_LootItem=0x2acf # ShowEQ 06/29/05
|
||||
OP_Bug=0x3eba # ShowEQ 06/29/05
|
||||
OP_BoardBoat=0x67c9 # ShowEQ 06/29/05
|
||||
OP_Save=0x6d9b # ShowEQ 06/29/05
|
||||
OP_Camp=0x2844 # ShowEQ 06/29/05
|
||||
OP_EndLootRequest=0x7fe4 # ShowEQ 06/29/05
|
||||
OP_LoadSpellSet=0x403e # ShowEQ 06/29/05
|
||||
OP_AutoAttack=0x6c47 # ShowEQ 06/29/05
|
||||
OP_AutoFire=0x6c53
|
||||
OP_Consider=0x2717 # ShowEQ 06/29/05
|
||||
OP_Emote=0x55bc # ShowEQ 06/29/05
|
||||
OP_PetCommands=0x58b2 # ShowEQ 06/29/05
|
||||
OP_PetBuffWindow=0x4e31
|
||||
OP_SpawnAppearance=0x18b7 # ShowEQ 06/29/05
|
||||
OP_DeleteSpawn=0x1a64 # ShowEQ 06/29/05
|
||||
OP_FormattedMessage=0x42cd # ShowEQ 06/29/05
|
||||
OP_WhoAllResponse=0x6686 # ShowEQ 06/29/05
|
||||
OP_AutoAttack2=0x0fa6 # ShowEQ 06/29/05
|
||||
OP_SetRunMode=0x0342 # ShowEQ 06/29/05
|
||||
OP_SimpleMessage=0x5a48 # ShowEQ 06/29/05
|
||||
OP_SaveOnZoneReq=0x2baf # ShowEQ 06/29/05
|
||||
OP_MoveDoor=0x0ef7 # ShowEQ 06/29/05
|
||||
OP_SenseHeading=0x5666 # ShowEQ 06/29/05
|
||||
OP_Buff=0x33dc # ShowEQ 06/29/05
|
||||
OP_LootComplete=0x20b2 # ShowEQ 06/29/05
|
||||
OP_EnvDamage=0x0990
|
||||
OP_Split=0x6a53 # ShowEQ 06/29/05
|
||||
OP_Surname=0x48fe # ShowEQ 06/29/05
|
||||
OP_ClearSurname=0x0000
|
||||
OP_MoveItem=0x7657 # ShowEQ 06/29/05
|
||||
OP_FaceChange=0x763b # ShowEQ 06/29/05
|
||||
OP_ItemPacket=0x3397 # ShowEQ 06/29/05
|
||||
OP_ItemLinkResponse=0x1d43 # ShowEQ 06/29/05
|
||||
OP_ClientReady=0x5e20 # ShowEQ 06/29/05
|
||||
OP_ZoneChange=0x60ef # ShowEQ 06/29/05
|
||||
OP_MemorizeSpell=0x05ac # ShowEQ 06/29/05
|
||||
OP_ItemLinkClick=0x53e5 # ShowEQ 06/29/05
|
||||
OP_SwapSpell=0x36b2 # ShowEQ 06/29/05
|
||||
OP_Forage=0x7c32 # ShowEQ 06/29/05
|
||||
OP_ConsentResponse=0x6380 # ShowEQ 06/29/05
|
||||
OP_BazaarSearch=0x524e # ShowEQ 06/29/05
|
||||
OP_NewSpawn=0x4f11 # ShowEQ 06/29/05
|
||||
OP_WearChange=0x601d # ShowEQ 06/29/05
|
||||
OP_Action=0x4513 # ShowEQ 06/29/05
|
||||
OP_SpecialMesg=0x5ef7 # ShowEQ 06/29/05
|
||||
OP_Bazaar=0x0000
|
||||
OP_LeaveBoat=0x7187 # ShowEQ 06/29/05
|
||||
OP_Weather=0x65ca # ShowEQ 06/29/05
|
||||
OP_LFPGetMatchesRequest=0x45d0 # ShowEQ 06/29/05
|
||||
OP_Illusion=0x7441 # ShowEQ 06/29/05
|
||||
OP_TargetMouse=0x2274 # ShowEQ 06/29/05
|
||||
OP_InspectAnswer=0x2dd6 # ShowEQ 06/29/05
|
||||
OP_GMKill=0x692c # ShowEQ 06/29/05
|
||||
OP_MoneyOnCorpse=0x2fca # ShowEQ 06/29/05
|
||||
OP_ClickDoor=0x700d # ShowEQ 06/29/05
|
||||
OP_LootRequest=0x2316 # ShowEQ 06/29/05
|
||||
OP_YellForHelp=0x2e20 # ShowEQ 06/29/05
|
||||
OP_ManaChange=0x0b2d # ShowEQ 06/29/05
|
||||
OP_ConsentDeny=0x4e8c # ShowEQ 06/29/05
|
||||
OP_LFPCommand=0x35a6 # ShowEQ 06/29/05
|
||||
OP_RandomReply=0x6cd5 # ShowEQ 06/29/05
|
||||
OP_DenyResponse=0x7c66 # ShowEQ 06/29/05
|
||||
OP_ConsiderCorpse=0x673c # ShowEQ 06/29/05
|
||||
OP_CorpseDrag=0x50c0 #
|
||||
OP_CorpseDrop=0x7c7c #
|
||||
OP_ConfirmDelete=0x28f2 # ShowEQ 06/29/05
|
||||
OP_MobHealth=0x3d2d # ShowEQ 06/29/05
|
||||
OP_SkillUpdate=0x6a93 # ShowEQ 06/29/05
|
||||
OP_RandomReq=0x21e0 # ShowEQ 06/29/05
|
||||
OP_CastSpell=0x4839 # ShowEQ 06/29/05
|
||||
OP_ClientUpdate=0x14cb # ShowEQ 06/29/05
|
||||
OP_MobUpdate=0x0000 #not used anymore, here for backwards compat
|
||||
OP_Report=0x0375 # ShowEQ 06/29/05
|
||||
OP_GroundSpawn=0x736b # ShowEQ 06/29/05
|
||||
OP_TargetCommand=0x6563 #0x0dfe # ShowEQ 06/29/05
|
||||
OP_TargetHoTT=0x3ef6
|
||||
OP_LFPGetMatchesResponse=0x63fe # ShowEQ 06/29/05
|
||||
OP_Jump=0x4dbc # ShowEQ 06/29/05
|
||||
OP_ExpUpdate=0x5ecd # ShowEQ 06/29/05
|
||||
OP_AAAction=0x3af4 # ShowEQ 06/29/05
|
||||
OP_Death=0x5188 # ShowEQ 06/29/05
|
||||
OP_BecomeCorpse=0x128c
|
||||
OP_GMLastName=0x0c81 # ShowEQ 06/29/05
|
||||
OP_InitialMobHealth=0x2ecc # ShowEQ 06/29/05
|
||||
OP_Mend=0x14ef # ShowEQ 06/29/05
|
||||
OP_MendHPUpdate=0x1ffa # ShowEQ 5/11/05
|
||||
OP_Feedback=0x224d # ShowEQ 06/29/05
|
||||
OP_TGB=0x5e51 # ShowEQ 06/29/05
|
||||
OP_InterruptCast=0x0db3
|
||||
OP_Damage=0x1848 # ShowEQ 06/29/05 (OP_Action2)
|
||||
OP_ChannelMessage=0x1004 # ShowEQ 06/29/05 (OP_CommonMessage)
|
||||
OP_LevelAppearance=0x358e
|
||||
OP_MultiLineMsg=0x0000
|
||||
OP_Charm=0x10a1
|
||||
OP_DeleteSpell=0x3fe6
|
||||
OP_ApproveZone=0x0000
|
||||
OP_Assist=0x5D02
|
||||
OP_AugmentItem=0x539b
|
||||
OP_BazaarInspect=0x0000
|
||||
OP_AAExpUpdate=0x6dd8 # ShowEQ 06/29/05
|
||||
OP_ClientError=0x0000
|
||||
OP_DeleteItem=0x1c4a
|
||||
OP_DeleteCharge=0x0841
|
||||
OP_ControlBoat=0x0000
|
||||
OP_DumpName=0x0000
|
||||
OP_FeignDeath=0x2ad8
|
||||
OP_Fishing=0x0b36
|
||||
OP_Heartbeat=0x0000
|
||||
OP_InstillDoubt=0x389e
|
||||
OP_ItemName=0x0000
|
||||
OP_LDoNButton=0x0000
|
||||
OP_LDoNOpen=0x083b
|
||||
OP_MoveCoin=0x1dd9
|
||||
OP_ReloadUI=0x0000
|
||||
OP_ZonePlayerToBind=0x385e # FNW Discovered on Feb 9, 2007
|
||||
OP_Translocate=0x78c1
|
||||
OP_Sacrifice=0x5f62
|
||||
OP_ApplyPoison=0x4298
|
||||
|
||||
#bazaar trader stuff stuff:
|
||||
#become and buy from
|
||||
#Server->Client: [ Opcode: OP_Unknown (0x2403) Size: 8 ]
|
||||
# 0: 46 01 00 00 39 01 00 00 | F...9...
|
||||
OP_TraderDelItem=0x0da9
|
||||
OP_BecomeTrader=0x66f9
|
||||
OP_TraderShop=0x19d8
|
||||
OP_TraderItemUpdate=0x0000
|
||||
OP_Trader=0x0681
|
||||
OP_ShopItem=0x0000
|
||||
OP_TraderBuy=0x0f8e # ShowEQ 06/29/05
|
||||
OP_Barter=0x7460
|
||||
|
||||
#pc/npc trading
|
||||
OP_TradeRequest=0x372f # ShowEQ 06/29/05
|
||||
OP_TradeAcceptClick=0x0065 # ShowEQ 06/29/05
|
||||
OP_TradeRequestAck=0x4048 # ShowEQ 06/29/05
|
||||
OP_TradeCoins=0x34c1
|
||||
OP_FinishTrade=0x6014
|
||||
OP_CancelTrade=0x2dc1 # ShowEQ 06/29/05
|
||||
OP_TradeMoneyUpdate=0x3e63 #not sure
|
||||
|
||||
#merchant crap
|
||||
OP_ShopPlayerSell=0x0e13 # ShowEQ 06/29/05
|
||||
OP_ShopEnd=0x7e03 # ShowEQ 06/29/05
|
||||
OP_ShopEndConfirm=0x0000
|
||||
OP_ShopPlayerBuy=0x221e
|
||||
OP_ShopRequest=0x3c4b # ShowEQ 06/29/05
|
||||
OP_ShopDelItem=0x0000 #0x0da9 maybe, 16 bytes though
|
||||
|
||||
#tradeskill stuff:
|
||||
OP_ClickObject=0x0f47 # ShowEQ 06/29/05
|
||||
OP_ClickObjectAction=0x6937 # EQEMu 06/29/05
|
||||
OP_RecipeDetails=0x0353 # EQEMu 06/29/05
|
||||
OP_RecipesFavorite=0x23f0
|
||||
OP_RecipesSearch=0x31f8 # EQEmu 06/29/05
|
||||
OP_RecipeReply=0x4ea2 # EQEmu 06/29/05
|
||||
OP_RecipeAutoCombine=0x7822
|
||||
OP_TradeSkillCombine=0x0b40 # ShowEQ 06/29/05
|
||||
|
||||
OP_RequestDuel=0x28e1
|
||||
OP_DuelResponse=0x2e78
|
||||
OP_DuelResponse2=0x3bad #when accepted
|
||||
|
||||
OP_RezzComplete=0x60fa
|
||||
OP_RezzRequest=0x417a
|
||||
OP_RezzAnswer=0x6219
|
||||
OP_SafeFallSuccess=0x5309
|
||||
OP_Shielding=0x0000
|
||||
OP_TargetReject=0x0000
|
||||
OP_TestBuff=0x0000
|
||||
OP_Track=0x5205 # ShowEQ 06/29/05
|
||||
OP_TrackTarget=0x71ae
|
||||
OP_TrackUnknown=0x74e1 #size 0 right after OP_Track
|
||||
|
||||
#Tribute Packets:
|
||||
OP_OpenGuildTributeMaster=0x60b6 #open guild tribute master window
|
||||
OP_OpenTributeMaster=0x512e #open tribute master window
|
||||
OP_OpenTributeReply=0x0000 #reply to open request
|
||||
OP_SelectTribute=0x625d #clicking on a tribute, and text reply
|
||||
OP_TributeItem=0x6f6c #donating an item
|
||||
OP_TributeMoney=0x27b3 #donating money
|
||||
OP_TributeNPC=0x0000 #seems to be missing now
|
||||
OP_TributeToggle=0x2688 #activating/deactivating tribute
|
||||
OP_TributeTimer=0x4665 #a 4 byte tier update, 10 minutes for seconds
|
||||
OP_TributePointUpdate=0x6463 #16 byte point packet
|
||||
OP_TributeUpdate=0x5639 # ShowEQ 06/29/05
|
||||
OP_GuildTributeInfo=0x5e3d # EQEmu 06/29/05
|
||||
OP_TributeInfo=0x152d # EQEmu 06/29/05
|
||||
OP_SendGuildTributes=0x5e3a # request packet, 4 bytes
|
||||
OP_SendTributes=0x067a # request packet, 4 bytes, migth be backwards
|
||||
OP_CloseTributeMaster=0x7f25 #sent by client when they close window
|
||||
|
||||
#Adventure packets:
|
||||
OP_LeaveAdventure=0x0c0d
|
||||
OP_AdventureFinish=0x3906
|
||||
OP_AdventureInfoRequest=0x2aaf #right click adventure recruiter
|
||||
OP_AdventureInfo=0x1db5 #text reply to right click
|
||||
OP_AdventureRequest=0x43fd
|
||||
OP_AdventureDetails=0x3f26
|
||||
OP_AdventureData=0x0677
|
||||
OP_AdventureUpdate=0x64ac
|
||||
OP_AdventureMerchantRequest=0x0950
|
||||
OP_AdventureMerchantResponse=0x4416
|
||||
OP_AdventureMerchantPurchase=0x413d
|
||||
OP_AdventureMerchantSell=0x0097
|
||||
OP_AdventurePointsUpdate=0x420a #not sure, followed purchase
|
||||
OP_AdventureStatsRequest=0x5fc7
|
||||
OP_AdventureStatsReply=0x56cd
|
||||
OP_AdventureLeaderboardRequest=0x230a
|
||||
OP_AdventureLeaderboardReply=0x0d0f
|
||||
# request stats: 0x5fc7, reply 0x56cd
|
||||
# request leaderboard: 0x230a, reply 0x0d0f
|
||||
|
||||
#Group Opcodes
|
||||
OP_GroupDisband=0x4033 # ShowEQ 06/29/05
|
||||
OP_GroupInvite=0x3853 # ShowEQ 06/29/05
|
||||
OP_GroupFollow=0x1b48 # ShowEQ 06/29/05
|
||||
OP_GroupUpdate=0x66ba # ShowEQ 06/29/05
|
||||
OP_GroupAcknowledge=0x0797
|
||||
OP_GroupCancelInvite=0x42c9 # ShowEQ 06/29/05
|
||||
OP_GroupDelete=0x0000
|
||||
OP_GroupFollow2=0x0000 #used with GroupInvite2
|
||||
OP_GroupInvite2=0x1f27 #this is sometimes sent instead of OP_GroupInvite
|
||||
OP_CancelInvite=0x0000
|
||||
|
||||
OP_RaidJoin=0x0000 # ShowEQ 06/29/05
|
||||
OP_RaidInvite=0x1f21 # ShowEQ 06/29/05
|
||||
OP_RaidUpdate=0x1974 # EQEmu 06/29/05
|
||||
|
||||
|
||||
OP_ZoneComplete=0x0000
|
||||
OP_ItemLinkText=0x0000
|
||||
OP_ClearObject=0x8258
|
||||
OP_DisciplineUpdate=0x7180
|
||||
OP_DisciplineTimer=0x53df
|
||||
OP_LocInfo=0x0000
|
||||
OP_FindPersonRequest=0x3c41 # ShowEQ 06/29/05
|
||||
OP_FindPersonReply=0x5711
|
||||
OP_ForceFindPerson=0x0000
|
||||
OP_LoginComplete=0x0000
|
||||
OP_Sound=0x4a1d
|
||||
#OP_Zone_MissingName01=0x0000 #remove on recompile
|
||||
OP_MobRename=0x3230
|
||||
OP_BankerChange=0x6a5b
|
||||
|
||||
#Rogue packets
|
||||
OP_SenseTraps=0x24ab # ShowEQ 06/29/05
|
||||
OP_PickPocket=0x4a2a
|
||||
OP_DisarmTraps=0x0000
|
||||
OP_Disarm=0x17d9
|
||||
OP_Hide=0x6f64 # ShowEQ 06/29/05
|
||||
OP_Sneak=0x4312 # ShowEQ 06/29/05
|
||||
|
||||
#Task packets
|
||||
#task complete related: 0x54eb (24 bytes), 0x4c8c (8 bytes), 0x6a1d (4 bytes)
|
||||
OP_TaskActivityComplete=0x54eb
|
||||
OP_CompletedTasks=0x53c4 # ShowEQ 06/29/05
|
||||
OP_TaskDescription=0x682d # ShowEQ 06/29/05
|
||||
OP_TaskActivity=0x3ba8 # ShowEQ 06/29/05
|
||||
OP_TaskMemberList=0x09b6 #not sure
|
||||
OP_OpenNewTasksWindow=0x5e7c #combined with OP_AvaliableTask I think
|
||||
OP_AvaliableTask=0x0000
|
||||
OP_AcceptNewTask=0x207f
|
||||
OP_TaskHistoryRequest=0x3274
|
||||
OP_TaskHistoryReply=0x009c
|
||||
OP_CancelTask=0x4c8c
|
||||
OP_DeclineAllTasks=0x207f #not sure, 12 bytes
|
||||
|
||||
|
||||
OP_RequestClientZoneChange=0x1235
|
||||
OP_PurchaseLeadershipAA=0x07f1
|
||||
OP_UpdateLeadershipAA=0x3eec
|
||||
OP_LeadershipExpUpdate=0x7416
|
||||
OP_LeadershipExpToggle=0x17bf
|
||||
OP_GroupUpdateLeaderAA=0x4c3f
|
||||
OP_MarkNPC=0x5b37
|
||||
OP_ClearNPCMarks=0x1794
|
||||
OP_DoGroupLeadershipAbility=0x4ffe
|
||||
OP_DelegateAbility=0x56eb
|
||||
|
||||
#The following 4 Opcodes are for SoF only:
|
||||
OP_FinishWindow=0x0000 #Trevius 03/15/09
|
||||
OP_FinishWindow2=0x0000 #Trevius 03/15/09
|
||||
OP_ItemVerifyRequest=0x0000 #Trevius 03/15/09
|
||||
OP_ItemVerifyReply=0x0000 #Trevius 03/15/09
|
||||
|
||||
#discovered opcodes not yet used:
|
||||
OP_CrashDump=0x6d5d
|
||||
OP_PlayMP3=0x0000
|
||||
OP_FriendsWho=0x41db
|
||||
OP_MoveLogRequest=0x78e8 #gone I think
|
||||
OP_MoveLogDisregard=0x0000 #gone I think
|
||||
OP_ReclaimCrystals=0x12fd
|
||||
OP_CrystalCountUpdate=0x0000
|
||||
OP_DynamicWall=0x0000
|
||||
OP_CustomTitles=0x2a28 # ShowEQ 06/29/05
|
||||
OP_RequestTitles=0x5eba # EQEmu 06/29/05
|
||||
OP_SendTitleList=0x3e89 # EQEmu 06/29/05
|
||||
OP_SetTitle=0x1f22 # EQEmu 06/29/05
|
||||
OP_SetTitleReply=0x5eab # EQEmu 06/29/05
|
||||
OP_Bandolier=0x6f0c
|
||||
OP_PotionBelt=0x0719
|
||||
OP_OpenDiscordMerchant=0x0000 #8 bytes
|
||||
OP_DiscordMerchantInventory=0x0000 #long item packet
|
||||
OP_GiveMoney=0x56d4 #16 bytes, pp, gp, sp, cp.
|
||||
OP_OnLevelMessage=0x1dde
|
||||
OP_PopupResponse=0x3816
|
||||
OP_RequestKnowledgeBase=0x7584
|
||||
OP_KnowledgeBase=0x4a52
|
||||
OP_PlayerUnderWorld=0x46d9
|
||||
OP_PVPStats=0x5cc0
|
||||
OP_PVPLeaderBoardRequest=0x61d2
|
||||
OP_PVPLeaderBoardReply=0x1a59
|
||||
OP_PVPLeaderBoardDetailsRequest=0x06a2
|
||||
OP_PVPLeaderBoardDetailsReply=0x246a
|
||||
OP_WeaponEquip1=0x6c5e
|
||||
OP_WeaponEquip2=0x63da
|
||||
OP_WeaponUnequip2=0x381d
|
||||
OP_VoiceMacroIn=0x2866
|
||||
OP_VoiceMacroOut=0x2ec6
|
||||
|
||||
#named unknowns, to make looking for real unknown easier
|
||||
OP_AnnoyingZoneUnknown=0x0000 # EQEmu 06/29/05
|
||||
OP_Some6ByteHPUpdate=0x0000 #seems to happen when you target group members
|
||||
OP_SomeItemPacketMaybe=0x497c # EQEmu 06/29/05
|
||||
OP_QueryResponseThing=0x6379
|
||||
OP_FloatListThing=0x7510 # EQEmu 06/29/05
|
||||
|
||||
#Login opcodes
|
||||
OP_SessionReady=0x0001
|
||||
OP_Login=0x0002
|
||||
OP_ServerListRequest=0x0004
|
||||
OP_PlayEverquestRequest=0x000d
|
||||
OP_PlayEverquestResponse=0x0021
|
||||
OP_ChatMessage=0x0016
|
||||
OP_LoginAccepted=0x0017
|
||||
OP_ServerListResponse=0x0018
|
||||
OP_Poll=0x0029
|
||||
OP_EnterChat=0x000f
|
||||
OP_PollResponse=0x0011
|
||||
|
||||
#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
|
||||
|
||||
#mail opcodes
|
||||
OP_Command=0x0000
|
||||
OP_MailboxHeader=0x0000
|
||||
OP_MailHeader=0x0000
|
||||
OP_MailBody=0x0000
|
||||
OP_NewMail=0x0000
|
||||
OP_SentConfirm=0x0000
|
||||
|
||||
|
||||
#we need to document the differences between these packets to make identifying them easier
|
||||
OP_MobHealth=0x3d2d # ShowEQ 06/29/05
|
||||
OP_HPUpdate=0x217b # ShowEQ 06/29/05
|
||||
OP_Some3ByteHPUpdate=0x0000 #initial HP update for mobs
|
||||
OP_InitialHPUpdate=0x7ac2 # ShowEQ 06/29/05
|
||||
|
||||
#remove these
|
||||
#junk
|
||||
OP_0x0193=0x0000
|
||||
OP_0x0347=0x0000
|
||||
OP_ConsumeAmmo=0x0000
|
||||
OP_EmoteAnim=0x0000
|
||||
OP_Deny=0x0000
|
||||
OP_SetDataRate=0x0000
|
||||
|
||||
@@ -0,0 +1,653 @@
|
||||
# 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=0x11b6
|
||||
OP_ApproveWorld=0x7e47
|
||||
OP_LogServer=0x19ab
|
||||
OP_SendCharInfo=0x06a2
|
||||
OP_ExpansionInfo=0x711a
|
||||
OP_GuildsList=0x2d38
|
||||
OP_EnterWorld=0x57c3
|
||||
OP_PostEnterWorld=0x0c3d
|
||||
OP_World_Client_CRC1=0x0044
|
||||
OP_World_Client_CRC2=0x26df
|
||||
OP_SendSpellChecksum=0x0000
|
||||
OP_SendSkillCapsChecksum=0x0000
|
||||
|
||||
# Character Select Related:
|
||||
OP_SendMaxCharacters=0x5349
|
||||
OP_SendMembership=0x03b2
|
||||
OP_SendMembershipDetails=0x0b1f
|
||||
OP_CharacterCreateRequest=0x006b
|
||||
OP_CharacterCreate=0x0afc
|
||||
OP_DeleteCharacter=0x0ab4
|
||||
OP_RandomNameGenerator=0x4453
|
||||
OP_ApproveName=0x213a
|
||||
OP_MOTD=0x1ae3
|
||||
OP_SetChatServer=0x2a81
|
||||
OP_SetChatServer2=0x4099
|
||||
OP_ZoneServerInfo=0x49d9
|
||||
OP_WorldComplete=0x12d4
|
||||
OP_WorldUnknown001=0x6be3
|
||||
OP_FloatListThing=0x7a19
|
||||
|
||||
# Reasons for Disconnect:
|
||||
OP_ZoneUnavail=0x6281
|
||||
OP_WorldClientReady=0x43b0
|
||||
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=0x47a6
|
||||
OP_ZoneEntry=0x1665
|
||||
OP_ReqNewZone=0x3dec
|
||||
OP_NewZone=0x7fff
|
||||
OP_ZoneSpawns=0x0980
|
||||
OP_PlayerProfile=0x46bb
|
||||
OP_TimeOfDay=0x3be2
|
||||
OP_LevelUpdate=0x7ce0
|
||||
OP_Stamina=0x1949
|
||||
OP_RequestClientZoneChange=0x647a
|
||||
OP_ZoneChange=0x1eb4
|
||||
OP_LockoutTimerInfo=0x0000
|
||||
OP_ZoneServerReady=0x0000
|
||||
OP_ZoneInUnknown=0x0000
|
||||
OP_LogoutReply=0x0000
|
||||
OP_PreLogoutReply=0x0000
|
||||
|
||||
# Required to fully log in
|
||||
OP_SpawnAppearance=0x7360
|
||||
OP_ChangeSize=0x355c
|
||||
OP_TributeUpdate=0x2691
|
||||
OP_TributeTimer=0x3294
|
||||
OP_SendTributes=0x0a1c
|
||||
OP_SendGuildTributes=0x1781
|
||||
OP_TributeInfo=0x5dd2
|
||||
OP_Weather=0x0bd7
|
||||
OP_ReqClientSpawn=0x5a4f
|
||||
OP_SpawnDoor=0x7b6c
|
||||
OP_GroundSpawn=0x4286
|
||||
OP_SendZonepoints=0x7922
|
||||
OP_BlockedBuffs=0x5a71
|
||||
OP_RemoveBlockedBuffs=0x78ba
|
||||
OP_ClearBlockedBuffs=0x5d3c
|
||||
OP_WorldObjectsSent=0x7fa8
|
||||
OP_SendExpZonein=0x25ab
|
||||
OP_SendAATable=0x7791
|
||||
OP_RespondAA=0x379d
|
||||
OP_UpdateAA=0x504f
|
||||
OP_SendAAStats=0x3d1c
|
||||
OP_AAExpUpdate=0x25c5
|
||||
OP_ExpUpdate=0x47e3
|
||||
OP_HPUpdate=0x07b8
|
||||
OP_ManaChange=0x1e3b
|
||||
OP_TGB=0x10a6
|
||||
OP_SpecialMesg=0x362c
|
||||
OP_GuildMemberList=0x4053
|
||||
OP_GuildMOTD=0x0561
|
||||
OP_CharInventory=0x786e
|
||||
OP_WearChange=0x1ad3
|
||||
OP_ClientUpdate=0x455d
|
||||
OP_ClientReady=0x3f83 # 0x422d
|
||||
OP_SetServerFilter=0x5b27
|
||||
|
||||
# Guild Opcodes - Disabled until crashes are resolved in RoF
|
||||
OP_GetGuildMOTD=0x7ba3 # Was 0x35dc
|
||||
OP_GetGuildMOTDReply=0x42a2 # Was 0x4586
|
||||
OP_GuildMemberUpdate=0x0048 # Was 0x5643
|
||||
OP_GuildInvite=0x5f8e
|
||||
OP_GuildRemove=0x296d
|
||||
OP_GuildPeace=0x17eb
|
||||
OP_SetGuildMOTD=0x44d0
|
||||
OP_GuildList=0x2d38
|
||||
OP_GuildWar=0x395a
|
||||
OP_GuildLeader=0x7c6f
|
||||
OP_GuildDelete=0x241b
|
||||
OP_GuildInviteAccept=0x78a5
|
||||
OP_GuildDemote=0x3100
|
||||
OP_GuildPublicNote=0x3c2c
|
||||
OP_GuildManageBanker=0x096d # Was 0x0737
|
||||
OP_GuildBank=0x2ab0 # Was 0x10c3
|
||||
OP_SetGuildRank=0x3599
|
||||
OP_GuildUpdateURLAndChannel=0x7851
|
||||
OP_GuildStatus=0x25a5
|
||||
OP_GuildCreate=0xd2d1 # 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=0x2612
|
||||
OP_GMBecomeNPC=0x5201
|
||||
OP_GMZoneRequest=0x69e5
|
||||
OP_GMZoneRequest2=0x65d6
|
||||
OP_GMGoto=0x0345
|
||||
OP_GMSearchCorpse=0x5bed
|
||||
OP_GMHideMe=0x4c65
|
||||
OP_GMDelCorpse=0x6034
|
||||
OP_GMApproval=0x0e37
|
||||
OP_GMToggle=0x1276
|
||||
OP_GMSummon=0x0655 # Was 0x684f
|
||||
OP_GMEmoteZone=0x1b39 # Was 0x0655
|
||||
OP_GMEmoteWorld=0x1f8c # Was 0x1935
|
||||
OP_GMFind=0x6160
|
||||
OP_GMKick=0x5646
|
||||
OP_GMKill=0x507e
|
||||
OP_GMNameChange=0x3077 # Was 0x4434
|
||||
OP_GMLastName=0x4dd7 # Was 0x3077
|
||||
|
||||
# Misc Opcodes
|
||||
OP_InspectRequest=0x23f1
|
||||
OP_InspectAnswer=0x5794
|
||||
OP_InspectMessageUpdate=0x3064
|
||||
OP_BeginCast=0x17ff
|
||||
OP_BuffFadeMsg=0x41cb
|
||||
OP_ConsentResponse=0x183d
|
||||
OP_MemorizeSpell=0x2fac
|
||||
OP_SwapSpell=0x4736
|
||||
OP_CastSpell=0x1cb5
|
||||
OP_Consider=0x4d8d
|
||||
OP_FormattedMessage=0x6afe
|
||||
OP_SimpleMessage=0x02a5
|
||||
OP_Buff=0x08ed
|
||||
OP_Illusion=0x6c43
|
||||
OP_MoneyOnCorpse=0x1837
|
||||
OP_RandomReply=0x6525
|
||||
OP_DenyResponse=0x344a
|
||||
OP_SkillUpdate=0x52c6
|
||||
OP_GMTrainSkillConfirm=0x35cc # 0x3960
|
||||
OP_RandomReq=0x59db
|
||||
OP_Death=0x3a65
|
||||
OP_GMTraining=0x6e8f
|
||||
OP_GMEndTraining=0x7ffe
|
||||
OP_GMTrainSkill=0x444c
|
||||
OP_Animation=0x5e0c
|
||||
OP_Begging=0x54ac
|
||||
OP_Consent=0x400e
|
||||
OP_ConsentDeny=0x34c1
|
||||
OP_AutoFire=0x314e
|
||||
OP_PetCommands=0x0093
|
||||
OP_DeleteSpell=0x305c
|
||||
OP_Surname=0x1a87
|
||||
OP_ClearSurname=0x17b6
|
||||
OP_FaceChange=0x5b06
|
||||
OP_SenseHeading=0x46c8
|
||||
OP_Action=0x0ea7
|
||||
OP_ConsiderCorpse=0x06c5
|
||||
OP_HideCorpse=0x3c4b
|
||||
OP_CorpseDrag=0x0be7
|
||||
OP_CorpseDrop=0xdf77
|
||||
OP_Bug=0x0c07
|
||||
OP_Feedback=0x45ca
|
||||
OP_Report=0x6d94
|
||||
OP_Damage=0x5428
|
||||
OP_ChannelMessage=0x33bc
|
||||
OP_Assist=0x4cd1
|
||||
OP_AssistGroup=0x63df
|
||||
OP_MoveCoin=0x765a
|
||||
OP_ZonePlayerToBind=0x7f99
|
||||
OP_KeyRing=0x04ba
|
||||
OP_WhoAllRequest=0x78eb
|
||||
OP_WhoAllResponse=0x3393
|
||||
OP_FriendsWho=0x3dac
|
||||
OP_ConfirmDelete=0x78e0
|
||||
OP_Logout=0x64bd
|
||||
OP_Rewind=0x5521
|
||||
OP_TargetCommand=0x000a
|
||||
OP_Hide=0x2da1
|
||||
OP_Jump=0x1d47
|
||||
OP_Camp=0x41cd
|
||||
OP_Emote=0x37fd
|
||||
OP_SetRunMode=0x2ce6
|
||||
OP_BankerChange=0x4e20
|
||||
OP_TargetMouse=0x0e25
|
||||
OP_MobHealth=0x218d
|
||||
OP_InitialMobHealth=0x0000 # Unused?
|
||||
OP_TargetHoTT=0x3af5
|
||||
OP_XTargetResponse=0x7f64
|
||||
OP_XTargetRequest=0x6753
|
||||
OP_XTargetAutoAddHaters=0x5f51
|
||||
OP_TargetBuffs=0x1c71
|
||||
OP_BuffCreate=0x71f5
|
||||
OP_BuffRemoveRequest=0x7efd
|
||||
OP_DeleteSpawn=0x3b06
|
||||
OP_AutoAttack=0x0d14
|
||||
OP_AutoAttack2=0x3912
|
||||
OP_Consume=0x4692
|
||||
OP_MoveItem=0x62a2
|
||||
OP_DeleteItem=0x3eb5
|
||||
OP_DeleteCharge=0x2d5b
|
||||
OP_ItemPacket=0x5e0e
|
||||
OP_ItemLinkResponse=0x2fdb
|
||||
OP_ItemLinkClick=0x0353
|
||||
OP_ItemPreview=0x05cf
|
||||
OP_NewSpawn=0x3f5b
|
||||
OP_Track=0x7d43
|
||||
OP_TrackTarget=0x4c42
|
||||
OP_TrackUnknown=0x2395
|
||||
OP_ClickDoor=0x7cc0
|
||||
OP_MoveDoor=0x5611
|
||||
OP_RemoveAllDoors=0x39c9
|
||||
OP_EnvDamage=0x52e9
|
||||
OP_BoardBoat=0x2731
|
||||
OP_Forage=0x416d
|
||||
OP_LeaveBoat=0x6cc1
|
||||
OP_ControlBoat=0x4aa0
|
||||
OP_SafeFallSuccess=0x6d27
|
||||
OP_RezzComplete=0x3297
|
||||
OP_RezzRequest=0x521b
|
||||
OP_RezzAnswer=0x004e
|
||||
OP_Shielding=0x17d9
|
||||
OP_RequestDuel=0x1ea9
|
||||
OP_MobRename=0x5040
|
||||
OP_AugmentItem=0x1627 # Was 0x37cb
|
||||
OP_WeaponEquip1=0x35c3
|
||||
OP_WeaponEquip2=0x012f # Was 0x6022
|
||||
OP_WeaponUnequip2=0x1076 # Was 0x0110
|
||||
OP_ApplyPoison=0x1499
|
||||
OP_Save=0x2e6f
|
||||
OP_TestBuff=0x046e # Was 0x3772
|
||||
OP_CustomTitles=0x471a
|
||||
OP_Split=0x269e
|
||||
OP_YellForHelp=0x0017
|
||||
OP_LoadSpellSet=0x38b4
|
||||
OP_Bandolier=0x2b6f
|
||||
OP_PotionBelt=0x2d1b # Was 0x4d3b
|
||||
OP_DuelResponse=0x0dee
|
||||
OP_DuelResponse2=0x5e04
|
||||
OP_SaveOnZoneReq=0x36b1
|
||||
OP_ReadBook=0x383c
|
||||
OP_Dye=0x62d8
|
||||
OP_InterruptCast=0x7470
|
||||
OP_AAAction=0x719a
|
||||
OP_LeadershipExpToggle=0x3ea6
|
||||
OP_LeadershipExpUpdate=0x6922
|
||||
OP_PurchaseLeadershipAA=0x1962
|
||||
OP_UpdateLeadershipAA=0x56aa
|
||||
OP_MarkNPC=0x2d9f
|
||||
OP_ClearNPCMarks=0x0d2d
|
||||
OP_DelegateAbility=0x7820
|
||||
OP_SetGroupTarget=0x118a
|
||||
OP_Charm=0x7118
|
||||
OP_Stun=0x53c0
|
||||
OP_SendFindableNPCs=0x34c3
|
||||
OP_FindPersonRequest=0x2f3b
|
||||
OP_FindPersonReply=0x44f7
|
||||
OP_Sound=0x3cec
|
||||
OP_PetBuffWindow=0x7197
|
||||
OP_LevelAppearance=0x7c4d
|
||||
OP_Translocate=0x6f01
|
||||
OP_Sacrifice=0x76ab
|
||||
OP_PopupResponse=0x2fa1
|
||||
OP_OnLevelMessage=0x09cd
|
||||
OP_AugmentInfo=0x7812
|
||||
OP_Petition=0x2885
|
||||
OP_SomeItemPacketMaybe=0x11a0
|
||||
OP_PVPStats=0x3034 # Unsure
|
||||
OP_PVPLeaderBoardRequest=0x1bce
|
||||
OP_PVPLeaderBoardReply=0x3e78
|
||||
OP_PVPLeaderBoardDetailsRequest=0x46f4
|
||||
OP_PVPLeaderBoardDetailsReply=0x6a60
|
||||
OP_RestState=0x3ad5
|
||||
OP_RespawnWindow=0x7767
|
||||
OP_LDoNButton=0x596e
|
||||
OP_SetStartCity=0x7936 # Was 0x2d1b
|
||||
OP_VoiceMacroIn=0x202e
|
||||
OP_VoiceMacroOut=0x3920
|
||||
OP_ItemViewUnknown=0x0b64
|
||||
OP_VetRewardsAvaliable=0x05d9
|
||||
OP_VetClaimRequest=0xcdde
|
||||
OP_VetClaimReply=0x361b
|
||||
OP_DisciplineUpdate=0x2483 # Was 0x2f05
|
||||
OP_DisciplineTimer=0x4933 # Was 0x5e3f
|
||||
OP_BecomeCorpse=0x0000 # Unused?
|
||||
OP_Action2=0x0000 # Unused?
|
||||
OP_MobUpdate=0x6b5a
|
||||
OP_NPCMoveUpdate=0x5bd9
|
||||
OP_CameraEffect=0x5712
|
||||
OP_SpellEffect=0x72b6
|
||||
OP_RemoveNimbusEffect=0x3ba7
|
||||
OP_AltCurrency=0x8fcb
|
||||
OP_AltCurrencyMerchantRequest=0x7e3e
|
||||
OP_AltCurrencyMerchantReply=0x0b60
|
||||
OP_AltCurrencyPurchase=0x74a8
|
||||
OP_AltCurrencySell=0x3167
|
||||
OP_AltCurrencySellSelection=0x3c47
|
||||
OP_AltCurrencyReclaim=0x46ed
|
||||
OP_CrystalCountUpdate=0x5a82 # Was 0x3f60
|
||||
OP_CrystalCreate=0x7616 # Was 0x5a82
|
||||
OP_CrystalReclaim=0x73db # Was 0x7616
|
||||
OP_Untargetable=0x7717
|
||||
OP_IncreaseStats=0x0711
|
||||
OP_Weblink=0x7cce
|
||||
#OP_OpenInventory=0x0000 # Likely does not exist in RoF -U
|
||||
OP_OpenContainer=0x654f
|
||||
|
||||
OP_DzQuit=0x5fc8
|
||||
OP_DzListTimers=0x67b9
|
||||
OP_DzAddPlayer=0x5ca2
|
||||
OP_DzRemovePlayer=0x0dc1
|
||||
OP_DzSwapPlayer=0x4995
|
||||
OP_DzMakeLeader=0x17b2
|
||||
OP_DzPlayerList=0x1aff
|
||||
OP_DzJoinExpeditionConfirm=0x30df
|
||||
OP_DzJoinExpeditionReply=0x15d4
|
||||
OP_DzExpeditionInfo=0x3861
|
||||
OP_DzExpeditionList=0x0b3b
|
||||
OP_DzMemberStatus=0x26c2
|
||||
OP_DzLeaderStatus=0x4021
|
||||
OP_DzExpeditionEndsWarning=0x32eb
|
||||
OP_DzMemberList=0x348f
|
||||
OP_DzCompass=0x0e01 # Was 0x4f09
|
||||
OP_DzChooseZone=0x0000 # Maybe 0x29d6
|
||||
|
||||
# New Opcodes
|
||||
OP_SpawnPositionUpdate=0x0000 # Actually OP_MobUpdate ?
|
||||
OP_ManaUpdate=0x6675
|
||||
OP_EnduranceUpdate=0x71fb
|
||||
OP_MobManaUpdate=0x48b5
|
||||
OP_MobEnduranceUpdate=0x7cb5
|
||||
|
||||
# Mercenary Opcodes
|
||||
OP_MercenaryDataUpdateRequest=0x6774
|
||||
OP_MercenaryDataUpdate=0x5a7c
|
||||
OP_MercenaryDataRequest=0x612e
|
||||
OP_MercenaryDataResponse=0x0768
|
||||
OP_MercenaryHire=0x18ba
|
||||
OP_MercenaryDismiss=0x7ff4
|
||||
OP_MercenaryTimerRequest=0x4326
|
||||
OP_MercenaryTimer=0x6f9e
|
||||
OP_MercenaryUnknown1=0x7db4
|
||||
OP_MercenaryCommand=0x7b21
|
||||
OP_MercenarySuspendRequest=0x61b3
|
||||
OP_MercenarySuspendResponse=0x5975
|
||||
OP_MercenaryUnsuspendResponse=0x68b1
|
||||
|
||||
# Looting
|
||||
OP_LootRequest=0x43a7
|
||||
OP_EndLootRequest=0x3d8c
|
||||
OP_LootItem=0x515b
|
||||
OP_LootComplete=0x256d
|
||||
|
||||
# bazaar trader stuff:
|
||||
OP_BazaarSearch=0x2ad2
|
||||
OP_TraderDelItem=0x63c8
|
||||
OP_BecomeTrader=0x74bc
|
||||
OP_TraderShop=0x0a5e
|
||||
OP_Trader=0x6a6a # Was 0x6790
|
||||
OP_TraderBuy=0x0000
|
||||
OP_Barter=0x6854
|
||||
OP_ShopItem=0x0000
|
||||
OP_BazaarInspect=0x0000
|
||||
OP_Bazaar=0x0000
|
||||
OP_TraderItemUpdate=0x0000
|
||||
|
||||
# pc/npc trading
|
||||
OP_TradeRequest=0x5f9e
|
||||
OP_TradeAcceptClick=0x13db
|
||||
OP_TradeRequestAck=0x6852
|
||||
OP_TradeCoins=0x584d
|
||||
OP_FinishTrade=0x3fbf
|
||||
OP_CancelTrade=0x0234
|
||||
OP_TradeMoneyUpdate=0x65f6
|
||||
OP_MoneyUpdate=0x6e42
|
||||
OP_TradeBusy=0x7c6d
|
||||
|
||||
# Sent after canceling trade or after closing tradeskill object
|
||||
OP_FinishWindow=0x1939
|
||||
OP_FinishWindow2=0x68df
|
||||
|
||||
# Sent on Live for what seems to be item existance verification
|
||||
# Ex. Before Right Click Effect happens from items
|
||||
OP_ItemVerifyRequest=0x2c0c
|
||||
OP_ItemVerifyReply=0x40de
|
||||
|
||||
# merchant stuff
|
||||
OP_ShopPlayerSell=0x6b4d
|
||||
OP_ShopRequest=0x16ba
|
||||
OP_ShopEnd=0x0d07
|
||||
OP_ShopEndConfirm=0x1860
|
||||
OP_ShopPlayerBuy=0x3bab
|
||||
OP_ShopDelItem=0x509c
|
||||
|
||||
# tradeskill stuff:
|
||||
OP_ClickObject=0x7992
|
||||
OP_ClickObjectAction=0x5507
|
||||
OP_ClearObject=0x2ead
|
||||
OP_RecipeDetails=0x7ad0
|
||||
OP_RecipesFavorite=0x6960
|
||||
OP_RecipesSearch=0x30f7
|
||||
OP_RecipeReply=0x544e
|
||||
OP_RecipeAutoCombine=0x46a4
|
||||
OP_TradeSkillCombine=0x7447
|
||||
|
||||
# Tribute Packets:
|
||||
OP_OpenGuildTributeMaster=0x107b
|
||||
OP_OpenTributeMaster=0x6fed # Was 0x40f5
|
||||
OP_SelectTribute=0x5513
|
||||
OP_TributeItem=0x105b
|
||||
OP_TributeMoney=0x4b6d # Was 0x6fed
|
||||
OP_TributeToggle=0x1f50
|
||||
OP_TributePointUpdate=0x01ec
|
||||
OP_TributeNPC=0x0000
|
||||
OP_GuildTributeInfo=0x0000
|
||||
OP_OpenTributeReply=0x0000
|
||||
OP_GuildTributeStatus=0x0000
|
||||
|
||||
# Adventure packets:
|
||||
OP_LeaveAdventure=0x18b3
|
||||
OP_AdventureFinish=0x3d8b
|
||||
OP_AdventureInfoRequest=0x38db
|
||||
OP_AdventureInfo=0x1036
|
||||
OP_AdventureRequest=0x325c
|
||||
OP_AdventureDetails=0x4975
|
||||
OP_AdventureData=0x729b
|
||||
OP_AdventureUpdate=0x2df4
|
||||
OP_AdventureMerchantRequest=0x2aa0 # Was 654d
|
||||
OP_AdventureMerchantResponse=0x5aed # Was 7949
|
||||
OP_AdventureMerchantPurchase=0x725e # Was 155a
|
||||
OP_AdventureMerchantSell=0x7882 # Was 389c
|
||||
OP_AdventurePointsUpdate=0x37cb # Was 7589
|
||||
OP_AdventureStatsRequest=0x68c2
|
||||
OP_AdventureStatsReply=0x62fa
|
||||
OP_AdventureLeaderboardRequest=0x577a
|
||||
OP_AdventureLeaderboardReply=0x2533
|
||||
|
||||
# Group Opcodes
|
||||
OP_GroupDisband=0x1ed0
|
||||
OP_GroupInvite=0x1602
|
||||
OP_GroupFollow=0x2789
|
||||
OP_GroupUpdate=0x0ba4
|
||||
OP_GroupUpdateB=0x5a07
|
||||
OP_GroupCancelInvite=0x2b26
|
||||
OP_GroupAcknowledge=0x5fae
|
||||
OP_GroupDelete=0x33ca
|
||||
OP_CancelInvite=0x2b26
|
||||
OP_GroupFollow2=0x4964
|
||||
OP_GroupInvite2=0x6e80
|
||||
OP_GroupDisbandYou=0x623d
|
||||
OP_GroupDisbandOther=0x74fa
|
||||
OP_GroupLeaderChange=0x46fc
|
||||
OP_GroupRoles=0x047c
|
||||
OP_GroupMakeLeader=0x4129
|
||||
OP_DoGroupLeadershipAbility=0x17d7
|
||||
OP_GroupLeadershipAAUpdate=0x6567
|
||||
|
||||
# LFG/LFP Opcodes
|
||||
OP_LFGCommand=0x4463
|
||||
OP_LFGGetMatchesRequest=0x1373
|
||||
OP_LFGGetMatchesResponse=0x31d8
|
||||
OP_LFPGetMatchesRequest=0x7fd9
|
||||
OP_LFPGetMatchesResponse=0x4111
|
||||
OP_LFPCommand=0x6e8b
|
||||
OP_LFGAppearance=0x0000
|
||||
OP_LFGResponse=0x0000
|
||||
|
||||
# Raid Opcodes
|
||||
OP_RaidInvite=0x1bd1
|
||||
OP_RaidUpdate=0x548e
|
||||
OP_RaidJoin=0x0000
|
||||
|
||||
# Button-push commands
|
||||
OP_Taunt=0x0af6
|
||||
OP_CombatAbility=0x6e4c
|
||||
OP_SenseTraps=0x7462 # Was 0x2ee0
|
||||
OP_PickPocket=0x047b
|
||||
OP_DisarmTraps=0x0000
|
||||
OP_Disarm=0x70a9
|
||||
OP_Sneak=0x62f4
|
||||
OP_Fishing=0x53c2
|
||||
OP_InstillDoubt=0x63a5
|
||||
OP_FeignDeath=0x677d
|
||||
OP_Mend=0x324f
|
||||
OP_Bind_Wound=0x585d
|
||||
OP_LDoNOpen=0x3567
|
||||
|
||||
# Task packets
|
||||
OP_TaskDescription=0x2294
|
||||
OP_TaskActivity=0x7181
|
||||
OP_CompletedTasks=0x9495
|
||||
OP_TaskActivityComplete=0x71cd
|
||||
OP_AcceptNewTask=0x394d
|
||||
OP_CancelTask=0x0c7f
|
||||
OP_TaskMemberList=0x748e # Was 0x1656
|
||||
OP_OpenNewTasksWindow=0x436c # Was 0x11de
|
||||
OP_AvaliableTask=0x2bf8 # Was 0x2377
|
||||
OP_TaskHistoryRequest=0x6cf6
|
||||
OP_TaskHistoryReply=0x25eb
|
||||
OP_DeclineAllTasks=0x0000
|
||||
|
||||
# Title opcodes
|
||||
OP_NewTitlesAvailable=0x45d1
|
||||
OP_RequestTitles=0x1b5a
|
||||
OP_SendTitleList=0x0d64
|
||||
OP_SetTitle=0x0bfc
|
||||
OP_SetTitleReply=0x7e20
|
||||
|
||||
# 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
|
||||
@@ -0,0 +1,661 @@
|
||||
# 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=0x0ff4 # C
|
||||
OP_ApproveWorld=0x701f # C
|
||||
OP_LogServer=0x4762 # C
|
||||
OP_SendCharInfo=0x0f14 # C
|
||||
OP_ExpansionInfo=0x7519 # C
|
||||
OP_GuildsList=0x5b0b # C
|
||||
OP_EnterWorld=0x1c20 # C
|
||||
OP_PostEnterWorld=0x7c94 # C
|
||||
OP_World_Client_CRC1=0x0ca5 # C
|
||||
OP_World_Client_CRC2=0x1cb3 # C
|
||||
OP_SendSpellChecksum=0x5bad # C
|
||||
OP_SendSkillCapsChecksum=0x5d24 # C
|
||||
|
||||
# Character Select Related:
|
||||
OP_DeleteCharacter=0x0254 # C
|
||||
OP_CharacterCreateRequest=0x4463 # C
|
||||
OP_CharacterCreate=0x1513 # C
|
||||
OP_RandomNameGenerator=0x3604 # C
|
||||
OP_ApproveName=0x413f # C
|
||||
|
||||
OP_MOTD=0x192e # C
|
||||
OP_SetChatServer=0x7f2b # C
|
||||
OP_SetChatServer2=0x11f3 # C
|
||||
OP_ZoneServerInfo=0x5da4 # C
|
||||
OP_WorldComplete=0x37db # C
|
||||
OP_WorldUnknown001=0x2c4c # C
|
||||
OP_FloatListThing=0x10b5 # C
|
||||
|
||||
# Reasons for Disconnect:
|
||||
OP_ZoneUnavail=0x7930 # C
|
||||
OP_WorldClientReady=0x1a84 # C
|
||||
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 # C
|
||||
OP_ZoneEntry=0x5a6b # C
|
||||
OP_ReqNewZone=0x43ac # C
|
||||
OP_NewZone=0x5ca5 # C
|
||||
OP_ZoneSpawns=0x72f8 # C
|
||||
OP_PlayerProfile=0x6022 # C
|
||||
OP_TimeOfDay=0x6015 # C
|
||||
OP_LevelUpdate=0x6a99 # C
|
||||
OP_Stamina=0x3e50 # C
|
||||
OP_LockoutTimerInfo=0x0000 #
|
||||
OP_ZoneServerReady=0x0000 #
|
||||
|
||||
OP_RequestClientZoneChange=0x4885 # C
|
||||
OP_ZoneChange=0x051b # C
|
||||
|
||||
OP_ZoneInUnknown=0x0000 #
|
||||
OP_LogoutReply=0x0000 #
|
||||
OP_PreLogoutReply=0x0000 #
|
||||
|
||||
# Required to fully log in
|
||||
OP_SpawnAppearance=0x10b7 # C
|
||||
OP_TributeUpdate=0x399b # C
|
||||
OP_TributeTimer=0x4423 # C
|
||||
OP_TaskDescription=0x7b77 # C
|
||||
OP_TaskActivity=0x0525 # C
|
||||
OP_CompletedTasks=0x5412 # C
|
||||
OP_Weather=0x2641 # C
|
||||
OP_SendAATable=0x322f # C
|
||||
OP_UpdateAA=0x466c # C
|
||||
OP_RespondAA=0x0142 # C
|
||||
OP_ReqClientSpawn=0x1436 # C
|
||||
OP_SpawnDoor=0x102f # C
|
||||
OP_GroundSpawn=0x33e5 # C
|
||||
OP_SendZonepoints=0x5821 # C
|
||||
OP_SendAAStats=0x57a3 # C
|
||||
OP_WorldObjectsSent=0x7b73 # C
|
||||
OP_BlockedBuffs=0x0baa # C
|
||||
OP_RemoveBlockedBuffs=0x064d # C
|
||||
OP_ClearBlockedBuffs=0x4027 # C
|
||||
OP_SendExpZonein=0x69cd # C
|
||||
OP_SendTributes=0x4786 # C
|
||||
OP_TributeInfo=0x4cc6 # C
|
||||
OP_SendGuildTributes=0x26c4 # C
|
||||
OP_AAExpUpdate=0x3088 # C
|
||||
OP_ExpUpdate=0x0e98 # C
|
||||
OP_HPUpdate=0x538f # C
|
||||
OP_ManaChange=0x50c2 # C
|
||||
OP_TGB=0x2d74 # C
|
||||
OP_SpecialMesg=0x074f # C
|
||||
OP_GuildMemberList=0x51bc # C
|
||||
OP_GuildMOTD=0xd677 # C
|
||||
OP_CharInventory=0x709d # C
|
||||
OP_WearChange=0x231f # C
|
||||
OP_ClientUpdate=0x7062 # C
|
||||
OP_ClientReady=0x6759 # C
|
||||
OP_SetServerFilter=0x7312 # C
|
||||
|
||||
# Guild Opcodes
|
||||
OP_GetGuildMOTD=0x189e # C
|
||||
OP_GetGuildMOTDReply=0x7a16 # C
|
||||
OP_GuildMemberUpdate=0x41c0 # C
|
||||
OP_GuildInvite=0x4843 # C
|
||||
OP_GuildRemove=0x2b9d # C
|
||||
OP_GuildPeace=0x3f21 # C
|
||||
OP_SetGuildMOTD=0x481f # C
|
||||
OP_GuildList=0x5b0b # C
|
||||
OP_GuildWar=0x7bfb # C
|
||||
OP_GuildLeader=0x1055 # C
|
||||
OP_GuildDelete=0x75d0 # C
|
||||
OP_GuildInviteAccept=0x5f25 # C
|
||||
OP_GuildDemote=0x15b2 # C
|
||||
OP_GuildPublicNote=0x2dbd # C
|
||||
OP_GuildManageBanker=0x11bc # C
|
||||
OP_GuildBank=0x0fce # C
|
||||
OP_SetGuildRank=0x4ffe # C
|
||||
OP_GuildUpdateURLAndChannel=0x5422
|
||||
OP_GuildMemberLevelUpdate=0x0000 #
|
||||
OP_ZoneGuildList=0x0000 #
|
||||
OP_GetGuildsList=0x0000 #
|
||||
OP_GuildStatus=0x5479 #
|
||||
OP_LFGuild=0x40e8 #
|
||||
# OP_GuildManageRemove=0x0000 #
|
||||
# OP_GuildManageAdd=0x0000 #
|
||||
# OP_GuildManageStatus=0x0000 #
|
||||
|
||||
# GM/guide opcodes
|
||||
OP_GMServers=0x6989 # C
|
||||
OP_GMBecomeNPC=0x56e7 # C
|
||||
OP_GMZoneRequest=0x4578 # C
|
||||
OP_GMZoneRequest2=0x1912 # C
|
||||
OP_GMGoto=0x0402 # C
|
||||
OP_GMSearchCorpse=0x7872 # C
|
||||
OP_GMHideMe=0x34a1 # C
|
||||
OP_GMDelCorpse=0x0dda # C
|
||||
OP_GMApproval=0x72fa # C
|
||||
OP_GMToggle=0x7566 # C
|
||||
OP_GMSummon=0x596d # C
|
||||
OP_GMEmoteZone=0x3e7c # C
|
||||
OP_GMEmoteWorld=0x3e7c # C
|
||||
OP_GMFind=0x6e27 # C
|
||||
OP_GMKick=0x799c # C
|
||||
OP_GMKill=0x6685 # C
|
||||
OP_GMNameChange=0x565d # C
|
||||
OP_GMLastName=0x3563 # C
|
||||
|
||||
OP_InspectAnswer=0x4938 # C
|
||||
OP_Action2=0x7e4d # C OP_Damage?
|
||||
OP_BeginCast=0x0d5a # C
|
||||
OP_BuffFadeMsg=0x569a # C
|
||||
OP_ConsentResponse=0x6e47 # C
|
||||
OP_MemorizeSpell=0x8543 # C
|
||||
OP_SwapSpell=0x3fd2 # C
|
||||
OP_CastSpell=0x3582 # C
|
||||
OP_Consider=0x6024 # C
|
||||
OP_FormattedMessage=0x1318 # C
|
||||
OP_SimpleMessage=0x5448 # C
|
||||
OP_Buff=0x7ea8 # C
|
||||
OP_Illusion=0x48f9 # C
|
||||
OP_MoneyOnCorpse=0x6546 # C
|
||||
OP_RandomReply=0x6cdc # C
|
||||
OP_DenyResponse=0x7ce7 # C
|
||||
OP_SkillUpdate=0x7f01 # C
|
||||
OP_GMTrainSkillConfirm=0x7ae1 # C
|
||||
OP_RandomReq=0x777c # C
|
||||
OP_Death=0x1b85 # C
|
||||
OP_Bind_Wound=0x3969 # C
|
||||
OP_GMTraining=0x7b64 # C
|
||||
OP_GMEndTraining=0x3c02 # C
|
||||
OP_GMTrainSkill=0x7686 # C
|
||||
OP_Animation=0x47d3 # C
|
||||
OP_Begging=0x6d37 # C
|
||||
OP_Consent=0x6bb9 # C
|
||||
OP_ConsentDeny=0x01e3 # C
|
||||
OP_AutoFire=0x1bd4 # C
|
||||
OP_PetCommands=0x3ad6 # C
|
||||
OP_DeleteSpell=0x0736 # C
|
||||
OP_Surname=0x7547 # C
|
||||
OP_ClearSurname=0x2edd # C
|
||||
OP_FaceChange=0x5658 # C
|
||||
OP_SenseHeading=0x3887 # C
|
||||
OP_Action=0x2c27 # C
|
||||
OP_ConsiderCorpse=0x37a7 # C
|
||||
OP_HideCorpse=0x1842
|
||||
OP_CorpseDrag=0x5a6f # C
|
||||
OP_CorpseDrop=0x5a01 # C
|
||||
OP_Bug=0x02b # C
|
||||
OP_Feedback=0x0d1d # C
|
||||
OP_Report=0x6884 # C
|
||||
OP_Damage=0x7e4d # C or OP_Action2?
|
||||
OP_ChannelMessage=0x2e79 # C
|
||||
OP_Assist=0x2b59 # C
|
||||
OP_AssistGroup=0x5af6 # C
|
||||
OP_MoveCoin=0x1fcd # C
|
||||
OP_ZonePlayerToBind=0x1d3f # C
|
||||
OP_KeyRing=0x0a18 # C
|
||||
OP_WhoAllRequest=0x177a # C
|
||||
OP_WhoAllResponse=0x31f3 # C
|
||||
OP_FriendsWho=0x6a90 # C
|
||||
OP_ConfirmDelete=0x3d00 # C
|
||||
OP_Logout=0x66e0 # C
|
||||
OP_Rewind=0x4b7b # C
|
||||
OP_TargetCommand=0x17f7 # C
|
||||
OP_InspectRequest=0x4892 # C
|
||||
OP_Hide=0x1d22 # C
|
||||
OP_Jump=0x6c16 # C
|
||||
OP_Camp=0x3eec # C
|
||||
OP_Emote=0x7434 # C
|
||||
OP_SetRunMode=0x07fb # C
|
||||
OP_BankerChange=0x21e9 # C
|
||||
OP_TargetMouse=0x7bbb # C
|
||||
OP_MobHealth=0x47ea # C
|
||||
OP_InitialMobHealth=0x2d25 # C
|
||||
OP_TargetHoTT=0x3ec7 # C
|
||||
OP_TargetBuffs=0x3df8
|
||||
OP_BuffRemoveRequest=0x6f9d
|
||||
OP_DeleteSpawn=0x3164 # C
|
||||
OP_AutoAttack=0x3d86 # C
|
||||
OP_AutoAttack2=0x4ca1 # C
|
||||
OP_Consume=0x7ce4 # C
|
||||
OP_MoveItem=0x7f56 # C
|
||||
OP_DeleteItem=0x36f8 # C
|
||||
OP_DeleteCharge=0x1df9 # C
|
||||
OP_ItemPacket=0x34f8 # C
|
||||
OP_ItemLinkResponse=0x2bad # C
|
||||
OP_ItemLinkClick=0x3c66 # C
|
||||
OP_NewSpawn=0x5c29 # C
|
||||
OP_Track=0x4817 # C
|
||||
OP_TrackTarget=0x7337 # C
|
||||
OP_TrackUnknown=0x7b56 # C
|
||||
OP_ClickDoor=0x1516 # C
|
||||
OP_MoveDoor=0x6e97 # C
|
||||
OP_RemoveAllDoors=0x1a58 # C
|
||||
OP_EnvDamage=0x5ac4 # C
|
||||
OP_BoardBoat=0x5cd3 # C
|
||||
OP_Forage=0x7b05 # C
|
||||
OP_LeaveBoat=0x7554 # C
|
||||
OP_ControlBoat=0x5bd9 # C
|
||||
OP_SafeFallSuccess=0x6ad2 # C
|
||||
OP_RezzComplete=0x42d0 # C
|
||||
OP_RezzRequest=0x0976 # C
|
||||
OP_RezzAnswer=0x6e1c # C
|
||||
OP_Shielding=0x2f6a # C
|
||||
OP_RequestDuel=0x79e0 # C
|
||||
OP_MobRename=0x0a1d # C
|
||||
OP_AugmentItem=0x0370 # C
|
||||
OP_WeaponEquip1=0x719e # C
|
||||
OP_WeaponEquip2=0x7b6e # C
|
||||
OP_WeaponUnequip2=0x19a8 # C
|
||||
OP_ApplyPoison=0x405b # C
|
||||
OP_Save=0x5c85 # C
|
||||
OP_TestBuff=0x5fc7 # C
|
||||
OP_DestructableRelated=0x5ea1
|
||||
OP_CustomTitles=0x1b26 # C
|
||||
OP_Split=0x53f9 # C
|
||||
OP_YellForHelp=0x6f79 # C
|
||||
OP_LoadSpellSet=0x7113 # C
|
||||
OP_Bandolier=0x441c # C
|
||||
OP_PotionBelt=0x5db5 # C
|
||||
OP_DuelResponse=0x1ebb # C
|
||||
OP_SaveOnZoneReq=0x6eff # C
|
||||
OP_ReadBook=0x2444 # C
|
||||
OP_Dye=0x3672 # C
|
||||
OP_InterruptCast=0x072f # C
|
||||
OP_AAAction=0x50d0 # C
|
||||
OP_LeadershipExpToggle=0x34c5 # C
|
||||
OP_LeadershipExpUpdate=0x69d0 # C
|
||||
OP_PurchaseLeadershipAA=0x07b3 # C
|
||||
OP_UpdateLeadershipAA=0x6948 # C
|
||||
OP_MarkNPC=0x0d4b # C
|
||||
OP_ClearNPCMarks=0x5033 # C
|
||||
OP_DoGroupLeadershipAbility=0x540b # C
|
||||
OP_GroupLeadershipAAUpdate=0x0c33
|
||||
OP_DelegateAbility=0x0322 # C
|
||||
OP_SetGroupTarget=0x521c # C
|
||||
OP_DuelResponse2=0x52b5 # C
|
||||
OP_Charm=0x7108 # C
|
||||
OP_Stun=0x2a6d # C
|
||||
OP_SendFindableNPCs=0x5360
|
||||
OP_FindPersonRequest=0x3168 # C
|
||||
OP_FindPersonReply=0x1ac8 # C
|
||||
OP_Sound=0x303e # C
|
||||
OP_PetBuffWindow=0x2dd3 # C
|
||||
OP_LevelAppearance=0x6dc3 # C
|
||||
OP_Translocate=0x2042 # C
|
||||
OP_Sacrifice=0x5805 # C
|
||||
OP_PopupResponse=0x2caf # C
|
||||
OP_OnLevelMessage=0x1154 # C
|
||||
OP_AugmentInfo=0x3683 # C
|
||||
OP_Petition=0x31d1 # C
|
||||
OP_SomeItemPacketMaybe=0x54e8 # C
|
||||
OP_PVPStats=0x6a37 # C
|
||||
OP_PVPLeaderBoardRequest=0x24cb # C
|
||||
OP_PVPLeaderBoardReply=0x6ac2 # C
|
||||
OP_PVPLeaderBoardDetailsRequest=0x2a99 # C
|
||||
OP_PVPLeaderBoardDetailsReply=0x5156 # C
|
||||
OP_RestState=0x292f # C
|
||||
OP_RespawnWindow=0x268c # C was 0x1643
|
||||
OP_DisciplineTimer=0x684c # C
|
||||
OP_LDoNButton=0x41b5 # C
|
||||
OP_SetStartCity=0x7bf6 # C
|
||||
OP_VoiceMacroIn=0x31b1 # C
|
||||
OP_VoiceMacroOut=0x7880 # C
|
||||
OP_ItemViewUnknown=0x21c7 # C
|
||||
OP_VetRewardsAvaliable=0x4e4e # C
|
||||
OP_VetClaimRequest=0x771f # C
|
||||
OP_VetClaimReply=0x2f95 # C
|
||||
OP_CrystalCountUpdate=0x2d0e # C
|
||||
OP_CrystalReclaim=0x4d4b
|
||||
OP_CrystalCreate=0x6c80
|
||||
OP_DisciplineUpdate=0x7b87 #
|
||||
OP_BecomeCorpse=0x0000 #
|
||||
OP_MobUpdate=0x0000 # Unused?
|
||||
OP_CameraEffect=0x0d96 # V
|
||||
OP_SpellEffect=0x7309 # V
|
||||
OP_AltCurrency=0x25e4
|
||||
OP_AltCurrencyMerchantRequest=0x440d
|
||||
OP_AltCurrencyMerchantReply=0x3c37
|
||||
OP_AltCurrencyPurchase=0x5270
|
||||
OP_AltCurrencySell=0x7a21
|
||||
OP_AltCurrencySellSelection=0x26d9
|
||||
OP_AltCurrencyReclaim=0x712c
|
||||
OP_ShroudProgress=0x0296
|
||||
OP_RemoveNimbusEffect=0x5272 # C
|
||||
OP_Untargetable=0x5ea1 # 0x301d on UF?
|
||||
OP_IncreaseStats=0x71eb
|
||||
OP_InspectMessageUpdate=0x53a3 # C
|
||||
OP_OpenInventory=0x1003
|
||||
OP_OpenContainer=0x3278
|
||||
|
||||
# Expedition
|
||||
OP_DzQuit=0x054e
|
||||
OP_DzListTimers=0x3200
|
||||
OP_DzAddPlayer=0x3ba3
|
||||
OP_DzRemovePlayer=0xa682
|
||||
OP_DzSwapPlayer=0x0d8d
|
||||
OP_DzMakeLeader=0x1caa
|
||||
OP_DzPlayerList=0x74ca
|
||||
OP_DzJoinExpeditionConfirm=0x1772
|
||||
OP_DzJoinExpeditionReply=0x3c13
|
||||
OP_DzExpeditionInfo=0x128e
|
||||
OP_DzMemberStatus=0x4661
|
||||
OP_DzLeaderStatus=0x226f
|
||||
OP_DzExpeditionEndsWarning=0x1879
|
||||
OP_DzExpeditionList=0x3657
|
||||
OP_DzMemberList=0x74e4
|
||||
OP_DzCompass=0x35d3
|
||||
OP_DzChooseZone=0xd8a
|
||||
#0x1d99 was grouped with these too but I don't really know it's purpose.
|
||||
|
||||
# New Opcodes
|
||||
OP_SpawnPositionUpdate=0x4656 #
|
||||
OP_ManaUpdate=0x4b61 #
|
||||
OP_EnduranceUpdate=0x02d6 #
|
||||
OP_MobManaUpdate=0x2ac1 #
|
||||
OP_MobEnduranceUpdate=0x6c5f #
|
||||
|
||||
# Looting
|
||||
OP_LootRequest=0x2701 # C
|
||||
OP_EndLootRequest=0x6ad7 # C
|
||||
OP_LootItem=0x2b5a # C
|
||||
OP_LootComplete=0x41a6 # C
|
||||
|
||||
# bazaar trader stuff stuff:
|
||||
OP_BazaarSearch=0x4675 # C
|
||||
OP_TraderDelItem=0x63c8 # C
|
||||
OP_BecomeTrader=0x528f # C
|
||||
OP_TraderShop=0x7598 # C
|
||||
OP_TraderItemUpdate=0x0000 #
|
||||
OP_Trader=0x7092 # C
|
||||
OP_ShopItem=0x0000 #
|
||||
OP_TraderBuy=0x053a # C
|
||||
OP_Barter=0x4b49 #
|
||||
OP_BazaarInspect=0x0000 #
|
||||
OP_Bazaar=0x0000 #
|
||||
|
||||
# pc/npc trading
|
||||
OP_TradeRequest=0x47ae # C
|
||||
OP_TradeAcceptClick=0x064a # C
|
||||
OP_TradeRequestAck=0x606a # C
|
||||
OP_TradeCoins=0x0149 # C
|
||||
OP_FinishTrade=0x3ff6 # C
|
||||
OP_CancelTrade=0x527e # C
|
||||
OP_TradeMoneyUpdate=0x7452 # C
|
||||
OP_MoneyUpdate=0x2d1d # C
|
||||
OP_TradeBusy=0x0c2d # V
|
||||
|
||||
# Sent after canceling trade or after closing tradeskill object
|
||||
OP_FinishWindow=0x3c27 # C
|
||||
OP_FinishWindow2=0x2f5d # C
|
||||
|
||||
# Sent on Live for what seems to be item existance verification
|
||||
# Ex. Before Right Click Effect happens from items
|
||||
OP_ItemVerifyRequest=0x032a # C
|
||||
OP_ItemVerifyReply=0x7866 # C
|
||||
|
||||
# merchant crap
|
||||
OP_ShopPlayerSell=0x0b27 # C
|
||||
OP_ShopRequest=0x4194 # C
|
||||
OP_ShopEnd=0x3753 # C
|
||||
OP_ShopEndConfirm=0x7114 # C
|
||||
OP_ShopPlayerBuy=0x436a # C
|
||||
OP_ShopDelItem=0x63c8 # C
|
||||
|
||||
# tradeskill stuff:
|
||||
OP_ClickObject=0x5f0d # C
|
||||
OP_ClickObjectAction=0x5dbc # C
|
||||
OP_ClearObject=0x0b80 # C
|
||||
OP_RecipeDetails=0x49f4 # C
|
||||
OP_RecipesFavorite=0x1150 # C
|
||||
OP_RecipesSearch=0x55dd # C
|
||||
OP_RecipeReply=0x0643 # C
|
||||
OP_RecipeAutoCombine=0x1564 # C
|
||||
OP_TradeSkillCombine=0x4212 # C
|
||||
|
||||
# Tribute Packets:
|
||||
OP_OpenGuildTributeMaster=0x6361 # C
|
||||
OP_OpenTributeMaster=0x2daa # C
|
||||
OP_SelectTribute=0x38b0 # C
|
||||
OP_TributeItem=0x416b # C
|
||||
OP_TributeMoney=0x0b89 # C
|
||||
OP_TributeToggle=0x45b3 # C
|
||||
OP_TributePointUpdate=0x7d05 # C
|
||||
OP_TributeNPC=0x0000 #
|
||||
OP_GuildTributeInfo=0x0000 #
|
||||
OP_OpenTributeReply=0x0000 #
|
||||
# OP_GuildTributeStatus=0x0000 #
|
||||
|
||||
# Adventure packets:
|
||||
OP_LeaveAdventure=0x2ab6 # C
|
||||
OP_AdventureFinish=0x624c # C
|
||||
OP_AdventureInfoRequest=0x3a75 # C
|
||||
OP_AdventureInfo=0x3a28 # C
|
||||
OP_AdventureRequest=0x5a55 # C
|
||||
OP_AdventureDetails=0x5ed3 # C
|
||||
OP_AdventureData=0x05 # C
|
||||
OP_AdventureUpdate=0x0dcd # C
|
||||
OP_AdventureMerchantRequest=0x0989 # C
|
||||
OP_AdventureMerchantResponse=0x6ade # C
|
||||
OP_AdventureMerchantPurchase=0x23fc # C
|
||||
OP_AdventureMerchantSell=0x5363 # C
|
||||
OP_AdventurePointsUpdate=0x6b7f # C
|
||||
OP_AdventureStatsRequest=0x7e45 # C
|
||||
OP_AdventureStatsReply=0x6a30 # C
|
||||
OP_AdventureLeaderboardRequest=0x7537 # C
|
||||
OP_AdventureLeaderboardReply=0x7c87 # C
|
||||
|
||||
# Group Opcodes
|
||||
OP_GroupDisband=0x47e7 # C
|
||||
OP_GroupInvite=0x5d32 # C
|
||||
OP_GroupFollow=0x321a # C
|
||||
OP_GroupUpdate=0x21be
|
||||
OP_GroupUpdateB=0x7351
|
||||
OP_GroupCancelInvite=0x5251 # C - Same as OP_CancelInvite?
|
||||
OP_GroupAcknowledge=0x3e22 # C
|
||||
OP_GroupDelete=0x58e6 #
|
||||
OP_CancelInvite=0x5251 # C
|
||||
OP_GroupFollow2=0x2736 # C
|
||||
OP_GroupInvite2=0x548c # C
|
||||
OP_GroupDisbandYou=0xc56c
|
||||
OP_GroupDisbandOther=0x162d
|
||||
OP_GroupLeaderChange=0x7545
|
||||
OP_GroupRoles=0x6b67
|
||||
OP_GroupMakeLeader=0x6087
|
||||
# LFG/LFP Opcodes
|
||||
OP_LFGCommand=0x3288 # C
|
||||
OP_LFGGetMatchesRequest=0x5613 # C
|
||||
OP_LFGGetMatchesResponse=0x7d90 # C
|
||||
OP_LFPGetMatchesRequest=0x0479 # C
|
||||
OP_LFPGetMatchesResponse=0x16f5 # C
|
||||
OP_LFPCommand=0x710e # C
|
||||
OP_LFGAppearance=0x0000 #
|
||||
OP_LFGResponse=0x0000 #
|
||||
|
||||
# Raid Opcodes
|
||||
OP_RaidInvite=0x3b52 # C
|
||||
OP_RaidUpdate=0x32c6 # C
|
||||
OP_RaidJoin=0x0000 #
|
||||
|
||||
# Button-push commands
|
||||
OP_Taunt=0x1418 # C
|
||||
OP_CombatAbility=0x24c5 # C
|
||||
OP_SenseTraps=0x1e04 # C
|
||||
OP_PickPocket=0x25f0 # C
|
||||
OP_DisarmTraps=0x0000 #
|
||||
OP_Disarm=0x6def # C
|
||||
OP_Sneak=0x03e7 # C
|
||||
OP_Fishing=0x7093 # C
|
||||
OP_InstillDoubt=0x2d41 # C
|
||||
OP_FeignDeath=0x3f49 # C
|
||||
OP_Mend=0x221a # C
|
||||
OP_LDoNOpen=0x6129 # C
|
||||
|
||||
# Task packets
|
||||
OP_TaskActivityComplete=0x4df0 # C
|
||||
OP_TaskMemberList=0x34ed # C
|
||||
OP_OpenNewTasksWindow=0x4dd5 # C
|
||||
OP_AvaliableTask=0x2136 # C
|
||||
OP_AcceptNewTask=0x5832 # C
|
||||
OP_TaskHistoryRequest=0x29d7 # C
|
||||
OP_TaskHistoryReply=0x3d2a # C
|
||||
OP_CancelTask=0x726b # C
|
||||
OP_DeclineAllTasks=0x0000 #
|
||||
OP_Shroud=0x6d1f
|
||||
OP_ShroudRemove=0x17f6
|
||||
OP_ShroudUnknown1=0x169a
|
||||
OP_ShroudUnknown2=0x4292
|
||||
OP_ShroudClearAA=0x3bef
|
||||
OP_ShroudSelectionWindow=0x4d79
|
||||
OP_ShroudRequestStats=0x28ce
|
||||
OP_ShroudRespondStats=0x33f2
|
||||
OP_ShroudSelect=0x194f
|
||||
|
||||
# Title opcodes
|
||||
OP_NewTitlesAvailable=0x4399 # C
|
||||
OP_RequestTitles=0x7327 # C
|
||||
OP_SendTitleList=0x158f # C
|
||||
OP_SetTitle=0x698a # C
|
||||
OP_SetTitleReply=0x4d3e # C
|
||||
|
||||
# Mercenary Opcodes
|
||||
OP_MercenaryDataRequest=0x4717 #
|
||||
OP_MercenaryDataResponse=0x1715 #
|
||||
OP_MercenaryHire=0x0bfd #
|
||||
OP_MercenaryAssign=0x6188 #
|
||||
OP_MercenaryTimer=0x116d #
|
||||
OP_MercenaryUnknown1=0x28c7 #
|
||||
OP_MercenaryDataUpdate=0x0786 #
|
||||
OP_MercenaryCommand=0x27bf #
|
||||
OP_MercenarySuspendRequest=0x05f1 #
|
||||
OP_MercenarySuspendResponse=0x57f2 #
|
||||
OP_MercenaryUnsuspendResponse=0x3015
|
||||
OP_MercenaryDataUpdateRequest=0x390c #
|
||||
OP_MercenaryDismiss=0x0bd0 #
|
||||
OP_MercenaryTimerRequest=0x0924 #
|
||||
|
||||
# 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_IncreaseStats=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=0x5bad # U OP_SendSpellChecksum
|
||||
#OP_LoginUnknown2=0x5d24 # 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=0x0001 #
|
||||
OP_Login=0x0002 #
|
||||
OP_ServerListRequest=0x0004 #
|
||||
OP_PlayEverquestRequest=0x000d #
|
||||
OP_PlayEverquestResponse=0x0021 #
|
||||
OP_ChatMessage=0x0016 #
|
||||
OP_LoginAccepted=0x0017 #
|
||||
OP_ServerListResponse=0x0018 #
|
||||
OP_Poll=0x0029 #
|
||||
OP_EnterChat=0x000f #
|
||||
OP_PollResponse=0x0011 #
|
||||
|
||||
# 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 #
|
||||
@@ -0,0 +1,646 @@
|
||||
|
||||
#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=0x6c3c #SEQ 12/04/08
|
||||
OP_ApproveWorld=0x7FC0 #SEQ 12/04/08
|
||||
OP_LogServer=0x129A #SEQ 12/04/08
|
||||
OP_SendCharInfo=0x6040 #SEQ 12/04/08
|
||||
OP_ExpansionInfo=0x0A1B #SEQ 12/04/08
|
||||
OP_GuildsList=0x04FB #SEQ 12/04/08
|
||||
OP_EnterWorld=0x1340 #SEQ 12/04/08
|
||||
OP_PostEnterWorld=0x1AEE #SEQ 12/04/08
|
||||
OP_World_Client_CRC1=0x7A9E #SEQ 12/04/08
|
||||
OP_World_Client_CRC2=0x3795 #SEQ 12/04/08
|
||||
OP_SendSpellChecksum=0x22CF #SEQ 12/04/08
|
||||
OP_SendSkillCapsChecksum=0x43BA #SEQ 12/04/08
|
||||
|
||||
#Character Select Related:
|
||||
OP_DeleteCharacter=0x789F #SEQ 12/04/08
|
||||
OP_CharacterCreateRequest=0x7E32 #New for SoF 02/12/09
|
||||
OP_CharacterCreate=0x009B #SEQ 12/04/08
|
||||
OP_RandomNameGenerator=0x0149A #Derision 02/12/09
|
||||
OP_ApproveName=0x2037 #SEQ 12/04/08
|
||||
|
||||
OP_MOTD=0x5711 #SEQ 12/04/08
|
||||
OP_SetChatServer=0x71B8 #SEQ 12/04/08
|
||||
OP_SetChatServer2=0x32CC #SEQ 12/04/08
|
||||
OP_ZoneServerInfo=0x18B1 #SEQ 12/04/08
|
||||
OP_WorldComplete=0x2486 #SEQ 12/04/08
|
||||
OP_WorldUnknown001=0x7930 #Trevius 1/20/08
|
||||
OP_FloatListThing=0x6177 #Trevius 12/20/08
|
||||
|
||||
#Reasons for Disconnect:
|
||||
OP_ZoneUnavail=0x07a2 #Derision 02/17/09
|
||||
OP_WorldClientReady=0x2EBD #SEQ 12/04/08
|
||||
OP_CharacterStillInZone=0x0000 # world->client. reject.
|
||||
OP_WorldChecksumFailure=0x0000 # world->client. reject.
|
||||
OP_WorldLoginFailed=0x0000 # world->client. reject.
|
||||
OP_WorldLogout=0x0000 # client->world
|
||||
OP_WorldLevelTooHigh=0x0000 # world->client. Cancels zone in.
|
||||
OP_CharInacessable=0x0000 # world->client. Cancels zone in.
|
||||
OP_UserCompInfo=0x0000 #NEW FROM SEQ 12/04/08 0x02a5
|
||||
#OP_SendExeChecksum=0x0000 #SEQ 12/04/08
|
||||
#OP_SendBaseDataChecksum=0x0000 #SEQ 12/04/08
|
||||
|
||||
#Zone in opcodes
|
||||
OP_AckPacket=0x4D38 #SEQ 12/04/08
|
||||
OP_ZoneEntry=0x737E #SEQ 12/04/08
|
||||
OP_ReqNewZone=0x5417 #SEQ 12/04/08
|
||||
OP_NewZone=0x5D22 #SEQ 12/04/08
|
||||
OP_ZoneSpawns=0x5AF2 #SEQ 12/04/08
|
||||
OP_PlayerProfile=0x0FEB #SEQ 12/04/08
|
||||
OP_TimeOfDay=0x7274 #SEQ 12/04/08
|
||||
OP_LevelUpdate=0x1036 #SEQ 12/04/08
|
||||
OP_Stamina=0x7120 #SEQ 12/04/08 0x45E2 0x7120 0x389D
|
||||
OP_LockoutTimerInfo=0x0000 #SEQ 12/04/08 0x7f63
|
||||
OP_ZoneServerReady=0x0000 #doesn't exist in Titanium
|
||||
|
||||
OP_RequestClientZoneChange=0x7899 #Trevius 02/08/09
|
||||
OP_ZoneChange=0x201e #Trevius 02/08/09
|
||||
|
||||
OP_ZoneInUnknown=0x0000 #
|
||||
OP_LogoutReply=0x0000 #
|
||||
OP_PreLogoutReply=0x0000 # 0x711E
|
||||
|
||||
#Required to fully log in
|
||||
OP_SpawnAppearance=0x50EC #Trevius 12/20/08
|
||||
OP_TributeUpdate=0x71FB #SEQ 12/04/08
|
||||
OP_TributeTimer=0x2871 #Derision 2009
|
||||
OP_TaskDescription=0x0AF9 #Derision 2009
|
||||
OP_TaskActivity=0x2E60 #SEQ 12/04/08
|
||||
OP_CompletedTasks=0x75AC #Derision 2009
|
||||
OP_Weather=0x70A5 #SEQ 12/04/08
|
||||
OP_SendAATable=0x6F05 #Trevius 12/20/08
|
||||
OP_UpdateAA=0x45D2 #Trevius 12/20/08
|
||||
OP_RespondAA=0x4426 #Trevius 12/20/08
|
||||
OP_ReqClientSpawn=0x014C #SEQ 12/04/08
|
||||
OP_SpawnDoor=0x68C8 #SEQ 12/04/08
|
||||
OP_GroundSpawn=0x30da #SEQ 12/04/08
|
||||
OP_SendZonepoints=0x2992 #SEQ 12/04/08
|
||||
OP_SendAAStats=0x60DB #Trevius 12/20/08 0x71B9 0x60DB
|
||||
OP_WorldObjectsSent=0x3703 #New for SoF 1/1/09
|
||||
OP_BlockedBuffs=0x39C4 #New for SoF 1/1/09
|
||||
OP_RemoveBlockedBuffs=0x125e #
|
||||
OP_ClearBlockedBuffs=0x2f8b #
|
||||
OP_SendExpZonein=0x1FA1 #Trevius 12/20/08
|
||||
OP_SendTributes=0x6764 #Trevius 12/20/08
|
||||
OP_TributeInfo=0x68C2 #Derision 2009
|
||||
OP_SendGuildTributes=0x3F33 #Trevius 12/20/08
|
||||
OP_AAExpUpdate=0x3518 #SEQ 12/04/08
|
||||
OP_ExpUpdate=0x6d0b #SEQ 12/04/08
|
||||
OP_HPUpdate=0x62F6 #SEQ 12/04/08
|
||||
OP_ManaChange=0x0659 #SEQ 12/04/08
|
||||
OP_TGB=0x0137 #SEQ 12/04/08
|
||||
OP_SpecialMesg=0x1126 #SEQ 12/04/08
|
||||
OP_GuildMemberList=0x317C #
|
||||
OP_GuildMOTD=0x3309 #Xinu 02/21/09
|
||||
OP_CharInventory=0x08A3 #SEQ 12/04/08
|
||||
OP_WearChange=0x25F0 #SEQ 12/04/08
|
||||
OP_ClientUpdate=0x5Cf3 #SEQ 12/04/08
|
||||
OP_ClientReady=0x2854 #Trevius 12/20/08
|
||||
OP_SetServerFilter=0x7038 #SEQ 12/04/08
|
||||
|
||||
#Guild Opcodes
|
||||
OP_GetGuildMOTD=0x0b50 #
|
||||
OP_GetGuildMOTDReply=0x4289 #
|
||||
OP_GuildMemberUpdate=0x71D1 #SEQ 12/04/08
|
||||
OP_GuildInvite=0x430F # or 0x5C2F
|
||||
OP_GuildMemberLevelUpdate=0x0000 #doesn't exist in this version
|
||||
OP_GuildRemove=0x7149 #Xinu 02/20/09
|
||||
OP_GuildPeace=0x1B42 #Xinu 02/20/09
|
||||
OP_SetGuildMOTD=0x273F #Xinu 2/20/09
|
||||
OP_GuildList=0x04FB #ShowEQ Same as GuildsList???
|
||||
OP_GuildWar=0x5F91 #Xinu 02/22/09
|
||||
OP_GuildLeader=0x7703 #Xinu 02/22/09
|
||||
OP_GuildDelete=0x0B9A #Xinu 02/22/09
|
||||
OP_GuildInviteAccept=0x110F #Xinu 02/22/09
|
||||
OP_ZoneGuildList=0x0000 #
|
||||
OP_GuildDemote=0x2cdf #
|
||||
OP_GetGuildsList=0x0000 #
|
||||
OP_GuildPublicNote=0x28a9 #
|
||||
OP_GuildManageBanker=0x899b #
|
||||
OP_GuildBank=0x43ff #
|
||||
OP_SetGuildRank=0x4914 #
|
||||
OP_GuildUpdateURLAndChannel=0x60a5 #
|
||||
OP_LFGuild=0x3563 #
|
||||
#OP_GuildManageRemove=0x0000 #
|
||||
#OP_GuildManageAdd=0x0000 #
|
||||
#OP_GuildManageStatus=0x0000
|
||||
|
||||
#GM/guide opcodes
|
||||
OP_GMServers=0x1F23 #/servers
|
||||
OP_GMBecomeNPC=0x42FA #/becomenpc
|
||||
OP_GMZoneRequest=0x7678 #/zone
|
||||
OP_GMZoneRequest2=0x6833 #Extra packet sent after /zone request
|
||||
OP_GMGoto=0x1E2C #/goto
|
||||
OP_GMSearchCorpse=0x5F15 #/searchcorpse
|
||||
OP_GMHideMe=0x2E3C #/hideme
|
||||
OP_GMDelCorpse=0x79DF #/delcorpse
|
||||
OP_GMApproval=0x5546 #/approval
|
||||
OP_GMToggle=0x7AB6 #/toggletell
|
||||
OP_GMSummon=0x3235 #/summon
|
||||
OP_GMEmoteZone=0x26CC #/emotezone
|
||||
OP_GMEmoteWorld=0x6256 #/emoteworld (not implemented)
|
||||
OP_GMFind=0x24D8 #/find
|
||||
OP_GMKick=0x7A92 #/kick
|
||||
OP_GMKill=0x7B6B #/kill
|
||||
OP_GMNameChange=0x74B5 #/name
|
||||
OP_GMLastName=0x0375 #/lastname <Name> <New Surname>
|
||||
|
||||
OP_InspectAnswer=0x084F #SEQ 12/04/08
|
||||
OP_Action2=0x0EF2 #SEQ 12/04/08
|
||||
OP_BeginCast=0x5A50 #SEQ 12/04/08
|
||||
OP_BuffFadeMsg=0x3BC7 #SEQ 12/04/08
|
||||
OP_ConsentResponse=0x4D30 #SEQ 12/04/08
|
||||
OP_MemorizeSpell=0x6A93 #SEQ 12/04/08
|
||||
OP_SwapSpell=0x1418 #SEQ 12/04/08
|
||||
OP_CastSpell=0x7F5D #SEQ 12/04/08
|
||||
OP_Consider=0x32E1 #SEQ 12/04/08
|
||||
OP_FormattedMessage=0x5B9E #SEQ 12/04/08
|
||||
OP_SimpleMessage=0x553E #SEQ 12/04/08
|
||||
OP_Buff=0x7BD6 #SEQ 12/04/08
|
||||
OP_Illusion=0x7F86 #SEQ 12/04/08
|
||||
OP_MoneyOnCorpse=0x51C9 #SEQ 12/04/08
|
||||
OP_RandomReply=0x649C #SEQ 12/04/08
|
||||
OP_DenyResponse=0x607E #SEQ 12/04/08
|
||||
OP_SkillUpdate=0x29E0 #SEQ 12/04/08
|
||||
OP_GMTrainSkillConfirm=0x33A3 #New opcode in SoF
|
||||
OP_RandomReq=0x4E2D #SEQ 12/04/08
|
||||
OP_Death=0x596F #SEQ 12/04/08
|
||||
OP_Bind_Wound=0x351E #Xinu 02/20/09
|
||||
OP_GMTraining=0x0362 #Trevius 01/16/09
|
||||
OP_GMEndTraining=0x6768 #Trevius 01/16/09
|
||||
OP_GMTrainSkill=0x7498 #Trevius 02/18/09
|
||||
OP_Animation=0x13A1 #Trevius 02/16/09
|
||||
OP_Begging=0x7AE0 #Trevius 01/16/09
|
||||
OP_Consent=0x0FB9 #Trevius 01/16/09
|
||||
OP_ConsentDeny=0x79D7 #Trevius 01/16/09
|
||||
OP_AutoFire=0x1486 #Trevius 02/17/09
|
||||
OP_PetCommands=0x573A #Trevius 02/17/09
|
||||
OP_DeleteSpell=0x6D7E #Xinu 02/20/09
|
||||
OP_Surname=0x683E #Xinu 02/21/09
|
||||
OP_ClearSurname=0x2613
|
||||
OP_FaceChange=0x482D #Trevius 01/16/09
|
||||
OP_SenseHeading=0x1237 #Trevius 01/16/09
|
||||
OP_Action=0x5285 #Trevius 01/16/09
|
||||
OP_ConsiderCorpse=0x4CBB #Xinu 02/20/09
|
||||
OP_CorpseDrag=0x51e1 #
|
||||
OP_CorpseDrop=0x77a6 #
|
||||
OP_Bug=0x1CF0 #Trevius 01/16/09
|
||||
OP_Feedback=0x216C #Trevius 01/16/09 - size: 1148
|
||||
OP_Report=0x5BD9 #Trevius 01/16/09 - size: 729
|
||||
OP_Damage=0x0EF2 #Trevius 02/18/09
|
||||
OP_ChannelMessage=0x3C7D #SEQ 12/04/08
|
||||
OP_Assist=0x15A4 #Xinu 02/20/09
|
||||
OP_AssistGroup=0x3ce #
|
||||
OP_MoveCoin=0x1D9D #Xinu 02/20/09
|
||||
OP_ZonePlayerToBind=0x6542 #Derision 02/17/09
|
||||
OP_KeyRing=0x2F10 #Xinu 02/20/09
|
||||
OP_WhoAllRequest=0x34D4 #Trevius 12/20/08
|
||||
OP_WhoAllResponse=0x3817 #Trevius 12/20/08
|
||||
OP_FriendsWho=0x237b #Trevius 03/23/09
|
||||
OP_ConfirmDelete=0x79A5 #Trevius 12/20/08
|
||||
OP_Logout=0x3874 #SEQ 12/04/08
|
||||
OP_Rewind=0x428F #Trevius 1/20/09
|
||||
OP_TargetCommand=0x2DA9 #Trevius 1/20/09
|
||||
OP_InspectRequest=0x5A79 #Trevius 1/20/09
|
||||
OP_Hide=0x65FF #Trevius 1/20/09
|
||||
OP_Jump=0x7871 #Trevius 1/20/09
|
||||
OP_Camp=0x6807 #Trevius 1/20/09
|
||||
OP_Emote=0x5f4D #Trevius 2/16/09
|
||||
OP_SetRunMode=0x2716 #Trevius 1/20/09
|
||||
OP_BankerChange=0x03DD #Trevius 1/20/09
|
||||
OP_TargetMouse=0x4395 #Trevius 1/20/09
|
||||
OP_MobHealth=0x311A #Trevius 1/20/09
|
||||
OP_InitialMobHealth=0x23F1 #Trevius 1/20/09
|
||||
OP_TargetHoTT=0x1306 #Derision 2009
|
||||
OP_DeleteSpawn=0x15da #Trevius 1/20/09
|
||||
OP_MobUpdate=0x7647 #SEQ 01/17/08
|
||||
OP_AutoAttack=0x3427 #Trevius 01/20/09
|
||||
OP_AutoAttack2=0x6017 #Trevius 01/20/09
|
||||
OP_Consume=0x729a #Trevius 02/08/09
|
||||
OP_MoveItem=0x14B3 #Trevius 02/08/09
|
||||
OP_DeleteItem=0x7DD4 #Xinu 03/08/09 0x41EE 0x018E 0x070C
|
||||
OP_DeleteCharge=0x32e2 #Trevius 03/23/09
|
||||
OP_ItemPacket=0x78Cd #Trevius 02/08/09
|
||||
OP_ItemLinkResponse=0x31E4 #Trevius 02/16/09
|
||||
OP_ItemLinkClick=0x2DE4 #Trevius 02/08/09
|
||||
OP_NewSpawn=0x581A #Trevius 01/20/09
|
||||
OP_Track=0x060A #Trevius 02/17/09
|
||||
OP_TrackTarget=0x21e8 #Xinu 02/22/09
|
||||
OP_TrackUnknown=0x6A70 #Trevius 02/17/09
|
||||
OP_ClickDoor=0x5AC1 #Trevius 02/22/09
|
||||
OP_MoveDoor=0x61DF #Trevius 02/23/09
|
||||
OP_RemoveAllDoors=0x69d8 #C
|
||||
OP_EnvDamage=0x20e7 #Xinu 02/22/09
|
||||
OP_BoardBoat=0x54A7 #Xinu 02/22/09
|
||||
OP_Forage=0x54C5 #Xinu 02/22/09
|
||||
OP_LeaveBoat=0x56A2 #Xinu 02/22/09
|
||||
OP_ControlBoat=0x4CE7 #Xinu 02/22/09
|
||||
OP_SafeFallSuccess=0x1584 #Xinu 02/22/09
|
||||
OP_RezzComplete=0x4b0d #Derision 02/10/09
|
||||
OP_RezzRequest=0x2bb7 #Derision 02/10/09
|
||||
OP_RezzAnswer=0x076d #Derision 02/10/09
|
||||
OP_Shielding=0x0829 #Trevius 01/16/09
|
||||
OP_RequestDuel=0x3A2B #Xinu 02/22/09
|
||||
OP_MobRename=0x6be5 #Trevius 01/16/09
|
||||
OP_AugmentItem=0x172A #Trevius 03/14/09
|
||||
OP_WeaponEquip1=0x7260 #Trevius 02/27/09
|
||||
OP_WeaponEquip2=0x5C2F #Trevius 02/27/09
|
||||
OP_WeaponUnequip2=0x6213 #Trevius 02/27/09
|
||||
OP_ApplyPoison=0x4543 #WildcardX 03/6/09
|
||||
OP_Save=0x72F2 #Trevius 03/15/09
|
||||
OP_TestBuff=0x07BF #/testbuff
|
||||
OP_CustomTitles=0x2e8f #Trevius 03/12/09
|
||||
OP_Split=0x198E #Trevius 03/19/09
|
||||
OP_YellForHelp=0x4F4A #Trevius 03/19/09
|
||||
OP_LoadSpellSet=0x05B5 #Trevius 03/19/09
|
||||
OP_Bandolier=0x3FD4 #Trevius 03/19/09
|
||||
OP_PotionBelt=0x16F3 #Trevius 03/19/09
|
||||
OP_DuelResponse=0x5E59 #Derision 2009
|
||||
OP_SaveOnZoneReq=0x1103 #Trevius 03/20/09
|
||||
OP_ReadBook=0x424a #Xinu 03/19/09
|
||||
OP_Dye=0x3611 #Xinu 03/19/09
|
||||
OP_InterruptCast=0x51F6 #Xinu 02/25/09
|
||||
OP_AAAction=0x0A4F #Xinu 02/20/09
|
||||
OP_LeadershipExpToggle=0x24D4 #Xinu 02/20/09
|
||||
OP_LeadershipExpUpdate=0x58b6 #Derision 2009
|
||||
OP_PurchaseLeadershipAA=0x1408 #Derision 2009
|
||||
OP_UpdateLeadershipAA=0x7abf #Derision 2009
|
||||
OP_MarkNPC=0x00c6 #Derision 2009
|
||||
OP_ClearNPCMarks=0x2ff2 #
|
||||
OP_DoGroupLeadershipAbility=0x5a64 #Derision 2009
|
||||
OP_DelegateAbility=0x57e3 #Derision 2009
|
||||
OP_SetGroupTarget=0x1651 #Derision 2009
|
||||
OP_DuelResponse2=0x2A85 #Derision 2009
|
||||
OP_Charm=0x2F32 #Derision 2009
|
||||
OP_Stun=0x55BF #Derision 2009
|
||||
OP_FindPersonRequest=0x07F0 #Derision 2009
|
||||
OP_FindPersonReply=0x7770 #Derision 2009
|
||||
OP_Sound=0x2B02 #Derision 2009
|
||||
OP_PetBuffWindow=0x124A #Derision 2009
|
||||
OP_LevelAppearance=0x3EC8 #Derision 2009
|
||||
OP_Translocate=0x1F0F #Derision 2009
|
||||
OP_Sacrifice=0x55C9 #Derision 2009
|
||||
OP_PopupResponse=0x028B #Derision 2009
|
||||
OP_OnLevelMessage=0x0332 #Derision 2009
|
||||
OP_AugmentInfo=0x08f8 #RealityIncarnate 4/28/09
|
||||
OP_Petition=0x3A46 #Derision 2009 /guidehelp
|
||||
OP_SomeItemPacketMaybe=0x08FA #Derision 2009
|
||||
OP_PVPStats=0x6af1 #Derision 2009
|
||||
OP_PVPLeaderBoardRequest=0x5b3b #Derision 2009
|
||||
OP_PVPLeaderBoardReply=0x3a69 #Derision 2009
|
||||
OP_PVPLeaderBoardDetailsRequest=0x43b6 #Derision 2009
|
||||
OP_PVPLeaderBoardDetailsReply=0x680c #Derision 2009
|
||||
OP_RestState=0x116E #Derision 2009
|
||||
OP_RespawnWindow=0x7bf6 #SEQ 12/04/08 or 0x7BF6
|
||||
OP_DisciplineTimer=0x53c5 #Derision 2009
|
||||
OP_LDoNButton=0x7eac #
|
||||
OP_SetStartCity=0x7e91 #realityincarnate 6/25/09
|
||||
OP_VoiceMacroIn=0x6276 #Trevius 8/11/09
|
||||
OP_VoiceMacroOut=0x30d2 #Trevius 8/11/09
|
||||
OP_DisciplineUpdate=0x20e8 #
|
||||
OP_BecomeCorpse=0x0000 #
|
||||
OP_CameraEffect=0x23f9 # C
|
||||
OP_SpellEffect=0x3e90 # C
|
||||
OP_AltCurrency=0x0f05
|
||||
OP_AltCurrencyMerchantRequest=0x433f
|
||||
OP_AltCurrencyMerchantReply=0x7b20
|
||||
OP_AltCurrencyPurchase=0x3994
|
||||
OP_AltCurrencySell=0x2ac3
|
||||
OP_AltCurrencySellSelection=0x7d00
|
||||
OP_AltCurrencyReclaim=0x1996
|
||||
OP_RemoveNimbusEffect=0x5872 # C
|
||||
OP_InspectMessageUpdate=0x67e9 # C
|
||||
OP_OpenInventory=0x66c8
|
||||
OP_OpenContainer=0x10e3
|
||||
|
||||
#expedition
|
||||
OP_DzQuit=0x20d6
|
||||
OP_DzListTimers=0x4e4b
|
||||
OP_DzAddPlayer=0x426a
|
||||
OP_DzRemovePlayer=0x2ce8
|
||||
OP_DzSwapPlayer=0x2c3e
|
||||
OP_DzMakeLeader=0x1a75
|
||||
OP_DzPlayerList=0x5116
|
||||
OP_DzJoinExpeditionConfirm=0x1793
|
||||
OP_DzJoinExpeditionReply=0x7a6f
|
||||
OP_DzExpeditionInfo=0x60a6
|
||||
OP_DzMemberStatus=0x0516
|
||||
OP_DzLeaderStatus=0x79d3
|
||||
OP_DzExpeditionEndsWarning=0x5153
|
||||
OP_DzExpeditionList=0x02ac
|
||||
OP_DzMemberList=0x5e14
|
||||
OP_DzCompass=0x531d
|
||||
OP_DzChooseZone=0x3c5b
|
||||
|
||||
#Looting
|
||||
OP_LootRequest=0x36E3 #Trevius 02/16/09
|
||||
OP_EndLootRequest=0x6599 #Trevius 02/16/09
|
||||
OP_LootItem=0x3760 #Trevius 02/16/09
|
||||
OP_LootComplete=0x48F3 #Trevius 02/23/09
|
||||
|
||||
#bazaar trader stuff stuff:
|
||||
OP_BazaarSearch=0x14F2 #SEQ 12/04/08 0x4675
|
||||
OP_TraderDelItem=0x068D #Derision 2009
|
||||
OP_BecomeTrader=0x32B7 #Derision 2009
|
||||
OP_TraderShop=0x1ACF #Derision 2009
|
||||
OP_TraderItemUpdate=0x0000 #
|
||||
OP_Trader=0x6b41 #Xinu 02/21/09
|
||||
OP_ShopItem=0x0000 #
|
||||
OP_TraderBuy=0x7569 #Derision 2009
|
||||
OP_Barter=0x51bf #Xinu 02/21/09
|
||||
OP_BazaarInspect=0x0000 #
|
||||
OP_Bazaar=0x0000 #
|
||||
|
||||
#pc/npc trading
|
||||
OP_TradeRequest=0x180D #Trevius 02/16/09
|
||||
OP_TradeAcceptClick=0x1D07 #Trevius 03/09/09
|
||||
OP_TradeRequestAck=0x1255 #Xinu 02/24/09
|
||||
OP_TradeCoins=0x08CA #Trevius 03/10/09
|
||||
OP_FinishTrade=0x30B7 #Trevius 03/09/09
|
||||
OP_CancelTrade=0x7A43 #Xinu 02/24/09
|
||||
OP_TradeMoneyUpdate=0x69E7
|
||||
OP_MoneyUpdate=0x305A
|
||||
OP_TradeBusy=0x5f49 #
|
||||
|
||||
#Sent after canceling trade or after closing tradeskill object
|
||||
OP_FinishWindow=0x4919 #Trevius 03/15/09
|
||||
OP_FinishWindow2=0x1758 #Trevius 03/15/09
|
||||
|
||||
#Sent on Live for what seems to be item existance verification
|
||||
#Ex. Before Right Click Effect happens from items
|
||||
OP_ItemVerifyRequest=0x0cc2 #Trevius 03/15/09
|
||||
OP_ItemVerifyReply=0x41ee #Trevius 03/15/09
|
||||
|
||||
#merchant crap
|
||||
OP_ShopPlayerSell=0x5A58 #Trevius 02/16/09
|
||||
OP_ShopRequest=0x5FB7 #Trevius 2/16/09
|
||||
OP_ShopEnd=0x0BD9 #Xinu 02/20/09
|
||||
OP_ShopEndConfirm=0x475F #Trevius 02/16/09
|
||||
OP_ShopPlayerBuy=0x09C4 #Trevius 02/16/09
|
||||
OP_ShopDelItem=0x068D
|
||||
|
||||
#tradeskill stuff:
|
||||
OP_ClickObject=0x21B3 #SEQ 12/04/08
|
||||
OP_ClickObjectAction=0x67C0 #Trevius 03/14/09
|
||||
OP_ClearObject=0x0e66 #Trevius 03/14/09
|
||||
OP_RecipeDetails=0x0706 #Trevius 03/14/09
|
||||
OP_RecipesFavorite=0x2E2C #Trevius 03/14/09
|
||||
OP_RecipesSearch=0x41A2 #Xinu 02/20/09
|
||||
OP_RecipeReply=0x67f5 #Trevius 03/14/09
|
||||
OP_RecipeAutoCombine=0x0427 #Trevius 03/14/09
|
||||
OP_TradeSkillCombine=0x163C #Xinu 02/20/09
|
||||
|
||||
#Tribute Packets:
|
||||
OP_OpenGuildTributeMaster=0x3223 #Xinu 02/20/09
|
||||
OP_OpenTributeMaster=0x5027 #open tribute master window
|
||||
OP_OpenTributeReply=0x0000 #reply to open request
|
||||
OP_SelectTribute=0x1D8C #clicking on a tribute, and text reply
|
||||
OP_TributeItem=0x16D6 #donating an item
|
||||
OP_TributeMoney=0x65BC #donating money
|
||||
OP_TributeNPC=0x0000 #seems to be missing now
|
||||
OP_TributeToggle=0xE59F #activating/deactivating tribute
|
||||
OP_TributePointUpdate=0x656C #16 byte point packet
|
||||
OP_GuildTributeInfo=0x0000 #
|
||||
#OP_GuildTributeStatus=0x0000 #
|
||||
|
||||
#Adventure packets:
|
||||
OP_LeaveAdventure=0x1342 #
|
||||
OP_AdventureFinish=0x0974 #
|
||||
OP_AdventureInfoRequest=0x6e84 #Xinu 03/19/09
|
||||
OP_AdventureInfo=0x526d #Xinu 03/19/09
|
||||
OP_AdventureRequest=0x4f4c #Xinu 03/19/09
|
||||
OP_AdventureDetails=0x7f4d #
|
||||
OP_AdventureData=0x10b9 #
|
||||
OP_AdventureUpdate=0x53c2 #
|
||||
OP_AdventureMerchantRequest=0x71b2 #Xinu 03/19/09
|
||||
OP_AdventureMerchantResponse=0x40d6 #Xinu 03/19/09
|
||||
OP_AdventureMerchantPurchase=0x5488 #Xinu 03/19/09
|
||||
OP_AdventureMerchantSell=0x1c26 #Xinu 03/19/09
|
||||
OP_AdventurePointsUpdate=0x6583 #Xinu 03/19/09
|
||||
OP_AdventureStatsRequest=0x70B2 #Trevius 06/03/09
|
||||
OP_AdventureStatsReply=0x5A3A #Trevius 06/03/09
|
||||
OP_AdventureLeaderboardRequest=0x2A28 #Trevius 06/03/09
|
||||
OP_AdventureLeaderboardReply=0x6555 #Trevius 06/03/09
|
||||
|
||||
#Group Opcodes
|
||||
OP_GroupDisband=0x4B26 #SEQ 12/04/08
|
||||
OP_GroupInvite=0x6321 #SEQ 12/04/08
|
||||
OP_GroupFollow=0x1A12 #SEQ 12/04/08
|
||||
OP_GroupUpdate=0x2E5C #SEQ 12/04/08
|
||||
OP_GroupCancelInvite=0x596C #SEQ 12/04/08
|
||||
OP_GroupAcknowledge=0x1306 #Trevius 02/17/09
|
||||
OP_GroupDelete=0x0000 #
|
||||
OP_CancelInvite=0x596C #Trevius 03/02/09
|
||||
OP_GroupFollow2=0x59D4 #Xinu 02/20/09
|
||||
OP_GroupInvite2=0x07F6 #Xinu 02/20/09
|
||||
|
||||
#LFG/LFP Opcodes
|
||||
OP_LFGCommand=0x5D81 #Trevius 01/16/09
|
||||
OP_LFGAppearance=0x0000 #
|
||||
OP_LFGResponse=0x0000 #
|
||||
OP_LFGGetMatchesRequest=0x21E0 #Xinu 02/23/09
|
||||
OP_LFGGetMatchesResponse=0x6dca #Xinu 03/19/09
|
||||
OP_LFPGetMatchesRequest=0x601A #Xinu 02/23/09
|
||||
OP_LFPGetMatchesResponse=0x2274 #Xinu 03/19/09
|
||||
OP_LFPCommand=0x1F00 #Trevius 02/27/09 (this actually sends 0x0000) 0x1F00
|
||||
|
||||
#Raid Opcodes
|
||||
OP_RaidJoin=0x0000 #RaidJoin and RaidUpdate seem to be using the same opcode on Live
|
||||
OP_RaidInvite=0x0E11 #Xinu 02/20/09
|
||||
OP_RaidUpdate=0x237E #Xinu 02/20/09
|
||||
|
||||
#Button-push commands
|
||||
OP_Taunt=0x094D #Xinu 2/20/09
|
||||
OP_CombatAbility=0x045D #Xinu 2/20/09
|
||||
OP_SenseTraps=0x7466 #Xinu 2/20/09
|
||||
OP_PickPocket=0x768A #Xinu 2/20/09
|
||||
OP_DisarmTraps=0x0000 #
|
||||
OP_Disarm=0x19B6 #Xinu 2/20/09
|
||||
OP_Sneak=0x17C4 #Xinu 2/20/09
|
||||
OP_Fishing=0x73AB #Xinu 2/20/09
|
||||
OP_InstillDoubt=0x6865 #Xinu 2/20/09
|
||||
OP_FeignDeath=0x1C68 #Trevius 02/17/09
|
||||
OP_Mend=0x7767 #Trevius 02/17/09
|
||||
OP_LDoNOpen=0x4b92 #Xinu 03/19/09
|
||||
|
||||
#Task packets
|
||||
OP_TaskActivityComplete=0x7338 #
|
||||
OP_OpenNewTasksWindow=0x17C3 #
|
||||
OP_AvaliableTask=0x5d1d #Xinu 03/19/09
|
||||
OP_AcceptNewTask=0x66A8 #
|
||||
OP_TaskHistoryRequest=0x3035 #
|
||||
OP_TaskHistoryReply=0x3A60 #
|
||||
OP_CancelTask=0x4db6 #Xinu or 0x2c8c or 0x4db6
|
||||
OP_DeclineAllTasks=0x0000 #not sure, 12 bytes
|
||||
OP_TaskMemberList=0x3713
|
||||
OP_TaskMemberInvite=0x3cde
|
||||
OP_TaskMemberInviteResponse=0x6cab
|
||||
OP_TaskMemberChange=0x354a
|
||||
OP_TaskMakeLeader=0x5050
|
||||
OP_TaskAddPlayer=0x5d1d
|
||||
OP_TaskRemovePlayer=0x516f
|
||||
OP_TaskPlayerList=0x0ad6
|
||||
OP_TaskQuit=0x2c8c
|
||||
|
||||
#Title opcodes
|
||||
OP_NewTitlesAvailable=0x179c #
|
||||
OP_RequestTitles=0x3445 #
|
||||
OP_SendTitleList=0x3754 #
|
||||
OP_SetTitle=0x54fe #
|
||||
OP_SetTitleReply=0x690b #
|
||||
|
||||
#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_IncreaseStats=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_VetRewardsAvaliable=0x044b #
|
||||
OP_VetClaimRequest=0x7503
|
||||
OP_VetClaimReply=0x01e1
|
||||
OP_PlayMP3=0x0000 #
|
||||
OP_ReclaimCrystals=0x0000 #
|
||||
OP_CrystalCountUpdate=0x64C1 #
|
||||
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 #Trevius 02/20/09
|
||||
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=0x22cf
|
||||
OP_LoginUnknown2=0x43ba
|
||||
OP_ItemViewUnknown=0x4db4
|
||||
|
||||
#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=0x0001 #
|
||||
OP_Login=0x0002 #
|
||||
OP_ServerListRequest=0x0004 #
|
||||
OP_PlayEverquestRequest=0x000d #
|
||||
OP_PlayEverquestResponse=0x0021 #
|
||||
OP_ChatMessage=0x0016 #
|
||||
OP_LoginAccepted=0x0017 #
|
||||
OP_ServerListResponse=0x0018 #
|
||||
OP_Poll=0x0029 #
|
||||
OP_EnterChat=0x000f #
|
||||
OP_PollResponse=0x0011 #
|
||||
|
||||
#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 #
|
||||
|
||||
|
||||
# Opcodes from the client that are currently Unknowns:
|
||||
# 0x3E85 - Sent when Guild Management window is opened
|
||||
# 0x66C8 (size 4) - Sent when Inventory window is opened
|
||||
# 0x5BDA (size 8) - Sent when opening Shroud Bank window
|
||||
# 0x03DD (size 4) - Sent when clicking the Change button in the Bank window
|
||||
# 0x58FB (size 8) - Auto-AFK after 15 minutes
|
||||
# 0x7260 (size 12) - unknown - Client crash if server sends this - Came in when item was moved to a new slot
|
||||
# 0x10E3 (size 4) - Open a bag
|
||||
# 0x078E (size 76)- Some new Opcode that sends GM Last Name from server to client after training skill points
|
||||
# 0x
|
||||
# 0x
|
||||
# 0x
|
||||
|
||||
#OP_UnderWorld=0x7850 #New for SoF 1/1/09
|
||||
#OP_InventoryWindow=0x66C8 #New From SoF Client when inventory window is opened
|
||||
#OP_ItemPlayerPacket=0x0000 #
|
||||
#OP_GetGuildMOTD=0x0000 #
|
||||
#OP_GuildTributeStatus=0x0000 #
|
||||
#OP_GMEndTrainingResponse=0x0000 #
|
||||
#OP_ObfuscatorInfo=0x7930 #SEQ 12/04/08 --NEW FROM SEQ
|
||||
#OP_GroupDisband2=0x0000 #SEQ 10/07/08 --NEW FROM SEQ
|
||||
#OP_GroupLeader=0x0000 #SEQ 10/07/08 --NEW FROM SEQ
|
||||
#OP_CorpseLocResponse=0x0292 #SEQ 12/04/08 --NEW FROM SEQ
|
||||
#OP_RespawnFromHover=0x7BF6 #SEQ 12/04/08 --NEW FROM SEQ
|
||||
#OP_RemoveSpawn=0x0000 #SEQ 04/17/08 --NEW FROM SEQ
|
||||
#OP_Shroud=0x7580 #SEQ 12/04/08 --NEW FROM SEQ
|
||||
#OP_NpcMoveUpdate=0x0d11 #SEQ 10/07/08 --NEW FROM SEQ
|
||||
#OP_Zone_MissingName01=0x0000 #
|
||||
#new titles avaliable: #
|
||||
@@ -0,0 +1,594 @@
|
||||
|
||||
#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
|
||||
OP_ApproveWorld=0x3c25 # ShowEQ 10/27/05
|
||||
OP_LogServer=0x0fa6 # ShowEQ 10/27/05
|
||||
OP_MOTD=0x024d # ShowEQ 10/27/05
|
||||
OP_SendLoginInfo=0x4dd0 # ShowEQ 10/27/05
|
||||
OP_DeleteCharacter=0x26c9 # ShowEQ 10/27/05
|
||||
OP_SendCharInfo=0x4513 # ShowEQ 10/27/05
|
||||
OP_ExpansionInfo=0x04ec # ShowEQ 10/27/05
|
||||
OP_CharacterCreate=0x10b2 # EQEmu 11/28/05
|
||||
OP_RandomNameGenerator=0x23d4 # EQEmu 11/28/05
|
||||
OP_GuildsList=0x6957 #same as zone guild list afaik
|
||||
OP_ApproveName=0x3ea6 # EQEmu 11/28/05
|
||||
OP_EnterWorld=0x7cba # ShowEQ 10/27/05
|
||||
OP_PostEnterWorld=0x52A4 # EQEmu 06/29/05
|
||||
OP_World_Client_CRC1=0x5072 # ShowEQ 10/27/05
|
||||
OP_World_Client_CRC2=0x5b18 # ShowEQ 10/27/05
|
||||
OP_SetChatServer=0x00d7 # ShowEQ 10/27/05
|
||||
OP_SetChatServer2=0x6536 # ShowEQ 10/27/05
|
||||
OP_ZoneServerInfo=0x61b6 # ShowEQ 10/27/05
|
||||
OP_WorldComplete=0x509d # ShowEQ 10/27/05
|
||||
OP_ZoneUnavail=0x407C
|
||||
OP_WorldClientReady=0x5e99 # EQEmu 11/28/05 (Guess - Doodman)
|
||||
OP_WorldUnknown001=0x0000 # EQEmu 06/29/05 (New to 6/29)
|
||||
OP_CharacterStillInZone=0x60fa # world->client. reject.
|
||||
OP_WorldChecksumFailure=0x7D37 # world->client. reject.
|
||||
OP_WorldLoginFailed=0x8DA7 # world->client. reject.
|
||||
OP_WorldLogout=0x7718 # client->world
|
||||
OP_WorldLevelTooHigh=0x583b # world->client. Cancels zone in.
|
||||
OP_CharInacessable=0x436A # world->client. Cancels zone in.
|
||||
|
||||
#Zone in opcodes
|
||||
OP_ZoneEntry=0x7213 # ShowEQ 10/27/05
|
||||
OP_ZoneInUnknown=0x0000
|
||||
OP_AckPacket=0x7752 # ShowEQ 10/27/05
|
||||
OP_NewZone=0x0920 # ShowEQ 10/27/05
|
||||
OP_ReqClientSpawn=0x0322 # ShowEQ 10/27/05, may actually be 0x5966
|
||||
OP_ZoneSpawns=0x2e78 # ShowEQ 10/27/05
|
||||
OP_CharInventory=0x5394 # EQEmu 06/29/05
|
||||
OP_SetServerFilter=0x6563 # ShowEQ 10/27/05
|
||||
OP_LockoutTimerInfo=0x7f63
|
||||
OP_SendZonepoints=0x3eba # ShowEQ 10/27/05
|
||||
OP_SpawnDoor=0x4c24 # ShowEQ 10/27/05
|
||||
OP_ReqNewZone=0x7ac5 # ShowEQ 10/27/05
|
||||
OP_PlayerProfile=0x75df # ShowEQ 10/27/05
|
||||
OP_TimeOfDay=0x1580 # ShowEQ 10/27/05
|
||||
OP_ZoneServerReady=0x0000 #dosent exist in this version
|
||||
|
||||
|
||||
OP_Logout=0x61ff
|
||||
OP_LogoutReply=0x3cdc #0x48c2 #0x0F66 is not quite right.. this causes disconnect error...
|
||||
OP_PreLogoutReply=0x711e #0 len packet sent during logout/zoning
|
||||
OP_LevelUpdate=0x6d44
|
||||
OP_Stamina=0x7a83 # ShowEQ 10/27/05
|
||||
|
||||
#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_Petition=0x251f
|
||||
OP_PetitionUpdate=0x0000 #guess
|
||||
OP_PetitionCheckout=0x0000
|
||||
OP_PetitionCheckIn=0x0000
|
||||
OP_PetitionQue=0x33c3
|
||||
OP_PetitionUnCheckout=0x0000
|
||||
OP_PetitionDelete=0x5692
|
||||
OP_DeletePetition=0x0000
|
||||
OP_PetitionResolve=0x0000 #0x0000
|
||||
OP_PDeletePetition=0x0000
|
||||
OP_PetitionBug=0x0000
|
||||
OP_PetitionRefresh=0x0000
|
||||
OP_PetitionCheckout2=0x0000
|
||||
OP_PetitionViewPetition=0x0000
|
||||
|
||||
#Guild Opcodes
|
||||
#list to client : 0x0F4D, 0x147d, 0x18B7, 0x2ec9, 0x3230, 0x32CF, 0x461A, 0x4CC7
|
||||
# 0x6966, 0x712A, 0x754E, 0x7C32, 0x7C59
|
||||
# some from client: 0x7825
|
||||
OP_ZoneGuildList=0x6957 (one entry too long) # ShowEQ 10/27/05
|
||||
OP_GetGuildMOTD=0x7fec
|
||||
OP_GetGuildMOTDReply=0x3246
|
||||
OP_GuildMemberList=0x147d # ShowEQ 10/27/05
|
||||
OP_GuildMemberUpdate=0x0f4d # ShowEQ 10/27/05
|
||||
OP_GuildMemberLevelUpdate=0x0000 #dosent exist in this version
|
||||
OP_GuildRemove=0x0179
|
||||
OP_GuildPeace=0x215a
|
||||
OP_GuildWar=0x0c81
|
||||
OP_GuildLeader=0x12b1
|
||||
OP_GuildDemote=0x4eb9
|
||||
OP_GuildMOTD=0x475a
|
||||
OP_SetGuildMOTD=0x591c
|
||||
OP_GetGuildsList=0x0000
|
||||
OP_GuildInvite=0x18b7
|
||||
OP_GuildPublicNote=0x17a2 # ShowEQ 10/27/05
|
||||
OP_GuildDelete=0x6cce
|
||||
OP_GuildInviteAccept=0x61d0
|
||||
#OP_GuildManageRemove=0x0000
|
||||
#OP_GuildManageAdd=0x0000
|
||||
#OP_GuildManageStatus=0x0000
|
||||
OP_GuildManageBanker=0x3d1e
|
||||
OP_GuildBank=0xb4ab
|
||||
OP_SetGuildRank=0x6966
|
||||
OP_LFGuild=0x1858
|
||||
|
||||
#GM/guide opcodes
|
||||
OP_GMServers=0x3387 #/servers
|
||||
OP_GMBecomeNPC=0x7864 #/becomenpc
|
||||
OP_GMZoneRequest=0x1306 #/zone
|
||||
OP_GMSearchCorpse=0x3c32 #/searchcorpse
|
||||
OP_GMHideMe=0x15b2 #/hideme
|
||||
OP_GMGoto=0x1cee #/goto
|
||||
OP_GMDelCorpse=0x0b2f #/delcorpse
|
||||
OP_GMApproval=0x0c0f #/approval
|
||||
OP_GMToggle=0x7fea #/toggletell
|
||||
OP_GMZoneRequest2=0x244c
|
||||
OP_GMSummon=0x1edc #/summon
|
||||
OP_GMEmoteZone=0x39f2 #/emotezone
|
||||
OP_GMEmoteWorld=0x3383 #/emoteworld (not implemented)
|
||||
OP_GMFind=0x5930 #/find
|
||||
OP_GMKick=0x692c #/kick
|
||||
OP_GMNameChange=0x0000
|
||||
|
||||
OP_SafePoint=0x0000
|
||||
OP_Bind_Wound=0x601d
|
||||
OP_GMTraining=0x238f
|
||||
OP_GMEndTraining=0x613d
|
||||
OP_GMTrainSkill=0x11d2
|
||||
# OP_GMEndTrainingResponse=0x0000
|
||||
OP_Animation=0x2acf # ShowEQ 10/27/05
|
||||
OP_Stun=0x1E51
|
||||
OP_MoneyUpdate=0x267c
|
||||
OP_SendExpZonein=0x0587 # ShowEQ 10/27/05
|
||||
OP_IncreaseStats=0x5b7b
|
||||
OP_CrashDump=0x7825
|
||||
OP_ReadBook=0x1496
|
||||
OP_Dye=0x00dd # ShowEQ 10/27/05
|
||||
OP_Consume=0x77d6 # ShowEQ 10/27/05
|
||||
OP_Begging=0x13e7 # ShowEQ 10/27/05
|
||||
OP_InspectRequest=0x775d # ShowEQ 10/27/05
|
||||
OP_InspectAnswer=0x2403 # ShowEQ 10/27/05
|
||||
OP_Action2=0x0000
|
||||
OP_BeginCast=0x3990 # ShowEQ 10/27/05
|
||||
OP_BuffFadeMsg=0x0b2d # ShowEQ 10/27/05
|
||||
OP_Consent=0x1081 # ShowEQ 10/27/05
|
||||
OP_ConsentDeny=0x4e8c # ShowEQ 10/27/05
|
||||
OP_ConsentResponse=0x6380 # ShowEQ 10/27/05
|
||||
OP_LFGCommand=0x68ac # ShowEQ 10/27/05
|
||||
OP_LFGGetMatchesRequest=0x022f # ShowEQ 10/27/05
|
||||
OP_LFGAppearance=0x1a85
|
||||
OP_LFGResponse=0x0000
|
||||
OP_LFGGetMatchesResponse=0x45d0 # ShowEQ 10/27/05
|
||||
OP_LootItem=0x7081 # ShowEQ 10/27/05
|
||||
OP_Bug=0x7ac2 # ShowEQ 10/27/05
|
||||
OP_BoardBoat=0x4298 # ShowEQ 10/27/05
|
||||
OP_Save=0x736b # ShowEQ 10/27/05
|
||||
OP_Camp=0x78c1 # ShowEQ 10/27/05
|
||||
OP_EndLootRequest=0x2316 # ShowEQ 10/27/05
|
||||
OP_MemorizeSpell=0x308e # ShowEQ 10/27/05
|
||||
OP_SwapSpell=0x2126 # ShowEQ 10/27/05
|
||||
OP_CastSpell=0x304b # ShowEQ 10/27/05
|
||||
OP_DeleteSpell=0x4f37
|
||||
OP_LoadSpellSet=0x403e # ShowEQ 10/27/05
|
||||
OP_AutoAttack=0x5e55 # ShowEQ 10/27/05
|
||||
OP_AutoFire=0x6c53
|
||||
OP_Consider=0x65ca # ShowEQ 10/27/05
|
||||
OP_Emote=0x547a # ShowEQ 10/27/05
|
||||
OP_PetCommands=0x10a1 # ShowEQ 10/27/05
|
||||
OP_PetBuffWindow=0x4e31
|
||||
OP_SpawnAppearance=0x7c32 # ShowEQ 10/27/05
|
||||
OP_DeleteSpawn=0x55bc # ShowEQ 10/27/05
|
||||
OP_FormattedMessage=0x5a48 # ShowEQ 10/27/05
|
||||
OP_WhoAllRequest=0x5cdd # ShowEQ 10/27/05
|
||||
OP_WhoAllResponse=0x757b # ShowEQ 10/27/05
|
||||
OP_AutoAttack2=0x0701 # ShowEQ 10/27/05
|
||||
OP_SetRunMode=0x4aba # ShowEQ 10/27/05
|
||||
OP_SimpleMessage=0x673c # ShowEQ 10/27/05
|
||||
OP_SaveOnZoneReq=0x1540 # ShowEQ 10/27/05
|
||||
OP_SenseHeading=0x05ac # ShowEQ 10/27/05
|
||||
OP_Buff=0x6a53 # ShowEQ 10/27/05
|
||||
OP_LootComplete=0x0a94 # ShowEQ 10/27/05
|
||||
OP_EnvDamage=0x31b3 # ShowEQ 10/27/05
|
||||
OP_Split=0x4848 # ShowEQ 10/27/05
|
||||
OP_Surname=0x4668 # ShowEQ 10/27/05
|
||||
OP_ClearSurname=0x6cdb
|
||||
OP_MoveItem=0x420f # ShowEQ 10/27/05
|
||||
OP_FaceChange=0x0f8e # ShowEQ 10/27/05
|
||||
OP_ItemPacket=0x3397 # ShowEQ 10/27/05
|
||||
OP_ItemLinkResponse=0x667c # ShowEQ 10/27/05
|
||||
OP_ClientReady=0x5e20 # ShowEQ 10/27/05
|
||||
OP_ZoneChange=0x5dd8 # ShowEQ 10/27/05
|
||||
OP_ItemLinkClick=0x53e5 # ShowEQ 10/27/05
|
||||
OP_Forage=0x4796
|
||||
OP_BazaarSearch=0x1ee9 # ShowEQ 10/27/05
|
||||
OP_NewSpawn=0x1860 # ShowEQ 10/27/05
|
||||
#a similar unknonw packet to NewSpawn: 0x12b2
|
||||
OP_WearChange=0x7441 # ShowEQ 10/27/05
|
||||
OP_Action=0x497c # ShowEQ 10/27/05
|
||||
OP_SpecialMesg=0x2372 # ShowEQ 10/27/05
|
||||
OP_Bazaar=0x0000
|
||||
OP_LeaveBoat=0x67c9 # ShowEQ 10/27/05
|
||||
OP_Weather=0x254d # ShowEQ 10/27/05
|
||||
OP_LFPGetMatchesRequest=0x35a6 # ShowEQ 10/27/05
|
||||
OP_Illusion=0x448d # ShowEQ 10/27/05
|
||||
OP_TargetReject=0x0000
|
||||
OP_TargetCommand=0x1477
|
||||
OP_TargetMouse=0x6c47 # ShowEQ 10/27/05
|
||||
OP_TargetHoTT=0x6a12
|
||||
OP_GMKill=0x6980 # ShowEQ 10/27/05
|
||||
OP_MoneyOnCorpse=0x7fe4 # ShowEQ 10/27/05
|
||||
OP_ClickDoor=0x043b # ShowEQ 10/27/05
|
||||
OP_MoveDoor=0x700d # ShowEQ 10/27/05
|
||||
OP_RemoveAllDoors=0x77d0
|
||||
OP_LootRequest=0x6f90 # ShowEQ 10/27/05
|
||||
OP_YellForHelp=0x61ef # ShowEQ 10/27/05
|
||||
OP_ManaChange=0x4839 # ShowEQ 10/27/05
|
||||
OP_LFPCommand=0x6f82 # ShowEQ 10/27/05
|
||||
OP_RandomReply=0x6cd5 # ShowEQ 10/27/05
|
||||
OP_DenyResponse=0x7c66 # ShowEQ 10/27/05
|
||||
OP_ConsiderCorpse=0x773f # ShowEQ 10/27/05
|
||||
OP_CorpseDrag=0x50c0 #
|
||||
OP_CorpseDrop=0x7c7c #
|
||||
OP_ConfirmDelete=0x3838 # ShowEQ 10/27/05
|
||||
OP_MobHealth=0x0695 # ShowEQ 10/27/05
|
||||
OP_SkillUpdate=0x6a93 # ShowEQ 10/27/05
|
||||
OP_RandomReq=0x5534 # ShowEQ 10/27/05
|
||||
OP_ClientUpdate=0x14cb # ShowEQ 10/27/05
|
||||
OP_Report=0x7f9d
|
||||
OP_GroundSpawn=0x0f47 # ShowEQ 10/27/05
|
||||
OP_LFPGetMatchesResponse=0x06c5
|
||||
OP_Jump=0x0797 # ShowEQ 10/27/05
|
||||
OP_ExpUpdate=0x5ecd # ShowEQ 10/27/05
|
||||
OP_Death=0x6160 # ShowEQ 10/27/05
|
||||
OP_BecomeCorpse=0x4DBC
|
||||
OP_GMLastName=0x23a1 # ShowEQ 10/27/05
|
||||
OP_InitialMobHealth=0x3d2d # ShowEQ 10/27/05
|
||||
OP_Mend=0x14ef # ShowEQ 10/27/05
|
||||
OP_MendHPUpdate=0x0000
|
||||
OP_Feedback=0x5306 # ShowEQ 10/27/05
|
||||
OP_TGB=0x0c11 # ShowEQ 10/27/05
|
||||
OP_InterruptCast=0x0b97
|
||||
OP_Damage=0x5c78 # ShowEQ 10/27/05
|
||||
OP_ChannelMessage=0x1004 # ShowEQ 10/27/05
|
||||
OP_LevelAppearance=0x358e
|
||||
OP_MultiLineMsg=0x0000
|
||||
OP_Charm=0x12e5
|
||||
OP_ApproveZone=0x0000
|
||||
OP_Assist=0x7709
|
||||
OP_AssistGroup=0x5104
|
||||
OP_AugmentItem=0x539b
|
||||
OP_BazaarInspect=0x0000
|
||||
OP_ClientError=0x0000
|
||||
OP_DeleteItem=0x4d81
|
||||
OP_DeleteCharge=0x1c4a
|
||||
OP_ControlBoat=0x2c81
|
||||
OP_DumpName=0x0000
|
||||
OP_FeignDeath=0x7489
|
||||
OP_Heartbeat=0x0000
|
||||
OP_ItemName=0x0000
|
||||
OP_LDoNButton=0x13c8
|
||||
OP_MoveCoin=0x7657
|
||||
OP_ReloadUI=0x0000
|
||||
OP_ZonePlayerToBind=0x385e # FNW Discovered on Feb 9, 2007
|
||||
OP_Rewind=0x4cfa # Lieka 4/20/08: /rewind command
|
||||
OP_Translocate=0x8258
|
||||
OP_Sacrifice=0x727a
|
||||
OP_KeyRing=0x68c4
|
||||
OP_ApplyPoison=0x0c2c
|
||||
OP_AugmentInfo=0x45ff #RealityIncarnate 4/28/09
|
||||
OP_SetStartCity=0x41dc #realityincarnate 6/25/09
|
||||
OP_SpellEffect=0x22C5
|
||||
OP_RemoveNimbusEffect=0x0000
|
||||
OP_CrystalReclaim=0x7cfe
|
||||
OP_CrystalCreate=0x62c3
|
||||
|
||||
OP_DzQuit=0x486d
|
||||
OP_DzListTimers=0x39aa
|
||||
OP_DzAddPlayer=0x7fba
|
||||
OP_DzRemovePlayer=0x540b
|
||||
OP_DzSwapPlayer=0x794a
|
||||
OP_DzMakeLeader=0x0ce9
|
||||
OP_DzPlayerList=0xada0
|
||||
OP_DzJoinExpeditionConfirm=0x3817
|
||||
OP_DzJoinExpeditionReply=0x5da9
|
||||
OP_DzExpeditionInfo=0x98e
|
||||
OP_DzMemberStatus=0x1826
|
||||
OP_DzLeaderStatus=0x7abc
|
||||
OP_DzExpeditionEndsWarning=0x1c3f
|
||||
OP_DzExpeditionList=0x7c12
|
||||
OP_DzMemberList=0x9b6
|
||||
OP_DzCompass=0x28aa
|
||||
OP_DzChooseZone=0x1022
|
||||
#0x330d is something but I'm not sure what yet.
|
||||
|
||||
#bazaar trader stuff stuff:
|
||||
#become and buy from
|
||||
#Server->Client: [ Opcode: OP_Unknown (0x0000) Size: 8 ]
|
||||
# 0: 46 01 00 00 39 01 00 00 | F...9...
|
||||
OP_TraderDelItem=0x0da9
|
||||
OP_BecomeTrader=0x2844
|
||||
OP_TraderShop=0x35e8
|
||||
OP_TraderItemUpdate=0x0000
|
||||
OP_Trader=0x524e
|
||||
OP_ShopItem=0x0000
|
||||
OP_TraderBuy=0x6dd8 # ShowEQ 10/27/05
|
||||
OP_Barter=0x7460
|
||||
|
||||
#pc/npc trading
|
||||
OP_TradeRequest=0x372f
|
||||
OP_TradeAcceptClick=0x0065 # ShowEQ 10/27/05
|
||||
OP_TradeRequestAck=0x4048 # ShowEQ 10/27/05
|
||||
OP_TradeCoins=0x34c1 #guess...
|
||||
OP_FinishTrade=0x6014
|
||||
OP_CancelTrade=0x2dc1 # ShowEQ 10/27/05
|
||||
OP_TradeBusy=0x6839 #
|
||||
OP_TradeMoneyUpdate=0x0000 #not sure
|
||||
|
||||
#merchant crap
|
||||
OP_ShopPlayerSell=0x0e13 # ShowEQ 10/27/05
|
||||
OP_ShopEnd=0x7e03 # ShowEQ 10/27/05
|
||||
OP_ShopEndConfirm=0x20b2
|
||||
OP_ShopPlayerBuy=0x221e
|
||||
OP_ShopRequest=0x45f9 # ShowEQ 10/27/05
|
||||
OP_ShopDelItem=0x0da9
|
||||
|
||||
#tradeskill stuff:
|
||||
#something 0x21ed (8)
|
||||
#something post combine 0x5f4e (8)
|
||||
OP_ClickObject=0x3bc2 # ShowEQ 10/27/05
|
||||
OP_ClickObjectAction=0x6937
|
||||
OP_ClearObject=0x21ed #was 0x711e
|
||||
#0x711e of len 0 comes right after OP_ClickObjectAck from server
|
||||
OP_RecipeDetails=0x4ea2
|
||||
OP_RecipesFavorite=0x23f0
|
||||
OP_RecipesSearch=0x164d
|
||||
OP_RecipeReply=0x31f8
|
||||
OP_RecipeAutoCombine=0x0353
|
||||
OP_TradeSkillCombine=0x0b40
|
||||
|
||||
OP_RequestDuel=0x28e1
|
||||
OP_DuelResponse=0x3bad
|
||||
OP_DuelResponse2=0x1b09 #when accepted
|
||||
|
||||
OP_RezzComplete=0x4b05
|
||||
OP_RezzRequest=0x1035
|
||||
OP_RezzAnswer=0x6219
|
||||
OP_SafeFallSuccess=0x3b21
|
||||
OP_Shielding=0x3fe6
|
||||
OP_TestBuff=0x6ab0 #/testbuff
|
||||
OP_Track=0x5d11 # ShowEQ 10/27/05
|
||||
OP_TrackTarget=0x7085
|
||||
OP_TrackUnknown=0x6177 #size 0 right after OP_Track
|
||||
|
||||
#Tribute Packets:
|
||||
OP_OpenGuildTributeMaster=0x0000
|
||||
OP_OpenTributeMaster=0x512e #open tribute master window
|
||||
OP_OpenTributeReply=0x27B3 #reply to open request
|
||||
OP_SelectTribute=0x625d #clicking on a tribute, and text reply
|
||||
OP_TributeItem=0x6f6c #donating an item
|
||||
OP_TributeMoney=0x27b3 #donating money
|
||||
OP_TributeNPC=0x7f25 #seems to be missing now
|
||||
OP_TributeToggle=0x2688 #activating/deactivating tribute
|
||||
OP_TributeTimer=0x4665 #testing #a 4 byte tier update, 10 minutes for seconds
|
||||
OP_TributePointUpdate=0x6463 #16 byte point packet
|
||||
OP_TributeUpdate=0x5639 # ShowEQ 10/27/05
|
||||
OP_GuildTributeInfo=0x5e3d # ShowEQ 10/27/05
|
||||
OP_TributeInfo=0x152d
|
||||
OP_SendGuildTributes=0x5e3a # request packet, 4 bytes
|
||||
OP_SendTributes=0x067a # request packet, 4 bytes, migth be backwards
|
||||
# 27b3 4665
|
||||
|
||||
#Adventure packets:
|
||||
OP_LeaveAdventure=0x0c0d
|
||||
OP_AdventureFinish=0x3906
|
||||
OP_AdventureInfoRequest=0x2aaf #right click adventure recruiter
|
||||
OP_AdventureInfo=0x1db5 #text reply to right click
|
||||
OP_AdventureRequest=0x43fd
|
||||
OP_AdventureDetails=0x3f26
|
||||
OP_AdventureData=0x0677
|
||||
OP_AdventureUpdate=0x64ac
|
||||
OP_AdventureMerchantRequest=0x0950
|
||||
OP_AdventureMerchantResponse=0x4416
|
||||
OP_AdventureMerchantPurchase=0x413d
|
||||
OP_AdventureMerchantSell=0x0097
|
||||
OP_AdventurePointsUpdate=0x420a #not sure, followed purchase
|
||||
OP_AdventureStatsRequest=0x5fc7
|
||||
OP_AdventureStatsReply=0x56cd
|
||||
OP_AdventureLeaderboardRequest=0x230a
|
||||
OP_AdventureLeaderboardReply=0x0d0f
|
||||
# request stats: 0x5fc7, reply 0x56cd?
|
||||
# request leaderboard: 0x230a?, reply 0x0d0f?
|
||||
|
||||
#Group Opcodes
|
||||
OP_GroupDisband=0x0e76 # ShowEQ 10/27/05
|
||||
OP_GroupInvite=0x1b48 # ShowEQ 10/27/05
|
||||
OP_GroupFollow=0x7bc7 # ShowEQ 10/27/05
|
||||
OP_GroupUpdate=0x2dd6 # ShowEQ 10/27/05
|
||||
OP_GroupAcknowledge=0x0000
|
||||
OP_GroupCancelInvite=0x1f27 # ShowEQ 10/27/05
|
||||
OP_GroupDelete=0x0000
|
||||
OP_GroupFollow2=0x0000 #used in conjunction with OP_GroupInvite2
|
||||
OP_GroupInvite2=0x12d6 #sometimes sent instead of OP_GroupInvite
|
||||
OP_CancelInvite=0x0000
|
||||
|
||||
OP_RaidJoin=0x1f21 # ShowEQ 10/27/05
|
||||
OP_RaidInvite=0x5891 # ShowEQ 10/27/05
|
||||
OP_RaidUpdate=0x1f21 # EQEmu 06/29/05
|
||||
|
||||
|
||||
OP_ZoneComplete=0x0000
|
||||
OP_ItemLinkText=0x0000
|
||||
OP_DisciplineUpdate=0x7180
|
||||
OP_DisciplineTimer=0x53df
|
||||
OP_LocInfo=0x0000
|
||||
OP_FindPersonRequest=0x3c41 # ShowEQ 10/27/05
|
||||
OP_FindPersonReply=0x5711 # ShowEQ 10/27/05
|
||||
OP_ForceFindPerson=0x0000
|
||||
OP_LoginComplete=0x0000
|
||||
OP_Sound=0x541e
|
||||
#OP_Zone_MissingName01=0x0000 #remove on recompile
|
||||
OP_MobRename=0x0498 # ShowEQ 10/27/05
|
||||
OP_BankerChange=0x6a5b
|
||||
|
||||
#Button-push commands
|
||||
OP_Taunt=0x5e48
|
||||
OP_CombatAbility=0x5ee8
|
||||
OP_SenseTraps=0x5666 # ShowEQ 10/27/05
|
||||
OP_PickPocket=0x2ad8
|
||||
OP_DisarmTraps=0x1241
|
||||
OP_Disarm=0x17d9
|
||||
OP_Hide=0x4312
|
||||
OP_Sneak=0x74e1
|
||||
OP_Fishing=0x0b36
|
||||
OP_InstillDoubt=0x389e #intimidation
|
||||
OP_LDoNOpen=0x083b
|
||||
|
||||
#Task packets
|
||||
OP_TaskActivityComplete=0x54eb
|
||||
OP_CompletedTasks=0x76a2 # ShowEQ 10/27/05
|
||||
OP_TaskDescription=0x5ef7 # ShowEQ 10/27/05
|
||||
OP_TaskActivity=0x682d # ShowEQ 10/27/05
|
||||
OP_TaskMemberList=0x722f #not sure
|
||||
OP_OpenNewTasksWindow=0x5e7c #combined with OP_AvaliableTask I think
|
||||
OP_AvaliableTask=0x0000
|
||||
OP_AcceptNewTask=0x207f
|
||||
OP_TaskHistoryRequest=0x5df4
|
||||
OP_TaskHistoryReply=0x397d
|
||||
OP_CancelTask=0x3ba8
|
||||
OP_DeclineAllTasks=0x0000 #not sure, 12 bytes
|
||||
OP_TaskMemberInvite=0x79b4
|
||||
OP_TaskMemberInviteResponse=0x0358
|
||||
OP_TaskMemberChange=0x5886
|
||||
OP_TaskMakeLeader=0x1b25
|
||||
OP_TaskAddPlayer=0x6bc4
|
||||
OP_TaskRemovePlayer=0x37b9
|
||||
OP_TaskPlayerList=0x3961
|
||||
OP_TaskQuit=0x35dd
|
||||
#task complete related: 0x0000 (24 bytes), 0x0000 (8 bytes), 0x0000 (4 bytes)
|
||||
|
||||
|
||||
OP_RequestClientZoneChange=0x7834 # ShowEQ 10/27/05
|
||||
|
||||
OP_SendAATable=0x367d # ShowEQ 10/27/05
|
||||
OP_UpdateAA=0x5966
|
||||
OP_RespondAA=0x3af4
|
||||
OP_SendAAStats=0x5996 # ShowEQ 10/27/05
|
||||
OP_AAAction=0x0681 # ShowEQ 10/27/05
|
||||
OP_AAExpUpdate=0x5f58 # ShowEQ 10/27/05
|
||||
|
||||
OP_PurchaseLeadershipAA=0x17bf
|
||||
OP_UpdateLeadershipAA=0x07f1
|
||||
OP_LeadershipExpUpdate=0x596e
|
||||
OP_LeadershipExpToggle=0x5b37
|
||||
OP_MarkNPC=0x5483
|
||||
OP_ClearNPCMarks=0x3ef6
|
||||
OP_DoGroupLeadershipAbility=0x569e
|
||||
OP_DelegateAbility=0x10f4
|
||||
OP_SetGroupTarget=0x3eec
|
||||
|
||||
#The following 4 Opcodes are for SoF only:
|
||||
OP_FinishWindow=0x0000 #Trevius 03/15/09
|
||||
OP_FinishWindow2=0x0000 #Trevius 03/15/09
|
||||
OP_ItemVerifyRequest=0x0000 #Trevius 03/15/09
|
||||
OP_ItemVerifyReply=0x0000 #Trevius 03/15/09
|
||||
|
||||
#discovered opcodes not yet used:
|
||||
OP_PlayMP3=0x0000
|
||||
OP_FriendsWho=0x48fe
|
||||
OP_MoveLogRequest=0x7510 #gone I think
|
||||
OP_MoveLogDisregard=0x0000 #gone I think
|
||||
OP_ReclaimCrystals=0x7cfe
|
||||
OP_CrystalCountUpdate=0x0ce3
|
||||
OP_DynamicWall=0x0000
|
||||
OP_CustomTitles=0x2a28 # ShowEQ 10/27/05
|
||||
OP_NewTitlesAvailable=0x4eca #
|
||||
OP_RequestTitles=0x5eba #
|
||||
OP_SendTitleList=0x3e89 # EQEmu 06/29/05
|
||||
OP_SetTitle=0x1f22 #
|
||||
OP_SetTitleReply=0x5eab #
|
||||
OP_Bandolier=0x6f0c
|
||||
OP_PotionBelt=0x0719
|
||||
OP_OpenDiscordMerchant=0x0000 #8 bytes
|
||||
OP_DiscordMerchantInventory=0x0000 #long item packet
|
||||
OP_GiveMoney=0x0000 #16 bytes, pp, gp, sp, cp.
|
||||
OP_OnLevelMessage=0x1dde
|
||||
OP_PopupResponse=0x3816
|
||||
OP_RequestKnowledgeBase=0x0000
|
||||
OP_KnowledgeBase=0x0000
|
||||
OP_SlashAdventure=0x571a # /adventure
|
||||
OP_VetRewardsAvaliable=0x0557
|
||||
OP_VetClaimRequest=0x6ba0
|
||||
OP_VetClaimReply=0x0000
|
||||
OP_BecomePVPPrompt=0x36B2 #guessed from ASM
|
||||
OP_PVPStats=0x5cc0
|
||||
OP_PVPLeaderBoardRequest=0x61d2
|
||||
OP_PVPLeaderBoardReply=0x1a59
|
||||
OP_PVPLeaderBoardDetailsRequest=0x06a2
|
||||
OP_PVPLeaderBoardDetailsReply=0x246a
|
||||
OP_PickLockSuccess=0x40E7
|
||||
OP_WeaponEquip1=0x6c5e
|
||||
OP_WeaponEquip2=0x63da
|
||||
OP_WeaponUnequip2=0x381d
|
||||
OP_VoiceMacroIn=0x2866 # Client to Server
|
||||
OP_VoiceMacroOut=0x2ec6 # Server to Client
|
||||
OP_CameraEffect=0x0937 # Correct
|
||||
|
||||
#named unknowns, to make looking for real unknown easier
|
||||
OP_AnnoyingZoneUnknown=0x729c
|
||||
OP_Some6ByteHPUpdate=0x0000 #seems to happen when you target group members
|
||||
OP_SomeItemPacketMaybe=0x4033 # EQEmu 06/29/05
|
||||
OP_QueryResponseThing=0x1974
|
||||
OP_FloatListThing=0x6a1b # EQEmu 06/29/05
|
||||
|
||||
#Login opcodes
|
||||
OP_SessionReady=0x0001
|
||||
OP_Login=0x0002
|
||||
OP_ServerListRequest=0x0004
|
||||
OP_PlayEverquestRequest=0x000d
|
||||
OP_PlayEverquestResponse=0x0021
|
||||
OP_ChatMessage=0x0016
|
||||
OP_LoginAccepted=0x0017
|
||||
OP_ServerListResponse=0x0018
|
||||
OP_Poll=0x0029
|
||||
OP_EnterChat=0x000f
|
||||
OP_PollResponse=0x0011
|
||||
|
||||
#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
|
||||
|
||||
#mail opcodes
|
||||
OP_Command=0x0000
|
||||
OP_MailboxHeader=0x0000
|
||||
OP_MailHeader=0x0000
|
||||
OP_MailBody=0x0000
|
||||
OP_NewMail=0x0000
|
||||
OP_SentConfirm=0x0000
|
||||
|
||||
|
||||
OP_MobUpdate=0x0000 #not used anymore, here for backwards compat
|
||||
|
||||
#we need to document the differences between these packets to make identifying them easier
|
||||
OP_MobHealth=0x0695
|
||||
OP_HPUpdate=0x3bcf # ShowEQ 10/27/05
|
||||
OP_Some3ByteHPUpdate=0x0000 #initial HP update for mobs
|
||||
OP_InitialHPUpdate=0x0000
|
||||
|
||||
# Unmatched: OP_ItemPlayerPacket=5394
|
||||
# Unmatched: OP_GetGuildMOTD=6d5d
|
||||
# Unmatched: OP_GuildTributeStatus=7584
|
||||
@@ -0,0 +1,655 @@
|
||||
# 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=0x13da # V
|
||||
OP_ApproveWorld=0x86c7 # C
|
||||
OP_LogServer=0x6f79 # C
|
||||
OP_SendCharInfo=0x4200 # C
|
||||
OP_ExpansionInfo=0x7e4d # C
|
||||
OP_GuildsList=0x5b0b # C
|
||||
OP_EnterWorld=0x51b9 # C
|
||||
OP_PostEnterWorld=0x5d32 # C
|
||||
OP_World_Client_CRC1=0x3a18 # C
|
||||
OP_World_Client_CRC2=0x3e50 # C
|
||||
OP_SendSpellChecksum=0x46d3 # C
|
||||
OP_SendSkillCapsChecksum=0x040b # C
|
||||
|
||||
# Character Select Related:
|
||||
OP_DeleteCharacter=0x5ca5 # C
|
||||
OP_CharacterCreateRequest=0x53a3 # C
|
||||
OP_CharacterCreate=0x1b85 # C
|
||||
OP_RandomNameGenerator=0x647a # C 0x440f
|
||||
OP_ApproveName=0x4f1f # C
|
||||
|
||||
OP_MOTD=0x7629 # C 0x2b59
|
||||
OP_SetChatServer=0x7d90 # C 0x0479
|
||||
OP_SetChatServer2=0x158f # C 0x158f
|
||||
OP_ZoneServerInfo=0x1190 # C 0x41c0
|
||||
OP_WorldComplete=0x441c # C
|
||||
OP_WorldUnknown001=0x6f9d # C 0x77b1
|
||||
OP_FloatListThing=0x61ba # V
|
||||
|
||||
# Reasons for Disconnect:
|
||||
OP_ZoneUnavail=0x3288 # C 0x1190
|
||||
OP_WorldClientReady=0x7d05 # C 0x4786
|
||||
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 # V
|
||||
OP_ZoneEntry=0x4b61 # V
|
||||
OP_ReqNewZone=0x4118 # V
|
||||
OP_NewZone=0x43ac # V
|
||||
OP_ZoneSpawns=0x7114 # ?
|
||||
OP_PlayerProfile=0x6022 # V
|
||||
OP_TimeOfDay=0x6015 # V
|
||||
OP_LevelUpdate=0x6a99 # V
|
||||
OP_Stamina=0x3d86 # V
|
||||
OP_RequestClientZoneChange=0x18ea # C
|
||||
OP_ZoneChange=0x6d37 # C
|
||||
|
||||
OP_LockoutTimerInfo=0x0000 #
|
||||
OP_ZoneServerReady=0x0000 #
|
||||
OP_ZoneInUnknown=0x0000 #
|
||||
OP_LogoutReply=0x0000 #
|
||||
OP_PreLogoutReply=0x0000 #
|
||||
|
||||
# Required to fully log in
|
||||
OP_SpawnAppearance=0x3e17 # V
|
||||
OP_ChangeSize=0x6942 #
|
||||
OP_TributeUpdate=0x684c # V
|
||||
OP_TributeTimer=0x4895 # C
|
||||
OP_TaskDescription=0x156c # C
|
||||
OP_TaskActivity=0x31f3 # C
|
||||
OP_CompletedTasks=0x687f # C
|
||||
OP_Weather=0x4658 # V
|
||||
OP_SendAATable=0x6ef9 # V
|
||||
OP_UpdateAA=0x7bf6 # V
|
||||
OP_RespondAA=0x1fbd # C 0x2bad
|
||||
OP_ReqClientSpawn=0x69cd # V
|
||||
OP_SpawnDoor=0x6f2b # V
|
||||
OP_GroundSpawn=0x5c85 # V
|
||||
OP_SendZonepoints=0x2370 # V
|
||||
OP_SendAAStats=0x78b9 # C
|
||||
OP_WorldObjectsSent=0x7b73 # V
|
||||
OP_BlockedBuffs=0x05d5 # V
|
||||
OP_RemoveBlockedBuffs=0x37c1 # V
|
||||
OP_ClearBlockedBuffs=0x5570 # C
|
||||
OP_SendExpZonein=0x47e7 # V
|
||||
OP_SendTributes=0x6bfb # V
|
||||
OP_TributeInfo=0x5a67 # V
|
||||
OP_SendGuildTributes=0x4df0 # C 0x5a01
|
||||
OP_AAExpUpdate=0x4aa2 # V
|
||||
OP_ExpUpdate=0x0555 # V
|
||||
OP_HPUpdate=0x6145 # V
|
||||
OP_ManaChange=0x569a # C
|
||||
OP_TGB=0x42ef # C
|
||||
OP_SpecialMesg=0x016c # V
|
||||
OP_GuildMemberList=0x51bc # C
|
||||
OP_GuildMOTD=0x5658 # V
|
||||
OP_CharInventory=0x47ae # V
|
||||
OP_WearChange=0x0400 # V
|
||||
OP_ClientUpdate=0x7062 # V
|
||||
OP_ClientReady=0x6cdc # V
|
||||
OP_SetServerFilter=0x2d74 # V
|
||||
|
||||
# Guild Opcodes
|
||||
OP_GetGuildMOTD=0x1899 # C
|
||||
OP_GetGuildMOTDReply=0x4a5c # C
|
||||
OP_GuildMemberUpdate=0x0a53 # C
|
||||
OP_GuildInvite=0x1a58 # C
|
||||
OP_GuildRemove=0x3c02 # C
|
||||
OP_GuildPeace=0x2bff # C
|
||||
OP_SetGuildMOTD=0x053a # C
|
||||
OP_GuildList=0x5b0b # C
|
||||
OP_GuildWar=0x5408 # C
|
||||
OP_GuildLeader=0x0598 # C
|
||||
OP_GuildDelete=0x3f55 # C
|
||||
OP_GuildInviteAccept=0x7b64 # C
|
||||
OP_GuildDemote=0x457d # C
|
||||
OP_GuildPublicNote=0x2dbd # C
|
||||
OP_GuildManageBanker=0x1e4c # C
|
||||
OP_GuildBank=0x0d8a # C
|
||||
OP_SetGuildRank=0x4ffe # C
|
||||
OP_GuildUpdateURLAndChannel=0x5232 # C
|
||||
OP_GuildMemberLevelUpdate=0x0000 #
|
||||
OP_ZoneGuildList=0x0000 #
|
||||
OP_GetGuildsList=0x0000 #
|
||||
OP_GuildStatus=0x28c8 #
|
||||
OP_GuildCreate=0x192d #
|
||||
OP_LFGuild=0x7e23 #
|
||||
# OP_GuildManageRemove=0x0000 #
|
||||
# OP_GuildManageAdd=0x0000 #
|
||||
# OP_GuildManageStatus=0x0000 #
|
||||
|
||||
# GM/guide opcodes
|
||||
OP_GMServers=0x6989 # C
|
||||
OP_GMBecomeNPC=0x56e7 # C
|
||||
OP_GMZoneRequest=0x3fd2 # C
|
||||
OP_GMZoneRequest2=0x538f # C
|
||||
OP_GMGoto=0x5ebc # C
|
||||
OP_GMSearchCorpse=0x5a81 # C
|
||||
OP_GMHideMe=0x28ef # C
|
||||
OP_GMDelCorpse=0x655c # C
|
||||
OP_GMApproval=0x7312 # C
|
||||
OP_GMToggle=0x097f # C 0x7566
|
||||
OP_GMSummon=0x712b # C
|
||||
OP_GMEmoteZone=0x1ac1 # C
|
||||
OP_GMEmoteWorld=0x2444 # C
|
||||
OP_GMFind=0x6e27 # C
|
||||
OP_GMKick=0x0402 # C
|
||||
OP_GMKill=0x799c # C
|
||||
OP_GMNameChange=0x0f48 # C
|
||||
OP_GMLastName=0x7bfb # C
|
||||
|
||||
OP_InspectAnswer=0x0c2b # C
|
||||
OP_BeginCast=0x0d5a # C
|
||||
OP_BuffFadeMsg=0x71bf # C
|
||||
OP_ConsentResponse=0x0e87 # C
|
||||
OP_MemorizeSpell=0x3887 # C
|
||||
OP_SwapSpell=0x5805 # C
|
||||
OP_CastSpell=0x50c2 # C
|
||||
OP_Consider=0x3c2d # C
|
||||
OP_FormattedMessage=0x3b52 # C
|
||||
OP_SimpleMessage=0x1f4d # C 0x5448
|
||||
OP_Buff=0x0d1d # C
|
||||
OP_Illusion=0x231f # C
|
||||
OP_MoneyOnCorpse=0x4a83 # C
|
||||
OP_RandomReply=0x6d5d # C
|
||||
OP_DenyResponse=0x6129 # C
|
||||
OP_SkillUpdate=0x7f01 # C
|
||||
OP_GMTrainSkillConfirm=0x3190 # C
|
||||
OP_RandomReq=0x139d # C
|
||||
OP_Death=0x7f9e # C
|
||||
OP_Bind_Wound=0x4b1a # C
|
||||
OP_GMTraining=0x51fa # C
|
||||
OP_GMEndTraining=0x5479 # C
|
||||
OP_GMTrainSkill=0x2257 # C
|
||||
OP_Animation=0x4a61 # Was 0x47d3
|
||||
OP_Begging=0x53f9 # C
|
||||
OP_Consent=0x6bb9 # C
|
||||
OP_ConsentDeny=0x4cd1 # C
|
||||
OP_AutoFire=0x5db5 # C
|
||||
OP_PetCommands=0x7706 # C
|
||||
OP_DeleteSpell=0x0698 # C
|
||||
OP_Surname=0x44ae # C
|
||||
OP_ClearSurname=0x6705 # C
|
||||
OP_FaceChange=0x37a7 # C
|
||||
OP_SenseHeading=0x1b8a # C
|
||||
OP_Action=0x0f14 # C
|
||||
OP_ConsiderCorpse=0x0a18 # C
|
||||
OP_HideCorpse=0x2d08 # C 0x1842
|
||||
OP_CorpseDrag=0x3331 #
|
||||
OP_CorpseDrop=0x2e70 #
|
||||
OP_Bug=0x2369 # C
|
||||
OP_Feedback=0x7705 # C
|
||||
OP_Report=0x50d0 # C
|
||||
OP_Damage=0x631a # C or OP_Action2?
|
||||
OP_ChannelMessage=0x2e79 # C
|
||||
OP_Assist=0x35b1 # C
|
||||
OP_AssistGroup=0x194f # C
|
||||
OP_MoveCoin=0x6024 # C
|
||||
OP_ZonePlayerToBind=0x382c # C
|
||||
OP_KeyRing=0x5c06 # C
|
||||
OP_WhoAllRequest=0x177a # C
|
||||
OP_WhoAllResponse=0x6ffa # C
|
||||
OP_FriendsWho=0x6275 # C
|
||||
OP_ConfirmDelete=0x3edc # V
|
||||
OP_Logout=0x224f # C
|
||||
OP_Rewind=0x7d63 # C
|
||||
OP_TargetCommand=0x756c # C Was 0x5f5e
|
||||
OP_InspectRequest=0x7c94 # C
|
||||
OP_Hide=0x3497 # C
|
||||
OP_Jump=0x083b # C
|
||||
OP_Camp=0x5f85 # C
|
||||
OP_Emote=0x3164 # C
|
||||
OP_SetRunMode=0x3d06 # C
|
||||
OP_BankerChange=0x300a # C
|
||||
OP_TargetMouse=0x5f5e # C 0x7bbb
|
||||
OP_MobHealth=0x15de # C
|
||||
OP_InitialMobHealth=0x5cb0 # C
|
||||
OP_TargetHoTT=0x790c # C
|
||||
OP_XTargetResponse=0x6eb5 #
|
||||
OP_XTargetRequest=0x4750 #
|
||||
OP_XTargetAutoAddHaters=0x1a28 #
|
||||
OP_TargetBuffs=0x3f24 # C
|
||||
OP_BuffCreate=0x2121 # V
|
||||
OP_BuffRemoveRequest=0x4065
|
||||
OP_DeleteSpawn=0x58c5 # C
|
||||
OP_AutoAttack=0x1df9 # C
|
||||
OP_AutoAttack2=0x517b # C
|
||||
OP_Consume=0x24c5 # V
|
||||
OP_MoveItem=0x2641 # C
|
||||
OP_DeleteItem=0x66e0 # C
|
||||
OP_DeleteCharge=0x4ca1 # C
|
||||
OP_ItemPacket=0x7b6e # C
|
||||
OP_ItemLinkResponse=0x695c # C
|
||||
OP_ItemLinkClick=0x3c66 # C
|
||||
OP_NewSpawn=0x429b # C
|
||||
OP_Track=0x709d # C
|
||||
OP_TrackTarget=0x3f49 # C
|
||||
OP_TrackUnknown=0x03e7 # C
|
||||
OP_ClickDoor=0x6e97 # C
|
||||
OP_MoveDoor=0x3154 # C
|
||||
OP_RemoveAllDoors=0x6215 # C
|
||||
OP_EnvDamage=0x2730 # C
|
||||
OP_BoardBoat=0x7554 # C
|
||||
OP_Forage=0x739b # C
|
||||
OP_LeaveBoat=0x7286 # C
|
||||
OP_ControlBoat=0x7ea8 # C
|
||||
OP_SafeFallSuccess=0x6df7 # C
|
||||
OP_RezzComplete=0x30a4 # C
|
||||
OP_RezzRequest=0x32af # C
|
||||
OP_RezzAnswer=0x2d41 # C
|
||||
OP_Shielding=0x4675 # C
|
||||
OP_RequestDuel=0x6cfe # C
|
||||
OP_MobRename=0x0507 # C
|
||||
OP_AugmentItem=0x7c87 # C
|
||||
OP_WeaponEquip1=0x4572 # C
|
||||
OP_WeaponEquip2=0x399b # C
|
||||
OP_WeaponUnequip2=0x416b # C
|
||||
OP_ApplyPoison=0x5cd3 # C
|
||||
OP_Save=0x6618 # C
|
||||
OP_TestBuff=0x3415 # C
|
||||
OP_CustomTitles=0x6a7e # C
|
||||
OP_Split=0x1418 # C
|
||||
OP_YellForHelp=0x55a8 # C
|
||||
OP_LoadSpellSet=0x6617 # C
|
||||
OP_Bandolier=0x510c # C
|
||||
OP_PotionBelt=0x0651 # C
|
||||
OP_DuelResponse=0x41a6 # C
|
||||
OP_DuelResponse2=0x6d60 # C
|
||||
OP_SaveOnZoneReq=0x2913 # C
|
||||
OP_ReadBook=0x465e # C
|
||||
OP_Dye=0x2137 # C
|
||||
OP_InterruptCast=0x7566 # C
|
||||
OP_AAAction=0x2bad # C
|
||||
OP_LeadershipExpToggle=0x5033 # C
|
||||
OP_LeadershipExpUpdate=0x074f # C
|
||||
OP_PurchaseLeadershipAA=0x5f55 # C
|
||||
OP_UpdateLeadershipAA=0x77ed # C
|
||||
OP_MarkNPC=0x3ec7 # C
|
||||
OP_ClearNPCMarks=0x5c29 # C
|
||||
OP_DoGroupLeadershipAbility=0x0068 # C
|
||||
OP_GroupLeadershipAAUpdate=0x167b # C
|
||||
OP_DelegateAbility=0x6e58 # C
|
||||
OP_SetGroupTarget=0x6b9e # C
|
||||
OP_Charm=0x1fd5 # C
|
||||
OP_Stun=0x3d00 # C
|
||||
OP_SendFindableNPCs=0x6193 # C
|
||||
OP_FindPersonRequest=0x1e04 # C
|
||||
OP_FindPersonReply=0x7cae # C
|
||||
OP_Sound=0x737a # C
|
||||
OP_PetBuffWindow=0x7b87 # C
|
||||
OP_LevelAppearance=0x1bd4 # C
|
||||
OP_Translocate=0x3d9c # C
|
||||
OP_Sacrifice=0x301b # C
|
||||
OP_PopupResponse=0x6d27 # C
|
||||
OP_OnLevelMessage=0x24cb # C
|
||||
OP_AugmentInfo=0x31b1 # C
|
||||
OP_Petition=0x31d1 # C
|
||||
OP_SomeItemPacketMaybe=0x2c27 # C
|
||||
OP_PVPStats=0x0000 #
|
||||
OP_PVPLeaderBoardRequest=0x4973 # C
|
||||
OP_PVPLeaderBoardReply=0x3842 # C
|
||||
OP_PVPLeaderBoardDetailsRequest=0x6c75 # C
|
||||
OP_PVPLeaderBoardDetailsReply=0x7fd7 # C
|
||||
OP_RestState=0x5d24 # C
|
||||
OP_RespawnWindow=0x107f # C
|
||||
OP_DisciplineTimer=0x047c # C
|
||||
OP_LDoNButton=0x1031 # C
|
||||
OP_SetStartCity=0x68f0 # C
|
||||
OP_VoiceMacroIn=0x1524 # C
|
||||
OP_VoiceMacroOut=0x1d99 # C
|
||||
OP_ItemViewUnknown=0x4eb3 # C
|
||||
OP_VetRewardsAvaliable=0x0baa # C Mispelled?
|
||||
OP_VetClaimRequest=0x34f8 # C
|
||||
OP_VetClaimReply=0x6a5d # C
|
||||
OP_CrystalCountUpdate=0x3fc8 # C
|
||||
OP_DisciplineUpdate=0x6ed3 #
|
||||
OP_BecomeCorpse=0x0000 #
|
||||
OP_Action2=0x0000 # C OP_Damage?
|
||||
OP_MobUpdate=0x4656 # Same as OP_SpawnPositionUpdate
|
||||
OP_NPCMoveUpdate=0x0f3e #
|
||||
OP_CameraEffect=0x6b0e # V
|
||||
OP_SpellEffect=0x57a3 # V
|
||||
OP_RemoveNimbusEffect=0x2c77 # C
|
||||
OP_AltCurrency=0x659e
|
||||
OP_AltCurrencyMerchantRequest=0x214C
|
||||
OP_AltCurrencyMerchantReply=0x4348
|
||||
OP_AltCurrencyPurchase=0x4ad7
|
||||
OP_AltCurrencySell=0x14cf
|
||||
OP_AltCurrencySellSelection=0x322a
|
||||
OP_AltCurrencyReclaim=0x365d
|
||||
OP_CrystalReclaim=0x726e
|
||||
OP_CrystalCreate=0x12f3
|
||||
OP_Untargetable=0x301d
|
||||
OP_IncreaseStats=0x4acf
|
||||
OP_Weblink=0x6840 # C
|
||||
OP_InspectMessageUpdate=0x7fa1 # C
|
||||
#OP_OpenInventory=0x0000 # Likely does not exist in UF -U
|
||||
OP_OpenContainer=0x041a
|
||||
|
||||
OP_DzQuit=0x1539
|
||||
OP_DzListTimers=0x21e9
|
||||
OP_DzAddPlayer=0x3657
|
||||
OP_DzRemovePlayer=0x054e
|
||||
OP_DzSwapPlayer=0x4661
|
||||
OP_DzMakeLeader=0x226f
|
||||
OP_DzPlayerList=0x74e4
|
||||
OP_DzJoinExpeditionConfirm=0x3c5e
|
||||
OP_DzJoinExpeditionReply=0x1154
|
||||
OP_DzExpeditionInfo=0x1150
|
||||
OP_DzMemberStatus=0x2d17
|
||||
OP_DzLeaderStatus=0x2caf
|
||||
OP_DzExpeditionEndsWarning=0x6ac2
|
||||
OP_DzExpeditionList=0x70d8
|
||||
OP_DzMemberList=0x15c4
|
||||
OP_DzCompass=0x01cb
|
||||
OP_DzChooseZone=0x0000
|
||||
|
||||
# New Opcodes
|
||||
OP_SpawnPositionUpdate=0x4656 # C
|
||||
OP_ManaUpdate=0x0433 # C
|
||||
OP_EnduranceUpdate=0x6b76 # C
|
||||
OP_MobManaUpdate=0x7901 # C
|
||||
OP_MobEnduranceUpdate=0x6c5f # C
|
||||
|
||||
# Looting
|
||||
OP_LootRequest=0x6ad7 # C
|
||||
OP_EndLootRequest=0x6546 # C
|
||||
OP_LootItem=0x5960 # C
|
||||
OP_LootComplete=0x604d # C
|
||||
|
||||
# bazaar trader stuff stuff:
|
||||
OP_BazaarSearch=0x550f # C
|
||||
OP_TraderDelItem=0x63c8 # C
|
||||
OP_BecomeTrader=0x0a1d # C
|
||||
OP_TraderShop=0x2881 # C
|
||||
OP_Trader=0x0c08 # C
|
||||
OP_TraderBuy=0x3672 # C
|
||||
OP_Barter=0x6db5 # C
|
||||
OP_ShopItem=0x0000 #
|
||||
OP_BazaarInspect=0x0000 #
|
||||
OP_Bazaar=0x0000 #
|
||||
OP_TraderItemUpdate=0x0000 #
|
||||
|
||||
# pc/npc trading
|
||||
OP_TradeRequest=0x7113 # C
|
||||
OP_TradeAcceptClick=0x064a # C
|
||||
OP_TradeRequestAck=0x606a # C
|
||||
OP_TradeCoins=0x0149 # C
|
||||
OP_FinishTrade=0x3ff6 # C
|
||||
OP_CancelTrade=0x527e # C
|
||||
OP_TradeMoneyUpdate=0x2a6d # C
|
||||
OP_MoneyUpdate=0xd677 # C
|
||||
OP_TradeBusy=0x5ed3 # C
|
||||
|
||||
# Sent after canceling trade or after closing tradeskill object
|
||||
OP_FinishWindow=0x3c27 # C
|
||||
OP_FinishWindow2=0x6759 # C
|
||||
|
||||
# Sent on Live for what seems to be item existance verification
|
||||
# Ex. Before Right Click Effect happens from items
|
||||
OP_ItemVerifyRequest=0x101e # C
|
||||
OP_ItemVerifyReply=0x21c7 # C
|
||||
|
||||
# merchant crap
|
||||
OP_ShopPlayerSell=0x0b27 # C
|
||||
OP_ShopRequest=0x442a # C
|
||||
OP_ShopEnd=0x3753 # C
|
||||
OP_ShopEndConfirm=0x4578 # C
|
||||
OP_ShopPlayerBuy=0x436a # C
|
||||
OP_ShopDelItem=0x63c8 # C
|
||||
|
||||
# tradeskill stuff:
|
||||
OP_ClickObject=0x33e5 # V
|
||||
OP_ClickObjectAction=0x41b5 # V
|
||||
OP_ClearObject=0x71d1 # C
|
||||
OP_RecipeDetails=0x58d9 # C
|
||||
OP_RecipesFavorite=0x7770 # C
|
||||
OP_RecipesSearch=0x6948 # C
|
||||
OP_RecipeReply=0x521c # C
|
||||
OP_RecipeAutoCombine=0x0322 # C
|
||||
OP_TradeSkillCombine=0x4212 # C
|
||||
|
||||
# Tribute Packets:
|
||||
OP_OpenGuildTributeMaster=0x5e79 # C
|
||||
OP_OpenTributeMaster=0x7c24 # C
|
||||
OP_SelectTribute=0x0c98 # C
|
||||
OP_TributeItem=0x0b89 # C
|
||||
OP_TributeMoney=0x314f # C
|
||||
OP_TributeToggle=0x6dc3 # C
|
||||
OP_TributePointUpdate=0x15a7 # C
|
||||
OP_TributeNPC=0x0000 #
|
||||
OP_GuildTributeInfo=0x0000 #
|
||||
OP_OpenTributeReply=0x0000 #
|
||||
# OP_GuildTributeStatus=0x0000 #
|
||||
|
||||
# Adventure packets:
|
||||
OP_LeaveAdventure=0x3ed4 # C
|
||||
OP_AdventureFinish=0x6acc # C
|
||||
OP_AdventureInfoRequest=0x3541 # C
|
||||
OP_AdventureInfo=0x5cea # C
|
||||
OP_AdventureRequest=0x2c03 # C
|
||||
OP_AdventureDetails=0x1d40 # C
|
||||
OP_AdventureData=0x34f2 # C
|
||||
OP_AdventureUpdate=0x771f # C
|
||||
OP_AdventureMerchantRequest=0x4e22 # C
|
||||
OP_AdventureMerchantResponse=0x4dd5 # C
|
||||
OP_AdventureMerchantPurchase=0x7b7f # C
|
||||
OP_AdventureMerchantSell=0x179d # C
|
||||
OP_AdventurePointsUpdate=0x7537 # C
|
||||
OP_AdventureStatsRequest=0x4786 # C
|
||||
OP_AdventureStatsReply=0x38b0 # C
|
||||
OP_AdventureLeaderboardRequest=0x4cc6 # C
|
||||
OP_AdventureLeaderboardReply=0x4423 # C
|
||||
|
||||
# Group Opcodes
|
||||
OP_GroupDisband=0x54e8 # C
|
||||
OP_GroupInvite=0x4f60 # C
|
||||
OP_GroupFollow=0x7f2b # C
|
||||
OP_GroupUpdate=0x5331 # C
|
||||
OP_GroupUpdateB=0x0786 # C
|
||||
OP_GroupCancelInvite=0x2736 # C - Same as OP_CancelInvite?
|
||||
OP_GroupAcknowledge=0x3e22 # C
|
||||
OP_GroupDelete=0x58e6 #
|
||||
OP_CancelInvite=0x2736 # C
|
||||
OP_GroupFollow2=0x6c16 # C
|
||||
OP_GroupInvite2=0x5251 # C
|
||||
OP_GroupDisbandYou=0x0bd0 # C
|
||||
OP_GroupDisbandOther=0x49f6 # C
|
||||
OP_GroupLeaderChange=0x0c33 # C
|
||||
OP_GroupRoles=0x116d # C
|
||||
OP_GroupMakeLeader=0x5851
|
||||
|
||||
# LFG/LFP Opcodes
|
||||
OP_LFGCommand=0x2c38 # C
|
||||
OP_LFGGetMatchesRequest=0x28d4 # C
|
||||
OP_LFGGetMatchesResponse=0x7a16 # C
|
||||
OP_LFPGetMatchesRequest=0x189e # C
|
||||
OP_LFPGetMatchesResponse=0x589f # C
|
||||
OP_LFPCommand=0x7429 # C
|
||||
OP_LFGAppearance=0x0000 #
|
||||
OP_LFGResponse=0x0000 #
|
||||
|
||||
# Raid Opcodes
|
||||
OP_RaidInvite=0x60b5 # C
|
||||
OP_RaidUpdate=0x4d8b # C
|
||||
OP_RaidJoin=0x0000 #
|
||||
|
||||
# Button-push commands
|
||||
OP_Taunt=0x30e2 # C
|
||||
OP_CombatAbility=0x36f8 # C
|
||||
OP_SenseTraps=0x7e45 # C
|
||||
OP_PickPocket=0x5821 # C
|
||||
OP_DisarmTraps=0x0000 #
|
||||
OP_Disarm=0x6def # C
|
||||
OP_Sneak=0x1d22 # C
|
||||
OP_Fishing=0x7093 # C
|
||||
OP_InstillDoubt=0x221a # C
|
||||
OP_FeignDeath=0x002b # C
|
||||
OP_Mend=0x10a6 # C
|
||||
OP_LDoNOpen=0x032b # C
|
||||
|
||||
# Task packets
|
||||
OP_TaskActivityComplete=0x5832 # C
|
||||
OP_TaskMemberList=0x66ba # C
|
||||
OP_OpenNewTasksWindow=0x98f6 # C
|
||||
OP_AvaliableTask=0x6255 # C Mispelled?
|
||||
OP_AcceptNewTask=0x17d5 # C
|
||||
OP_TaskHistoryRequest=0x547c # C
|
||||
OP_TaskHistoryReply=0x4524 # C
|
||||
OP_CancelTask=0x3bf5 # C
|
||||
OP_DeclineAllTasks=0x0000 #
|
||||
|
||||
# Title opcodes
|
||||
OP_NewTitlesAvailable=0x4b49 # C
|
||||
OP_RequestTitles=0x4d3e # C
|
||||
OP_SendTitleList=0x0d96 # C
|
||||
OP_SetTitle=0x675c # C
|
||||
OP_SetTitleReply=0x75f5 # C
|
||||
|
||||
# Mercenary Opcodes
|
||||
OP_MercenaryDataRequest=0x3015 #
|
||||
OP_MercenaryDataResponse=0x0eaa #
|
||||
OP_MercenaryHire=0x099e #
|
||||
OP_MercenaryTimer=0x0cae #
|
||||
OP_MercenaryAssign=0x2538 #
|
||||
OP_MercenaryUnknown1=0x367f #
|
||||
OP_MercenaryDataUpdate=0x57f2 #
|
||||
OP_MercenaryCommand=0x50c1 #
|
||||
OP_MercenarySuspendRequest=0x3c58 #
|
||||
OP_MercenarySuspendResponse=0x4b82 #
|
||||
OP_MercenaryUnsuspendResponse=0x5fe3
|
||||
OP_MercenaryDataUpdateRequest=0x05f1
|
||||
OP_MercenaryDismiss=0x319a #
|
||||
OP_MercenaryTimerRequest=0x184e #
|
||||
|
||||
# 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=0x0001 #
|
||||
OP_Login=0x0002 #
|
||||
OP_ServerListRequest=0x0004 #
|
||||
OP_PlayEverquestRequest=0x000d #
|
||||
OP_PlayEverquestResponse=0x0021 #
|
||||
OP_ChatMessage=0x0016 #
|
||||
OP_LoginAccepted=0x0017 #
|
||||
OP_ServerListResponse=0x0018 #
|
||||
OP_Poll=0x0029 #
|
||||
OP_EnterChat=0x000f #
|
||||
OP_PollResponse=0x0011 #
|
||||
|
||||
# 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 #
|
||||
Reference in New Issue
Block a user