|
From: <fra...@us...> - 2014-10-04 03:59:03
|
Revision: 829
http://sourceforge.net/p/seq/svn/829
Author: fransick
Date: 2014-10-04 03:58:51 +0000 (Sat, 04 Oct 2014)
Log Message:
-----------
Historical checkin for 9/19/14
- Updated Opcodes
- Updated Structs
Version 5.13.10.28
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/conf/zoneopcodes.xml
showeq/trunk/configure.in
showeq/trunk/src/everquest.h
showeq/trunk/src/group.cpp
showeq/trunk/src/player.cpp
showeq/trunk/src/spawnshell.cpp
showeq/trunk/src/util.cpp
showeq/trunk/src/zonemgr.cpp
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2014-08-26 14:46:22 UTC (rev 828)
+++ showeq/trunk/ChangeLog 2014-10-04 03:58:51 UTC (rev 829)
@@ -1,3 +1,11 @@
+Fransick (8/19/14)
+-----------------
+- Updated version to 5.13.10.28
+- Support EQ patch 9/19/14
+- Updated position structs
+- Updated Opcodes
+- Fixed playerStruct and groupStruct
+
Fransick (8/20/14)
-----------------
- Updated version to 5.13.10.27
Modified: showeq/trunk/conf/zoneopcodes.xml
===================================================================
--- showeq/trunk/conf/zoneopcodes.xml 2014-08-26 14:46:22 UTC (rev 828)
+++ showeq/trunk/conf/zoneopcodes.xml 2014-10-04 03:58:51 UTC (rev 829)
@@ -3,268 +3,268 @@
<seqopcodes>
<!-- Critical opcodes used directly by ShowEQ -->
- <opcode id="72b9" name="OP_PlayerProfile" updated="08/25/14">
+ <opcode id="0902" name="OP_PlayerProfile" updated="09/19/14">
<comment>CharProfileCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="7002" name="OP_ZoneEntry" updated="08/25/14">
+ <opcode id="197b" name="OP_ZoneEntry" updated="09/19/14">
<comment>ZoneEntryCode</comment>
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="7ef6" name="OP_TimeOfDay" updated="08/25/14">
+ <opcode id="24a3" name="OP_TimeOfDay" updated="09/19/14">
<comment>TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5c9f" name="OP_NewZone" updated="08/25/14">
+ <opcode id="02e9" name="OP_NewZone" updated="09/19/14">
<comment>NewZoneCode</comment>
<payload dir="server" typename="newZoneStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3c84" name="OP_SpawnDoor" updated="08/25/14">
+ <opcode id="595b" name="OP_SpawnDoor" updated="09/19/14">
<comment>DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="799a" name="OP_GroundSpawn" updated="08/25/14">
+ <opcode id="22e6" name="OP_GroundSpawn" updated="09/19/14">
<comment>MakeDropCode</comment>
<payload dir="server" typename="makeDropStruct" sizechecktype="none"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="3863" name="OP_SendZonePoints" updated="08/25/14">
+ <opcode id="4de2" name="OP_SendZonePoints" updated="09/19/14">
<comment>Coords in a zone that will port you to another zone</comment>
<payload dir="server" typename="zonePointsStruct" sizechecktype="none"/>
</opcode>
- <opcode id="4cc0" name="OP_AAExpUpdate" updated="08/25/14">
+ <opcode id="5ff7" name="OP_AAExpUpdate" updated="09/19/14">
<comment>Receiving AA experience. Also when percent to AA changes.</comment>
<payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="514f" name="OP_ExpUpdate" updated="08/25/14">
+ <opcode id="2fdc" name="OP_ExpUpdate" updated="09/19/14">
<comment>ExpUpdateCode</comment>
<payload dir="server" typename="expUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0703" name="OP_GuildMOTD" updated="08/25/14">
+ <opcode id="5fdc" name="OP_GuildMOTD" updated="09/19/14">
<comment>GuildMOTD</comment>
<payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="751e" name="OP_ClientUpdate" updated="08/25/14">
+ <opcode id="7dd4" name="OP_ClientUpdate" updated="09/19/14">
<comment>Position updates</comment>
<payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/>
<payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0ab3" name="OP_NpcMoveUpdate" updated="08/25/14">
+ <opcode id="4a7e" name="OP_NpcMoveUpdate" updated="09/19/14">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="0485" name="OP_MobUpdate" updated="08/25/14">
+ <opcode id="659d" name="OP_MobUpdate" updated="09/19/14">
<comment>MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="1027" name="OP_DeleteSpawn" updated="08/25/14">
+ <opcode id="6c88" name="OP_DeleteSpawn" updated="09/19/14">
<comment>DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="52f5" name="OP_RemoveSpawn" updated="08/25/14">
+ <opcode id="248c" name="OP_RemoveSpawn" updated="09/19/14">
<comment>Remove spawn from zone</comment>
<payload dir="both" typename="removeSpawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="520c" name="OP_Death" updated="08/25/14">
+ <opcode id="3b35" name="OP_Death" updated="09/19/14">
<comment>old NewCorpseCode</comment>
<payload dir="server" typename="newCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7acc" name="OP_WearChange" updated="08/25/14">
+ <opcode id="1990" name="OP_WearChange" updated="09/19/14">
<comment>SpawnUpdateCode</comment>
<payload dir="both" typename="SpawnUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="556c" name="OP_SpawnAppearance" updated="08/25/14">
+ <opcode id="32b6" name="OP_SpawnAppearance" updated="09/19/14">
<comment>SpawnAppearanceCode</comment>
<payload dir="both" typename="spawnAppearanceStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7b69" name="OP_Stamina" updated="08/25/14">
+ <opcode id="4f8f" name="OP_Stamina" updated="09/19/14">
<comment>Server updating on hunger/thirst</comment>
<payload dir="server" typename="staminaStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0983" name="OP_HPUpdate" updated="08/25/14">
+ <opcode id="5942" name="OP_HPUpdate" updated="09/19/14">
<comment>NpcHpUpdateCode Update HP % of a PC or NPC</comment>
<payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="54b5" name="OP_GuildMemberUpdate" updated="08/25/14">
+ <opcode id="4ed4" name="OP_GuildMemberUpdate" updated="09/19/14">
<comment>Info regarding guild members</comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="32e5" name="OP_ClickObject" updated="08/25/14">
+ <opcode id="0022" name="OP_ClickObject" updated="09/19/14">
<comment>Items dropped on the ground</comment>
<payload dir="both" typename="remDropStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2ce5" name="OP_Action" updated="08/25/14">
+ <opcode id="6eee" name="OP_Action" updated="09/19/14">
<comment>Spells cast etc</comment>
<payload dir="both" typename="actionStruct" sizechecktype="match"/>
<payload dir="both" typename="actionAltStruct" sizechecktype="match"/>
</opcode>
- <opcode id="56ea" name="OP_Action2" updated="08/25/14">
+ <opcode id="3554" name="OP_Action2" updated="09/19/14">
<comment>Combat actions i.e. bash, kick etc</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>
- <opcode id="4736" name="OP_Consider" updated="08/25/14">
+ <opcode id="4250" name="OP_Consider" updated="09/19/14">
<comment>ConsiderCode</comment>
<payload dir="both" typename="considerStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4ce2" name="OP_TargetMouse" updated="08/25/14">
+ <opcode id="63cb" name="OP_TargetMouse" updated="09/19/14">
<comment>Targeting a person - old ClientTargetCode</comment>
<payload dir="both" typename="clientTargetStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1abf" name="OP_SpawnRename" updated="08/25/14">
+ <opcode id="4bfc" name="OP_SpawnRename" updated="09/19/14">
<comment>Spawns getting renamed after initial NewSpawn</comment>
<payload dir="server" typename="spawnRenameStruct" sizechecktype="match"/>
</opcode>
- <opcode id="03a7" name="OP_Illusion" updated="08/25/14">
+ <opcode id="1914" name="OP_Illusion" updated="09/19/14">
<comment>Spawn being illusioned (changing forms)</comment>
<payload dir="both" typename="spawnIllusionStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7e22" name="OP_Shroud" updated="08/25/14">
+ <opcode id="4545" name="OP_Shroud" updated="09/19/14">
<comment>Server putting players into shroud form</comment>
<payload dir="server" typename="spawnShroudSelf" sizechecktype="none"/>
</opcode>
- <opcode id="282f" name="OP_ZoneChange" updated="08/25/14">
+ <opcode id="771f" name="OP_ZoneChange" updated="09/19/14">
<comment>old ZoneChangeCode</comment>
<payload dir="both" typename="zoneChangeStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0496" name="OP_GroupInvite" updated="08/25/14">
+ <opcode id="4b51" name="OP_GroupInvite" updated="09/19/14">
<payload dir="both" typename="groupInviteStruct" sizechecktype="none"/>
<comment>You invite someone while ungrouped or get invited by someone ungrouped </comment>
</opcode>
- <opcode id="4927" name="OP_GroupInvite2" updated="08/25/14">
+ <opcode id="6895" name="OP_GroupInvite2" updated="09/19/14">
<payload dir="client" typename="groupInviteStruct" sizechecktype="none"/>
<comment>You're inviting someone and you are grouped or get invited by a group</comment>
</opcode>
- <opcode id="3b66" name="OP_GroupCancelInvite" updated="08/25/14">
+ <opcode id="339a" name="OP_GroupCancelInvite" updated="09/19/14">
<payload dir="both" typename="groupDeclineStruct" sizechecktype="match"/>
<comment>Declining to join a group</comment>
</opcode>
- <opcode id="5c50" name="OP_GroupFollow" updated="08/25/14">
+ <opcode id="3319" name="OP_GroupFollow" updated="09/19/14">
<payload dir="server" typename="groupFollowStruct" sizechecktype="match"/>
<comment>You join a group or player joins group</comment>
</opcode>
- <opcode id="5cd1" name="OP_GroupFollow2" updated="08/25/14">
+ <opcode id="3357" name="OP_GroupFollow2" updated="09/19/14">
<payload dir="server" typename="groupFollowStruct" sizechecktype="match"/>
<comment>Player joins your group</comment>
</opcode>
- <opcode id="7340" name="OP_GroupUpdate" updated="08/25/14">
+ <opcode id="6b05" name="OP_GroupUpdate" updated="09/19/14">
<comment>Group updates</comment>
- <payload dir="both" typename="groupUpdateStruct" sizechecktype="none"/>
+ <payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="20a2" name="OP_GroupDisband" updated="08/25/14">
+ <opcode id="252d" name="OP_GroupDisband" updated="09/19/14">
<comment>You disband from group</comment>
<payload dir="server" typename="groupDisbandStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4e18" name="OP_GroupDisband2" updated="08/25/14">
+ <opcode id="57a6" name="OP_GroupDisband2" updated="09/19/14">
<comment>Other disbands from group</comment>
<payload dir="server" typename="groupDisbandStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3340" name="OP_GroupLeader" updated="08/25/14">
+ <opcode id="5beb" name="OP_GroupLeader" updated="09/19/14">
<comment>Group leader change</comment>
<payload dir="server" typename="groupLeaderChangeStruct" sizechecktype="match"/>
</opcode>
- <opcode id="ffff" name="OP_Buff" updated="12/12/12">
+ <opcode id="6238" name="OP_Buff" updated="09/19/14">
<comment>old BuffDropCode</comment>
<payload dir="both" typename="buffStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3b36" name="OP_BuffFadeMsg" updated="08/25/14">
+ <opcode id="72aa" name="OP_BuffFadeMsg" updated="09/19/14">
<comment>SpellFadeCode</comment>
<payload dir="both" typename="spellFadedStruct" sizechecktype="none"/>
</opcode>
- <opcode id="5c38" name="OP_BeginCast" updated="08/25/14">
+ <opcode id="3a97" name="OP_BeginCast" updated="09/19/14">
<comment>BeginCastCode</comment>
<payload dir="both" typename="beginCastStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5a29" name="OP_CastSpell" updated="08/25/14">
+ <opcode id="39dd" name="OP_CastSpell" updated="09/19/14">
<comment>StartCastCode</comment>
<payload dir="both" typename="startCastStruct" sizechecktype="match"/>
</opcode>
- <opcode id="75e0" name="OP_SwapSpell" updated="08/25/14">
+ <opcode id="149f" name="OP_SwapSpell" updated="09/19/14">
<comment>TradeSpellBookSlotsCode</comment>
<payload dir="both" typename="tradeSpellBookSlotsStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0210" name="OP_MemorizeSpell" updated="08/25/14">
+ <opcode id="3167" name="OP_MemorizeSpell" updated="09/19/14">
<comment>MemSpellCode</comment>
<payload dir="both" typename="memSpellStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7e93" name="OP_InspectAnswer" updated="08/25/14">
+ <opcode id="101b" name="OP_InspectAnswer" updated="09/19/14">
<comment>InspectDataCode</comment>
<payload dir="both" typename="inspectDataStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3d3e" name="OP_Emote" updated="08/25/14">
+ <opcode id="7a5b" name="OP_Emote" updated="09/19/14">
<comment>EmoteTextCode</comment>
<payload dir="both" typename="emoteTextStruct" sizechecktype="none"/>
</opcode>
- <opcode id="5ee4" name="OP_SimpleMessage" updated="08/25/14">
+ <opcode id="6bff" name="OP_SimpleMessage" updated="09/19/14">
<comment>SimpleMessageCode</comment>
<payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7a53" name="OP_FormattedMessage" updated="08/25/14">
+ <opcode id="695d" name="OP_FormattedMessage" updated="09/19/14">
<comment>FormattedMessageCode i.e. pet dismissed etc</comment>
<payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="46a8" name="OP_CommonMessage" updated="08/25/14">
+ <opcode id="2550" name="OP_CommonMessage" updated="09/19/14">
<comment>ChannelMessageCode i.e. /tell /ooc /shout etc</comment>
<payload dir="both" typename="channelMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="5578" name="OP_SpecialMesg" updated="08/25/14">
+ <opcode id="74bb" name="OP_SpecialMesg" updated="09/19/14">
<comment>Communicate textual info to client including hail responses etc</comment>
<payload dir="server" typename="specialMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="3b02" name="OP_RandomReq" updated="08/25/14">
+ <opcode id="2f29" name="OP_RandomReq" updated="09/19/14">
<comment>RandomReqCode</comment>
<payload dir="client" typename="randomReqStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1ed4" name="OP_RandomReply" updated="08/25/14">
+ <opcode id="2707" name="OP_RandomReply" updated="09/19/14">
<comment>RandomCode</comment>
<payload dir="server" typename="randomStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4502" name="OP_ConsentResponse" updated="08/25/14">
+ <opcode id="7bc5" name="OP_ConsentResponse" updated="09/19/14">
<comment>Server replying with consent information after /consent</comment>
<payload dir="server" typename="consentResponseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6f28" name="OP_DenyResponse" updated="08/25/14">
+ <opcode id="0fc1" name="OP_DenyResponse" updated="09/19/14">
<comment>Server replying with deny information after /deny</comment>
<payload dir="server" typename="consentResponseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="536b" name="OP_ManaChange" updated="08/25/14">
+ <opcode id="2e41" name="OP_ManaChange" updated="09/19/14">
<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="62d4" name="OP_BazaarSearchRequest" updated="08/25/14">
+ <opcode id="2e7f" name="OP_BazaarSearchRequest" updated="09/19/14">
<comment>Bazaar search request </comment>
<payload dir="client" typename="bazaarSearchQueryStruct" sizechecktype="none"/>
</opcode>
- <opcode id="4b98" name="OP_BazaarSearchResponse" updated="08/25/14">
+ <opcode id="bde0" name="OP_BazaarSearchResponse" updated="09/19/14">
<comment>Bazaar search Response - Struct incorrect </comment>
<payload dir="server" typename="bazaarSearchResponseStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="72cd" name="OP_MoneyOnCorpse" updated="08/25/14">
+ <opcode id="1812" name="OP_MoneyOnCorpse" updated="09/19/14">
<comment>MoneyOnCorpseCode</comment>
<payload dir="server" typename="moneyOnCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="23a0" name="OP_SkillUpdate" updated="08/25/14">
+ <opcode id="39f9" name="OP_SkillUpdate" updated="09/19/14">
<comment>Skill up code</comment>
<payload dir="server" typename="skillIncStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1543" name="OP_LevelUpdate" updated="08/25/14">
+ <opcode id="7214" name="OP_LevelUpdate" updated="09/19/14">
<comment>LevelUpUpdateCode</comment>
<payload dir="server" typename="levelUpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4389" name="OP_DzSwitchInfo" updated="08/25/14">
+ <opcode id="2019" name="OP_DzSwitchInfo" updated="09/19/14">
<comment>Expedition compass etc</comment>
<payload dir="server" typename="dzSwitchInfo" sizechecktype="none"/>
</opcode>
- <opcode id="395d" name="OP_DzInfo" updated="08/25/14">
+ <opcode id="478a" name="OP_DzInfo" updated="09/19/14">
<comment>Expedition Information</comment>
<payload dir="server" typename="dzInfo" sizechecktype="match"/>
</opcode>
- <opcode id="45eb" name="OP_EnvDamage" updated="08/25/14">
+ <opcode id="6587" name="OP_EnvDamage" updated="09/19/14">
<comment>Environmental Damage</comment>
<payload dir="client" typename="environmentDamageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="751a" name="OP_SetRunMode" updated="08/25/14">
+ <opcode id="6539" name="OP_SetRunMode" updated="09/19/14">
<comment>old cRunToggleCode</comment>
<payload dir="client" typename="cRunToggleStruct" 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="4925" name="OP_GuildMemberList" updated="08/25/14">
+ <opcode id="6906" name="OP_GuildMemberList" updated="09/19/14">
<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="145d" name="OP_VoiceChat" updated="08/25/14">
+ <opcode id="77d8" name="OP_VoiceChat" updated="09/19/14">
<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="6f7a" name="OP_PollQuestions" updated="08/25/14">
+ <opcode id="5889" name="OP_PollQuestions" updated="09/19/14">
<comment>SOE in-game player poll questions - Variable length</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="374b" name="OP_PollResponses" updated="08/25/14">
+ <opcode id="4768" name="OP_PollResponses" updated="09/19/14">
<comment>Poll response choices - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="461b" name="OP_ShroudProgression" updated="08/25/14">
+ <opcode id="2c37" name="OP_ShroudProgression" updated="09/19/14">
<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="3030" name="OP_Fellowship" updated="08/25/14">
+ <opcode id="7f13" name="OP_Fellowship" updated="09/19/14">
<comment>Fellowship information - 2564 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="1d05" name="OP_ExpandedGuildInfo" updated="08/25/14">
+ <opcode id="5b9c" name="OP_ExpandedGuildInfo" updated="09/19/14">
<comment>Guild ranks and other misc guild data - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="773a" name="OP_GuildBank" updated="08/25/14">
+ <opcode id="73f6" name="OP_GuildBank" updated="09/19/14">
<comment>Guild bank contents - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -395,23 +395,23 @@
<comment>Tradeskill combine using old tradeskill window - 24 Bytes</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="38d6" name="OP_ItemPlayerPacket" updated="08/25/14">
+ <opcode id="1bd7" name="OP_ItemPlayerPacket" updated="09/17/14">
<comment>Inventory/bank items coming over during zone - Variable length</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="3811" name="OP_TaskDescription" updated="08/25/14">
+ <opcode id="4a1a" name="OP_TaskDescription" updated="09/19/14">
<comment>Task descriptions coming down for task window - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="159a" name="OP_TaskActivity" updated="08/25/14">
+ <opcode id="67d2" name="OP_TaskActivity" updated="09/19/14">
<comment>Task activity descriptions coming down for task window - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="2de3" name="OP_CompletedTasks" updated="08/25/14">
+ <opcode id="6fee" name="OP_CompletedTasks" updated="09/19/14">
<comment>Task history for task window - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="4a95" name="OP_CustomTitles" updated="08/25/14">
+ <opcode id="6534" name="OP_CustomTitles" updated="09/19/14">
<comment>List of available titles - 1520 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -515,7 +515,7 @@
<comment>Client telling server to set targetgroupbuff - 4 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="2fc6" name="OP_Lockouts" updated="08/20/14">
+ <opcode id="2fd7" name="OP_Lockouts" updated="09/19/14">
<comment>Expedition lockouts</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="79b4" name="OP_MercenaryList" updated="08/25/14">
+ <opcode id="01c7" name="OP_MercenaryList" updated="09/19/14">
<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="32c3" name="OP_HouseAddress" updated="08/25/14">
+ <opcode id="744d" name="OP_HouseAddress" updated="09/19/14">
<comment>House and guildhall address information - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="30f8" name="OP_HouseContents" updated="08/25/14">
+ <opcode id="3590" name="OP_HouseContents" updated="09/17/14">
<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="6326" name="OP_FTPNags" updated="08/25/14">
+ <opcode id="001c" name="OP_FTPNags" updated="09/19/14">
<comment>Free to play nags and other data - 1852 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="5b18" name="OP_Find" updated="08/25/14">
+ <opcode id="771a" name="OP_Find" updated="09/19/14">
<comment>Find window data - 112 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2014-08-26 14:46:22 UTC (rev 828)
+++ showeq/trunk/configure.in 2014-10-04 03:58:51 UTC (rev 829)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.13.10.27)
+AC_INIT(showeq, 5.13.10.28)
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 2014-08-26 14:46:22 UTC (rev 828)
+++ showeq/trunk/src/everquest.h 2014-10-04 03:58:51 UTC (rev 829)
@@ -1092,19 +1092,20 @@
struct
{
unsigned pitch:12;
- signed animation:10; // velocity
- unsigned padding01:10;
- signed z:19; // z coord (3rd loc value)
+ signed z:19; // z coord (3rd loc value)
+ unsigned padding01:1;
+ signed x:19; // x coord (1st loc value)
+ unsigned heading:12; // heading
+ unsigned padding02:1;
signed deltaY:13; // change in y
- unsigned heading:12; // heading
+ signed deltaX:13; // change in x
+ unsigned padding03:6;
signed deltaHeading:10; // change in heading
- unsigned padding02:10;
- signed x:19; // x coord (1st loc value)
- unsigned padding03:13;
- signed y:19; // y coord (2nd loc value)
- signed deltaX:13; // change in x
- signed deltaZ:13; // change in z
- unsigned padding04:19;
+ signed deltaZ:13; // change in z
+ unsigned padding04:9;
+ signed animation:10; // velocity
+ signed y:19; // y coord (2nd loc value)
+ unsigned padding05:3;
};
int32_t posData[5];
};
@@ -2354,20 +2355,21 @@
/*0000*/ uint16_t spawnId;
/*0002*/ uint16_t spawnId2;
/*0004*/ unsigned pitch:12;
- signed animation:10; // velocity
- unsigned padding01:10;
-/*0008*/ signed z:19; // z coord (3rd loc value)
- signed deltaY:13; // change in y
-/*0012*/ unsigned heading:12; // heading
- signed deltaHeading:10; // change in heading
- unsigned padding02:10;
-/*0016*/ signed x:19; // x coord (1st loc value)
- unsigned padding03:13;
-/*0020*/ signed y:19; // y coord (2nd loc value)
+ signed z:19; // z coord (3rd loc value)
+ unsigned padding01:1;
+/*0008*/ signed x:19; // x coord (1st loc value)
+ unsigned heading:12; // heading
+ unsigned padding02:1;
+/*0012*/ signed deltaY:13; // change in y
signed deltaX:13; // change in x
-/*0024*/ signed deltaZ:13; // change in z
- unsigned padding04:19;
-/*0028*/
+ unsigned padding03:6;
+/*0016*/ signed deltaHeading:10; // change in heading
+ signed deltaZ:13; // change in z
+ unsigned padding04:9;
+/*0020*/ signed animation:10; // velocity
+ signed y:19; // y coord (2nd loc value)
+ unsigned padding05:3;
+/*0024*/
};
/*
@@ -2382,19 +2384,19 @@
/*0002*/ uint16_t spawnId; // Player's spawn id
/*0004*/ uint16_t unknown0001; // ***Placeholder
/*0006*/ unsigned pitch:12; // pitch (up/down heading)
- unsigned padding01:20;
-/*0010*/ float deltaY; // Change in y
-/*0014*/ signed animation:10; // velocity
- signed deltaHeading:10; // change in heading
- unsigned padding02:12;
-/*0018*/ float z; // z coord (3rd loc value)
-/*0022*/ float y; // y coord (2nd loc value)
-/*0026*/ float deltaZ; // Change in z
-/*0030*/ float deltaX; // Change in x
-/*0034*/ float x; // x coord (1st loc value)
-/*0038*/ unsigned heading:12; // Heading
+ signed animation:10; // velocity
+ unsigned padding01:10;
+/*0010*/ float deltaZ; // Change in z
+/*0014*/ float z; // z coord (3rd loc value)
+/*0018*/ signed deltaHeading:10; // change in heading
+ unsigned padding02:22;
+/*0022*/ float x; // x coord (1st loc value)
+/*0026*/ float y; // y coord (2nd loc value)
+/*0030*/ unsigned heading:12; // Heading
unsigned padding03:20;
-/*0042*/
+/*0034*/ float deltaY; // Change in y
+/*0038*/ float deltaX; // Change in x
+/*0042*/
};
/*
@@ -2560,23 +2562,22 @@
/*
** buffStruct
-** Length: 44 Octets
+** Length: 100 Octets
**
*/
struct buffStruct
{
/*0000*/ uint32_t spawnid; //spawn id
-/*0004*/ uint8_t unknown0004[4];
-/*0008*/ float unknown0008;
-/*0012*/ uint32_t spellid; // spellidbegin
+/*0004*/ uint8_t unknown0004;
+/*0005*/ int8_t level; // Level of person who cast buff
+/*0006*/ uint8_t unknown006[6];
+/*0012*/ uint32_t spellid; // spellid
/*0016*/ uint32_t duration; // duration
-/*0024*/ uint8_t unknown0024[8];
-/*0028*/ uint32_t playerId; // Player id who cast the buff
-/*0032*/ uint8_t unknown0032[4];
-/*0036*/ uint32_t spellslot; // spellslot
-/*0040*/ uint32_t changetype; // 1=buff fading,2=buff duration
-/*0044*/
+/*0020*/ uint8_t unknown020[72];
+/*0092*/ uint32_t spellslot; // spellslot
+/*0096*/ uint32_t changetype; // 1=buff fading,2=buff duration
+/*0100*/
};
/*
Modified: showeq/trunk/src/group.cpp
===================================================================
--- showeq/trunk/src/group.cpp 2014-08-26 14:46:22 UTC (rev 828)
+++ showeq/trunk/src/group.cpp 2014-10-04 03:58:51 UTC (rev 829)
@@ -126,7 +126,7 @@
emit added(m_members[i]->m_name, m_members[i]->m_spawn);
- netStream.skipBytes(7);
+ netStream.skipBytes(12);
}
// clear the rest
Modified: showeq/trunk/src/player.cpp
===================================================================
--- showeq/trunk/src/player.cpp 2014-08-26 14:46:22 UTC (rev 828)
+++ showeq/trunk/src/player.cpp 2014-10-04 03:58:51 UTC (rev 829)
@@ -298,9 +298,12 @@
// done with mana
m_validMana = true;
+ // location of bind point
+#if 1
seqDebug("Player::backfill(bind): Pos (%f/%f/%f) Heading: %f",
player.binds[0].x, player.binds[0].y, player.binds[0].z,
player.binds[0].heading);
+#endif
// Exp handling
m_minExp = calc_exp(m_level-1, m_race, m_class);
@@ -369,6 +372,9 @@
showeq_params->walkpathlength
);
setDeltas(0,0,0);
+
+ // Initial location when landing in new zone
+#if 1
seqDebug("Player::backfill(): Pos (%f/%f/%f) Heading: %f",
player->x, player->y, player->z, player->heading);
setHeading((int8_t)lrintf(player->heading), 0);
@@ -377,6 +383,7 @@
emit headingChanged(m_headingDegrees);
emit posChanged(x(), y(), z(),
deltaX(), deltaY(), deltaZ(), m_headingDegrees);
+#endif
// Merge in our new languages...
for (int a = 0; a < MAX_KNOWN_LANGS; a++)
@@ -632,6 +639,7 @@
// if this is just setting the percentage, then do nothing (use info from
// player packet).
+#if 0
if (exp->type == 0)
{
// signal the setting of experience
@@ -641,6 +649,7 @@
return;
}
+#endif
uint32_t realExp = (m_tickExp * exp->exp) + m_minExp;
uint32_t expIncrement;
@@ -672,10 +681,11 @@
m_freshKill = false;
}
else
- emit expGained( "Unknown", // Randomly blessed with xp?
- 0, // don't know what gave it so, level 0
- expIncrement,
- m_zoneMgr->longZoneName());
+ emit setExp(m_currentExp, exp->exp, m_minExp, m_maxExp, m_tickExp);
+// emit expGained( "Unknown", // Randomly blessed with xp?
+// 0, // don't know what gave it so, level 0
+// expIncrement,
+// m_zoneMgr->longZoneName());
if (showeq_params->savePlayerState)
savePlayerState();
@@ -852,19 +862,19 @@
/*0002*/ uint16_t spawnId; // Player's spawn id
/*0004*/ uint16_t unknown0001; // ***Placeholder
/*0006*/ unsigned pitch:12; // pitch (up/down heading)
- unsigned padding01:20;
- /*0010*/ float deltaY; // Change in y
- /*0014*/ signed animation:10; // velocity
- signed deltaHeading:10; // change in heading
- unsigned padding02:12;
- /*0018*/ float z; // z coord (3rd loc value)
- /*0022*/ float y; // y coord (2nd loc value)
- /*0026*/ float deltaZ; // Change in z
- /*0030*/ float deltaX; // Change in x
- /*0034*/ float x; // x coord (1st loc value)
- /*0038*/ unsigned heading:12; // Heading
+ signed animation:10; // velocity
+ unsigned padding01:10;
+ /*0010*/ float deltaZ; // Change in z
+ /*0014*/ float z; // z coord (3rd loc value)
+ /*0018*/ signed deltaHeading:10; // change in heading
+ unsigned padding02:22;
+ /*0022*/ float x; // x coord (1st loc value)
+ /*0026*/ float y; // y coord (2nd loc value)
+ /*0030*/ unsigned heading:12; // Heading
unsigned padding03:20;
- /*0042*/
+ /*0034*/ float deltaY; // Change in y
+ /*0038*/ float deltaX; // Change in x
+ /*0042*/
};
#endif
Modified: showeq/trunk/src/spawnshell.cpp
===================================================================
--- showeq/trunk/src/spawnshell.cpp 2014-08-26 14:46:22 UTC (rev 828)
+++ showeq/trunk/src/spawnshell.cpp 2014-10-04 03:58:51 UTC (rev 829)
@@ -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,19 +922,21 @@
/*0000*/ uint16_t spawnId;
/*0002*/ uint16_t spawnId2;
/*0004*/ unsigned pitch:12;
- signed animation:10; // velocity
- unsigned padding01:10;
- /*0008*/ signed z:19; // z coord (3rd loc value)
- signed deltaY:13; // change in y
- /*0012*/ unsigned heading:12; // heading
- signed deltaHeading:10; // change in heading
- unsigned padding02:10;
- /*0016*/ signed x:19; // x coord (1st loc value)
- unsigned padding03:13;
- /*0020*/ signed y:19; // y coord (2nd loc value)
+ signed z:19; // z coord (3rd loc value)
+ unsigned padding01:1;
+ /*0008*/ signed x:19; // x coord (1st loc value)
+ unsigned heading:12; // heading
+ unsigned padding02:1;
+ /*0012*/ signed deltaY:13; // change in y
signed deltaX:13; // change in x
- /*0024*/ signed deltaZ:13; // change in z
- unsigned padding04:19;
+ unsigned padding03:6;
+ /*0016*/ signed deltaHeading:10; // change in heading
+ signed deltaZ:13; // change in z
+ unsigned padding04:9;
+ /*0020*/ signed animation:10; // velocity
+ signed y:19; // y coord (2nd loc value)
+ unsigned padding05:3;
+ /*0024*/
};
#endif
@@ -942,7 +944,7 @@
#if 0
#pragma pack(0)
struct pos *p = (struct pos *)data;
- if (p->spawnId == 0x1996)
+ if (p->spawnId == 0x1fb0)
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,
@@ -950,7 +952,7 @@
p->heading, p->deltaHeading,
p->animation, p->pitch,
p->padding01, p->padding02, p->padding03,
- p->padding04 );
+ p->padding04, p->padding05 );
#endif
updateSpawn(pupdate->spawnId, x, y, z, dx, dy, dz,
@@ -1015,6 +1017,7 @@
// BSH 13 Apr 2011 -- garbage added in packet
uint16_t unk1 = stream.readUInt(16);
+
// 6 bit field specifier.
uint8_t fieldSpecifier = stream.readUInt(6);
Modified: showeq/trunk/src/util.cpp
===================================================================
--- showeq/trunk/src/util.cpp 2014-08-26 14:46:22 UTC (rev 828)
+++ showeq/trunk/src/util.cpp 2014-10-04 03:58:51 UTC (rev 829)
@@ -970,6 +970,13 @@
// Seeded CRC16 needed by the packet layer.
uint16_t calcCRC16(uint8_t* p, uint32_t length, uint32_t seed)
{
+// sanity check
+if(length > 25600)
+{
+ seqWarn("calcCRC16 called for length > 25600");
+ return 0xDEAD;
+}
+
#include "crctab.h"
uint32_t crc = 0L ^ 0xffffffff;
Modified: showeq/trunk/src/zonemgr.cpp
===================================================================
--- showeq/trunk/src/zonemgr.cpp 2014-08-26 14:46:22 UTC (rev 828)
+++ showeq/trunk/src/zonemgr.cpp 2014-10-04 03:58:51 UTC (rev 829)
@@ -490,7 +490,7 @@
// Unknown
netStream.skipBytes(12);
- // Something (142 ints)
+ // Something (89 ints)
int sCount11 = netStream.readUInt32NC();
for (int i = 0; i < sCount11; i++) {
netStream.skipBytes(8);
@@ -517,7 +517,7 @@
}
// Unknown
- netStream.skipBytes(241);
+ netStream.skipBytes(229);
player->currentRadCrystals = netStream.readUInt32NC();
player->careerRadCrystals = netStream.readUInt32NC();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|