|
From: <fra...@us...> - 2015-05-30 01:19:06
|
Revision: 840
http://sourceforge.net/p/seq/svn/840
Author: fransick
Date: 2015-05-30 01:19:04 +0000 (Sat, 30 May 2015)
Log Message:
-----------
Historical checkin for 05/28/15
- Updated version to 5.13.10.34
- Support EQ patch 05/28/15
- Updated position structs
- Minor struct changes
- Updated Opcodes
Version to 5.13.10.34
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/conf/zoneopcodes.xml
showeq/trunk/configure.in
showeq/trunk/src/everquest.h
showeq/trunk/src/player.cpp
showeq/trunk/src/spawnshell.cpp
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2015-02-13 14:10:23 UTC (rev 839)
+++ showeq/trunk/ChangeLog 2015-05-30 01:19:04 UTC (rev 840)
@@ -1,3 +1,18 @@
+Fransick (05/28/15)
+-----------------
+- Updated version to 5.13.10.34
+- Support EQ patch 05/28/15
+- Updated position structs
+- Minor struct changes
+- Updated Opcodes
+
+Newby (03/28/15)
+-----------------
+- Updated version to 5.13.10.33
+- Support EQ patch 04/23/15
+- Updated position structs
+- Updated Opcodes
+
Fransick (02/10/15)
-----------------
- Updated version to 5.13.10.32
Modified: showeq/trunk/conf/zoneopcodes.xml
===================================================================
--- showeq/trunk/conf/zoneopcodes.xml 2015-02-13 14:10:23 UTC (rev 839)
+++ showeq/trunk/conf/zoneopcodes.xml 2015-05-30 01:19:04 UTC (rev 840)
@@ -3,272 +3,272 @@
<seqopcodes>
<!-- Critical opcodes used directly by ShowEQ -->
- <opcode id="68e6" name="OP_PlayerProfile" updated="02/10/15">
+ <opcode id="7845" name="OP_PlayerProfile" updated="05/28/15">
<comment>CharProfileCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="647b" name="OP_ZoneEntry" updated="02/10/15">
+ <opcode id="0dbc" name="OP_ZoneEntry" updated="05/28/15">
<comment>ZoneEntryCode</comment>
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="7a8e" name="OP_TimeOfDay" updated="02/10/15">
+ <opcode id="224f" name="OP_TimeOfDay" updated="05/28/15">
<comment>TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3df5" name="OP_NewZone" updated="02/10/15">
+ <opcode id="2f5a" name="OP_NewZone" updated="05/28/15">
<comment>NewZoneCode</comment>
<payload dir="server" typename="newZoneStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5e07" name="OP_SpawnDoor" updated="02/10/15">
+ <opcode id="3342" name="OP_SpawnDoor" updated="05/28/15">
<comment>DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="39c5" name="OP_GroundSpawn" updated="02/10/15">
+ <opcode id="21da" name="OP_GroundSpawn" updated="05/28/15">
<comment>MakeDropCode</comment>
<payload dir="server" typename="makeDropStruct" sizechecktype="none"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="56f5" name="OP_SendZonePoints" updated="02/10/15">
+ <opcode id="7c21" name="OP_SendZonePoints" updated="05/28/15">
<comment>Coords in a zone that will port you to another zone</comment>
<payload dir="server" typename="zonePointsStruct" sizechecktype="none"/>
</opcode>
- <opcode id="3228" name="OP_AAExpUpdate" updated="02/10/15">
+ <opcode id="7f4b" name="OP_AAExpUpdate" updated="05/28/15">
<comment>Receiving AA experience. Also when percent to AA changes.</comment>
<payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="ffff" name="OP_ExpUpdate" updated="11/19/14">
- <comment>ExpUpdateCode 233e as of 12/11/14</comment>
+ <opcode id="3e68" name="OP_ExpUpdate" updated="05/28/15">
+ <comment>ExpUpdateCode 3e68 as of 05/28/15</comment>
<payload dir="server" typename="expUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5706" name="OP_GuildMOTD" updated="02/10/15">
+ <opcode id="1b3b" name="OP_GuildMOTD" updated="05/28/15">
<comment>GuildMOTD</comment>
<payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="4c8f" name="OP_ClientUpdate" updated="02/10/15">
+ <opcode id="3502" name="OP_ClientUpdate" updated="05/28/15">
<comment>Position updates</comment>
<payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/>
<payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1870" name="OP_NpcMoveUpdate" updated="02/10/15">
+ <opcode id="71fd" name="OP_NpcMoveUpdate" updated="05/28/15">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="4aa2" name="OP_MobUpdate" updated="02/10/15">
+ <opcode id="56c3" name="OP_MobUpdate" updated="05/28/15">
<comment>MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="30a7" name="OP_DeleteSpawn" updated="02/10/15">
+ <opcode id="2f99" name="OP_DeleteSpawn" updated="05/28/15">
<comment>DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4943" name="OP_RemoveSpawn" updated="02/10/15">
+ <opcode id="4b20" name="OP_RemoveSpawn" updated="05/28/15">
<comment>Remove spawn from zone</comment>
<payload dir="both" typename="removeSpawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="1739" name="OP_Death" updated="02/10/15">
+ <opcode id="3b45" name="OP_Death" updated="05/28/15">
<comment>old NewCorpseCode</comment>
<payload dir="server" typename="newCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="25a3" name="OP_WearChange" updated="02/10/15">
+ <opcode id="4de6" name="OP_WearChange" updated="05/28/15">
<comment>SpawnUpdateCode</comment>
<payload dir="both" typename="SpawnUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7f67" name="OP_SpawnAppearance" updated="02/10/15">
+ <opcode id="19c1" name="OP_SpawnAppearance" updated="05/28/15">
<comment>SpawnAppearanceCode</comment>
<payload dir="both" typename="spawnAppearanceStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7569" name="OP_Stamina" updated="12/11/14">
+ <opcode id="6c19" name="OP_Stamina" updated="05/28/15">
<comment>Server updating on hunger/thirst</comment>
<payload dir="server" typename="staminaStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7a65" name="OP_HPUpdate" updated="12/11/14">
+ <opcode id="5b22" name="OP_HPUpdate" updated="05/28/15">
<comment>NpcHpUpdateCode Update HP % of a PC or NPC</comment>
<payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="02cb" name="OP_GuildMemberUpdate" updated="02/10/15">
+ <opcode id="5f80" name="OP_GuildMemberUpdate" updated="05/28/15">
<comment>Info regarding guild members</comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="2de1" name="OP_ClickObject" updated="02/10/15">
+ <opcode id="6e6b" name="OP_ClickObject" updated="05/28/15">
<comment>Items dropped on the ground</comment>
<payload dir="both" typename="remDropStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7e07" name="OP_Action" updated="02/10/15">
+ <opcode id="41d7" name="OP_Action" updated="05/28/15">
<comment>Spells cast etc</comment>
<payload dir="both" typename="actionStruct" sizechecktype="match"/>
<payload dir="both" typename="actionAltStruct" sizechecktype="match"/>
</opcode>
- <opcode id="71c4" name="OP_Action2" updated="02/10/15">
+ <opcode id="6cc9" name="OP_Action2" updated="05/28/15">
<comment>Combat actions i.e. bash, kick etc</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>
- <opcode id="507b" name="OP_Consider" updated="02/10/15">
+ <opcode id="758a" name="OP_Consider" updated="05/28/15">
<comment>ConsiderCode</comment>
<payload dir="both" typename="considerStruct" sizechecktype="match"/>
</opcode>
- <opcode id="420d" name="OP_TargetMouse" updated="02/10/15">
+ <opcode id="693b" name="OP_TargetMouse" updated="05/28/15">
<comment>Targeting a person - old ClientTargetCode</comment>
<payload dir="both" typename="clientTargetStruct" sizechecktype="match"/>
</opcode>
- <opcode id="026a" name="OP_SpawnRename" updated="11/19/14">
+ <opcode id="6636" name="OP_SpawnRename" updated="05/28/15">
<comment>Spawns getting renamed after initial NewSpawn</comment>
<payload dir="server" typename="spawnRenameStruct" sizechecktype="match"/>
</opcode>
- <opcode id="78c4" name="OP_Illusion" updated="12/11/14">
+ <opcode id="528d" name="OP_Illusion" updated="05/28/15">
<comment>Spawn being illusioned (changing forms)</comment>
<payload dir="both" typename="spawnIllusionStruct" sizechecktype="match"/>
</opcode>
- <opcode id="32aa" name="OP_Shroud" updated="12/11/14">
+ <opcode id="3ce9" name="OP_Shroud" updated="05/28/15">
<comment>Server putting players into shroud form</comment>
<payload dir="server" typename="spawnShroudSelf" sizechecktype="none"/>
</opcode>
- <opcode id="796b" name="OP_ZoneChange" updated="02/10/15">
+ <opcode id="1082" name="OP_ZoneChange" updated="05/28/15">
<comment>old ZoneChangeCode</comment>
<payload dir="both" typename="zoneChangeStruct" sizechecktype="match"/>
</opcode>
- <opcode id="07ac" name="OP_GroupInvite" updated="12/11/14">
+ <opcode id="2bd1" name="OP_GroupInvite" updated="05/28/15">
<payload dir="both" typename="groupInviteStruct" sizechecktype="none"/>
<comment>You invite someone while ungrouped or get invited by someone ungrouped </comment>
</opcode>
- <opcode id="2818" name="OP_GroupInvite2" updated="12/11/14">
+ <opcode id="054d" name="OP_GroupInvite2" updated="05/28/15">
<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="2a51" name="OP_GroupCancelInvite" updated="12/11/14">
+ <opcode id="3b3c" name="OP_GroupCancelInvite" updated="05/28/15">
<payload dir="both" typename="groupDeclineStruct" sizechecktype="match"/>
<comment>Declining to join a group</comment>
</opcode>
- <opcode id="08c0" name="OP_GroupFollow" updated="12/11/14">
+ <opcode id="82db" name="OP_GroupFollow" updated="05/28/15">
<payload dir="server" typename="groupFollowStruct" sizechecktype="match"/>
<comment>You join a group or player joins group</comment>
</opcode>
- <opcode id="7c32" name="OP_GroupFollow2" updated="12/11/14">
+ <opcode id="6b36" name="OP_GroupFollow2" updated="05/28/15">
<payload dir="server" typename="groupFollowStruct" sizechecktype="match"/>
<comment>Player joins your group</comment>
</opcode>
- <opcode id="4753" name="OP_GroupUpdate" updated="12/11/14">
+ <opcode id="5ee3" name="OP_GroupUpdate" updated="05/28/15">
<comment>Group updates</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="640b" name="OP_GroupDisband" updated="12/11/14">
+ <opcode id="38e0" name="OP_GroupDisband" updated="05/28/15">
<comment>You disband from group</comment>
<payload dir="server" typename="groupDisbandStruct" sizechecktype="match"/>
</opcode>
- <opcode id="27af" name="OP_GroupDisband2" updated="12/11/14">
+ <opcode id="0af0" name="OP_GroupDisband2" updated="05/28/15">
<comment>Other disbands from group</comment>
<payload dir="server" typename="groupDisbandStruct" sizechecktype="match"/>
</opcode>
- <opcode id="42f0" name="OP_GroupLeader" updated="12/11/14">
+ <opcode id="4fa7" name="OP_GroupLeader" updated="05/28/15">
<comment>Group leader change</comment>
<payload dir="server" typename="groupLeaderChangeStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0f13" name="OP_Buff" updated="12/11/14">
+ <opcode id="2892" name="OP_Buff" updated="05/28/15">
<comment>old BuffDropCode</comment>
<payload dir="both" typename="buffStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1ae5" name="OP_BuffFadeMsg" updated="12/11/14">
+ <opcode id="2475" name="OP_BuffFadeMsg" updated="05/28/15">
<comment>SpellFadeCode</comment>
<payload dir="both" typename="spellFadedStruct" sizechecktype="none"/>
</opcode>
- <opcode id="7ea7" name="OP_BeginCast" updated="12/11/14">
+ <opcode id="47ae" name="OP_BeginCast" updated="05/28/15">
<comment>BeginCastCode</comment>
<payload dir="both" typename="beginCastStruct" sizechecktype="match"/>
</opcode>
- <opcode id="327c" name="OP_CastSpell" updated="12/11/14">
+ <opcode id="36d4" name="OP_CastSpell" updated="05/28/15">
<comment>StartCastCode</comment>
<payload dir="both" typename="startCastStruct" sizechecktype="match"/>
</opcode>
- <opcode id="412c" name="OP_SwapSpell" updated="12/11/14">
+ <opcode id="9aec" name="OP_SwapSpell" updated="05/28/15">
<comment>TradeSpellBookSlotsCode</comment>
<payload dir="both" typename="tradeSpellBookSlotsStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1498" name="OP_MemorizeSpell" updated="12/11/14">
+ <opcode id="06d1" name="OP_MemorizeSpell" updated="05/28/15">
<comment>MemSpellCode</comment>
<payload dir="both" typename="memSpellStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1209" name="OP_InspectAnswer" updated="12/11/14">
+ <opcode id="3e81" name="OP_InspectAnswer" updated="05/28/15">
<comment>InspectDataCode</comment>
<payload dir="both" typename="inspectDataStruct" sizechecktype="match"/>
</opcode>
- <opcode id="26e8" name="OP_Emote" updated="12/11/14">
+ <opcode id="4d36" name="OP_Emote" updated="05/28/15">
<comment>EmoteTextCode</comment>
<payload dir="both" typename="emoteTextStruct" sizechecktype="none"/>
</opcode>
- <opcode id="7e33" name="OP_SimpleMessage" updated="02/10/15">
+ <opcode id="2830" name="OP_SimpleMessage" updated="05/28/15">
<comment>SimpleMessageCode</comment>
<payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="18b8" name="OP_FormattedMessage" updated="02/10/15">
+ <opcode id="14dc" name="OP_FormattedMessage" updated="05/28/15">
<comment>FormattedMessageCode i.e. pet dismissed etc</comment>
<payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="22b8" name="OP_CommonMessage" updated="02/10/15">
+ <opcode id="6936" name="OP_CommonMessage" updated="05/28/15">
<comment>ChannelMessageCode i.e. /tell /ooc /shout etc</comment>
<payload dir="both" typename="channelMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="13c7" name="OP_SpecialMesg" updated="02/10/15">
+ <opcode id="2401" name="OP_SpecialMesg" updated="05/28/15">
<comment>Communicate textual info to client including hail responses etc</comment>
<payload dir="server" typename="specialMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="1e02" name="OP_RandomReq" updated="12/11/14">
+ <opcode id="7774" name="OP_RandomReq" updated="05/28/15">
<comment>RandomReqCode</comment>
<payload dir="client" typename="randomReqStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1198" name="OP_RandomReply" updated="12/11/14">
+ <opcode id="056b" name="OP_RandomReply" updated="05/28/15">
<comment>RandomCode</comment>
<payload dir="server" typename="randomStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5abc" name="OP_ConsentResponse" updated="12/11/14">
+ <opcode id="5c1d" name="OP_ConsentResponse" updated="05/28/15">
<comment>Server replying with consent information after /consent</comment>
<payload dir="server" typename="consentResponseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="57dd" name="OP_DenyResponse" updated="12/11/14">
+ <opcode id="492a" name="OP_DenyResponse" updated="05/28/15">
<comment>Server replying with deny information after /deny</comment>
<payload dir="server" typename="consentResponseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="65d8" name="OP_ManaChange" updated="12/11/14">
+ <opcode id="2210" name="OP_ManaChange" updated="05/28/15">
<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="1047" name="OP_BazaarSearchRequest" updated="12/11/14">
+ <opcode id="07ee" name="OP_BazaarSearchRequest" updated="05/28/15">
<comment>Bazaar search request </comment>
<payload dir="client" typename="bazaarSearchQueryStruct" sizechecktype="none"/>
</opcode>
- <opcode id="54cd" name="OP_BazaarSearchResponse" updated="12/11/14">
+ <opcode id="2b57" name="OP_BazaarSearchResponse" updated="05/28/15">
<comment>Bazaar search Response - Struct incorrect </comment>
<payload dir="server" typename="bazaarSearchResponseStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="54b5" name="OP_MoneyOnCorpse" updated="12/11/14">
+ <opcode id="26cf" name="OP_MoneyOnCorpse" updated="05/28/15">
<comment>MoneyOnCorpseCode</comment>
<payload dir="server" typename="moneyOnCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2f89" name="OP_SkillUpdate" updated="12/11/14">
+ <opcode id="63f2" name="OP_SkillUpdate" updated="05/28/15">
<comment>Skill up code</comment>
<payload dir="server" typename="skillIncStruct" sizechecktype="match"/>
</opcode>
- <opcode id="65eb" name="OP_LevelUpdate" updated="11/19/14">
+ <opcode id="193d" name="OP_LevelUpdate" updated="05/28/15">
<comment>LevelUpUpdateCode</comment>
<payload dir="server" typename="levelUpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="61ce" name="OP_DzSwitchInfo" updated="12/11/14">
+ <opcode id="564c" name="OP_DzSwitchInfo" updated="05/28/15">
<comment>Expedition compass etc</comment>
<payload dir="server" typename="dzSwitchInfo" sizechecktype="none"/>
</opcode>
- <opcode id="48df" name="OP_DzInfo" updated="12/11/14">
+ <opcode id="1d36" name="OP_DzInfo" updated="05/28/15">
<comment>Expedition Information</comment>
<payload dir="server" typename="dzInfo" sizechecktype="match"/>
</opcode>
- <opcode id="1a05" name="OP_EnvDamage" updated="12/11/14">
+ <opcode id="4293" name="OP_EnvDamage" updated="05/28/15">
<comment>Environmental Damage</comment>
<payload dir="client" typename="environmentDamageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4508" name="OP_SetRunMode" updated="12/11/14">
+ <opcode id="4f23" name="OP_SetRunMode" updated="05/28/15">
<comment>old cRunToggleCode</comment>
<payload dir="client" typename="cRunToggleStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4ae8" name="OP_Trader" updated="11/19/14">
+ <opcode id="0269" name="OP_Trader" updated="05/28/15">
<comment>PC's turning trader on and off</comment>
<payload dir="server" typename="bazaarTraderRequest" sizechecktype="match"/>
</opcode>
@@ -307,7 +307,7 @@
<comment>List of group members - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="1069" name="OP_GuildMemberList" updated="02/10/15">
+ <opcode id="674f" name="OP_GuildMemberList" updated="05/28/15">
<comment>List of guild members - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
@@ -343,19 +343,19 @@
<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="0701" name="OP_VoiceChat" updated="12/11/14">
+ <opcode id="3faf" name="OP_VoiceChat" updated="05/28/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="7624" name="OP_PollQuestions" updated="12/11/14">
+ <opcode id="6abf" name="OP_PollQuestions" updated="05/28/15">
<comment>SOE in-game player poll questions - Variable length</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="09f6" name="OP_PollResponses" updated="12/11/14">
+ <opcode id="764e" name="OP_PollResponses" updated="05/28/15">
<comment>Poll response choices - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="35ba" name="OP_ShroudProgression" updated="12/11/14">
+ <opcode id="5a4b" name="OP_ShroudProgression" updated="05/28/15">
<comment>Unlocked shrouds - 293 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -363,15 +363,15 @@
<comment>Shroud templates to choose from on shroud NPC - 18983 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="3040" name="OP_Fellowship" updated="12/11/14">
+ <opcode id="7b00" name="OP_Fellowship" updated="05/28/15">
<comment>Fellowship information - 2564 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="5d18" name="OP_ExpandedGuildInfo" updated="02/10/15">
+ <opcode id="7424" name="OP_ExpandedGuildInfo" updated="05/28/15">
<comment>Guild ranks and other misc guild data - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="5e21" name="OP_GuildBank" updated="12/11/14">
+ <opcode id="0ec3" name="OP_GuildBank" updated="05/28/15">
<comment>Guild bank contents - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -391,7 +391,7 @@
<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>
- <opcode id="0b69" name="OP_TradeSkillCombineOld" updated="11/28/12">
+ <opcode id="ffff" name="OP_TradeSkillCombineOld" updated="11/28/12">
<comment>Tradeskill combine using old tradeskill window - 24 Bytes</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
@@ -399,19 +399,19 @@
<comment>Inventory/bank items coming over during zone - Variable length</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="632b" name="OP_TaskDescription" updated="12/11/14">
+ <opcode id="5357" name="OP_TaskDescription" updated="05/28/15">
<comment>Task descriptions coming down for task window - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="319b" name="OP_TaskActivity" updated="12/11/14">
+ <opcode id="3ee5" name="OP_TaskActivity" updated="05/28/15">
<comment>Task activity descriptions coming down for task window - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="2d3e" name="OP_CompletedTasks" updated="12/11/14">
+ <opcode id="31da" name="OP_CompletedTasks" updated="05/28/15">
<comment>Task history for task window - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="4eb5" name="OP_CustomTitles" updated="12/11/14">
+ <opcode id="3eac" name="OP_CustomTitles" updated="05/28/15">
<comment>List of available titles - 1520 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -543,7 +543,7 @@
<comment>LFG/LFP server response - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="2ec4" name="OP_MercenaryList" updated="12/11/14">
+ <opcode id="6960" name="OP_MercenaryList" updated="05/28/15">
<comment>Listing of hired mercenaries - 648 bytes
<payload dir="server" typename="unknown" sizechecktype="none"/></comment>
</opcode>
@@ -563,11 +563,11 @@
<comment>Client clicks off buff - 8 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="5768" name="OP_HouseAddress" updated="12/11/14">
+ <opcode id="5b38" name="OP_HouseAddress" updated="05/28/15">
<comment>House and guildhall address information - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="32a3" name="OP_HouseContents" updated="12/11/14">
+ <opcode id="4f3b" name="OP_HouseContents" updated="05/28/15">
<comment>Server sending house information and contents - variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -583,11 +583,11 @@
<comment>Server sending pending rewards - variable length</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="3141" name="OP_FTPNags" updated="12/11/14">
+ <opcode id="2983" name="OP_FTPNags" updated="05/28/15">
<comment>Free to play nags and other data - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="10bd" name="OP_Find" updated="02/10/15">
+ <opcode id="7996" name="OP_Find" updated="05/28/15">
<comment>Find window data - 112 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2015-02-13 14:10:23 UTC (rev 839)
+++ showeq/trunk/configure.in 2015-05-30 01:19:04 UTC (rev 840)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.13.10.32)
+AC_INIT(showeq, 5.13.10.34)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
Modified: showeq/trunk/src/everquest.h
===================================================================
--- showeq/trunk/src/everquest.h 2015-02-13 14:10:23 UTC (rev 839)
+++ showeq/trunk/src/everquest.h 2015-05-30 01:19:04 UTC (rev 840)
@@ -1094,26 +1094,20 @@
{
unsigned pitch:12;
- signed deltaY:13; // change in y
- unsigned padding01:7;
-
+ signed x:19; // x coord (1st loc value)
+ unsigned padding01:1;
+ signed deltaZ:13; // change in z
+ signed z:19; // z coord (3rd loc value)
+ signed y:19; // y coord (2nd loc value)
signed animation:10; // velocity
+ unsigned padding02:3;
signed deltaX:13; // change in x
- unsigned padding02:9;
-
+ signed deltaY:13; // change in y
+ unsigned padding03:6;
+ signed deltaHeading:10; // change in heading
unsigned heading:12; // heading
- signed deltaHeading:10; // change in heading
- unsigned padding03:10;
+ unsigned padding04:10;
- signed x:19; // x coord (1st loc value)
- unsigned padding04:13;
-
- signed z:19; // z coord (3rd loc value)
- signed deltaZ:13; // change in z
-
- signed y:19; // y coord (2nd loc value)
- unsigned padding05:13;
-
};
int32_t posData[6];
};
@@ -1787,7 +1781,7 @@
/*
** Grouping Invite
-** Length 148 Octets (invite a player) or 152 (you get invited)
+** Length 152 Octets
** Opcode OP_GroupInvite
*/
@@ -1817,7 +1811,7 @@
/*
** Grouping Invite Answer - Accept
-** Length 148 Octets
+** Length 152 Octets
** Opcode OP_GroupFollow
*/
@@ -1827,13 +1821,13 @@
/*0064*/ char invitee[64]; // Invitee's Member Name
/*0128*/ uint8_t unknown0132[4]; // ***Placeholder
/*0132*/ uint32_t level; // Invitee's level
-/*0136*/ uint8_t unknown0136[12]; // ***Placeholder (zeros)
-/*0148*/
+/*0136*/ uint8_t unknown0136[16]; // ***Placeholder (zeros)
+/*0152*/
};
/*
** Group Disbanding
-** Length 148 Octets
+** Length 152 Octets
** Opcode
*/
@@ -1841,13 +1835,13 @@
{
/*0000*/ char yourname[64]; // Player Name
/*0064*/ char membername[64]; // Invited Member Name
-/*0128*/ uint8_t unknown0128[20]; // ***Placeholder
-/*0148*/
+/*0128*/ uint8_t unknown0128[24]; // ***Placeholder
+/*0152*/
};
/*
** Group Leader Change
-** Length 148 Octets
+** Length 152 Octets
** Opcode OP_GroupLeader
*/
@@ -1855,8 +1849,8 @@
{
/*0000*/ char unknown0000[64]; // ***Placeholder
/*0064*/ char membername[64]; // Invited Member Name
-/*0128*/ uint8_t unknown0128[20]; // ***Placeholder
-/*0148*/
+/*0128*/ uint8_t unknown0128[24]; // ***Placeholder
+/*0152*/
};
/*
@@ -2354,7 +2348,7 @@
/*
** Player Position Update
-** Length: 28 Octets
+** Length: 24 Octets
** OpCode: PlayerPosCode
*/
@@ -2362,33 +2356,26 @@
{
/*0000*/ uint16_t spawnId;
/*0002*/ uint16_t spawnId2;
-/*0004*/
- unsigned pitch:12;
+/*0004*/ unsigned pitch:12;
+ signed x:19; // x coord (1st loc value)
+ unsigned padding01:1;
+/*0008*/ signed deltaZ:13; // change in z
+ signed z:19; // z coord (3rd loc value)
+/*0012*/ signed y:19; // y coord (2nd loc value)
+ signed animation:10; // velocity
+ unsigned padding02:3;
+/*0016*/ signed deltaX:13; // change in x
signed deltaY:13; // change in y
- unsigned padding01:7;
-/*0008*/
- signed animation:10; // velocity
- signed deltaX:13; // change in x
- unsigned padding02:9;
-/*0012*/
+ unsigned padding03:6;
+/*0020*/ signed deltaHeading:10; // change in heading
unsigned heading:12; // heading
- signed deltaHeading:10; // change in heading
- unsigned padding03:10;
-/*0016*/
- signed x:19; // x coord (1st loc value)
- unsigned padding04:13;
-/*0020*/
- signed z:19; // z coord (3rd loc value)
- signed deltaZ:13; // change in z
+ unsigned padding04:10;
/*0024*/
- signed y:19; // y coord (2nd loc value)
- unsigned padding05:13;
-/*0028*/
};
/*
** Self Position Update
-** Length: 38 Octets
+** Length: 42 Octets
** OpCode: PlayerPosCode
*/
@@ -2397,27 +2384,20 @@
/*0000*/ uint16_t unknown0000; // ***Placeholder (update time counter?)
/*0002*/ uint16_t spawnId; // Player's spawn id
/*0004*/ uint16_t unknown0001; // ***Placeholder
-/*0006*/
- unsigned pitch:12; // pitch (up/down heading)
- signed deltaHeading:10; // change in heading
- unsigned padding01:10;
-/*0010*/
- float deltaY; // Change in y
-/*0014*/
- float x; // x coord (1st loc value)
-/*0018*/
- float z; // z coord (3rd loc value)
-/*0022*/
- float y; // y coord (2nd loc value)
-/*0026*/
- float deltaZ; // Change in z
-/*0030*/
+/*0006*/ unsigned pitch:12; // pitch (up/down heading)
+ unsigned padding01:20;
+/*0010*/ float deltaZ; // Change in z
+/*0014*/ unsigned heading:12; // Heading
signed animation:10; // velocity
- unsigned heading:12; // Heading
unsigned padding02:10;
-/*0034*/
- float deltaX; // Change in x
-/*0038*/
+/*0018*/ float deltaX; // Change in x
+/*0022*/ float deltaY; // Change in y
+/*0026*/ float x; // x coord (1st loc value)
+/*0030*/ signed deltaHeading:10; // change in heading
+ unsigned padding03:22;
+/*0034*/ float y; // y coord (2nd loc value)
+/*0038*/ float z; // z coord (3rd loc value)
+/*0042*/
};
/*
Modified: showeq/trunk/src/player.cpp
===================================================================
--- showeq/trunk/src/player.cpp 2015-02-13 14:10:23 UTC (rev 839)
+++ showeq/trunk/src/player.cpp 2015-05-30 01:19:04 UTC (rev 840)
@@ -862,17 +862,17 @@
/*0002*/ uint16_t spawnId; // Player's spawn id
/*0004*/ uint16_t unknown0001; // ***Placeholder
/*0006*/ unsigned pitch:12; // pitch (up/down heading)
- unsigned heading:12; // Heading
- unsigned padding01:8;
- /*0010*/ float deltaX; // Change in x
- /*0014*/ signed deltaHeading:10; // change in heading
- unsigned padding02:22;
- /*0018*/ float x; // x coord (1st loc value)
- /*0022*/ signed animation:10; // velocity
+ unsigned padding01:20;
+ /*0010*/ float deltaZ; // Change in z
+ /*0014*/ unsigned heading:12; // Heading
+ signed animation:10; // velocity
+ unsigned padding02:10;
+ /*0018*/ float deltaX; // Change in x
+ /*0022*/ float deltaY; // Change in y
+ /*0026*/ float x; // x coord (1st loc value)
+ /*0030*/ signed deltaHeading:10; // change in heading
unsigned padding03:22;
- /*0026*/ float deltaY; // Change in y
- /*0030*/ float y; // y coord (2nd loc value)
- /*0034*/ float deltaZ; // Change in z
+ /*0034*/ float y; // y coord (2nd loc value)
/*0038*/ float z; // z coord (3rd loc value)
/*0042*/
};
Modified: showeq/trunk/src/spawnshell.cpp
===================================================================
--- showeq/trunk/src/spawnshell.cpp 2015-02-13 14:10:23 UTC (rev 839)
+++ showeq/trunk/src/spawnshell.cpp 2015-05-30 01:19:04 UTC (rev 840)
@@ -719,7 +719,7 @@
spawn->posData[2] = netStream.readUInt32NC();
spawn->posData[3] = netStream.readUInt32NC();
spawn->posData[4] = netStream.readUInt32NC();
- spawn->posData[5] = netStream.readUInt32NC();
+// spawn->posData[5] = netStream.readUInt32NC();
if(spawn->hasTitle)
{
@@ -922,18 +922,19 @@
/*0000*/ uint16_t spawnId;
/*0002*/ uint16_t spawnId2;
/*0004*/ unsigned pitch:12;
- signed deltaZ:13; // change in z
- unsigned padding01:7;
- /*0008*/ signed y:19; // y coord (2nd loc value)
+ signed x:19; // x coord (1st loc value)
+ unsigned padding01:1;
+ /*0008*/ signed deltaZ:13; // change in z
+ signed z:19; // z coord (3rd loc value)
+ /*0012*/ signed y:19; // y coord (2nd loc value)
+ signed animation:10; // velocity
+ unsigned padding02:3;
+ /*0016*/ signed deltaX:13; // change in x
signed deltaY:13; // change in y
- /*0012*/ signed deltaX:13; // change in x
- signed z:19; // z coord (3rd loc value)
- /*0016*/ signed animation:10; // velocity
- signed deltaHeading:10; // change in heading
- unsigned padding02:12;
- /*0020*/ signed x:19; // x coord (1st loc value)
+ unsigned padding03:6;
+ /*0020*/ signed deltaHeading:10; // change in heading
unsigned heading:12; // heading
- unsigned padding03:1;
+ unsigned padding04:10;
/*0024*/
};
#endif
@@ -941,14 +942,14 @@
#if 0
#pragma pack(0)
struct pos *p = (struct pos *)data;
- if (p->spawnId == 0x109a)
+ if (p->spawnId == 0x4afc)
printf("[%.2x](%f, %f, %f), dx %f dy %f dz %f\n head %d dhead %d anim %d pitch %d (%x, %x, %x, %x, %x, %x)\n",
p->spawnId, float(p->x)/8.0, float(p->y/8.0), float(p->z)/8.0,
float(p->deltaX)/4.0, float(p->deltaY)/4.0,
float(p->deltaZ)/4.0,
p->heading, p->deltaHeading,
p->animation, p->pitch,
- p->padding01, p->padding02, p->padding03 );
+ p->padding01, p->padding02, p->padding03, p->padding04 );
#endif
updateSpawn(pupdate->spawnId, x, y, z, dx, dy, dz,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|