1
Fork 0
mirror of https://github.com/awgil/ffxiv_reverse.git synced 2025-05-01 18:27:45 +00:00

Updated opcode indices for 6.5.

This commit is contained in:
Andrew Gilewsky 2023-10-03 11:25:44 +01:00
parent eb09b0b01d
commit f35b6226c1

View file

@ -4,80 +4,81 @@ import ida_bytes
import ida_search import ida_search
packet_names = { packet_names = {
2: 'Ping', # note: could be +1 2: 'Ping', # note: could be +1/-1
3: 'Init', # note: could be +1 3: 'Init', # note: could be +1/-1
8: 'Logout', # note: could be +1 8: 'Logout', # note: could be +1/-1
11: 'CFCancel', # note: could be +1 11: 'CFCancel', # note: could be +1/-1
13: 'CFDutyInfo', # note: could be +1 13: 'CFDutyInfo', # note: could be +1/-1
14: 'CFNotify', # note: could be +1 14: 'CFNotify', # note: could be +1/-1
18: 'CFPreferredRole', # note: could be +1 18: 'CFPreferredRole', # note: could be +1/-1
81: 'CrossWorldLinkshellList', # note: could be +1 81: 'CrossWorldLinkshellList', # note: could be +1/-1
89: 'FellowshipList', # note: could be +1 89: 'FellowshipList', # note: could be +1/-1
111: 'Playtime', # note: could be +1 111: 'Playtime', # note: could be +1/-1
112: 'CFRegistered', # note: could be +1 112: 'CFRegistered', # note: could be +1/-1
115: 'Chat', # note: could be +1 115: 'Chat', # note: could be +1/-1
122: 'RSVData', 121: 'RSVData',
123: 'RSFData', 122: 'RSFData',
124: 'SocialMessage', 123: 'SocialMessage',
125: 'SocialMessage2', 124: 'SocialMessage2',
127: 'SocialList', 126: 'SocialList',
128: 'SocialRequestResponse', 127: 'SocialRequestResponse',
129: 'ExamineSearchInfo', 128: 'ExamineSearchInfo',
130: 'UpdateSearchInfo', 129: 'UpdateSearchInfo',
131: 'InitSearchInfo', 130: 'InitSearchInfo',
132: 'ExamineSearchComment', 131: 'ExamineSearchComment',
135: 'ServerNoticeShort', 134: 'ServerNoticeShort',
136: 'ServerNotice', 135: 'ServerNotice',
137: 'SetOnlineStatus', 136: 'SetOnlineStatus',
138: 'LogMessage', 137: 'LogMessage',
142: 'Countdown', 141: 'Countdown',
143: 'CountdownCancel', 142: 'CountdownCancel',
148: 'PartyMessage', 147: 'PartyMessage',
150: 'PlayerAddedToBlacklist', 149: 'PlayerAddedToBlacklist',
151: 'PlayerRemovedFromBlacklist', 150: 'PlayerRemovedFromBlacklist',
152: 'BlackList', 151: 'BlackList',
159: 'LinkshellList', 157: 'LinkshellList',
159: 'MailDeleteRequest', 158: 'MailDeleteRequest',
164: 'MarketBoardItemListingCount', 162: 'MarketBoardItemListingCount',
165: 'MarketBoardItemListing', 164: 'MarketBoardItemListing',
167: 'MarketBoardPurchase', 166: 'MarketBoardPurchase',
169: 'MarketBoardItemListingHistory', 168: 'MarketBoardItemListingHistory',
170: 'RetainerSaleHistory', 169: 'RetainerSaleHistory',
172: 'MarketBoardSearchResult', 171: 'MarketBoardSearchResult',
174: 'FreeCompanyInfo', 173: 'FreeCompanyInfo',
176: 'ExamineFreeCompanyInfo', 175: 'ExamineFreeCompanyInfo',
177: 'FreeCompanyDialog', 176: 'FreeCompanyDialog',
202: 'StatusEffectList', 201: 'StatusEffectList',
203: 'StatusEffectListEureka', 202: 'StatusEffectListEureka',
204: 'StatusEffectListBozja', 203: 'StatusEffectListBozja',
205: 'StatusEffectListDouble', 204: 'StatusEffectListDouble',
207: 'EffectResult1', 206: 'EffectResult1',
208: 'EffectResult4', 207: 'EffectResult4',
209: 'EffectResult8', 208: 'EffectResult8',
210: 'EffectResult16', 209: 'EffectResult16',
212: 'EffectResultBasic1', 211: 'EffectResultBasic1',
213: 'EffectResultBasic4', 212: 'EffectResultBasic4',
214: 'EffectResultBasic8', 213: 'EffectResultBasic8',
215: 'EffectResultBasic16', 214: 'EffectResultBasic16',
216: 'EffectResultBasic32', 215: 'EffectResultBasic32',
217: 'EffectResultBasic64', 216: 'EffectResultBasic64',
218: 'ActorControl', 217: 'ActorControl',
219: 'ActorControlSelf', 218: 'ActorControlSelf',
220: 'ActorControlTarget', 219: 'ActorControlTarget',
221: 'UpdateHpMpTp', 220: 'UpdateHpMpTp',
222: 'ActionEffect1', 221: 'ActionEffect1',
225: 'ActionEffect8', 224: 'ActionEffect8',
226: 'ActionEffect16', 225: 'ActionEffect16',
227: 'ActionEffect24', 226: 'ActionEffect24',
228: 'ActionEffect32', 227: 'ActionEffect32',
231: 'StatusEffectListPlayer', 230: 'StatusEffectListPlayer',
231: 'StatusEffectListPlayerDouble',
233: 'UpdateRecastTimes', 233: 'UpdateRecastTimes',
235: 'UpdateAllianceNormal', 235: 'UpdateAllianceNormal',
236: 'UpdateAllianceSmall', 236: 'UpdateAllianceSmall',
237: 'UpdatePartyMemberPositions', 237: 'UpdatePartyMemberPositions',
238: 'UpdateAllianceNormalMemberPositions', 238: 'UpdateAllianceNormalMemberPositions',
239: 'UpdateAllianceSmallMemberPositions', 239: 'UpdateAllianceSmallMemberPositions',
241: 'GCAffiliation', 241: 'GCAffiliation', # ?
260: 'SpawnPlayer', 260: 'SpawnPlayer',
261: 'SpawnNPC', 261: 'SpawnNPC',
262: 'SpawnBoss', 262: 'SpawnBoss',