|
From: <fra...@us...> - 2014-04-16 14:20:30
|
Revision: 809
http://sourceforge.net/p/seq/svn/809
Author: fransick
Date: 2014-04-16 14:20:24 +0000 (Wed, 16 Apr 2014)
Log Message:
-----------
Historical checkin for 4/2/14
- Updated postion structs
- Updated opcodes
Version to 5.13.10.22
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 2014-03-22 20:39:51 UTC (rev 808)
+++ showeq/trunk/ChangeLog 2014-04-16 14:20:24 UTC (rev 809)
@@ -1,3 +1,10 @@
+Fransick (4/2/14)
+-----------------
+- Updated version to 5.13.10.22
+- Support EQ patch 4/2/14
+- Updated position structs
+- Updated Opcodes
+
Fransick (3/12/14)
-----------------
- Updated version to 5.13.10.21
Modified: showeq/trunk/conf/zoneopcodes.xml
===================================================================
--- showeq/trunk/conf/zoneopcodes.xml 2014-03-22 20:39:51 UTC (rev 808)
+++ showeq/trunk/conf/zoneopcodes.xml 2014-04-16 14:20:24 UTC (rev 809)
@@ -3,147 +3,147 @@
<seqopcodes>
<!-- Critical opcodes used directly by ShowEQ -->
- <opcode id="0327" name="OP_PlayerProfile" updated="3/12/14">
+ <opcode id="0b6c" name="OP_PlayerProfile" updated="04/02/14">
<comment>CharProfileCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="0a37" name="OP_ZoneEntry" updated="3/12/14">
+ <opcode id="5994" name="OP_ZoneEntry" updated="04/02/14">
<comment>ZoneEntryCode</comment>
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="62a2" name="OP_TimeOfDay" updated="3/12/14">
+ <opcode id="1168" name="OP_TimeOfDay" updated="04/02/14">
<comment>TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1ba4" name="OP_NewZone" updated="3/12/14">
+ <opcode id="5ecc" name="OP_NewZone" updated="04/02/14">
<comment>NewZoneCode</comment>
<payload dir="server" typename="newZoneStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6716" name="OP_SpawnDoor" updated="3/12/14">
+ <opcode id="3317" name="OP_SpawnDoor" updated="04/02/14">
<comment>DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="6b92" name="OP_GroundSpawn" updated="3/12/14">
+ <opcode id="0c19" name="OP_GroundSpawn" updated="04/02/14">
<comment>MakeDropCode</comment>
<payload dir="server" typename="makeDropStruct" sizechecktype="none"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="1549" name="OP_SendZonePoints" updated="10/08/13">
+ <opcode id="6998" name="OP_SendZonePoints" updated="04/02/14">
<comment>Coords in a zone that will port you to another zone</comment>
<payload dir="server" typename="zonePointsStruct" sizechecktype="none"/>
</opcode>
- <opcode id="6218" name="OP_AAExpUpdate" updated="3/12/14">
+ <opcode id="4a14" name="OP_AAExpUpdate" updated="04/02/14">
<comment>Receiving AA experience. Also when percent to AA changes.</comment>
<payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="46a1" name="OP_ExpUpdate" updated="3/12/14">
+ <opcode id="24fc" name="OP_ExpUpdate" updated="04/02/14">
<comment>ExpUpdateCode</comment>
<payload dir="server" typename="expUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3b60" name="OP_GuildMOTD" updated="3/12/14">
+ <opcode id="6258" name="OP_GuildMOTD" updated="04/02/14">
<comment>GuildMOTD</comment>
<payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="2cfe" name="OP_ClientUpdate" updated="3/12/14">
+ <opcode id="1614" name="OP_ClientUpdate" updated="04/02/14">
<comment>Position updates</comment>
<payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/>
<payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3fcf" name="OP_NpcMoveUpdate" updated="3/12/14">
+ <opcode id="3eb3" name="OP_NpcMoveUpdate" updated="04/02/14">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="61f7" name="OP_MobUpdate" updated="3/12/14">
+ <opcode id="3c37" name="OP_MobUpdate" updated="04/02/14">
<comment>MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="4b87" name="OP_DeleteSpawn" updated="3/12/14">
+ <opcode id="1aeb" name="OP_DeleteSpawn" updated="04/02/14">
<comment>DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="17b6" name="OP_RemoveSpawn" updated="3/12/14">
+ <opcode id="7cc7" name="OP_RemoveSpawn" updated="04/02/14">
<comment>Remove spawn from zone</comment>
<payload dir="both" typename="removeSpawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="2d59" name="OP_Death" updated="3/12/14">
+ <opcode id="5c96" name="OP_Death" updated="04/02/14">
<comment>old NewCorpseCode</comment>
<payload dir="server" typename="newCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5f2c" name="OP_WearChange" updated="3/12/14">
+ <opcode id="388a" name="OP_WearChange" updated="04/02/14">
<comment>SpawnUpdateCode</comment>
<payload dir="both" typename="SpawnUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="63a5" name="OP_SpawnAppearance" updated="3/12/14">
+ <opcode id="737b" name="OP_SpawnAppearance" updated="04/02/14">
<comment>SpawnAppearanceCode</comment>
<payload dir="both" typename="spawnAppearanceStruct" sizechecktype="match"/>
</opcode>
- <opcode id="62b9" name="OP_Stamina" updated="12/11/13">
+ <opcode id="2444" name="OP_Stamina" updated="04/02/14">
<comment>Server updating on hunger/thirst</comment>
<payload dir="server" typename="staminaStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0532" name="OP_HPUpdate" updated="3/12/14">
+ <opcode id="3ae4" name="OP_HPUpdate" updated="04/02/14">
<comment>NpcHpUpdateCode Update HP % of a PC or NPC</comment>
<payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2c52" name="OP_GuildMemberUpdate" updated="10/08/13">
+ <opcode id="4b67" name="OP_GuildMemberUpdate" updated="04/02/14">
<comment>Info regarding guild members</comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="35c2" name="OP_ClickObject" updated="3/12/14">
+ <opcode id="53ab" name="OP_ClickObject" updated="04/02/14">
<comment>Items dropped on the ground</comment>
<payload dir="both" typename="remDropStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5a28" name="OP_Action" updated="3/12/14">
+ <opcode id="764e" name="OP_Action" updated="04/02/14">
<comment>Spells cast etc</comment>
<payload dir="both" typename="actionStruct" sizechecktype="match"/>
<payload dir="both" typename="actionAltStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5613" name="OP_Action2" updated="3/12/14">
+ <opcode id="3827" name="OP_Action2" updated="04/02/14">
<comment>Combat actions i.e. bash, kick etc</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>
- <opcode id="2cd2" name="OP_Consider" updated="3/12/14">
+ <opcode id="6e84" name="OP_Consider" updated="04/02/14">
<comment>ConsiderCode</comment>
<payload dir="both" typename="considerStruct" sizechecktype="match"/>
</opcode>
- <opcode id="27ce" name="OP_TargetMouse" updated="3/12/14">
+ <opcode id="5705" name="OP_TargetMouse" updated="04/02/14">
<comment>Targeting a person - old ClientTargetCode</comment>
<payload dir="both" typename="clientTargetStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7e2d" name="OP_SpawnRename" updated="3/12/14">
+ <opcode id="10a5" name="OP_SpawnRename" updated="04/02/14">
<comment>Spawns getting renamed after initial NewSpawn</comment>
<payload dir="server" typename="spawnRenameStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6d89" name="OP_Illusion" updated="3/12/14">
+ <opcode id="185f" name="OP_Illusion" updated="04/02/14">
<comment>Spawn being illusioned (changing forms)</comment>
<payload dir="both" typename="spawnIllusionStruct" sizechecktype="match"/>
</opcode>
- <opcode id="97bd" name="OP_Shroud" updated="3/12/14">
+ <opcode id="5183" name="OP_Shroud" updated="04/02/14">
<comment>Server putting players into shroud form</comment>
<payload dir="server" typename="spawnShroudSelf" sizechecktype="none"/>
</opcode>
- <opcode id="628c" name="OP_ZoneChange" updated="3/12/14">
+ <opcode id="6790" name="OP_ZoneChange" updated="04/02/14">
<comment>old ZoneChangeCode</comment>
<payload dir="both" typename="zoneChangeStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6180" name="OP_GroupInvite" updated="3/12/14">
+ <opcode id="4ee6" name="OP_GroupInvite" updated="04/02/14">
<payload dir="both" typename="groupInviteStruct" sizechecktype="none"/>
<comment>You invite someone while ungrouped or get invited by someone ungrouped </comment>
</opcode>
- <opcode id="7e59" name="OP_GroupInvite2" updated="3/12/14">
+ <opcode id="5c4c" name="OP_GroupInvite2" updated="04/02/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="2ab0" name="OP_GroupCancelInvite" updated="3/12/14">
+ <opcode id="5e99" name="OP_GroupCancelInvite" updated="04/02/14">
<payload dir="both" typename="groupDeclineStruct" sizechecktype="match"/>
<comment>Declining to join a group</comment>
</opcode>
- <opcode id="61bc" name="OP_GroupFollow" updated="3/12/14">
+ <opcode id="2a74" name="OP_GroupFollow" updated="04/02/14">
<payload dir="server" typename="groupFollowStruct" sizechecktype="match"/>
<comment>You join a group or player joins group</comment>
</opcode>
- <opcode id="aaaa" name="OP_GroupFollow2" updated="3/12/14">
+ <opcode id="ffff" name="OP_GroupFollow2" updated="04/02/14">
<payload dir="server" typename="groupFollowStruct" sizechecktype="match"/>
<comment>Player joins your group</comment>
</opcode>
@@ -151,15 +151,15 @@
<comment>Group updates</comment>
<payload dir="both" typename="groupUpdateStruct" sizechecktype="none"/>
</opcode>
- <opcode id="447a" name="OP_GroupDisband" updated="3/12/14">
+ <opcode id="73e4" name="OP_GroupDisband" updated="04/02/14">
<comment>You disband from group</comment>
<payload dir="server" typename="groupDisbandStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1892" name="OP_GroupDisband2" updated="3/12/14">
+ <opcode id="058f" name="OP_GroupDisband2" updated="04/02/14">
<comment>Other disbands from group</comment>
<payload dir="server" typename="groupDisbandStruct" sizechecktype="match"/>
</opcode>
- <opcode id="68ef" name="OP_GroupLeader" updated="3/12/14">
+ <opcode id="6096" name="OP_GroupLeader" updated="04/02/14">
<comment>Group leader change</comment>
<payload dir="server" typename="groupLeaderChangeStruct" sizechecktype="match"/>
</opcode>
@@ -167,120 +167,116 @@
<comment>old BuffDropCode</comment>
<payload dir="both" typename="buffStruct" sizechecktype="match"/>
</opcode>
- <opcode id="359f" name="OP_BuffFadeMsg" updated="3/12/14">
+ <opcode id="4a7e" name="OP_BuffFadeMsg" updated="04/02/14">
<comment>SpellFadeCode</comment>
<payload dir="both" typename="spellFadedStruct" sizechecktype="none"/>
</opcode>
- <opcode id="3af9" name="OP_BeginCast" updated="3/12/14">
+ <opcode id="08fc" name="OP_BeginCast" updated="04/02/14">
<comment>BeginCastCode</comment>
<payload dir="both" typename="beginCastStruct" sizechecktype="match"/>
</opcode>
- <opcode id="50db" name="OP_CastSpell" updated="3/12/14">
+ <opcode id="1160" name="OP_CastSpell" updated="04/02/14">
<comment>StartCastCode</comment>
<payload dir="both" typename="startCastStruct" sizechecktype="match"/>
</opcode>
- <opcode id="62e9" name="OP_SwapSpell" updated="3/12/14">
+ <opcode id="3d29" name="OP_SwapSpell" updated="04/02/14">
<comment>TradeSpellBookSlotsCode</comment>
<payload dir="both" typename="tradeSpellBookSlotsStruct" sizechecktype="match"/>
</opcode>
- <opcode id="33d7" name="OP_MemorizeSpell" updated="3/12/14">
+ <opcode id="7c34" name="OP_MemorizeSpell" updated="04/02/14">
<comment>MemSpellCode</comment>
<payload dir="both" typename="memSpellStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7b29" name="OP_InspectAnswer" updated="3/12/14">
+ <opcode id="50f4" name="OP_InspectAnswer" updated="04/02/14">
<comment>InspectDataCode</comment>
<payload dir="both" typename="inspectDataStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1e0c" name="OP_Emote" updated="3/12/14">
+ <opcode id="24a5" name="OP_Emote" updated="04/02/14">
<comment>EmoteTextCode</comment>
<payload dir="both" typename="emoteTextStruct" sizechecktype="none"/>
</opcode>
- <opcode id="2ab6" name="OP_SimpleMessage" updated="3/12/14">
+ <opcode id="0a18" name="OP_SimpleMessage" updated="04/02/14">
<comment>SimpleMessageCode</comment>
<payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5e85" name="OP_FormattedMessage" updated="3/12/14">
+ <opcode id="1b5d" name="OP_FormattedMessage" updated="04/02/14">
<comment>FormattedMessageCode i.e. pet dismissed etc</comment>
<payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="4d5c" name="OP_CommonMessage" updated="3/12/14">
+ <opcode id="2629" name="OP_CommonMessage" updated="04/02/14">
<comment>ChannelMessageCode i.e. /tell /ooc /shout etc</comment>
<payload dir="both" typename="channelMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="2f02" name="OP_SpecialMesg" updated="3/12/14">
+ <opcode id="5be4" name="OP_SpecialMesg" updated="04/02/14">
<comment>Communicate textual info to client including hail responses etc</comment>
<payload dir="server" typename="specialMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="2066" name="OP_RandomReq" updated="3/12/14">
+ <opcode id="17c1" name="OP_RandomReq" updated="04/02/14">
<comment>RandomReqCode</comment>
<payload dir="client" typename="randomReqStruct" sizechecktype="match"/>
</opcode>
- <opcode id="537e" name="OP_RandomReply" updated="3/12/14">
+ <opcode id="4145" name="OP_RandomReply" updated="04/02/14">
<comment>RandomCode</comment>
<payload dir="server" typename="randomStruct" sizechecktype="match"/>
</opcode>
- <opcode id="24d0" name="OP_ConsentResponse" updated="3/12/14">
+ <opcode id="2d64" name="OP_ConsentResponse" updated="04/02/14">
<comment>Server replying with consent information after /consent</comment>
<payload dir="server" typename="consentResponseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6236" name="OP_DenyResponse" updated="3/12/14">
+ <opcode id="6c9d" name="OP_DenyResponse" updated="04/02/14">
<comment>Server replying with deny information after /deny</comment>
<payload dir="server" typename="consentResponseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7a2d" name="OP_ManaChange" updated="3/12/14">
+ <opcode id="2c1e" name="OP_ManaChange" updated="04/02/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="3206" name="OP_BazaarSearch" updated="12/12/12">
+ <opcode id="52e7" name="OP_BazaarSearchRequest" updated="04/02/14">
+ <comment>Bazaar search request </comment>
<payload dir="client" typename="bazaarSearchQueryStruct" sizechecktype="none"/>
- <payload dir="server" typename="bazaarSearchResponseStruct" sizechecktype="modulus"/>
- <payload dir="server" typename="uint8_t" sizechecktype="none"/>
- <comment>Bazaar search tool - struct changed and separated query from response with RoF launch. Needs work </comment>
</opcode>
- <opcode id="21a0" name="OP_MoneyOnCorpse" updated="3/12/14">
+ <opcode id="3206" name="OP_BazaarSearchResponse" updated="04/02/14">
+ <comment>Bazaar search Response </comment>
+ <payload dir="server" typename="bazaarSearchResponseStruct" sizechecktype="modulus"/>
+ </opcode>
+ <opcode id="4a26" name="OP_MoneyOnCorpse" updated="04/02/14">
<comment>MoneyOnCorpseCode</comment>
<payload dir="server" typename="moneyOnCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5cb9" name="OP_SkillUpdate" updated="3/12/14">
+ <opcode id="2238" name="OP_SkillUpdate" updated="04/02/14">
<comment>Skill up code</comment>
<payload dir="server" typename="skillIncStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6e8a" name="OP_LevelUpdate" updated="2/21/14">
- <comment>LevelUpUpdateCode - causing crashes as of 12/08/12 Investigating</comment>
+ <opcode id="4ef4" name="OP_LevelUpdate" updated="04/02/14">
+ <comment>LevelUpUpdateCode</comment>
<payload dir="server" typename="levelUpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="ffff" name="OP_CorpseLocResponse" updated="12/12/12">
- <comment>old CorpseLocCode:</comment>
- <payload dir="server" typename="corpseLocStruct" sizechecktype="match"/>
- </opcode>
- <opcode id="68df" name="OP_Logout" updated="12/12/12">
- <comment></comment>
- <payload dir="server" typename="none" sizechecktype="match"/>
- </opcode>
- <opcode id="1fdf" name="OP_DzSwitchInfo" updated="3/12/14">
+ <opcode id="75c2" name="OP_DzSwitchInfo" updated="04/02/14">
<comment>Expedition compass etc</comment>
<payload dir="server" typename="dzSwitchInfo" sizechecktype="none"/>
</opcode>
- <opcode id="1eac" name="OP_DzInfo" updated="3/12/14">
+ <opcode id="1b11" name="OP_DzInfo" updated="04/02/14">
<comment>Expedition Information</comment>
<payload dir="server" typename="dzInfo" sizechecktype="match"/>
</opcode>
-
- <!-- Not necessary for SEQ to run but here to name packets in logs. -->
- <opcode id="1ada" name="OP_MovementHistory" updated="04/17/13">
- <comment>Movement history for speed/movement hack detection</comment>
- <payload dir="client" typename="uint8_t" sizechecktype="none"/>
+ <opcode id="2167" name="OP_EnvDamage" updated="04/02/14">
+ <comment>Environmental Damage</comment>
+ <payload dir="client" typename="environmentDamageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="ffff" name="OP_LeaderExpUpdate" updated="12/11/13">
- <comment>Leadership AA Exp Update</comment>
- <payload dir="server" typename="leadExpUpdateStruct" sizechecktype="match"/>
+ <opcode id="2d04" name="OP_SetRunMode" updated="04/02/14">
+ <comment>old cRunToggleCode</comment>
+ <payload dir="client" typename="cRunToggleStruct" sizechecktype="match"/>
</opcode>
+ <opcode id="ffff" name="OP_CorpseLocResponse" updated="12/12/12">
+ <comment>old CorpseLocCode:</comment>
+ <payload dir="server" typename="corpseLocStruct" sizechecktype="match"/>
+ </opcode>
<opcode id="5c45" name="OP_Trader" updated="11/28/12">
<comment>PC's turning trader on and off</comment>
<payload dir="server" typename="bazaarTraderRequest" sizechecktype="match"/>
</opcode>
- <opcode id="1d6d" name="OP_ItemPacket" updated="11/28/12">
+ <opcode id="1d6d" name="OP_ItemPacket" updated="11/28/12">
<comment>ItemCode</comment>
<payload dir="server" typename="itemPacketStruct" sizechecktype="none"/>
</opcode>
@@ -289,14 +285,20 @@
<payload dir="server" typename="itemInfoStruct" sizechecktype="none"/>
<payload dir="client" typename="itemInfoReqStruct" sizechecktype="none"/>
</opcode>
- <opcode id="0518" name="OP_EnvDamage" updated="01/16/13">
- <comment>Environmental Damage</comment>
- <payload dir="client" typename="environmentDamageStruct" sizechecktype="match"/>
+
+ <!-- Not necessary for SEQ to run but here to name packets in logs. -->
+ <opcode id="ffff" name="OP_LeaderExpUpdate" updated="12/11/13">
+ <comment>Leadership AA Exp Update</comment>
+ <payload dir="server" typename="leadExpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="402d" name="OP_SetRunMode" updated="11/28/12">
- <comment>old cRunToggleCode</comment>
- <payload dir="client" typename="cRunToggleStruct" sizechecktype="match"/>
+ <opcode id="6f21" name="OP_MovementHistory" updated="04/02/14">
+ <comment>Movement history for speed/movement hack detection</comment>
+ <payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
+ <opcode id="68df" name="OP_Logout" updated="12/12/12">
+ <comment></comment>
+ <payload dir="server" typename="none" sizechecktype="match"/>
+ </opcode>
<opcode id="0d08" name="OP_UIUpdate" updated="2/21/14">
<comment>Seems to be sent to handle a variety of UI updates - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
@@ -305,7 +307,7 @@
<comment>List of group members - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="5547" name="OP_GuildMemberList" updated="3/12/14">
+ <opcode id="30ad" name="OP_GuildMemberList" updated="04/02/14">
<comment>List of guild members - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
@@ -325,7 +327,7 @@
<comment>Sent when highlighting an item in Marketplace - 80 bytes</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="4e34" name="OP_DzMembers" updated="11/28/12">
+ <opcode id="ffff" name="OP_DzMembers" updated="11/28/12">
<comment>Expedition Members - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -341,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="4fb9" name="OP_VoiceChat" updated="3/12/14">
+ <opcode id="639e" name="OP_VoiceChat" updated="04/02/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="3059" name="OP_PollQuestions" updated="3/12/14">
+ <opcode id="5692" name="OP_PollQuestions" updated="04/02/14">
<comment>SOE in-game player poll questions - Variable length</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="4049" name="OP_PollResponses" updated="3/12/14">
+ <opcode id="34ee" name="OP_PollResponses" updated="04/02/14">
<comment>Poll response choices - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="6d30" name="OP_ShroudProgression" updated="3/12/14">
+ <opcode id="028a" name="OP_ShroudProgression" updated="04/02/14">
<comment>Unlocked shrouds - 244 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -361,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="1380" name="OP_Fellowship" updated="3/12/14">
+ <opcode id="5fac" name="OP_Fellowship" updated="04/02/14">
<comment>Fellowship information - 2564 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="1361" name="OP_ExpandedGuildInfo" updated="3/12/14">
+ <opcode id="1870" name="OP_ExpandedGuildInfo" updated="04/02/14">
<comment>Guild ranks and other misc guild data - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="279b" name="OP_GuildBank" updated="3/12/14">
+ <opcode id="3e44" name="OP_GuildBank" updated="04/02/14">
<comment>Guild bank contents - Guessing variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -393,23 +395,23 @@
<comment>Tradeskill combine using old tradeskill window - 24 Bytes</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="77bb" name="OP_ItemPlayerPacket" updated="3/12/14">
+ <opcode id="6812" name="OP_ItemPlayerPacket" updated="04/02/14">
<comment>Inventory/bank items coming over during zone - Variable length</comment>
<payload dir="both" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="7983" name="OP_TaskDescription" updated="3/12/14">
+ <opcode id="7f90" name="OP_TaskDescription" updated="04/02/14">
<comment>Task descriptions coming down for task window - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="1224" name="OP_TaskActivity" updated="3/12/14">
+ <opcode id="68a0" name="OP_TaskActivity" updated="04/02/14">
<comment>Task activity descriptions coming down for task window - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="3782" name="OP_CompletedTasks" updated="3/12/14">
+ <opcode id="3fff" name="OP_CompletedTasks" updated="04/02/14">
<comment>Task history for task window - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="1bcf" name="OP_CustomTitles" updated="3/12/14">
+ <opcode id="20df" name="OP_CustomTitles" updated="04/02/14">
<comment>List of available titles - 1520 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -541,7 +543,7 @@
<comment>LFG/LFP server response - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="1296" name="OP_MercenaryList" updated="3/12/14">
+ <opcode id="6bbd" name="OP_MercenaryList" updated="04/02/14">
<comment>Listing of hired mercenaries - 648 bytes
<payload dir="server" typename="unknown" sizechecktype="none"/></comment>
</opcode>
@@ -561,11 +563,11 @@
<comment>Client clicks off buff - 8 bytes</comment>
<payload dir="client" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="72b6" name="OP_HouseAddress" updated="3/12/14">
+ <opcode id="5481" name="OP_HouseAddress" updated="04/02/14">
<comment>House and guildhall address information - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="7b32" name="OP_HouseContents" updated="3/12/14">
+ <opcode id="18a5" name="OP_HouseContents" updated="04/02/14">
<comment>Server sending house information and contents - variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -581,11 +583,11 @@
<comment>Server sending pending rewards - variable length</comment>
<payload dir="both" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="74da" name="OP_FTPNags" updated="3/12/14">
+ <opcode id="35f8" name="OP_FTPNags" updated="04/02/14">
<comment>Free to play nags and other data - 1852 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="08df" name="OP_Find" updated="3/12/14">
+ <opcode id="7941" name="OP_Find" updated="3/12/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-03-22 20:39:51 UTC (rev 808)
+++ showeq/trunk/configure.in 2014-04-16 14:20:24 UTC (rev 809)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.13.10.21)
+AC_INIT(showeq, 5.13.10.22)
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-03-22 20:39:51 UTC (rev 808)
+++ showeq/trunk/src/everquest.h 2014-04-16 14:20:24 UTC (rev 809)
@@ -1091,21 +1091,19 @@
struct
{
unsigned pitch:12;
- signed animation:10; // velocity
- unsigned padding01:10;
- unsigned heading:12; // heading
+ signed deltaX:13; // change in x
+ unsigned padding01:7;
+ signed z:19; // z coord (3rd loc value)
+ signed deltaHeading:10; // change in heading
+ unsigned padding02:3;
signed x:19; // x coord (1st loc value)
- unsigned padding02:1;
signed deltaZ:13; // change in z
+ unsigned heading:12; // heading
signed deltaY:13; // change in y
- unsigned padding03:6;
- signed deltaHeading:10; // change in heading
- signed deltaX:13; // change in x
- unsigned padding04:9;
+ unsigned padding03:7;
+ signed animation:10; // velocity
signed y:19; // y coord (2nd loc value)
- unsigned padding05:13;
- signed z:19; // z coord (3rd loc value)
- unsigned padding06:13;
+ unsigned padding04:3;
};
int32_t posData[5];
};
@@ -1750,6 +1748,7 @@
** OpCode: OP_GroupUpdate
*/
+
struct groupUpdateStruct
{
/*0000*/ int32_t action; // Group update action
@@ -2354,27 +2353,25 @@
/*0000*/ uint16_t spawnId;
/*0002*/ uint16_t spawnId2;
/*0004*/ unsigned pitch:12;
- signed animation:10; // velocity
- unsigned padding01:10;
-/*0008*/ unsigned heading:12; // heading
- signed x:19; // x coord (1st loc value)
- unsigned padding02:1;
-/*0012*/ signed deltaZ:13; // change in z
+ signed deltaX:13; // change in x
+ unsigned padding01:7;
+/*0008*/ signed z:19; // z coord (3rd loc value)
+ signed deltaHeading:10; // change in heading
+ unsigned padding02:3;
+/*0012*/ signed x:19; // x coord (1st loc value)
+ signed deltaZ:13; // change in z
+/*0016*/ unsigned heading:12; // heading
signed deltaY:13; // change in y
- unsigned padding03:6;
-/*0016*/ signed deltaHeading:10; // change in heading
- signed deltaX:13; // change in x
- unsigned padding04:9;
-/*0020*/ signed y:19; // y coord (2nd loc value)
- unsigned padding05:13;
-/*0024*/ signed z:19; // z coord (3rd loc value)
- unsigned padding06:13;
-/*0028*/
+ unsigned padding03:7;
+/*0020*/ signed animation:10; // velocity
+ signed y:19; // y coord (2nd loc value)
+ unsigned padding04:3;
+/*0024*/
};
/*
** Self Position Update
-** Length: 38 Octets
+** Length: 46 Octets
** OpCode: PlayerPosCode
*/
@@ -2385,18 +2382,19 @@
/*0004*/ uint16_t unknown0001; // ***Placeholder
/*0006*/ unsigned pitch:12; // pitch (up/down heading)
unsigned padding01:20;
-/*0010*/ float deltaY; // Change in y
-/*0014*/ float z; // z coord (3rd loc value)
-/*0018*/ float deltaZ; // Change in z
-/*0022*/ unsigned heading:12; // Heading
- signed deltaHeading:10; // change in heading
- unsigned padding02:10;
-/*0026*/ float y; // y coord (2nd loc value)
-/*0030*/ float x; // x coord (1st loc value)
-/*0034*/ float deltaX; // Change in x
-/*0038*/ signed animation:10; // velocity
- unsigned padding03:22;
-/*0042*/
+/*0010*/ float x; // x coord (1st loc value)
+/*0014*/ signed animation:10; // velocity
+ unsigned padding02:22;
+/*0018*/ float y; // y coord (2nd loc value)
+/*0022*/ float deltaZ; // Change in z
+/*0026*/ unsigned heading:12; // Heading
+ unsigned padding03:20;
+/*0030*/ float z; // z coord (3rd loc value)
+/*0034*/ signed deltaHeading:10; // change in heading
+ unsigned padding04:22;
+/*0038*/ float deltaY; // Change in y
+/*0042*/ float deltaX; // Change in x
+/*0046*/
};
/*
@@ -2615,12 +2613,18 @@
struct bazaarSearchQueryStruct
{
- uint32_t mark;
- uint32_t type;
- char unknownXXX0[20]; // Value seems to always be the same
- char searchstring[64];
- uint32_t unknownXXX1;
- uint32_t unknownXXX2;
+/*0000*/ uint32_t mark;
+/*0004*/ uint32_t type;
+/*0008*/ char unknownXXX0[32]; // Search Criteria flags
+/*0040*/ char searchstring[64];
+/*0104*/ uint32_t minplat; // Minimum platinum price
+/*0108*/ uint32_t maxplat; // Maximum platinum price
+/*0112*/ uint32_t minlvl; // Minimum level for search
+/*0116*/ uint32_t maxlvl; // Maximum level for search
+/*0120*/ uint32_t maxresults; // limits number of results to this value
+/*0124*/ uint32_t prestige; // Prestige flag
+/*0128*/ uint32_t augtype; // Augmentation flag
+/*0132*/
};
/*
Modified: showeq/trunk/src/player.cpp
===================================================================
--- showeq/trunk/src/player.cpp 2014-03-22 20:39:51 UTC (rev 808)
+++ showeq/trunk/src/player.cpp 2014-04-16 14:20:24 UTC (rev 809)
@@ -853,18 +853,19 @@
/*0004*/ uint16_t unknown0001; // ***Placeholder
/*0006*/ unsigned pitch:12; // pitch (up/down heading)
unsigned padding01:20;
- /*0010*/ float deltaY; // Change in y
- /*0014*/ float z; // z coord (3rd loc value)
- /*0018*/ float deltaZ; // Change in z
- /*0022*/ unsigned heading:12; // Heading
- signed deltaHeading:10; // change in heading
- unsigned padding02:10;
- /*0026*/ float y; // y coord (2nd loc value)
- /*0030*/ float x; // x coord (1st loc value)
- /*0034*/ float deltaX; // Change in x
- /*0038*/ signed animation:10; // velocity
- unsigned padding03:22;
- /*0042*/
+ /*0010*/ float x; // x coord (1st loc value)
+ /*0014*/ signed animation:10; // velocity
+ unsigned padding02:22;
+ /*0018*/ float y; // y coord (2nd loc value)
+ /*0022*/ float deltaZ; // Change in z
+ /*0026*/ unsigned heading:12; // Heading
+ unsigned padding03:20;
+ /*0030*/ float z; // z coord (3rd loc value)
+ /*0034*/ signed deltaHeading:10; // change in heading
+ unsigned padding04:22;
+ /*0038*/ float deltaY; // Change in y
+ /*0042*/ float deltaX; // Change in x
+ /*0046*/
};
#endif
@@ -876,7 +877,8 @@
p->deltaX, p->deltaY, p->deltaZ,
p->heading, p->deltaHeading,
p->animation, p->pitch,
- p->padding01 );
+ p->padding01, p->padding02, p->padding03,
+ p->padding04 );
#endif
setPos(px, py, pz, showeq_params->walkpathrecord, showeq_params->walkpathlength);
Modified: showeq/trunk/src/spawnshell.cpp
===================================================================
--- showeq/trunk/src/spawnshell.cpp 2014-03-22 20:39:51 UTC (rev 808)
+++ showeq/trunk/src/spawnshell.cpp 2014-04-16 14:20:24 UTC (rev 809)
@@ -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,29 +922,27 @@
/*0000*/ uint16_t spawnId;
/*0002*/ uint16_t spawnId2;
/*0004*/ unsigned pitch:12;
- signed animation:10; // velocity
- unsigned padding01:10;
- /*0008*/ unsigned heading:12; // heading
- signed x:19; // x coord (1st loc value)
- unsigned padding02:1;
- /*0012*/ signed deltaZ:13; // change in z
+ signed deltaX:13; // change in x
+ unsigned padding01:7;
+ /*0008*/ signed z:19; // z coord (3rd loc value)
+ signed deltaHeading:10; // change in heading
+ unsigned padding02:3;
+ /*0012*/ signed x:19; // x coord (1st loc value)
+ signed deltaZ:13; // change in z
+ /*0016*/ unsigned heading:12; // heading
signed deltaY:13; // change in y
- unsigned padding03:6;
- /*0016*/ signed deltaHeading:10; // change in heading
- signed deltaX:13; // change in x
- unsigned padding04:9;
- /*0020*/ signed y:19; // y coord (2nd loc value)
- unsigned padding05:13;
- /*0024*/ signed z:19; // z coord (3rd loc value)
- unsigned padding06:13;
- /*0028*/
+ unsigned padding03:7;
+ /*0020*/ signed animation:10; // velocity
+ signed y:19; // y coord (2nd loc value)
+ unsigned padding04:3;
+ /*0024*/
};
#endif
#if 0
#pragma pack(0)
struct pos *p = (struct pos *)data;
- if (p->spawnId == 0x08f5)
+ if (p->spawnId == 0x3119)
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,
@@ -952,7 +950,7 @@
p->heading, p->deltaHeading,
p->animation, p->pitch,
p->padding01, p->padding02, p->padding03,
- p->padding04, p->padding05, p->padding06 );
+ 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.
|