|
From: <cn...@us...> - 2020-07-16 02:50:56
|
Revision: 1045
http://sourceforge.net/p/seq/svn/1045
Author: cn187
Date: 2020-07-16 02:50:54 +0000 (Thu, 16 Jul 2020)
Log Message:
-----------
Additional opcodes for 7/15 patch. Set unknown opcodes to ffff to avoid collisions
Modified Paths:
--------------
showeq/trunk/conf/zoneopcodes.xml
Modified: showeq/trunk/conf/zoneopcodes.xml
===================================================================
--- showeq/trunk/conf/zoneopcodes.xml 2020-07-16 00:59:44 UTC (rev 1044)
+++ showeq/trunk/conf/zoneopcodes.xml 2020-07-16 02:50:54 UTC (rev 1045)
@@ -37,7 +37,7 @@
<comment>Receiving AA experience. Also when percent to AA changes.</comment>
<payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5072" name="OP_ExpUpdate" updated="06/17/20">
+ <opcode id="50aa" name="OP_ExpUpdate" updated="07/15/20">
<comment>ExpUpdateCode</comment>
<payload dir="server" typename="expUpdateStruct" sizechecktype="match"/>
</opcode>
@@ -78,11 +78,11 @@
<comment>SpawnAppearanceCode</comment>
<payload dir="both" typename="spawnAppearanceStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2afa" name="OP_Stamina" updated="06/19/19">
+ <opcode id="ffff" name="OP_Stamina" updated="06/19/19">
<comment>Server updating on hunger/thirst</comment>
<payload dir="server" typename="staminaStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1c78" name="OP_HPUpdate" updated="06/17/20">
+ <opcode id="1fb2" name="OP_HPUpdate" updated="07/15/20">
<comment>NpcHpUpdateCode Update HP % of a PC or NPC</comment>
<payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/>
</opcode>
@@ -111,15 +111,15 @@
<comment>Targeting a person - old ClientTargetCode</comment>
<payload dir="both" typename="clientTargetStruct" sizechecktype="match"/>
</opcode>
- <opcode id="30f5" name="OP_SpawnRename" updated="06/17/20">
+ <opcode id="6e5d" name="OP_SpawnRename" updated="07/15/20">
<comment>Spawns getting renamed after initial NewSpawn</comment>
<payload dir="server" typename="spawnRenameStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3894" name="OP_Illusion" updated="06/19/19">
+ <opcode id="ffff" name="OP_Illusion" updated="06/19/19">
<comment>Spawn being illusioned (changing forms)</comment>
<payload dir="both" typename="spawnIllusionStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1c51" name="OP_Shroud" updated="06/19/19">
+ <opcode id="ffff" name="OP_Shroud" updated="06/19/19">
<comment>Server putting players into shroud form</comment>
<payload dir="server" typename="spawnShroudSelf" sizechecktype="none"/>
</opcode>
@@ -127,67 +127,67 @@
<comment>old ZoneChangeCode</comment>
<payload dir="both" typename="zoneChangeStruct" sizechecktype="match"/>
</opcode>
- <opcode id="553d" name="OP_GroupInvite" updated="06/19/19">
+ <opcode id="ffff" name="OP_GroupInvite" updated="06/19/19">
<payload dir="both" typename="groupInviteStruct" sizechecktype="none"/>
<comment>You invite someone while ungrouped or get invited by someone ungrouped </comment>
</opcode>
- <opcode id="48cc" name="OP_GroupInvite2" updated="06/19/19">
+ <opcode id="ffff" name="OP_GroupInvite2" updated="06/19/19">
<payload dir="both" typename="groupInviteStruct" sizechecktype="none"/>
<comment>You're inviting someone and you are grouped or get invited by a group</comment>
</opcode>
- <opcode id="20f1" name="OP_GroupCancelInvite" updated="06/19/19">
+ <opcode id="ffff" name="OP_GroupCancelInvite" updated="06/19/19">
<payload dir="both" typename="groupDeclineStruct" sizechecktype="match"/>
<comment>Declining to join a group</comment>
</opcode>
- <opcode id="4d1e" name="OP_GroupFollow" updated="06/19/19">
+ <opcode id="ffff" name="OP_GroupFollow" updated="06/19/19">
<payload dir="server" typename="groupFollowStruct" sizechecktype="match"/>
<comment>You join a group or player joins group</comment>
</opcode>
- <opcode id="0c06" name="OP_GroupFollow2" updated="06/19/19">
+ <opcode id="ffff" name="OP_GroupFollow2" updated="06/19/19">
<payload dir="server" typename="groupFollowStruct" sizechecktype="match"/>
<comment>Player joins your group</comment>
</opcode>
- <opcode id="2064" name="OP_GroupUpdate" updated="06/19/19">
+ <opcode id="ffff" name="OP_GroupUpdate" updated="06/19/19">
<comment>Group updates</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="4a39" name="OP_GroupDisband" updated="06/19/19">
+ <opcode id="ffff" name="OP_GroupDisband" updated="06/19/19">
<comment>You disband from group</comment>
<payload dir="server" typename="groupDisbandStruct" sizechecktype="match"/>
</opcode>
- <opcode id="45dc" name="OP_GroupDisband2" updated="06/19/19">
+ <opcode id="ffff" name="OP_GroupDisband2" updated="06/19/19">
<comment>Other disbands from group</comment>
<payload dir="server" typename="groupDisbandStruct" sizechecktype="match"/>
</opcode>
- <opcode id="42cf" name="OP_GroupLeader" updated="06/19/19">
+ <opcode id="ffff" name="OP_GroupLeader" updated="06/19/19">
<comment>Group leader change</comment>
<payload dir="server" typename="groupLeaderChangeStruct" sizechecktype="match"/>
</opcode>
- <opcode id="778e" name="OP_Buff" updated="06/19/19">
+ <opcode id="ffff" name="OP_Buff" updated="06/19/19">
<comment>old BuffDropCode</comment>
<payload dir="both" typename="buffStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3c0c" name="OP_BeginCast" updated="06/19/19">
+ <opcode id="ffff" name="OP_BeginCast" updated="06/19/19">
<comment>BeginCastCode</comment>
<payload dir="both" typename="beginCastStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6b9e" name="OP_CastSpell" updated="06/19/19">
+ <opcode id="ffff" name="OP_CastSpell" updated="06/19/19">
<comment>StartCastCode</comment>
<payload dir="both" typename="startCastStruct" sizechecktype="match"/>
</opcode>
- <opcode id="70a2" name="OP_SwapSpell" updated="06/17/20">
+ <opcode id="1f4e" name="OP_SwapSpell" updated="07/15/20">
<comment>TradeSpellBookSlotsCode</comment>
<payload dir="both" typename="tradeSpellBookSlotsStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4e48" name="OP_MemorizeSpell" updated="06/17/20">
+ <opcode id="2f00" name="OP_MemorizeSpell" updated="07/15/20">
<comment>MemSpellCode</comment>
<payload dir="both" typename="memSpellStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0212" name="OP_InspectAnswer" updated="06/19/19">
+ <opcode id="ffff" name="OP_InspectAnswer" updated="06/19/19">
<comment>InspectDataCode</comment>
<payload dir="both" typename="inspectDataStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6da3" name="OP_Emote" updated="06/19/19">
+ <opcode id="ffff" name="OP_Emote" updated="06/19/19">
<comment>EmoteTextCode</comment>
<payload dir="both" typename="emoteTextStruct" sizechecktype="none"/>
</opcode>
@@ -207,68 +207,68 @@
<comment>Communicate textual info to client including hail responses etc</comment>
<payload dir="server" typename="specialMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="1a22" name="OP_RandomReq" updated="06/19/19">
+ <opcode id="ffff" name="OP_RandomReq" updated="06/19/19">
<comment>RandomReqCode</comment>
<payload dir="client" typename="randomReqStruct" sizechecktype="match"/>
</opcode>
- <opcode id="57c9" name="OP_RandomReply" updated="06/19/19">
+ <opcode id="ffff" name="OP_RandomReply" updated="06/19/19">
<comment>RandomCode</comment>
<payload dir="server" typename="randomStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4243" name="OP_ConsentResponse" updated="06/19/19">
+ <opcode id="ffff" name="OP_ConsentResponse" updated="06/19/19">
<comment>Server replying with consent information after /consent</comment>
<payload dir="server" typename="consentResponseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0210" name="OP_DenyResponse" updated="06/19/19">
+ <opcode id="ffff" name="OP_DenyResponse" updated="06/19/19">
<comment>Server replying with deny information after /deny</comment>
<payload dir="server" typename="consentResponseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7375" name="OP_ManaChange" updated="06/17/20">
+ <opcode id="4e17" name="OP_ManaChange" updated="07/15/20">
<comment>Mana change. Bards send this up with no size. Casters receive this for mana updates.</comment>
<payload dir="server" typename="manaDecrementStruct" sizechecktype="match"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="3f7a" name="OP_BazaarSearchRequest" updated="06/19/19">
+ <opcode id="ffff" name="OP_BazaarSearchRequest" updated="06/19/19">
<comment>Bazaar search request </comment>
<payload dir="client" typename="bazaarSearchQueryStruct" sizechecktype="none"/>
</opcode>
- <opcode id="5bbc" name="OP_BazaarSearchResponse" updated="06/19/19">
+ <opcode id="ffff" name="OP_BazaarSearchResponse" updated="06/19/19">
<comment>Bazaar search Response - Struct incorrect </comment>
<payload dir="server" typename="bazaarSearchResponseStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="7a14" name="OP_MoneyOnCorpse" updated="06/19/19">
+ <opcode id="ffff" name="OP_MoneyOnCorpse" updated="06/19/19">
<comment>MoneyOnCorpseCode</comment>
<payload dir="server" typename="moneyOnCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="35de" name="OP_SkillUpdate" updated="06/17/20">
+ <opcode id="7e8a" name="OP_SkillUpdate" updated="07/15/20">
<comment>Skill up code</comment>
<payload dir="server" typename="skillIncStruct" sizechecktype="match"/>
</opcode>
- <opcode id="11d0" name="OP_LevelUpdate" updated="06/17/20">
+ <opcode id="3175" name="OP_LevelUpdate" updated="07/15/20">
<comment>LevelUpUpdateCode</comment>
<payload dir="server" typename="levelUpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7ba5" name="OP_DzSwitchInfo" updated="06/19/19">
+ <opcode id="ffff" name="OP_DzSwitchInfo" updated="06/19/19">
<comment>Expedition compass etc</comment>
<payload dir="server" typename="dzSwitchInfo" sizechecktype="none"/>
</opcode>
- <opcode id="6400" name="OP_DzInfo" updated="06/19/19">
+ <opcode id="ffff" name="OP_DzInfo" updated="06/19/19">
<comment>Expedition Information</comment>
<payload dir="server" typename="dzInfo" sizechecktype="match"/>
</opcode>
- <opcode id="1dbc" name="OP_EnvDamage" updated="06/19/19">
+ <opcode id="ffff" name="OP_EnvDamage" updated="06/19/19">
<comment>Environmental Damage</comment>
<payload dir="client" typename="environmentDamageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1663" name="OP_SetRunMode" updated="06/19/19">
+ <opcode id="ffff" name="OP_SetRunMode" updated="06/19/19">
<comment>old cRunToggleCode</comment>
<payload dir="client" typename="cRunToggleStruct" sizechecktype="match"/>
</opcode>
- <opcode id="69b9" name="OP_Trader" updated="06/19/19">
+ <opcode id="ffff" name="OP_Trader" updated="06/19/19">
<comment>PC's turning trader on and off</comment>
<payload dir="server" typename="bazaarTraderRequest" sizechecktype="match"/>
</opcode>
- <opcode id="3c2a" name="OP_ItemLinkResponse" updated="06/19/19">
+ <opcode id="ffff" name="OP_ItemLinkResponse" updated="06/19/19">
<comment>ItemInfoCode</comment>
<payload dir="server" typename="itemInfoStruct" sizechecktype="none"/>
<payload dir="client" typename="itemInfoReqStruct" sizechecktype="none"/>
@@ -291,19 +291,19 @@
<comment>Leadership AA Exp Update</comment>
<payload dir="server" typename="leadExpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="70f6" name="OP_MovementHistory" updated="06/18/14">
+ <opcode id="ffff" name="OP_MovementHistory" updated="06/18/14">
<comment>Movement history for speed/movement hack detection</comment>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="68df" name="OP_Logout" updated="12/12/12">
+ <opcode id="ffff" name="OP_Logout" updated="12/12/12">
<comment></comment>
<payload dir="server" typename="none" sizechecktype="match"/>
</opcode>
- <opcode id="35e7" name="OP_UIUpdate" updated="05/21/14">
+ <opcode id="ffff" name="OP_UIUpdate" updated="05/21/14">
<comment>Seems to be sent to handle a variety of UI updates - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="2aca" name="OP_GroupMemberList" updated="01/16/13">
+ <opcode id="ffff" name="OP_GroupMemberList" updated="01/16/13">
<comment>List of group members - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -311,19 +311,19 @@
<comment>List of guild members - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="1a7f" name="OP_ManaUpdate" updated="06/17/20">
+ <opcode id="608e" name="OP_ManaUpdate" updated="07/15/20">
<comment>Mana Update opcode - 10 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="45c9" name="OP_EndUpdate" updated="06/17/20">
+ <opcode id="0f28" name="OP_EndUpdate" updated="07/15/20">
<comment>Endurance Update opcode - 10 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="3929" name="OP_Marketplace" updated="11/28/12">
+ <opcode id="ffff" name="OP_Marketplace" updated="11/28/12">
<comment>Marketplace data - Guessing variable length 11444 bytes as of 11/28/12</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="2de6" name="OP_MarketplaceSelect" updated="11/28/12">
+ <opcode id="ffff" name="OP_MarketplaceSelect" updated="11/28/12">
<comment>Sent when highlighting an item in Marketplace - 80 bytes</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -335,35 +335,35 @@
<comment>Fellowship campfire information - 1076 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="7802" name="OP_SelectCampfire" updated="01/16/13">
+ <opcode id="ffff" name="OP_SelectCampfire" updated="01/16/13">
<comment>Fellowship campfire Choices - Guessing variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="02d7" name="OP_Claims" updated="11/28/12">
+ <opcode id="ffff" name="OP_Claims" updated="11/28/12">
<comment>Contents of claims window. /claim then refresh to capture packet - Guessing variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="2f3e" name="OP_VoiceChat" updated="11/20/15">
+ <opcode id="ffff" name="OP_VoiceChat" updated="11/20/15">
<comment>Voice chat server info - Variable length (Data sent when joining group,raid etc)</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="3bb6" name="OP_PollQuestions" updated="11/20/15">
+ <opcode id="ffff" name="OP_PollQuestions" updated="11/20/15">
<comment>SOE in-game player poll questions - Variable length</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="5fe4" name="OP_PollResponses" updated="11/20/15">
+ <opcode id="ffff" name="OP_PollResponses" updated="11/20/15">
<comment>Poll response choices - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="52d3" name="OP_ShroudProgression" updated="11/20/15">
+ <opcode id="ffff" name="OP_ShroudProgression" updated="11/20/15">
<comment>Unlocked shrouds - 293 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="ba18" name="OP_ShroudTemplates" updated="10/23/12">
+ <opcode id="ffff" name="OP_ShroudTemplates" updated="10/23/12">
<comment>Shroud templates to choose from on shroud NPC - 18983 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="75cd" name="OP_Fellowship" updated="03/13/19">
+ <opcode id="ffff" name="OP_Fellowship" updated="03/13/19">
<comment>Fellowship information - 2576 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -371,23 +371,23 @@
<comment>Guild ranks and other misc guild data - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="6ad3" name="OP_GuildBank" updated="11/20/15">
+ <opcode id="ffff" name="OP_GuildBank" updated="11/20/15">
<comment>Guild bank contents - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="2db9" name="OP_OpenTradeskillContainer" updated="11/28/12">
+ <opcode id="ffff" name="OP_OpenTradeskillContainer" updated="11/28/12">
<comment>Opens forge, kiln etc - 92 Bytes</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="18c4" name="OP_TradeskillRecipes" updated="11/28/12">
+ <opcode id="ffff" name="OP_TradeskillRecipes" updated="11/28/12">
<comment>Learned recipes - 84 Bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="0397" name="OP_TradeSkillCombine" updated="11/28/12">
+ <opcode id="ffff" name="OP_TradeSkillCombine" updated="11/28/12">
<comment>Tradeskill combine using new tradeskill window - 40 Bytes</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="360d" name="OP_TradeSkillResult" updated="11/28/12">
+ <opcode id="ffff" name="OP_TradeSkillResult" updated="11/28/12">
<comment>Packets sent when tradeskill combine successful equals # of ingredients used in combine?- 12 Bytes</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
@@ -395,51 +395,51 @@
<comment>Tradeskill combine using old tradeskill window - 24 Bytes</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="663f" name="OP_ItemPlayerPacket" updated="11/20/15">
+ <opcode id="ffff" name="OP_ItemPlayerPacket" updated="11/20/15">
<comment>Inventory/bank items coming over during zone - Variable length</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="98df" name="OP_TaskDescription" updated="11/20/15">
+ <opcode id="ffff" name="OP_TaskDescription" updated="11/20/15">
<comment>Task descriptions coming down for task window - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="5374" name="OP_TaskActivity" updated="11/20/15">
+ <opcode id="ffff" name="OP_TaskActivity" updated="11/20/15">
<comment>Task activity descriptions coming down for task window - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="0dfa" name="OP_CompletedTasks" updated="11/20/15">
+ <opcode id="ffff" name="OP_CompletedTasks" updated="11/20/15">
<comment>Task history for task window - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="7fb1" name="OP_CustomTitles" updated="11/20/15">
+ <opcode id="ffff" name="OP_CustomTitles" updated="11/20/15">
<comment>List of available titles - 1520 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="3df3" name="OP_Animation" updated="11/28/12">
+ <opcode id="ffff" name="OP_Animation" updated="11/28/12">
<comment>Combat animation, emote animations etc - 4 bytes</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="2bdd" name="OP_WhoAllRequest" updated="11/28/12">
+ <opcode id="ffff" name="OP_WhoAllRequest" updated="11/28/12">
<comment>WhoAllReqCode - 156 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="51a4" name="OP_WhoAllResponse" updated="11/28/12">
+ <opcode id="ffff" name="OP_WhoAllResponse" updated="11/28/12">
<comment>WhoAllOutputCode - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="3d3c" name="OP_InspectRequest" updated="11/28/12">
+ <opcode id="ffff" name="OP_InspectRequest" updated="11/28/12">
<comment>InspectRequestCode - 8 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="40ca" name="OP_GetGuildMOTD" updated="11/28/12">
+ <opcode id="ffff" name="OP_GetGuildMOTD" updated="11/28/12">
<comment>Request guildMOTD - 648 Bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="38e9" name="OP_TradeRequest" updated="11/28/12">
+ <opcode id="ffff" name="OP_TradeRequest" updated="11/28/12">
<comment>You request trade session - 8 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="0ccc" name="OP_TradeDeny" updated="11/28/12">
+ <opcode id="ffff" name="OP_TradeDeny" updated="11/28/12">
<comment>Target not ready to trade - 12 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -447,67 +447,67 @@
<comment>Trade request recipient is acknowledging they are able to trade - 8 bytes</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="66f3" name="OP_CancelTrade" updated="11/28/12">
+ <opcode id="ffff" name="OP_CancelTrade" updated="11/28/12">
<comment>Cancel a trade window - 8 bytes</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="0dd6" name="OP_FinishTrade" updated="11/28/12">
+ <opcode id="ffff" name="OP_FinishTrade" updated="11/28/12">
<comment>Trade is over - 12 bytes</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="2320" name="OP_TradeCoins" updated="11/28/12">
+ <opcode id="ffff" name="OP_TradeCoins" updated="11/28/12">
<comment>You put coins put in a trade window - 20 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="428e" name="OP_TradeCoins2" updated="11/28/12">
+ <opcode id="ffff" name="OP_TradeCoins2" updated="11/28/12">
<comment>Someone else puts coins put in your trade window - 12 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="4cf9" name="OP_TradeAcceptClick" updated="11/28/12">
+ <opcode id="ffff" name="OP_TradeAcceptClick" updated="11/28/12">
<comment>One side clicks Accept on the trade 8 bytes</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="6f69" name="OP_ItemLinkClick" updated="11/28/12">
+ <opcode id="ffff" name="OP_ItemLinkClick" updated="11/28/12">
<comment>Click on itemlinks - 52 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="6635" name="OP_LootRequest" updated="11/28/12">
+ <opcode id="ffff" name="OP_LootRequest" updated="11/28/12">
<comment>LootCorpseCode - 4 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="0233" name="OP_LootItem" updated="11/28/12">
+ <opcode id="ffff" name="OP_LootItem" updated="11/28/12">
<comment>Loot item from corpse - 20 bytes</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="11bc" name="OP_EndLootRequest" updated="11/28/12">
+ <opcode id="ffff" name="OP_EndLootRequest" updated="11/28/12">
<comment>DoneLootingCode - 4 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="3c94" name="OP_Track" updated="11/28/12">
+ <opcode id="ffff" name="OP_Track" updated="11/28/12">
<comment>Tracking data - Variable length</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="5401" name="OP_AutoAttack" updated="11/28/12">
+ <opcode id="ffff" name="OP_AutoAttack" updated="11/28/12">
<comment>Attack on/off - 4 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="3fad" name="OP_AutoAttack2" updated="11/28/12">
+ <opcode id="ffff" name="OP_AutoAttack2" updated="11/28/12">
<comment>Attack on/off appears to be same as OP_AutoAttack - 4 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="7488" name="OP_ClickDoor" updated="11/28/12">
+ <opcode id="ffff" name="OP_ClickDoor" updated="11/28/12">
<comment>DoorOpenCode click request from client - 16 bytes</comment>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="38ab" name="OP_MoveDoor" updated="11/28/12">
+ <opcode id="ffff" name="OP_MoveDoor" updated="11/28/12">
<comment>DoorClickCode response from server - 2 bytes</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="29fa" name="OP_MoveItem" updated="11/28/12">
+ <opcode id="ffff" name="OP_MoveItem" updated="11/28/12">
<comment>Client moving an item from one slot to another - 28 bytes</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="5751" name="OP_Jump" updated="11/28/12">
+ <opcode id="ffff" name="OP_Jump" updated="11/28/12">
<comment>JumpCode - 0 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -515,11 +515,11 @@
<comment>Client telling server to set targetgroupbuff - 4 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="010a" name="OP_Lockouts" updated="10/28/14">
+ <opcode id="ffff" name="OP_Lockouts" updated="10/28/14">
<comment>Expedition lockouts</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="4ee5" name="OP_RaidInvite" updated="11/28/12">
+ <opcode id="ffff" name="OP_RaidInvite" updated="11/28/12">
<comment>Client side raid invite requests 140 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -527,39 +527,39 @@
<comment>Server side raid information - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="24c5" name="OP_Feedback" updated="07/18/12">
+ <opcode id="ffff" name="OP_Feedback" updated="07/18/12">
<comment>Client sending feedback to server - 1148 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="34f7" name="OP_GuildsList" updated="11/28/12">
+ <opcode id="ffff" name="OP_GuildsList" updated="11/28/12">
<comment>Listing of all guilds. Can be triggered by /lfg search?</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="284e" name="OP_LFGGetMatchesRequest" updated="11/28/12">
+ <opcode id="ffff" name="OP_LFGGetMatchesRequest" updated="11/28/12">
<comment>LFG/LFP client request - 16 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="11c8" name="OP_LFGGetMatchesResponse" updated="11/28/12">
+ <opcode id="ffff" name="OP_LFGGetMatchesResponse" updated="11/28/12">
<comment>LFG/LFP server response - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="0c10" name="OP_MercenaryList" updated="11/20/15">
+ <opcode id="ffff" name="OP_MercenaryList" updated="11/20/15">
<comment>Listing of hired mercenaries - 648 bytes
<payload dir="server" typename="unknown" sizechecktype="none"/></comment>
</opcode>
- <opcode id="6e0e" name="OP_ClickInventory" updated="11/28/12">
+ <opcode id="ffff" name="OP_ClickInventory" updated="11/28/12">
<comment>Click items from inventory or armor - 16 bytes 5th byte is Slot ID</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="3459" name="OP_ClickInventoryAck" updated="11/28/12">
+ <opcode id="ffff" name="OP_ClickInventoryAck" updated="11/28/12">
<comment>Server acknowledges click from inventory or armor - 20 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="60e2" name="OP_BuffWindow" updated="11/28/12">
+ <opcode id="ffff" name="OP_BuffWindow" updated="11/28/12">
<comment>Changes to buff window or song window - 100 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="40d5" name="OP_ClickBuffOff" updated="11/28/12">
+ <opcode id="ffff" name="OP_ClickBuffOff" updated="11/28/12">
<comment>Client clicks off buff - 8 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -567,23 +567,23 @@
<comment>House and guildhall address information - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="13d7" name="OP_HouseContents" updated="11/20/15">
+ <opcode id="ffff" name="OP_HouseContents" updated="11/20/15">
<comment>Server sending house information and contents - variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="54df" name="OP_FriendsList" updated="11/28/12">
+ <opcode id="ffff" name="OP_FriendsList" updated="11/28/12">
<comment>Server sending friends list contents - variable length (Sent when choosing "Welcome" from EQ button)</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="5a4f" name="OP_FriendsOnline" updated="11/28/12">
+ <opcode id="ffff" name="OP_FriendsOnline" updated="11/28/12">
<comment>Friends currently online - variable length (Sent when choosing "Welcome" form EQ button)</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="348e" name="OP_Rewards" updated="11/28/12">
+ <opcode id="ffff" name="OP_Rewards" updated="11/28/12">
<comment>Server sending pending rewards - variable length</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="7e81" name="OP_FTPNags" updated="11/20/15">
+ <opcode id="ffff" name="OP_FTPNags" updated="11/20/15">
<comment>Free to play nags and other data - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -591,7 +591,7 @@
<comment>Find window data - 112 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="10cb" name="OP_ConsiderCorpse" updated="11/28/12">
+ <opcode id="ffff" name="OP_ConsiderCorpse" updated="11/28/12">
<comment>ConCorpseCode - 20 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -805,160 +805,160 @@
can find any of these in the current stream, please update them and let
us know!
- <opcode id="1900" name="OP_ZoneSpawns" updated="05/29/08">
+ <opcode id="ffff" name="OP_ZoneSpawns" updated="05/29/08">
<comment>old ZoneSpawnsCode</comment>
<payload dir="server" typename="spawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="0020" name="OP_GMServers" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMServers" updated="05/26/04">
<comment>GM /servers - ?</comment>
</opcode>
- <opcode id="790e" name="OP_GMKick" updated="01/26/05">
+ <opcode id="ffff" name="OP_GMKick" updated="01/26/05">
<comment>GM /kick - Boot player</comment>
</opcode>
- <opcode id="0068" name="OP_Petition" updated="05/26/04">
+ <opcode id="ffff" name="OP_Petition" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="0074" name="OP_GMBecomeNPC" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMBecomeNPC" updated="05/26/04">
<comment>GM /becomenpc - Become an NPC</comment>
</opcode>
- <opcode id="0076" name="OP_PetitionCheckout" updated="05/26/04">
+ <opcode id="ffff" name="OP_PetitionCheckout" updated="05/26/04">
<comment>Petition Checkout</comment>
</opcode>
- <opcode id="007e" name="OP_PetitionCheckIn" updated="05/26/04">
+ <opcode id="ffff" name="OP_PetitionCheckIn" updated="05/26/04">
<comment>Petition Checkin</comment>
</opcode>
- <opcode id="688f" name="OP_PetitionResolve" updated="05/11/05">
+ <opcode id="ffff" name="OP_PetitionResolve" updated="05/11/05">
<comment>Client Petition Resolve Request</comment>
</opcode>
- <opcode id="0165" name="OP_DeletePetition" updated="01/26/05">
+ <opcode id="ffff" name="OP_DeletePetition" updated="01/26/05">
<comment>Player /deletepetition</comment>
</opcode>
- <opcode id="0082" name="OP_PetitionQue" updated="05/26/04">
+ <opcode id="ffff" name="OP_PetitionQue" updated="05/26/04">
<comment>GM looking at petitions</comment>
</opcode>
- <opcode id="0090" name="OP_PetitionUnCheckout" updated="05/26/04">
+ <opcode id="ffff" name="OP_PetitionUnCheckout" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="0097" name="OP_GMSearchCorpse" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMSearchCorpse" updated="05/26/04">
<comment>GM /searchcorpse - Search all zones for named corpse</comment>
</opcode>
<opcode id="ffff" name="OP_GuildPeace" updated="05/26/04">
<comment>/guildpeace</comment>
</opcode>
- <opcode id="00a4" name="OP_GuildWar" updated="05/26/04">
+ <opcode id="ffff" name="OP_GuildWar" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="00a7" name="OP_GuildLeader" updated="05/26/04">
+ <opcode id="ffff" name="OP_GuildLeader" updated="05/26/04">
<comment>/guildleader</comment>
</opcode>
- <opcode id="00b6" name="OP_ApplyPoison" updated="05/26/04">
+ <opcode id="ffff" name="OP_ApplyPoison" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="00da" name="OP_GMInquire" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMInquire" updated="05/26/04">
<comment>GM /inquire - Search soulmark data</comment>
</opcode>
- <opcode id="00dc" name="OP_GMSoulmark" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMSoulmark" updated="05/26/04">
<comment>GM /praise /warn - Add soulmark comment to user file</comment>
</opcode>
- <opcode id="00de" name="OP_GMHideMe" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMHideMe" updated="05/26/04">
<comment>GM /hideme - Remove self from spawn lists and make invis</comment>
</opcode>
- <opcode id="00ef" name="OP_SafePoint" updated="05/26/04">
+ <opcode id="ffff" name="OP_SafePoint" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="010b" name="OP_GMGoto" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMGoto" updated="05/26/04">
<comment>GM /goto - Transport to another loc</comment>
</opcode>
- <opcode id="012d" name="OP_BindWound" updated="05/26/04">
+ <opcode id="ffff" name="OP_BindWound" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="0132" name="OP_GuildRemove" updated="05/26/04">
+ <opcode id="ffff" name="OP_GuildRemove" updated="05/26/04">
<comment>/guildremove</comment>
</opcode>
- <opcode id="013b" name="OP_GMTraining" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMTraining" updated="05/26/04">
<comment>old OpenGMCode</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="013c" name="OP_GMEndTraining" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMEndTraining" updated="05/26/04">
<comment></comment>
</opcode>
<opcode id="ffff" name="OP_MoveCash" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="0160" name="OP_Taunt" updated="05/26/04">
+ <opcode id="ffff" name="OP_Taunt" updated="05/26/04">
<comment>old ConsumeCode</comment>
</opcode>
- <opcode id="016c" name="OP_Stun" updated="05/26/04">
+ <opcode id="ffff" name="OP_Stun" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="0175" name="OP_GMTrainSkill" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMTrainSkill" updated="05/26/04">
<comment>old SkillTrainCode</comment>
</opcode>
- <opcode id="0178" name="OP_GMEndTrainingResponse" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMEndTrainingResponse" updated="05/26/04">
<comment>old CloseGMCode</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="0183" name="OP_GMZoneRequest" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMZoneRequest" updated="05/26/04">
<comment>/zone</comment>
</opcode>
- <opcode id="018f" name="OP_BecomePK" updated="05/26/04">
+ <opcode id="ffff" name="OP_BecomePK" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="0197" name="OP_SetDataRate" updated="05/26/04">
+ <opcode id="ffff" name="OP_SetDataRate" updated="05/26/04">
<comment>Client sending datarate.txt value</comment>
</opcode>
- <opcode id="0198" name="OP_GMDelCorpse" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMDelCorpse" updated="05/26/04">
<comment>/delcorpse</comment>
</opcode>
- <opcode id="0199" name="OP_Sacrifice" updated="05/26/04">
+ <opcode id="ffff" name="OP_Sacrifice" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="01af" name="OP_GMApproval" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMApproval" updated="05/26/04">
<comment>GM /approval - Name approval duty?</comment>
</opcode>
- <opcode id="01b2" name="OP_GMToggle" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMToggle" updated="05/26/04">
<comment>GM /toggle - Toggle ability to receive tells from other PC's</comment>
</opcode>
- <opcode id="01bc" name="OP_MoneyUpdate" updated="05/26/04">
+ <opcode id="ffff" name="OP_MoneyUpdate" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="01ba" name="OP_ReqZoneObjects" updated="05/26/04">
+ <opcode id="ffff" name="OP_ReqZoneObjects" updated="05/26/04">
<comment>Client requesting zone objects</comment>
</opcode>
- <opcode id="01c4" name="OP_Translocate" updated="05/26/04">
+ <opcode id="ffff" name="OP_Translocate" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="01ea" name="OP_RespondAA" updated="05/26/04">
+ <opcode id="ffff" name="OP_RespondAA" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="01ed" name="OP_IncreaseStats" updated="05/26/04">
+ <opcode id="ffff" name="OP_IncreaseStats" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="01ef" name="OP_ViewPetition" updated="05/26/04">
+ <opcode id="ffff" name="OP_ViewPetition" updated="05/26/04">
<comment>Player /viewpetition</comment>
</opcode>
- <opcode id="01ff" name="OP_ExpansionSetting" updated="05/26/04">
+ <opcode id="ffff" name="OP_ExpansionSetting" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="0205" name="OP_GainMoney" updated="05/26/04">
+ <opcode id="ffff" name="OP_GainMoney" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="0225" name="OP_GMZoneRequest2" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMZoneRequest2" updated="05/26/04">
<comment>/zone 2</comment>
</opcode>
<opcode id="0245" name="?" implicitlen="6" updated="07/14/04">
<comment>Unknown, but has implicit length</comment>
</opcode>
- <opcode id="0261" name="OP_CrashDump" updated="05/26/04">
+ <opcode id="ffff" name="OP_CrashDump" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="0263" name="OP_GuildDemote" updated="05/26/04">
+ <opcode id="ffff" name="OP_GuildDemote" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="0264" name="OP_ZoneUnavail" updated="05/26/04">
+ <opcode id="ffff" name="OP_ZoneUnavail" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="028b" name="OP_GMSummon" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMSummon" updated="05/26/04">
<comment>GM /summon - Summon PC to self</comment>
</opcode>
<opcode id="ffff" name="OP_ItemTextFile" updated="05/26/04">
@@ -965,37 +965,37 @@
<comment>old BookTextCode</comment>
<payload dir="server" typename="bookTextStruct" sizechecktype="none"/>
</opcode>
- <opcode id="029e" name="OP_OpenObject" updated="05/26/04">
+ <opcode id="ffff" name="OP_OpenObject" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="028e" name="OP_GMEmoteZone" updated="05/26/04">
+ <opcode id="ffff" name="OP_GMEmoteZone" updated="05/26/04">
<comment>GM /emotezone - Send zonewide emote</comment>
</opcode>
<opcode id="ffff" name="OP_ReadBook" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="02b4" name="OP_SummonCorpse" updated="05/26/04">
+ <opcode id="ffff" name="OP_SummonCorpse" updated="05/26/04">
<comment>/summoncorpse</comment>
</opcode>
- <opcode id="02cc" name="OP_ShopItem" updated="05/26/04">
+ <opcode id="ffff" name="OP_ShopItem" updated="05/26/04">
<comment>Merchant Item data</comment>
</opcode>
- <opcode id="02d0" name="OP_AdventureRequest" updated="05/26/04">
+ <opcode id="ffff" name="OP_AdventureRequest" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="02d1" name="OP_AdventureMerchantResponse" updated="05/26/04">
+ <opcode id="ffff" name="OP_AdventureMerchantResponse" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="02d2" name="OP_AdventureMerchantPurchase" updated="05/26/04">
+ <opcode id="ffff" name="OP_AdventureMerchantPurchase" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="02e2" name="OP_AdventurePointsUpdate" updated="05/26/04">
+ <opcode id="ffff" name="OP_AdventurePointsUpdate" updated="05/26/04">
<comment></comment>
</opcode>
- <opcode id="02ef" name="OP_Adventure" updated="05/26/04">
+ <opcode id="ffff" name="OP_Adventure" updated="05/26/04">
<comment>/adventure</comment>
</opcode>
- <opcode id="1ee8" name="OP_CombatAbility" updated="02/15/05">
+ <opcode id="ffff" name="OP_CombatAbility" updated="02/15/05">
<comment></comment>
</opcode>
-->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|