|
From: Chad M. <cmm...@us...> - 2005-05-15 16:06:40
|
Update of /cvsroot/seq/showeq/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10799/conf Modified Files: Tag: pre_5_0_beta worldopcodes.xml zoneopcodes.xml Log Message: Live compatibility with 5/11 and 5/12 eqgame. Large struct updates in spawn struct and positioning structs. Small struct updates in char profile and spell buff/buff fade. All opcodes remapped. Updated version to 5.0.0.21. Index: worldopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/Attic/worldopcodes.xml,v retrieving revision 1.1.4.9 retrieving revision 1.1.4.10 diff -u -d -r1.1.4.9 -r1.1.4.10 --- worldopcodes.xml 10 May 2005 15:22:59 -0000 1.1.4.9 +++ worldopcodes.xml 15 May 2005 16:06:24 -0000 1.1.4.10 @@ -3,75 +3,69 @@ <seqopcodes> <!-- OLD OPCODES - these need updating still post 1/26/2005 - - <opcode id="0018" name="OP_AckPacket" updated="02/10/04"> - <comment>Appears to be generic ack at the presentation level</comment> - </opcode> - <opcode id="0106" name="OP_CharacterCreate" updated="02/10/04"> - <comment>Create character @ char select</comment> - </opcode> - <opcode id="0127" name="OP_ApproveName" updated="02/10/04"> - <comment>Approving new character name @ char creation</comment> - </opcode> <opcode id="02a5" name="OP_UserCompInfo" updated="02/10/04"> <comment>User submitted computer information</comment> </opcode> - <opcode id="02ae" name="OP_GetName" updated="02/10/04"> - <comment>Returns a random name</comment> - </opcode> <opcode id="02db" name="OP_LoginComplete" updated="02/10/04"> <comment></comment> </opcode> --> - - - <opcode id="5ef9" name="OP_ZoneServerInfo" updated="02/15/05"> + <opcode id="6bff" name="OP_ZoneServerInfo" updated="05/11/05"> <comment>old ZoneServerInfo</comment> </opcode> - <opcode id="16f7" name="OP_SendCharInfo" updated="02/15/05"> + <opcode id="6196" name="OP_SendCharInfo" updated="05/11/05"> <comment>Send all chars visible @ char select</comment> </opcode> - <opcode id="12ad" name="OP_MOTD" updated="02/15/05"> + <opcode id="6dd0" name="OP_MOTD" updated="05/11/05"> <comment>old MOTDCode Server message of the day</comment> <payload dir="server" typename="worldMOTDStruct" sizechecktype="none"/> </opcode> - <opcode id="0353" name="OP_GuildList" updated="02/15/05"> + <opcode id="595f" name="OP_GuildList" updated="05/11/05"> <comment>old GuildListCode</comment> <payload dir="server" typename="worldGuildListStruct" sizechecktype="match"/> </opcode> - <opcode id="26ad" name="OP_SetChatServer" updated="02/15/05"> + <opcode id="38c0" name="OP_SetChatServer" updated="05/11/05"> <comment>Chatserver? IP,Port,servername.Charname,password(?)</comment> </opcode> - <opcode id="1087" name="OP_SetChatServer2" updated="02/15/05"> + <opcode id="62c7" name="OP_SetChatServer2" updated="05/11/05"> <comment>Chatserver? IP,Port,servername.Charname,password(?)</comment> </opcode> - <opcode id="3bfb" name="OP_ApproveWorld" updated="02/15/05"> + <opcode id="25d4" name="OP_ApproveWorld" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="1c3a" name="OP_LogServer" updated="02/15/05"> + <opcode id="1c3a" name="OP_LogServer" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="1f7b" name="OP_SendLoginInfo" updated="02/15/05"> + <opcode id="67fd" name="OP_SendLoginInfo" updated="05/11/05"> <comment>Client starting world session by asking for login information</comment> </opcode> - <opcode id="7402" name="OP_WorldComplete" updated="02/15/05"> + <opcode id="2ee3" name="OP_WorldComplete" updated="05/11/05"> <comment>Client telling world server it is done. World replies by disconnecting.</comment> </opcode> - <opcode id="47b6" name="OP_World_Client_CRC1" updated="02/15/05"> + <opcode id="3c52" name="OP_World_Client_CRC1" updated="05/11/05"> <comment>Contains a snippet of spell data</comment> </opcode> - <opcode id="09e6" name="OP_World_Client_CRC2" updated="02/15/05"> + <opcode id="37aa" name="OP_World_Client_CRC2" updated="05/11/05"> <comment>Second client verification packet</comment> </opcode> - <opcode id="7c66" name="OP_ExpansionInfo" updated="02/15/05"> + <opcode id="51b4" name="OP_ExpansionInfo" updated="05/11/05"> <comment>Which expansions user has</comment> </opcode> - <opcode id="5a62" name="OP_EnterWorld" updated="02/15/05"> + <opcode id="727c" name="OP_EnterWorld" updated="05/11/05"> <comment>Server approval for client to enter world</comment> </opcode> - <opcode id="6748" name="OP_DeleteCharacter" updated="02/15/05"> + <opcode id="633e" name="OP_DeleteCharacter" updated="05/11/05"> <comment>Delete character @ char select</comment> </opcode> + <opcode id="0471" name="OP_CharacterCreate" updated="05/11/04"> + <comment>Create character @ char select</comment> + </opcode> + <opcode id="4de1" name="OP_ApproveName" updated="05/11/04"> + <comment>Approving new character name @ char creation</comment> + </opcode> + <opcode id="678c" name="OP_RandomNameGenerator" updated="05/11/05"> + <comment>Returns a random name</comment> + </opcode> </seqopcodes> Index: zoneopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/Attic/zoneopcodes.xml,v retrieving revision 1.1.4.18 retrieving revision 1.1.4.19 diff -u -d -r1.1.4.18 -r1.1.4.19 --- zoneopcodes.xml 10 May 2005 21:57:36 -0000 1.1.4.18 +++ zoneopcodes.xml 15 May 2005 16:06:25 -0000 1.1.4.19 @@ -21,9 +21,9 @@ <comment>old CorpseLocCode:</comment> <payload dir="server" typename="corpseLocStruct" sizechecktype="match"/> </opcode> - <opcode id="015f" name="OP_Stamina" updated="05/26/04"> - <comment>old StaminaCode</comment> - <payload dir="server" typename="staminaStruct" sizechecktype="match"/> + <opcode id="0b8b" name="OP_SpawnRename" updated="02/15/05"> + <comment>Spawns getting renamed after initial NewSpawn</comment> + <payload dir="server" typename="spawnRenameStruct" sizechecktype="match"/> </opcode> @@ -34,12 +34,12 @@ <opcode id="0020" name="OP_GMServers" updated="05/26/04"> <comment>GM /servers - ?</comment> </opcode> + <opcode id="790e" name="OP_GMKick" updated="01/26/05"> + <comment>GM /kick - Boot player</comment> + </opcode> <opcode id="0068" name="OP_Petition" updated="05/26/04"> <comment></comment> </opcode> - <opcode id="0069" name="OP_PetitionUpdate" updated="05/26/04"> - <comment>Updates the Petitions in the Que</comment> - </opcode> <opcode id="0074" name="OP_GMBecomeNPC" updated="05/26/04"> <comment>GM /becomenpc - Become an NPC</comment> </opcode> @@ -49,15 +49,15 @@ <opcode id="007e" name="OP_PetitionCheckIn" updated="05/26/04"> <comment>Petition Checkin</comment> </opcode> + <opcode id="0165" name="OP_DeletePetition" updated="01/26/05"> + <comment>Player /deletepetition</comment> + </opcode> <opcode id="0082" name="OP_PetitionQue" updated="05/26/04"> <comment>GM looking at petitions</comment> </opcode> <opcode id="0090" name="OP_PetitionUnCheckout" updated="05/26/04"> <comment></comment> </opcode> - <opcode id="0091" name="OP_PetitionDelete" updated="05/26/04"> - <comment>Client Petition Delete Request</comment> - </opcode> <opcode id="0097" name="OP_GMSearchCorpse" updated="05/26/04"> <comment>GM /searchcorpse - Search all zones for named corpse</comment> </opcode> @@ -150,9 +150,6 @@ <opcode id="01c4" name="OP_Translocate" updated="05/26/04"> <comment></comment> </opcode> - <opcode id="01c8" name="OP_SendAAStats" updated="05/26/04"> - <comment></comment> - </opcode> <opcode id="01ea" name="OP_RespondAA" updated="05/26/04"> <comment></comment> </opcode> @@ -220,526 +217,535 @@ <opcode id="02ef" name="OP_Adventure" updated="05/26/04"> <comment>/adventure</comment> </opcode> + <opcode id="1ee8" name="OP_CombatAbility" updated="02/15/05"> + <comment></comment> + </opcode> --> - - <opcode id="00c7" name="OP_ItemPlayerPacket" updated="02/15/05"> + <opcode id="04ed" name="OP_ItemPlayerPacket" updated="05/11/05"> <comment>old ItemCode</comment> <payload dir="server" typename="char" sizechecktype="none"/> </opcode> - <opcode id="0165" name="OP_DeletePetition" updated="01/26/05"> - <comment>Player /deletepetition</comment> - </opcode> - <opcode id="1ee8" name="OP_CombatAbility" updated="02/15/05"> - <comment></comment> - </opcode> - <opcode id="1852" name="OP_Dye" updated="02/15/05"> + <opcode id="742e" name="OP_Dye" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="03fb" name="OP_Consume" updated="02/15/05"> - <comment>old ConsumeCode</comment> + <opcode id="56bf" name="OP_Consume" updated="05/11/05"> + <comment>Client force feeding food/drink</comment> + <payload dir="client" typename="uint8_t" sizechecktype="none"/> </opcode> - <opcode id="2e1b" name="OP_Begging" updated="02/15/05"> + <opcode id="199c" name="OP_Begging" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="7e65" name="OP_InspectRequest" updated="02/15/05"> + <opcode id="2c33" name="OP_InspectRequest" updated="05/11/05"> <comment>old InspectRequestCode</comment> </opcode> - <opcode id="5f7b" name="OP_Action2" implicitlen="23" updated="02/15/05"> + <opcode id="161c" name="OP_Action2" implicitlen="23" updated="05/11/05"> <comment>old ActionCode</comment> <payload dir="both" typename="action2Struct" sizechecktype="match"/> </opcode> - <opcode id="203d" name="OP_BeginCast" implicitlen="8" updated="02/15/05"> + <opcode id="2d3b" name="OP_BeginCast" implicitlen="8" updated="05/11/05"> <comment>old BeginCastCode</comment> <payload dir="both" typename="beginCastStruct" sizechecktype="match"/> </opcode> - <opcode id="27b0" name="OP_WhoAllRequest" updated="02/15/05"> + <opcode id="7f99" name="OP_WhoAllRequest" updated="05/11/05"> <comment>old WhoAllReqCode</comment> </opcode> - <opcode id="0a1e" name="OP_BuffFadeMsg" updated="02/15/05"> + <opcode id="59b1" name="OP_BuffFadeMsg" updated="05/11/05"> <comment>old SpellFadeCode</comment> <payload dir="both" typename="spellFadedStruct" sizechecktype="none"/> </opcode> - <opcode id="1a94" name="OP_Consent" updated="02/15/05"> + <opcode id="06a6" name="OP_Consent" updated="05/11/05"> <comment>/consent someone</comment> <payload dir="client" typename="consentRequestStruct" sizechecktype="none"/> </opcode> - <opcode id="53d0" name="OP_PetitionResolve" updated="02/15/05"> + <opcode id="688f" name="OP_PetitionResolve" updated="05/11/05"> <comment>Client Petition Resolve Request</comment> </opcode> - <opcode id="306f" name="OP_LFGCommand" updated="02/15/05"> + <opcode id="6bde" name="OP_LFGCommand" updated="05/11/05"> <comment>old LFGReqCode</comment> </opcode> - <opcode id="1e10" name="OP_LootItem" updated="02/15/05"> + <opcode id="7d84" name="OP_LootItem" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="1858" name="OP_TradeRequestAck" updated="02/15/05"> + <opcode id="1832" name="OP_TradeRequestAck" updated="05/11/05"> <comment>Trade request recipient is acknowledging they are able to trade</comment> </opcode> - <opcode id="396b" name="OP_RaidJoin" updated="02/15/05"> + <opcode id="3ad8" name="OP_RaidJoin" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="0137" name="OP_Bug" updated="02/15/05"> + <opcode id="2156" name="OP_Bug" updated="05/11/05"> <comment>/bug</comment> </opcode> - <opcode id="5b61" name="OP_GuildMemberUpdate" updated="02/15/05"> + <opcode id="5bc2" name="OP_GuildMemberUpdate" updated="05/11/05"> <comment></comment> <payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/> </opcode> - <opcode id="417c" name="OP_GuildTributeStatus" updated="02/15/05"> + <opcode id="655e" name="OP_GuildTributeStatus" updated="05/11/05"> <comment>Guild tribute stats send on zone</comment> </opcode> - <opcode id="7dca" name="OP_Track" updated="02/15/05"> + <opcode id="5da6" name="OP_GuildTributeInfo" updated="05/11/05"> + <comment>Guild tribute loadout</comment> + </opcode> + <opcode id="47ea" name="OP_Track" updated="05/11/05"> <comment>Clicked Track</comment> </opcode> - <opcode id="1e08" name="OP_TraderShop" updated="02/15/05"> + <opcode id="16be" name="OP_TraderShop" updated="05/11/05"> <comment>old OpenTraderCode right-click on a trader in bazaar</comment> </opcode> - <opcode id="35b7" name="OP_BoardBoat" updated="02/15/05"> + <opcode id="17ac" name="OP_BoardBoat" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="584c" name="OP_LFGGetMatchesRequest" updated="02/15/05"> + <opcode id="5be9" name="OP_LFGGetMatchesRequest" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="2b80" name="OP_ClickObject" updated="02/15/05"> + <opcode id="3cb2" name="OP_ClickObject" updated="05/11/05"> <comment>old RemDropCode</comment> <payload dir="both" typename="remDropStruct" sizechecktype="match"/> </opcode> - <opcode id="383c" name="OP_Save" updated="02/15/05"> + <opcode id="6dfd" name="OP_Save" updated="05/11/05"> <comment>Client asking server to save user state</comment> </opcode> - <opcode id="3dc7" name="OP_Camp" updated="02/15/05"> + <opcode id="0b8a" name="OP_Camp" updated="05/11/05"> <comment>old cStartCampingCode</comment> </opcode> - <opcode id="2aa0" name="OP_ShopPlayerSell" updated="02/15/05"> + <opcode id="6e6d" name="OP_ShopPlayerSell" updated="05/11/05"> <comment>old SellItemCode</comment> </opcode> - <opcode id="7907" name="OP_EndLootRequest" updated="02/15/05"> + <opcode id="192f" name="OP_EndLootRequest" updated="05/11/05"> <comment>old cDoneLootingCode</comment> </opcode> - <opcode id="2056" name="OP_SendAAStats" updated="02/15/05"> + <opcode id="5722" name="OP_SendAAStats" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="342b" name="OP_GroupDisband" updated="02/15/05"> + <opcode id="235e" name="OP_SendAATable" updated="05/11/05"> + <comment></comment> + </opcode> + <opcode id="5ad1" name="OP_GroupDisband" updated="05/11/05"> <comment>Disband from group</comment> <payload dir="both" typename="groupDisbandStruct" sizechecktype="match"/> </opcode> - <opcode id="3888" name="OP_LoadSpellSet" updated="02/15/05"> + <opcode id="333d" name="OP_LoadSpellSet" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="7334" name="OP_AutoAttack" updated="02/15/05"> + <opcode id="677f" name="OP_AutoAttack" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="2f8c" name="OP_Consider" updated="02/15/05"> + <opcode id="550e" name="OP_Consider" updated="05/11/05"> <comment>old ConsiderCode</comment> <payload dir="both" typename="considerStruct" sizechecktype="match"/> </opcode> - <opcode id="75a9" name="OP_ReqClientSpawn" updated="02/15/05"> + <opcode id="7c5b" name="OP_ReqClientSpawn" updated="05/11/05"> <comment>Client requesting spawn data</comment> </opcode> - <opcode id="2ef0" name="OP_Emote" updated="02/15/05"> + <opcode id="43c2" name="OP_Emote" updated="05/11/05"> <comment>old EmoteTextCode</comment> <payload dir="both" typename="emoteTextStruct" sizechecktype="none"/> </opcode> - <opcode id="0b27" name="OP_GuildMOTD" updated="02/15/05"> + <opcode id="42d5" name="OP_GuildMOTD" updated="05/11/05"> <comment>GuildMOTD</comment> <payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/> </opcode> - <opcode id="779c" name="OP_CancelTrade" updated="02/15/05"> + <opcode id="0065" name="OP_CancelTrade" updated="05/11/05"> <comment>Cancel a trade window</comment> </opcode> - <opcode id="46d0" name="OP_GroupInvite" updated="02/15/05"> + <opcode id="5c32" name="OP_GroupInvite" updated="05/11/05"> <payload dir="both" typename="groupInviteStruct" sizechecktype="match"/> <comment></comment> </opcode> - <opcode id="2b3c" name="OP_Trader" updated="02/15/05"> + <opcode id="3024" name="OP_Trader" updated="05/11/05"> <comment>People turning trader on and off</comment> <payload dir="server" typename="bazaarTraderRequest" sizechecktype="match"/> </opcode> - <opcode id="7586" name="OP_PetCommands" updated="02/15/05"> + <opcode id="1f73" name="OP_PetCommands" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="66cd" name="OP_SpawnAppearance" implicitlen="8" updated="02/15/05"> + <opcode id="59eb" name="OP_SpawnAppearance" implicitlen="8" updated="05/11/05"> <comment>old SpawnAppearanceCode</comment> <payload dir="both" typename="spawnAppearanceStruct" sizechecktype="match"/> </opcode> - <opcode id="202a" name="OP_DeleteSpawn" implicitlen="4" updated="02/15/05"> + <opcode id="4ad3" name="OP_DeleteSpawn" implicitlen="4" updated="05/11/05"> <comment>old DeleteSpawnCode</comment> <payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/> </opcode> - <opcode id="0b8b" name="OP_SpawnRename" updated="02/15/05"> - <comment>Spawns getting renamed after initial NewSpawn</comment> - <payload dir="server" typename="spawnRenameStruct" sizechecktype="match"/> - </opcode> - <opcode id="5f64" name="OP_ReqNewZone" updated="02/15/05"> + <opcode id="768d" name="OP_ReqNewZone" updated="05/11/05"> <comment>Client requesting NewZone_Struct</comment> </opcode> - <opcode id="3b4f" name="OP_FormattedMessage" updated="02/15/05"> + <opcode id="4573" name="OP_FormattedMessage" updated="05/11/05"> <comment>old FormattedMessageCode</comment> <payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/> </opcode> - <opcode id="6d66" name="OP_DisarmTraps" updated="02/15/05"> + <opcode id="34e8" name="OP_DisarmTraps" updated="05/11/05"> <comment>Clicked disarm traps</comment> </opcode> - <opcode id="1573" name="OP_WhoAllResponse" updated="02/15/05"> + <opcode id="793a" name="OP_WhoAllResponse" updated="05/11/05"> <comment>old sWhoAllOutputCode</comment> </opcode> - <opcode id="22d6" name="OP_AutoAttack2" updated="02/15/05"> + <opcode id="395c" name="OP_AutoAttack2" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="07b4" name="OP_HPUpdate" implicitlen="6" updated="02/15/05"> + <opcode id="8713" name="OP_HPUpdate" implicitlen="6" updated="05/11/05"> <comment>old NpcHpUpdateCode Update HP % of a PC or NPC</comment> <payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/> </opcode> - <opcode id="265f" name="OP_GuildMemberList" updated="02/15/05"> + <opcode id="281b" name="OP_GuildMemberList" updated="05/11/05"> <comment></comment> <payload dir="server" typename="uint8_t" sizechecktype="none"/> </opcode> - <opcode id="6529" name="OP_SetRunMode" updated="02/15/05"> + <opcode id="1dc8" name="OP_SetRunMode" updated="05/11/05"> <comment>old cRunToggleCode</comment> </opcode> - <opcode id="0c78" name="OP_AAExpUpdate" updated="02/15/05"> + <opcode id="091d" name="OP_AAExpUpdate" updated="05/11/05"> <comment>Receiving AA experience. Also when percent to AA changes.</comment> <payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/> </opcode> - <opcode id="412a" name="OP_GetGuildMOTD" updated="02/15/05"> + <opcode id="4930" name="OP_GetGuildMOTD" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="7a2e" name="OP_SimpleMessage" updated="02/15/05"> + <opcode id="0ae3" name="OP_SimpleMessage" updated="05/11/05"> <comment>old SimpleMessageCode</comment> <payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/> </opcode> - <opcode id="67dd" name="OP_Hide" updated="02/15/05"> + <opcode id="023f" name="OP_Hide" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="0a45" name="OP_SaveOnZoneReq" updated="02/15/05"> + <opcode id="7e1a" name="OP_SaveOnZoneReq" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="1830" name="OP_ShopEnd" updated="02/15/05"> + <opcode id="0f94" name="OP_ShopEnd" updated="05/11/05"> <comment>old CloseVendorCode</comment> <payload dir="both" typename="unknown" sizechecktype="none"/> </opcode> - <opcode id="0855" name="OP_MoveDoor" updated="02/15/05"> + <opcode id="3024" name="OP_MoveDoor" updated="05/11/05"> <comment>old DoorClickCode</comment> </opcode> - <opcode id="678f" name="OP_SenseTraps" updated="02/15/05"> + <opcode id="1f0f" name="OP_SenseTraps" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="4144" name="OP_SenseHeading" updated="02/15/05"> + <opcode id="5093" name="OP_SenseHeading" updated="05/11/05"> <comment>old cSenseHeadingCode</comment> </opcode> - <opcode id="4510" name="OP_Buff" updated="02/15/05"> + <opcode id="70be" name="OP_Buff" updated="05/11/05"> <comment>old BuffDropCode</comment> <payload dir="both" typename="buffStruct" sizechecktype="match"/> </opcode> - <opcode id="2b9a" name="OP_CommonMessage" updated="02/15/05"> + <opcode id="4574" name="OP_CommonMessage" updated="05/11/05"> <comment>old ChannelMessageCode</comment> <payload dir="both" typename="channelMessageStruct" sizechecktype="none"/> </opcode> - <opcode id="1964" name="OP_LootComplete" updated="02/15/05"> + <opcode id="619e" name="OP_LootComplete" updated="05/11/05"> <comment>old sDoneLootingCode</comment> </opcode> - <opcode id="270f" name="OP_EnvDamage" updated="02/15/05"> + <opcode id="4d2f" name="OP_EnvDamage" updated="05/11/05"> <comment>Environmental Damage</comment> <payload dir="client" typename="environmentDamageStruct" sizechecktype="match"/> </opcode> - <opcode id="440a" name="OP_Split" updated="02/15/05"> + <opcode id="253f" name="OP_Split" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="74e5" name="OP_Surname" updated="02/15/05"> + <opcode id="5a42" name="OP_Surname" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="0981" name="OP_ZoneEntry" updated="02/15/05"> + <opcode id="33c8" name="OP_ZoneEntry" updated="05/11/05"> <comment>old ZoneEntryCode</comment> <payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/> <payload dir="server" typename="ServerZoneEntryStruct" sizechecktype="match"/> </opcode> - <opcode id="3335" name="OP_FinishTrade" updated="02/15/05"> + <opcode id="1de7" name="OP_FinishTrade" updated="05/11/05"> <comment>Trade is over</comment> </opcode> - <opcode id="2023" name="OP_ShopRequest" updated="02/15/05"> + <opcode id="6319" name="OP_ShopRequest" updated="05/11/05"> <comment>old OpenVendorCode</comment> <payload dir="both" typename="unknown" sizechecktype="none"/> </opcode> - <opcode id="3fcd" name="OP_MoveItem" updated="02/15/05"> + <opcode id="787a" name="OP_MoveItem" updated="05/11/05"> <comment>Client moving an item from one slot to another</comment> </opcode> - <opcode id="53f6" name="OP_ZoneSpawns" updated="02/15/05"> + <opcode id="2db5" name="OP_ZoneSpawns" updated="05/11/05"> <comment>old ZoneSpawnsCode</comment> <payload dir="server" typename="spawnStruct" sizechecktype="modulus"/> </opcode> - <opcode id="78cb" name="OP_FaceChange" updated="02/15/05"> + <opcode id="738f" name="OP_FaceChange" updated="05/11/05"> <comment>/face</comment> </opcode> - <opcode id="50a3" name="OP_GroupFollow" updated="02/15/05"> + <opcode id="2afe" name="OP_GroupFollow" updated="05/11/05"> <payload dir="both" typename="groupFollowStruct" sizechecktype="match"/> <comment>Accepting to join a group</comment> </opcode> - <opcode id="4bf1" name="OP_ItemPacket" updated="02/15/05"> + <opcode id="49b4" name="OP_ItemPacket" updated="05/11/05"> <comment>old ItemCode</comment> <payload dir="server" typename="itemPacketStruct" sizechecktype="none"/> </opcode> - <opcode id="103d" name="OP_ItemLinkResponse" updated="02/15/05"> + <opcode id="776b" name="OP_ItemLinkResponse" updated="05/11/05"> <comment>old ItemInfoCode</comment> <payload dir="server" typename="itemInfoStruct" sizechecktype="none"/> <payload dir="client" typename="itemInfoReqStruct" sizechecktype="none"/> </opcode> - <opcode id="0674" name="OP_Sneak" updated="02/15/05"> + <opcode id="319c" name="OP_Sneak" updated="05/11/05"> <comment>Clicked sneak</comment> </opcode> - <opcode id="05b1" name="OP_ClientReady" updated="02/15/05"> + <opcode id="16ee" name="OP_ClientReady" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="5bda" name="OP_ZoneChange" updated="02/15/05"> + <opcode id="05c6" name="OP_ZoneChange" updated="05/11/05"> <comment>old ZoneChangeCode</comment> <payload dir="both" typename="zoneChangeStruct" sizechecktype="match"/> </opcode> - <opcode id="2c2f" name="OP_RequestZoneChange" updated="02/15/05"> + <opcode id="1f28" name="OP_RequestZoneChange" updated="05/11/05"> <comment>Send by server when a click causes zone. Also, origin</comment> <payload dir="server" typename="requestZoneChangeStruct" sizechecktype="match"/> </opcode> - <opcode id="2f76" name="OP_SendZonePoints" updated="02/15/05"> + <opcode id="03ec" name="OP_SendZonePoints" updated="05/11/05"> <comment>Coords in a zone that will port you to another zone</comment> <payload dir="server" typename="zonePointsStruct" sizechecktype="none"/> </opcode> - <opcode id="1d3b" name="OP_MemorizeSpell" updated="02/15/05"> + <opcode id="5656" name="OP_MemorizeSpell" updated="05/11/05"> <comment>old MemSpellCode</comment> <payload dir="both" typename="memSpellStruct" sizechecktype="match"/> </opcode> - <opcode id="3357" name="OP_CancelInvite" updated="02/15/05"> + <opcode id="7cdb" name="OP_CancelInvite" updated="05/11/05"> <payload dir="both" typename="groupDeclineStruct" sizechecktype="match"/> <comment>Declining to join a group</comment> </opcode> - <opcode id="52b5" name="OP_ItemLinkClick" updated="02/15/05"> + <opcode id="3e39" name="OP_ItemLinkClick" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="355a" name="OP_SwapSpell" updated="02/15/05"> + <opcode id="22cc" name="OP_SwapSpell" updated="05/11/05"> <comment>old TradeSpellBookSlotsCode</comment> <payload dir="both" typename="tradeSpellBookSlotsStruct" sizechecktype="match"/> </opcode> - <opcode id="4785" name="OP_NewZone" updated="02/15/05"> + <opcode id="7e63" name="OP_NewZone" updated="05/11/05"> <comment>old NewZoneCode</comment> <payload dir="server" typename="newZoneStruct" sizechecktype="match"/> </opcode> - <opcode id="76f7" name="OP_Forage" updated="02/15/05"> + <opcode id="33bc" name="OP_Forage" updated="05/11/05"> <comment>old ForageCode</comment> </opcode> - <opcode id="4c39" name="OP_ConsentResponse" updated="02/15/05"> + <opcode id="6fc0" name="OP_ConsentResponse" updated="05/11/05"> <comment>Server replying with consent information after /consent</comment> <payload dir="server" typename="consentResponseStruct" sizechecktype="match"/> </opcode> - <opcode id="5363" name="OP_BazaarSearch" updated="02/15/05"> + <opcode id="3200" name="OP_BazaarSearch" updated="05/11/05"> <payload dir="client" typename="bazaarSearchQueryStruct" sizechecktype="none"/> <payload dir="server" typename="bazaarSearchResponseStruct" sizechecktype="modulus"/> <payload dir="server" typename="utf8" sizechecktype="none"/> <comment>Bazaar search tool</comment> </opcode> - <opcode id="0ff9" name="OP_NewSpawn" updated="02/15/05"> + <opcode id="5ff7" name="OP_NewSpawn" updated="05/11/05"> <comment>old NewSpawnCode</comment> <payload dir="server" typename="spawnStruct" sizechecktype="match"/> </opcode> - <opcode id="656e" name="OP_WearChange" implicitlen="9" updated="02/15/05"> + <opcode id="60e1" name="OP_WearChange" implicitlen="9" updated="05/11/05"> <comment>old SpawnUpdateCode</comment> <payload dir="both" typename="SpawnUpdateStruct" sizechecktype="match"/> </opcode> - <opcode id="428f" name="OP_Action" implicitlen="31" updated="02/15/05"> + <opcode id="0bb3" name="OP_Action" implicitlen="31" updated="05/11/05"> <comment></comment> <payload dir="both" typename="actionStruct" sizechecktype="match"/> </opcode> - <opcode id="4368" name="OP_InitialHPUpdate" implicitlen="6" updated="02/15/05"> + <opcode id="4ee3" name="OP_InitialHPUpdate" implicitlen="6" updated="05/11/05"> <comment>First NpcHpUpdateCode Update HP % of a PC or NPC, subsequence in this zone will be OP_HPUpdate</comment> <payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/> </opcode> - <opcode id="1095" name="OP_SpecialMesg" updated="02/15/05"> + <opcode id="0fab" name="OP_SpecialMesg" updated="05/11/05"> <comment>Communicate textual info to client</comment> <payload dir="server" typename="specialMessageStruct" sizechecktype="none"/> </opcode> - <opcode id="3dd0" name="OP_TargetMouse" updated="02/15/05"> + <opcode id="100d" name="OP_TargetMouse" updated="05/11/05"> <comment>Targeting a person - old ClientTargetCode</comment> <payload dir="both" typename="clientTargetStruct" sizechecktype="match"/> </opcode> - <opcode id="76d7" name="OP_TradeRequest" updated="02/15/05"> + <opcode id="1095" name="OP_TradeRequest" updated="05/11/05"> <comment>Client request trade session</comment> </opcode> - <opcode id="1e0b" name="OP_Bazaar" updated="02/15/05"> - <comment></comment> - </opcode> - <opcode id="5339" name="OP_SpawnDoor" updated="02/15/05"> + <opcode id="25cb" name="OP_SpawnDoor" updated="05/11/05"> <comment>old DoorSpawnsCode</comment> <payload dir="server" typename="doorStruct" sizechecktype="modulus"/> </opcode> - <opcode id="2f6d" name="OP_LeaveBoat" updated="02/15/05"> + <opcode id="54d1" name="OP_LeaveBoat" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="7eae" name="OP_Weather" updated="02/15/05"> + <opcode id="68d9" name="OP_Weather" updated="05/11/05"> <comment>old WeatherCode</comment> </opcode> - <opcode id="2fee" name="OP_PlayerProfile" updated="02/15/05"> + <opcode id="1f1c" name="OP_PlayerProfile" updated="05/11/05"> <comment>old CharProfileCode</comment> <payload dir="server" typename="charProfileStruct" sizechecktype="match"/> </opcode> - <opcode id="3942" name="OP_LFPGetMatchesRequest" updated="02/15/05"> + <opcode id="17d0" name="OP_LFPGetMatchesRequest" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="09f7" name="OP_FindResponse" updated="02/15/05"> + <opcode id="1828" name="OP_FindResponse" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="67a2" name="OP_RaidInvite" updated="02/15/05"> + <opcode id="050f" name="OP_RaidInvite" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="0769" name="OP_Illusion" updated="02/15/05"> + <opcode id="19d8" name="OP_Illusion" updated="05/11/05"> <comment>old IllusionCode</comment> <payload dir="both" typename="uint8_t" sizechecktype="none"/> </opcode> - <opcode id="1ea9" name="OP_AckPacket" updated="02/15/05"> + <opcode id="76b4" name="OP_AckPacket" updated="05/11/05"> <comment>Appears to be generic ack at the presentation level</comment> </opcode> - <opcode id="6b2b" name="OP_TraderBuy" updated="02/15/05"> + <opcode id="2617" name="OP_TraderBuy" updated="05/11/05"> <comment>buy from a trader in bazaar</comment> </opcode> - <opcode id="1288" name="OP_InspectAnswer" updated="02/15/05"> + <opcode id="69b3" name="OP_InspectAnswer" updated="05/11/05"> <comment>old InspectDataCode</comment> <payload dir="both" typename="inspectDataStruct" sizechecktype="match"/> </opcode> - <opcode id="51fb" name="OP_GMKill" updated="02/15/05"> + <opcode id="2684" name="OP_GMKill" updated="05/11/05"> <comment>GM /kill - Insta kill mob/pc</comment> </opcode> - <opcode id="20e1" name="OP_MoneyOnCorpse" updated="02/15/05"> + <opcode id="456b" name="OP_MoneyOnCorpse" updated="05/11/05"> <comment>old MoneyOnCorpseCode</comment> <payload dir="server" typename="moneyOnCorpseStruct" sizechecktype="match"/> </opcode> - <opcode id="4362" name="OP_ClickDoor" updated="02/15/05"> + <opcode id="610e" name="OP_ClickDoor" updated="05/11/05"> <comment>old DoorOpenCode</comment> <payload dir="both" typename="uint8_t" sizechecktype="none"/> </opcode> - <opcode id="6b81" name="OP_GuildPublicNote" updated="02/15/05"> + <opcode id="65d8" name="OP_GuildPublicNote" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="363a" name="OP_LootRequest" updated="02/15/05"> + <opcode id="5366" name="OP_LootRequest" updated="05/11/05"> <comment>old cLootCorpseCode</comment> </opcode> - <opcode id="4196" name="OP_YellForHelp" updated="02/15/05"> + <opcode id="4dd7" name="OP_YellForHelp" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="1281" name="OP_ManaChange" implicitlen="16" updated="02/15/05"> + <opcode id="5eb7" name="OP_ManaChange" implicitlen="16" updated="05/11/05"> <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="4ee6" name="OP_ShopPlayerBuy" updated="02/15/05"> + <opcode id="0af6" name="OP_ShopPlayerBuy" updated="05/11/05"> <comment>old BuyItemCode</comment> </opcode> - <opcode id="68d0" name="OP_ConsentDeny" updated="02/15/05"> + <opcode id="78b1" name="OP_ConsentDeny" updated="05/11/05"> <comment>/deny someone</comment> <payload dir="client" typename="consentRequestStruct" sizechecktype="none"/> </opcode> - <opcode id="390a" name="OP_LFPCommand" updated="02/15/05"> + <opcode id="787e" name="OP_LFPCommand" updated="05/11/05"> <comment>looking for players</comment> </opcode> - <opcode id="32af" name="OP_TradeCoins" updated="02/15/05"> + <opcode id="5463" name="OP_TradeCoins" updated="05/11/05"> <comment>Coins put in trade window</comment> </opcode> - <opcode id="74bc" name="OP_RandomReply" updated="02/15/05"> + <opcode id="0070" name="OP_RandomReply" updated="05/11/05"> <comment>old RandomCode</comment> <payload dir="server" typename="randomStruct" sizechecktype="match"/> </opcode> - <opcode id="53f3" name="OP_DenyResponse" updated="02/15/05"> + <opcode id="1700" name="OP_DenyResponse" updated="05/11/05"> <comment>Server replying with deny information after /deny</comment> <payload dir="server" typename="consentResponseStruct" sizechecktype="match"/> </opcode> - <opcode id="6980" name="OP_GroupUpdate" updated="02/15/05"> + <opcode id="5ba6" name="OP_GroupUpdate" updated="05/11/05"> <payload dir="server" typename="groupFullUpdateStruct" sizechecktype="match"/> <payload dir="server" typename="groupUpdateStruct" sizechecktype="match"/> <comment></comment> </opcode> - <opcode id="4549" name="OP_ConsiderCorpse" updated="02/15/05"> + <opcode id="2839" name="OP_ConsiderCorpse" updated="05/11/05"> <comment>old cConCorpseCode</comment> </opcode> - <opcode id="1112" name="OP_TradeAcceptClick" updated="02/15/05"> + <opcode id="55bb" name="OP_TradeAcceptClick" updated="05/11/05"> <comment>One side clicks Accept on the trade</comment> </opcode> - <opcode id="26fd" name="OP_TimeOfDay" updated="02/15/05"> + <opcode id="0f70" name="OP_TimeOfDay" updated="05/11/05"> <comment>old TimeOfDayCode</comment> <payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/> </opcode> - <opcode id="0832" name="OP_ConfirmDelete" updated="02/15/05"> + <opcode id="1aec" name="OP_ConfirmDelete" updated="05/11/05"> <comment>Client sends this to server to confirm op_deletespawn</comment> </opcode> - <opcode id="3a04" name="OP_MobHealth" implicitlen="3" updated="02/15/05"> + <opcode id="5752" name="OP_MobHealth" implicitlen="3" updated="05/11/05"> <comment>health sent when a player clicks on the mob</comment> </opcode> - <opcode id="32e9" name="OP_SkillUpdate" updated="02/15/05"> - <comment>old SkillIncCode</comment> - <payload dir="server" typename="skillIncStruct" sizechecktype="match"/> - </opcode> - <opcode id="6464" name="OP_RandomReq" updated="02/15/05"> + <opcode id="35a9" name="OP_RandomReq" updated="05/11/05"> <comment>old RandomReqCode</comment> <payload dir="client" typename="randomReqStruct" sizechecktype="match"/> </opcode> - <opcode id="1022" name="OP_CastSpell" updated="02/15/05"> + <opcode id="53b3" name="OP_CastSpell" updated="05/11/05"> <comment>old StartCastCode</comment> <payload dir="both" typename="startCastStruct" sizechecktype="match"/> </opcode> - <opcode id="7295" name="OP_ClientUpdate" implicitlen="18" updated="02/15/05"> - <comment>old PlayerPosCode</comment> + <opcode id="2b94" name="OP_ClientUpdate" implicitlen="18" updated="05/11/05"> + <comment>Position updates</comment> <payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/> <payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/> </opcode> - <opcode id="076f" name="OP_Report" updated="02/15/05"> + <opcode id="0be3" name="OP_Report" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="7b8f" name="OP_GroundSpawn" updated="02/15/05"> + <opcode id="4024" name="OP_GroundSpawn" updated="05/11/05"> <comment>old MakeDropCode</comment> <payload dir="server" typename="makeDropStruct" sizechecktype="match"/> </opcode> - <opcode id="6ec2" name="OP_TargetCommand" updated="02/15/05"> + <opcode id="27a4" name="OP_TargetCommand" updated="05/11/05"> <comment>Target user</comment> </opcode> - <opcode id="11d4" name="OP_LFPGetMatchesResponse" updated="02/15/05"> + <opcode id="7c39" name="OP_LFPGetMatchesResponse" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="4231" name="OP_Jump" updated="02/15/05"> + <opcode id="5bfb" name="OP_Jump" updated="05/11/05"> <comment>old cJumpCode?</comment> </opcode> - <opcode id="240b" name="OP_ExpUpdate" updated="02/15/05"> + <opcode id="4811" name="OP_ExpUpdate" updated="05/11/05"> <comment>old ExpUpdateCode</comment> <payload dir="server" typename="expUpdateStruct" sizechecktype="match"/> </opcode> - <opcode id="708a" name="OP_GMFind" updated="02/15/05"> + <opcode id="1e90" name="OP_GMFind" updated="05/11/05"> <comment>GM /find - ?</comment> </opcode> - <opcode id="790e" name="OP_GMKick" updated="01/26/05"> - <comment>GM /kick - Boot player</comment> - </opcode> - <opcode id="2ca6" name="OP_AAAction" updated="02/15/05"> + <opcode id="5e81" name="OP_AAAction" updated="05/11/05"> <comment>Used for changing percent, buying? and activating skills</comment> </opcode> - <opcode id="4211" name="OP_Death" updated="02/15/05"> + <opcode id="21d3" name="OP_Death" updated="05/11/05"> <comment>old NewCorpseCode</comment> <payload dir="server" typename="newCorpseStruct" sizechecktype="match"/> </opcode> - <opcode id="7ae7" name="OP_GMLastName" updated="02/15/05"> + <opcode id="5641" name="OP_GMLastName" updated="05/11/05"> <comment>GM /lastname - Change user lastname</comment> </opcode> - <opcode id="28af" name="OP_TradeSkillCombine" updated="02/15/05"> + <opcode id="0d54" name="OP_TradeSkillCombine" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="2bf3" name="OP_InitialMobHealth" implicitlen="3" updated="02/15/05"> + <opcode id="2392" name="OP_InitialMobHealth" implicitlen="3" updated="05/11/05"> <comment>Initial health sent when a player clicks on the mob. Subsequent updated will be OP_MobHealth</comment> </opcode> - <opcode id="7328" name="OP_LFGResponse" updated="02/15/05"> + <opcode id="1fe1" name="OP_LFGResponse" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="0ef1" name="OP_LFGGetMatchesResponse" updated="02/15/05"> + <opcode id="6918" name="OP_LFGGetMatchesResponse" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="65e3" name="OP_Mend" updated="02/15/05"> + <opcode id="4ec0" name="OP_Mend" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="5e1d" name="OP_MendHPUpdate" updated="02/15/05"> + <opcode id="1ffa" name="OP_MendHPUpdate" updated="05/11/05"> <comment></comment> </opcode> - <opcode id="2091" name="OP_Feedback" updated="02/15/05"> + <opcode id="1057" name="OP_Feedback" updated="05/11/05"> <comment>/feedback</comment> </opcode> + <opcode id="3e26" name="OP_TributeUpdate" updated="05/11/05"> + <comment>Tribute information</comment> + </opcode> + <opcode id="185c" name="OP_TributeInfo" updated="05/11/05"> + <comment>Tribute information</comment> + </opcode> + <opcode id="098b" name="OP_CompletedTasks" updated="05/11/05"> + <comment>Task history for task window</comment> + </opcode> + <opcode id="2b66" name="OP_CustomTitles" updated="05/11/05"> + <comment>List of available titles</comment> + </opcode> + <opcode id="7138" name="OP_Stamina" updated="05/11/05"> + <comment>Server updating on hunger/thirst</comment> + <payload dir="server" typename="staminaStruct" sizechecktype="match"/> + </opcode> + <opcode id="0430" name="OP_SkillUpdate" updated="05/11/05"> + <comment>old SkillIncCode</comment> + <payload dir="server" typename="skillIncStruct" sizechecktype="match"/> + </opcode> </seqopcodes> |