|
From: <cn...@us...> - 2022-02-17 13:52:48
|
Revision: 1249
http://sourceforge.net/p/seq/svn/1249
Author: cn187
Date: 2022-02-17 13:52:45 +0000 (Thu, 17 Feb 2022)
Log Message:
-----------
Release 6.2.2
- Updated version to 6.2.2
- Support for EQ patch 02/15/22
- Struct and opcode updates (newby, cn187)
Modified Paths:
--------------
showeq/branches/cn187_devel/ChangeLog
showeq/branches/cn187_devel/conf/zoneopcodes.xml
showeq/branches/cn187_devel/configure.in
showeq/branches/cn187_devel/src/everquest.h
Modified: showeq/branches/cn187_devel/ChangeLog
===================================================================
--- showeq/branches/cn187_devel/ChangeLog 2022-02-17 13:43:42 UTC (rev 1248)
+++ showeq/branches/cn187_devel/ChangeLog 2022-02-17 13:52:45 UTC (rev 1249)
@@ -1,3 +1,9 @@
+cn187 (02/17/22)
+----------------
+- Update to version 6.2.2
+- Support for EQ patch 02/15/22
+- Opcode and struct changes (Newby, cn187)
+
cn187 (01/19/22)
----------------
- Update to version 6.2.1
Modified: showeq/branches/cn187_devel/conf/zoneopcodes.xml
===================================================================
--- showeq/branches/cn187_devel/conf/zoneopcodes.xml 2022-02-17 13:43:42 UTC (rev 1248)
+++ showeq/branches/cn187_devel/conf/zoneopcodes.xml 2022-02-17 13:52:45 UTC (rev 1249)
@@ -3,127 +3,127 @@
<seqopcodes>
<!-- Critical opcodes used directly by ShowEQ -->
- <opcode id="3d98" name="OP_PlayerProfile" updated="01/19/22">
+ <opcode id="5f30" name="OP_PlayerProfile" updated="02/15/22">
<comment>CharProfileCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="0168" name="OP_ZoneEntry" updated="01/19/22">
+ <opcode id="03dc" name="OP_ZoneEntry" updated="02/15/22">
<comment>ZoneEntryCode</comment>
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="5046" name="OP_TimeOfDay" updated="01/19/22">
+ <opcode id="20b5" name="OP_TimeOfDay" updated="02/15/22">
<comment>TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2194" name="OP_NewZone" updated="01/19/22">
+ <opcode id="7175" name="OP_NewZone" updated="02/15/22">
<comment>NewZoneCode</comment>
<payload dir="server" typename="newZoneStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1d60" name="OP_SpawnDoor" updated="01/19/22">
+ <opcode id="13f6" name="OP_SpawnDoor" updated="02/15/22">
<comment>DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="7b03" name="OP_GroundSpawn" updated="01/19/22">
+ <opcode id="7dec" name="OP_GroundSpawn" updated="02/15/22">
<comment>MakeDropCode</comment>
<payload dir="server" typename="makeDropStruct" sizechecktype="none"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="774a" name="OP_SendZonePoints" updated="01/19/22">
+ <opcode id="081c" name="OP_SendZonePoints" updated="02/15/22">
<comment>Coords in a zone that will port you to another zone</comment>
<payload dir="server" typename="zonePointsStruct" sizechecktype="none"/>
</opcode>
- <opcode id="66c7" name="OP_AAExpUpdate" updated="01/19/22">
+ <opcode id="1815" name="OP_AAExpUpdate" updated="02/15/22">
<comment>Receiving AA experience. Also when percent to AA changes.</comment>
<payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="38b6" name="OP_ExpUpdate" updated="01/19/22">
+ <opcode id="106d" name="OP_ExpUpdate" updated="02/15/22">
<comment>ExpUpdateCode</comment>
<payload dir="server" typename="expUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="329f" name="OP_GuildMOTD" updated="01/19/22">
+ <opcode id="14d9" name="OP_GuildMOTD" updated="02/15/22">
<comment>GuildMOTD</comment>
<payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="3afa" name="OP_ClientUpdate" updated="01/19/22">
+ <opcode id="5c24" name="OP_ClientUpdate" updated="02/15/22">
<comment>Position updates</comment>
<payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/>
<payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/>
</opcode>
- <opcode id="59a0" name="OP_NpcMoveUpdate" updated="01/19/22">
+ <opcode id="2c87" name="OP_NpcMoveUpdate" updated="02/15/22">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="225d" name="OP_MobUpdate" updated="01/19/22">
+ <opcode id="52f7" name="OP_MobUpdate" updated="02/15/22">
<comment>MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="4bbe" name="OP_DeleteSpawn" updated="01/19/22">
+ <opcode id="2bd0" name="OP_DeleteSpawn" updated="02/15/22">
<comment>DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1adf" name="OP_RemoveSpawn" updated="01/19/22">
+ <opcode id="0111" name="OP_RemoveSpawn" updated="02/15/22">
<comment>Remove spawn from zone</comment>
<payload dir="both" typename="removeSpawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="4be2" name="OP_Death" updated="01/19/22">
+ <opcode id="73cc" name="OP_Death" updated="02/15/22">
<comment>old NewCorpseCode</comment>
<payload dir="server" typename="newCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="01a5" name="OP_WearChange" updated="01/19/22">
+ <opcode id="4e93" name="OP_WearChange" updated="02/15/22">
<comment>SpawnUpdateCode</comment>
<payload dir="both" typename="SpawnUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4d69" name="OP_SpawnAppearance" updated="01/19/22">
+ <opcode id="7333" name="OP_SpawnAppearance" updated="02/15/22">
<comment>SpawnAppearanceCode</comment>
<payload dir="both" typename="spawnAppearanceStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7407" name="OP_Stamina" updated="01/19/22">
+ <opcode id="2843" name="OP_Stamina" updated="02/15/22">
<comment>Server updating on hunger/thirst</comment>
<payload dir="server" typename="staminaStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4c15" name="OP_HPUpdate" updated="01/19/22">
+ <opcode id="1237" name="OP_HPUpdate" updated="02/15/22">
<comment>NpcHpUpdateCode Update HP % of a PC or NPC</comment>
<payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="76d6" name="OP_GuildMemberUpdate" updated="01/19/22">
+ <opcode id="0d86" name="OP_GuildMemberUpdate" updated="02/15/22">
<comment>Info regarding guild members</comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="75a5" name="OP_ClickObject" updated="01/19/22">
+ <opcode id="2bfa" name="OP_ClickObject" updated="02/15/22">
<comment>Items dropped on the ground</comment>
<payload dir="both" typename="remDropStruct" sizechecktype="match"/>
</opcode>
- <opcode id="9a21" name="OP_Action" updated="01/19/22">
+ <opcode id="2841" name="OP_Action" updated="02/15/22">
<comment>Spells cast etc</comment>
<payload dir="both" typename="actionStruct" sizechecktype="match"/>
<payload dir="both" typename="actionAltStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6786" name="OP_Action2" updated="01/19/22">
+ <opcode id="6259" name="OP_Action2" updated="02/15/22">
<comment>Combat actions i.e. bash, kick etc</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>
- <opcode id="5478" name="OP_Consider" updated="01/19/22">
+ <opcode id="2688" name="OP_Consider" updated="02/15/22">
<comment>ConsiderCode</comment>
<payload dir="both" typename="considerStruct" sizechecktype="match"/>
</opcode>
- <opcode id="55fa" name="OP_TargetMouse" updated="01/19/22">
+ <opcode id="5043" name="OP_TargetMouse" updated="02/15/22">
<comment>Targeting a person - old ClientTargetCode</comment>
<payload dir="both" typename="clientTargetStruct" sizechecktype="match"/>
</opcode>
- <opcode id="25a7" name="OP_SpawnRename" updated="01/19/22">
+ <opcode id="02a1" name="OP_SpawnRename" updated="02/15/22">
<comment>Spawns getting renamed after initial NewSpawn</comment>
<payload dir="server" typename="spawnRenameStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4862" name="OP_Illusion" updated="01/19/22">
+ <opcode id="7011" name="OP_Illusion" updated="02/15/22">
<comment>Spawn being illusioned (changing forms)</comment>
<payload dir="both" typename="spawnIllusionStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3e51" name="OP_Shroud" updated="01/19/22">
+ <opcode id="6f84" name="OP_Shroud" updated="02/15/22">
<comment>Server putting players into shroud form</comment>
<payload dir="server" typename="spawnShroudSelf" sizechecktype="none"/>
</opcode>
- <opcode id="7127" name="OP_ZoneChange" updated="01/19/22">
+ <opcode id="261b" name="OP_ZoneChange" updated="02/15/22">
<comment>old ZoneChangeCode</comment>
<payload dir="both" typename="zoneChangeStruct" sizechecktype="match"/>
</opcode>
@@ -163,55 +163,55 @@
<comment>Group leader change</comment>
<payload dir="server" typename="groupLeaderChangeStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7e66" name="OP_Buff" updated="01/19/22">
+ <opcode id="5449" name="OP_Buff" updated="02/15/22">
<comment>old BuffDropCode</comment>
<payload dir="both" typename="buffStruct" sizechecktype="match"/>
</opcode>
- <opcode id="65e6" name="OP_BeginCast" updated="01/19/22">
+ <opcode id="327c" name="OP_BeginCast" updated="02/15/22">
<comment>BeginCastCode</comment>
<payload dir="both" typename="beginCastStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3866" name="OP_CastSpell" updated="01/19/22">
+ <opcode id="79cc" name="OP_CastSpell" updated="02/15/22">
<comment>StartCastCode</comment>
<payload dir="both" typename="startCastStruct" sizechecktype="match"/>
</opcode>
- <opcode id="407d" name="OP_SwapSpell" updated="01/19/22">
+ <opcode id="6ed4" name="OP_SwapSpell" updated="02/15/22">
<comment>TradeSpellBookSlotsCode</comment>
<payload dir="both" typename="tradeSpellBookSlotsStruct" sizechecktype="match"/>
</opcode>
- <opcode id="672f" name="OP_MemorizeSpell" updated="01/19/22">
+ <opcode id="533e" name="OP_MemorizeSpell" updated="02/15/22">
<comment>MemSpellCode</comment>
<payload dir="both" typename="memSpellStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4797" name="OP_InspectAnswer" updated="01/19/22">
+ <opcode id="0b85" name="OP_InspectAnswer" updated="02/15/22">
<comment>InspectDataCode</comment>
<payload dir="both" typename="inspectDataStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1943" name="OP_Emote" updated="01/19/22">
+ <opcode id="08e8" name="OP_Emote" updated="02/15/22">
<comment>EmoteTextCode</comment>
<payload dir="both" typename="emoteTextStruct" sizechecktype="none"/>
</opcode>
- <opcode id="6527" name="OP_SimpleMessage" updated="01/19/22">
+ <opcode id="2cae" name="OP_SimpleMessage" updated="02/15/22">
<comment>SimpleMessageCode</comment>
<payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="32bb" name="OP_FormattedMessage" updated="01/19/22">
+ <opcode id="4ae3" name="OP_FormattedMessage" updated="02/15/22">
<comment>FormattedMessageCode i.e. pet dismissed etc</comment>
<payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="4047" name="OP_CommonMessage" updated="01/19/22">
+ <opcode id="0591" name="OP_CommonMessage" updated="02/15/22">
<comment>ChannelMessageCode i.e. /tell /ooc /shout etc</comment>
<payload dir="both" typename="channelMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="4c92" name="OP_SpecialMesg" updated="01/19/22">
+ <opcode id="0c21" name="OP_SpecialMesg" updated="02/15/22">
<comment>Communicate textual info to client including hail responses etc</comment>
<payload dir="server" typename="specialMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="7582" name="OP_RandomReq" updated="01/19/22">
+ <opcode id="4240" name="OP_RandomReq" updated="02/15/22">
<comment>RandomReqCode</comment>
<payload dir="client" typename="randomReqStruct" sizechecktype="match"/>
</opcode>
- <opcode id="29f2" name="OP_RandomReply" updated="01/19/22">
+ <opcode id="5ea8" name="OP_RandomReply" updated="02/15/22">
<comment>RandomCode</comment>
<payload dir="server" typename="randomStruct" sizechecktype="match"/>
</opcode>
@@ -223,36 +223,36 @@
<comment>Server replying with deny information after /deny</comment>
<payload dir="server" typename="consentResponseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="65f7" name="OP_ManaChange" updated="01/19/22">
+ <opcode id="76bc" name="OP_ManaChange" updated="02/15/22">
<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="4774" name="OP_BazaarSearchRequest" updated="01/19/22">
+ <opcode id="4881" name="OP_BazaarSearchRequest" updated="02/15/22">
<comment>Bazaar search request </comment>
<payload dir="client" typename="bazaarSearchQueryStruct" sizechecktype="none"/>
</opcode>
- <opcode id="2776" name="OP_BazaarSearchResponse" updated="01/19/22">
+ <opcode id="6c1b" name="OP_BazaarSearchResponse" updated="02/15/22">
<comment>Bazaar search Response - Struct incorrect </comment>
<payload dir="server" typename="bazaarSearchResponseStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="24ec" name="OP_MoneyOnCorpse" updated="01/19/22">
+ <opcode id="1708" name="OP_MoneyOnCorpse" updated="02/15/22">
<comment>MoneyOnCorpseCode</comment>
<payload dir="server" typename="moneyOnCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7401" name="OP_SkillUpdate" updated="01/19/22">
+ <opcode id="4c8e" name="OP_SkillUpdate" updated="02/15/22">
<comment>Skill up code</comment>
<payload dir="server" typename="skillIncStruct" sizechecktype="match"/>
</opcode>
- <opcode id="09c5" name="OP_LevelUpdate" updated="01/19/22">
+ <opcode id="0716" name="OP_LevelUpdate" updated="02/15/22">
<comment>LevelUpUpdateCode</comment>
<payload dir="server" typename="levelUpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0c62" name="OP_DzSwitchInfo" updated="01/19/22">
+ <opcode id="0076" name="OP_DzSwitchInfo" updated="02/15/22">
<comment>Expedition compass etc</comment>
<payload dir="server" typename="dzSwitchInfo" sizechecktype="none"/>
</opcode>
- <opcode id="7113" name="OP_DzInfo" updated="01/19/22">
+ <opcode id="1858" name="OP_DzInfo" updated="02/15/22">
<comment>Expedition Information</comment>
<payload dir="server" typename="dzInfo" sizechecktype="match"/>
</opcode>
@@ -260,11 +260,11 @@
<comment>Environmental Damage</comment>
<payload dir="client" typename="environmentDamageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5eb2" name="OP_SetRunMode" updated="01/19/22">
+ <opcode id="146c" name="OP_SetRunMode" updated="02/15/22">
<comment>old cRunToggleCode</comment>
<payload dir="client" typename="cRunToggleStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7d2a" name="OP_Trader" updated="01/19/22">
+ <opcode id="57de" name="OP_Trader" updated="02/15/22">
<comment>PC's turning trader on and off</comment>
<payload dir="server" typename="bazaarTraderRequest" sizechecktype="match"/>
</opcode>
@@ -307,15 +307,15 @@
<comment>List of group members - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="3968" name="OP_GuildMemberList" updated="01/19/22">
+ <opcode id="769c" name="OP_GuildMemberList" updated="02/15/22">
<comment>List of guild members - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="3837" name="OP_ManaUpdate" updated="01/19/22">
+ <opcode id="4799" name="OP_ManaUpdate" updated="02/15/22">
<comment>Mana Update opcode - 10 bytes</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="26f8" name="OP_EndUpdate" updated="01/19/22">
+ <opcode id="0a68" name="OP_EndUpdate" updated="02/15/22">
<comment>Endurance Update opcode - 10 bytes</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
@@ -367,7 +367,7 @@
<comment>Fellowship information - 2576 bytes</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="6a56" name="OP_ExpandedGuildInfo" updated="01/19/22">
+ <opcode id="5303" name="OP_ExpandedGuildInfo" updated="02/15/22">
<comment>Guild ranks and other misc guild data - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
@@ -535,11 +535,11 @@
<comment>Listing of all guilds. Can be triggered by /lfg search?</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="77c7" name="OP_GuildsInZoneList" updated="01/19/22">
+ <opcode id="170e" name="OP_GuildsInZoneList" updated="02/15/22">
<comment>Listing of guild names present in the current zone. Generally seen on zoning</comment>
<payload dir="server" typename="guildsInZoneListStruct" sizechecktype="none"/>
</opcode>
- <opcode id="7d34" name="OP_NewGuildInZone" updated="01/19/22">
+ <opcode id="6054" name="OP_NewGuildInZone" updated="02/15/22">
<comment>An additional guild name has appeared in the current zone. Seen when a guilded player enters the current zone</comment>
<payload dir="server" typename="newGuildInZoneStruct" sizechecktype="none"/>
</opcode>
@@ -595,7 +595,7 @@
<comment>Free to play nags and other data - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="5efd" name="OP_Find" updated="01/19/22">
+ <opcode id="102a" name="OP_Find" updated="02/15/22">
<comment>Find window data - 112 bytes</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
Modified: showeq/branches/cn187_devel/configure.in
===================================================================
--- showeq/branches/cn187_devel/configure.in 2022-02-17 13:43:42 UTC (rev 1248)
+++ showeq/branches/cn187_devel/configure.in 2022-02-17 13:52:45 UTC (rev 1249)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 6.2.1)
+AC_INIT(showeq, 6.2.2)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
Modified: showeq/branches/cn187_devel/src/everquest.h
===================================================================
--- showeq/branches/cn187_devel/src/everquest.h 2022-02-17 13:43:42 UTC (rev 1248)
+++ showeq/branches/cn187_devel/src/everquest.h 2022-02-17 13:52:45 UTC (rev 1249)
@@ -1116,23 +1116,25 @@
{
signed deltaZ:13; // change in z
- signed y:19; // y coord (2nd loc value)
-
- signed deltaHeading:10; // change in heading
signed deltaX:13; // change in x
- unsigned padding01:9;
+ unsigned padding00:6;
- signed deltaY:13; // change in y
- signed z:19; // z coord (3rd loc value)
-
- signed animation:10; // current animation
unsigned pitch:12; // pitch (up/down heading)
- unsigned padding03:10;
+ signed x:19; // x coord (1st loc value)
+ unsigned padding01:1;
+ signed y:19; // y coord (2nd loc value)
unsigned heading:12; // heading
- signed x:19; // x coord (1st loc value)
- unsigned padding04:1;
+ unsigned padding02:1;
+ signed animation:10; // current animation
+ signed deltaY:13; // change in y
+ unsigned padding03:9;
+
+ signed deltaHeading:10; // change in heading
+ signed z:19; // z coord (3rd loc value)
+ unsigned padding04:3;
+
};
int32_t posData[5];
};
@@ -1360,7 +1362,7 @@
/*
** Generic Door Struct
-** Length: 96 Octets
+** Length: 132 Octets
** Used in:
** OP_SpawnDoor
**
@@ -1375,16 +1377,17 @@
/*0040*/ float z; // z loc
/*0044*/ float heading; // heading
/*0048*/ uint32_t incline; // incline
-/*0052*/ uint32_t size; // size
-/*0056*/ uint8_t unknown0056[4]; // ***Placeholder
-/*0060*/ uint8_t doorId; // door's id #
-/*0061*/ uint8_t opentype; // open type
-/*0062*/ uint8_t spawnstate; // spawn state
-/*0063*/ uint8_t invertstate; // invert state
-/*0064*/ uint32_t zonePoint;
-/*0068*/ uint8_t unknown068[28]; // ***Placeholder
-/*0096*/ uint8_t unknown096[12]; // ***Placeholder
-/*0100*/
+/*0052*/ uint8_t unknown0048[20]; // seems to be a copy of the previous 5 fields?
+/*0072*/ uint32_t size; // size
+/*0076*/ uint8_t unknown0056[4]; // ***Placeholder
+/*0080*/ uint8_t doorId; // door's id #
+/*0081*/ uint8_t opentype; // open type
+/*0082*/ uint8_t spawnstate; // spawn state
+/*0083*/ uint8_t invertstate; // invert state
+/*0084*/ uint32_t zonePoint;
+/*0088*/ uint8_t unknown068[28]; // ***Placeholder
+/*0116*/ uint8_t unknown096[16]; // ***Placeholder
+/*0132*/
};
/*
@@ -2395,28 +2398,30 @@
/*0002*/ uint16_t spawnId2;
/*0004*/
signed deltaZ:13; // change in z
- signed y:19; // y coord (2nd loc value)
+ signed deltaX:13; // change in x
+ unsigned padding00:6;
/*0008*/
- signed deltaHeading:10; // change in heading
- signed deltaX:13; // change in x
- unsigned padding01:9;
+ unsigned pitch:12; // pitch (up/down heading)
+ signed x:19; // x coord (1st loc value)
+ unsigned padding01:1;
/*0012*/
- signed deltaY:13; // change in y
- signed z:19; // z coord (3rd loc value)
+ signed y:19; // y coord (2nd loc value)
+ unsigned heading:12; // heading
+ unsigned padding02:1;
/*0016*/
signed animation:10; // current animation
- unsigned pitch:12; // pitch (up/down heading)
- unsigned padding03:10;
+ signed deltaY:13; // change in y
+ unsigned padding03:9;
/*0020*/
- unsigned heading:12; // heading
- signed x:19; // x coord (1st loc value)
- unsigned padding04:1;
+ signed deltaHeading:10; // change in heading
+ signed z:19; // z coord (3rd loc value)
+ unsigned padding04:3;
/*0024*/
};
/*
** Self Position Update
-** Length: 42 Octets
+** Length: 46 Octets
** OpCode: PlayerPosCode
*/
struct playerSelfPosStruct
@@ -2428,25 +2433,27 @@
unsigned heading:12; // heading
unsigned padding00:20;
/*0010*/
- float deltaX; // change in x
+ float x; // x coord (1st loc value)
/*0014*/
- float deltaY; // change in y
+ unsigned pitch:12; // pitch (up/down heading)
+ unsigned padding02:20;
/*0018*/
- float x; // x coord (1st loc value)
+ float deltaZ; // change in z
/*0022*/
- signed deltaHeading:10; // change in heading
- signed animation:10; // current animation
- unsigned padding04:12;
+ float deltaX; // change in x
/*0026*/
+ float z; // z coord (3rd loc value)
+/*0030*/
float y; // y coord (2nd loc value)
-/*0030*/
- unsigned pitch:12; // pitch (up/down heading)
- unsigned padding06:20;
/*0034*/
- float z; // z coord (3rd loc value)
+ signed deltaHeading:10; // change in heading
+ unsigned padding07:22;
/*0038*/
- float deltaZ; // change in z
+ float deltaY; // change in y
/*0042*/
+ signed animation:10; // current animation
+ unsigned padding09:22;
+/*0046*/
};
/*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|