|
From: <cn...@us...> - 2022-03-11 11:50:38
|
Revision: 1252
http://sourceforge.net/p/seq/svn/1252
Author: cn187
Date: 2022-03-11 11:50:36 +0000 (Fri, 11 Mar 2022)
Log Message:
-----------
Release 6.2.3
- Update to version 6.2.3
- Support for EQ patch 03/09/22
- Opcode and struct changes (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-03-11 11:40:50 UTC (rev 1251)
+++ showeq/branches/cn187_devel/ChangeLog 2022-03-11 11:50:36 UTC (rev 1252)
@@ -1,3 +1,9 @@
+cn187 (03/11/22)
+----------------
+- Update to version 6.2.3
+- Support for EQ patch 03/09/22
+- Opcode and struct changes (Newby, cn187)
+
cn187 (02/17/22)
----------------
- Update to version 6.2.2
Modified: showeq/branches/cn187_devel/conf/zoneopcodes.xml
===================================================================
--- showeq/branches/cn187_devel/conf/zoneopcodes.xml 2022-03-11 11:40:50 UTC (rev 1251)
+++ showeq/branches/cn187_devel/conf/zoneopcodes.xml 2022-03-11 11:50:36 UTC (rev 1252)
@@ -3,127 +3,127 @@
<seqopcodes>
<!-- Critical opcodes used directly by ShowEQ -->
- <opcode id="5f30" name="OP_PlayerProfile" updated="02/15/22">
+ <opcode id="248b" name="OP_PlayerProfile" updated="03/09/22">
<comment>CharProfileCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="03dc" name="OP_ZoneEntry" updated="02/15/22">
+ <opcode id="6f1a" name="OP_ZoneEntry" updated="03/09/22">
<comment>ZoneEntryCode</comment>
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="20b5" name="OP_TimeOfDay" updated="02/15/22">
+ <opcode id="4879" name="OP_TimeOfDay" updated="03/09/22">
<comment>TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7175" name="OP_NewZone" updated="02/15/22">
+ <opcode id="1679" name="OP_NewZone" updated="03/09/22">
<comment>NewZoneCode</comment>
<payload dir="server" typename="newZoneStruct" sizechecktype="match"/>
</opcode>
- <opcode id="13f6" name="OP_SpawnDoor" updated="02/15/22">
+ <opcode id="7def" name="OP_SpawnDoor" updated="03/09/22">
<comment>DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="7dec" name="OP_GroundSpawn" updated="02/15/22">
+ <opcode id="7e3b" name="OP_GroundSpawn" updated="03/09/22">
<comment>MakeDropCode</comment>
<payload dir="server" typename="makeDropStruct" sizechecktype="none"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="081c" name="OP_SendZonePoints" updated="02/15/22">
+ <opcode id="2d01" name="OP_SendZonePoints" updated="03/09/22">
<comment>Coords in a zone that will port you to another zone</comment>
<payload dir="server" typename="zonePointsStruct" sizechecktype="none"/>
</opcode>
- <opcode id="1815" name="OP_AAExpUpdate" updated="02/15/22">
+ <opcode id="48c4" name="OP_AAExpUpdate" updated="03/09/22">
<comment>Receiving AA experience. Also when percent to AA changes.</comment>
<payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="106d" name="OP_ExpUpdate" updated="02/15/22">
+ <opcode id="0991" name="OP_ExpUpdate" updated="03/09/22">
<comment>ExpUpdateCode</comment>
<payload dir="server" typename="expUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="14d9" name="OP_GuildMOTD" updated="02/15/22">
+ <opcode id="6ef8" name="OP_GuildMOTD" updated="03/09/22">
<comment>GuildMOTD</comment>
<payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="5c24" name="OP_ClientUpdate" updated="02/15/22">
+ <opcode id="6719" name="OP_ClientUpdate" updated="03/09/22">
<comment>Position updates</comment>
<payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/>
<payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2c87" name="OP_NpcMoveUpdate" updated="02/15/22">
+ <opcode id="2f61" name="OP_NpcMoveUpdate" updated="03/09/22">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="52f7" name="OP_MobUpdate" updated="02/15/22">
+ <opcode id="4d15" name="OP_MobUpdate" updated="03/09/22">
<comment>MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="2bd0" name="OP_DeleteSpawn" updated="02/15/22">
+ <opcode id="77ea" name="OP_DeleteSpawn" updated="03/09/22">
<comment>DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0111" name="OP_RemoveSpawn" updated="02/15/22">
+ <opcode id="0c61" name="OP_RemoveSpawn" updated="03/09/22">
<comment>Remove spawn from zone</comment>
<payload dir="both" typename="removeSpawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="73cc" name="OP_Death" updated="02/15/22">
+ <opcode id="4b01" name="OP_Death" updated="03/09/22">
<comment>old NewCorpseCode</comment>
<payload dir="server" typename="newCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4e93" name="OP_WearChange" updated="02/15/22">
+ <opcode id="2559" name="OP_WearChange" updated="03/09/22">
<comment>SpawnUpdateCode</comment>
<payload dir="both" typename="SpawnUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7333" name="OP_SpawnAppearance" updated="02/15/22">
+ <opcode id="2a2a" name="OP_SpawnAppearance" updated="03/09/22">
<comment>SpawnAppearanceCode</comment>
<payload dir="both" typename="spawnAppearanceStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2843" name="OP_Stamina" updated="02/15/22">
+ <opcode id="54bb" name="OP_Stamina" updated="03/09/22">
<comment>Server updating on hunger/thirst</comment>
<payload dir="server" typename="staminaStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1237" name="OP_HPUpdate" updated="02/15/22">
+ <opcode id="2c81" name="OP_HPUpdate" updated="03/09/22">
<comment>NpcHpUpdateCode Update HP % of a PC or NPC</comment>
<payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0d86" name="OP_GuildMemberUpdate" updated="02/15/22">
+ <opcode id="4e34" name="OP_GuildMemberUpdate" updated="03/09/22">
<comment>Info regarding guild members</comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="2bfa" name="OP_ClickObject" updated="02/15/22">
+ <opcode id="7edf" name="OP_ClickObject" updated="03/09/22">
<comment>Items dropped on the ground</comment>
<payload dir="both" typename="remDropStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2841" name="OP_Action" updated="02/15/22">
+ <opcode id="7bcd" name="OP_Action" updated="03/09/22">
<comment>Spells cast etc</comment>
<payload dir="both" typename="actionStruct" sizechecktype="match"/>
<payload dir="both" typename="actionAltStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6259" name="OP_Action2" updated="02/15/22">
+ <opcode id="5c2d" name="OP_Action2" updated="03/09/22">
<comment>Combat actions i.e. bash, kick etc</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>
- <opcode id="2688" name="OP_Consider" updated="02/15/22">
+ <opcode id="528d" name="OP_Consider" updated="03/09/22">
<comment>ConsiderCode</comment>
<payload dir="both" typename="considerStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5043" name="OP_TargetMouse" updated="02/15/22">
+ <opcode id="568b" name="OP_TargetMouse" updated="03/09/22">
<comment>Targeting a person - old ClientTargetCode</comment>
<payload dir="both" typename="clientTargetStruct" sizechecktype="match"/>
</opcode>
- <opcode id="02a1" name="OP_SpawnRename" updated="02/15/22">
+ <opcode id="6a1e" name="OP_SpawnRename" updated="03/09/22">
<comment>Spawns getting renamed after initial NewSpawn</comment>
<payload dir="server" typename="spawnRenameStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7011" name="OP_Illusion" updated="02/15/22">
+ <opcode id="2a93" name="OP_Illusion" updated="03/09/22">
<comment>Spawn being illusioned (changing forms)</comment>
<payload dir="both" typename="spawnIllusionStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6f84" name="OP_Shroud" updated="02/15/22">
+ <opcode id="5606" name="OP_Shroud" updated="03/09/22">
<comment>Server putting players into shroud form</comment>
<payload dir="server" typename="spawnShroudSelf" sizechecktype="none"/>
</opcode>
- <opcode id="261b" name="OP_ZoneChange" updated="02/15/22">
+ <opcode id="728a" name="OP_ZoneChange" updated="03/09/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="5449" name="OP_Buff" updated="02/15/22">
+ <opcode id="2222" name="OP_Buff" updated="03/09/22">
<comment>old BuffDropCode</comment>
<payload dir="both" typename="buffStruct" sizechecktype="match"/>
</opcode>
- <opcode id="327c" name="OP_BeginCast" updated="02/15/22">
+ <opcode id="59c8" name="OP_BeginCast" updated="03/09/22">
<comment>BeginCastCode</comment>
<payload dir="both" typename="beginCastStruct" sizechecktype="match"/>
</opcode>
- <opcode id="79cc" name="OP_CastSpell" updated="02/15/22">
+ <opcode id="643f" name="OP_CastSpell" updated="03/09/22">
<comment>StartCastCode</comment>
<payload dir="both" typename="startCastStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6ed4" name="OP_SwapSpell" updated="02/15/22">
+ <opcode id="6481" name="OP_SwapSpell" updated="03/09/22">
<comment>TradeSpellBookSlotsCode</comment>
<payload dir="both" typename="tradeSpellBookSlotsStruct" sizechecktype="match"/>
</opcode>
- <opcode id="533e" name="OP_MemorizeSpell" updated="02/15/22">
+ <opcode id="0ed9" name="OP_MemorizeSpell" updated="03/09/22">
<comment>MemSpellCode</comment>
<payload dir="both" typename="memSpellStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0b85" name="OP_InspectAnswer" updated="02/15/22">
+ <opcode id="64de" name="OP_InspectAnswer" updated="03/09/22">
<comment>InspectDataCode</comment>
<payload dir="both" typename="inspectDataStruct" sizechecktype="match"/>
</opcode>
- <opcode id="08e8" name="OP_Emote" updated="02/15/22">
+ <opcode id="106d" name="OP_Emote" updated="03/09/22">
<comment>EmoteTextCode</comment>
<payload dir="both" typename="emoteTextStruct" sizechecktype="none"/>
</opcode>
- <opcode id="2cae" name="OP_SimpleMessage" updated="02/15/22">
+ <opcode id="0418" name="OP_SimpleMessage" updated="03/09/22">
<comment>SimpleMessageCode</comment>
<payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4ae3" name="OP_FormattedMessage" updated="02/15/22">
+ <opcode id="735a" name="OP_FormattedMessage" updated="03/09/22">
<comment>FormattedMessageCode i.e. pet dismissed etc</comment>
<payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="0591" name="OP_CommonMessage" updated="02/15/22">
+ <opcode id="7a33" name="OP_CommonMessage" updated="03/09/22">
<comment>ChannelMessageCode i.e. /tell /ooc /shout etc</comment>
<payload dir="both" typename="channelMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="0c21" name="OP_SpecialMesg" updated="02/15/22">
+ <opcode id="7970" name="OP_SpecialMesg" updated="03/09/22">
<comment>Communicate textual info to client including hail responses etc</comment>
<payload dir="server" typename="specialMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="4240" name="OP_RandomReq" updated="02/15/22">
+ <opcode id="67c4" name="OP_RandomReq" updated="03/09/22">
<comment>RandomReqCode</comment>
<payload dir="client" typename="randomReqStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5ea8" name="OP_RandomReply" updated="02/15/22">
+ <opcode id="6a8b" name="OP_RandomReply" updated="03/09/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="76bc" name="OP_ManaChange" updated="02/15/22">
+ <opcode id="1248" name="OP_ManaChange" updated="03/09/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="4881" name="OP_BazaarSearchRequest" updated="02/15/22">
+ <opcode id="7329" name="OP_BazaarSearchRequest" updated="03/09/22">
<comment>Bazaar search request </comment>
<payload dir="client" typename="bazaarSearchQueryStruct" sizechecktype="none"/>
</opcode>
- <opcode id="6c1b" name="OP_BazaarSearchResponse" updated="02/15/22">
+ <opcode id="71c7" name="OP_BazaarSearchResponse" updated="03/09/22">
<comment>Bazaar search Response - Struct incorrect </comment>
<payload dir="server" typename="bazaarSearchResponseStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="1708" name="OP_MoneyOnCorpse" updated="02/15/22">
+ <opcode id="11ef" name="OP_MoneyOnCorpse" updated="03/09/22">
<comment>MoneyOnCorpseCode</comment>
<payload dir="server" typename="moneyOnCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4c8e" name="OP_SkillUpdate" updated="02/15/22">
+ <opcode id="31f0" name="OP_SkillUpdate" updated="03/09/22">
<comment>Skill up code</comment>
<payload dir="server" typename="skillIncStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0716" name="OP_LevelUpdate" updated="02/15/22">
+ <opcode id="546b" name="OP_LevelUpdate" updated="03/09/22">
<comment>LevelUpUpdateCode</comment>
<payload dir="server" typename="levelUpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0076" name="OP_DzSwitchInfo" updated="02/15/22">
+ <opcode id="1415" name="OP_DzSwitchInfo" updated="03/09/22">
<comment>Expedition compass etc</comment>
<payload dir="server" typename="dzSwitchInfo" sizechecktype="none"/>
</opcode>
- <opcode id="1858" name="OP_DzInfo" updated="02/15/22">
+ <opcode id="5b33" name="OP_DzInfo" updated="03/09/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="146c" name="OP_SetRunMode" updated="02/15/22">
+ <opcode id="50f7" name="OP_SetRunMode" updated="03/09/22">
<comment>old cRunToggleCode</comment>
<payload dir="client" typename="cRunToggleStruct" sizechecktype="match"/>
</opcode>
- <opcode id="57de" name="OP_Trader" updated="02/15/22">
+ <opcode id="196f" name="OP_Trader" updated="03/09/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="769c" name="OP_GuildMemberList" updated="02/15/22">
+ <opcode id="60db" name="OP_GuildMemberList" updated="03/09/22">
<comment>List of guild members - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="4799" name="OP_ManaUpdate" updated="02/15/22">
+ <opcode id="76c9" name="OP_ManaUpdate" updated="03/09/22">
<comment>Mana Update opcode - 10 bytes</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="0a68" name="OP_EndUpdate" updated="02/15/22">
+ <opcode id="3749" name="OP_EndUpdate" updated="03/09/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="5303" name="OP_ExpandedGuildInfo" updated="02/15/22">
+ <opcode id="5498" name="OP_ExpandedGuildInfo" updated="03/09/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="170e" name="OP_GuildsInZoneList" updated="02/15/22">
+ <opcode id="1229" name="OP_GuildsInZoneList" updated="03/09/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="6054" name="OP_NewGuildInZone" updated="02/15/22">
+ <opcode id="0e48" name="OP_NewGuildInZone" updated="03/09/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="102a" name="OP_Find" updated="02/15/22">
+ <opcode id="37c2" name="OP_Find" updated="03/09/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-03-11 11:40:50 UTC (rev 1251)
+++ showeq/branches/cn187_devel/configure.in 2022-03-11 11:50:36 UTC (rev 1252)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 6.2.2)
+AC_INIT(showeq, 6.2.3)
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-03-11 11:40:50 UTC (rev 1251)
+++ showeq/branches/cn187_devel/src/everquest.h 2022-03-11 11:50:36 UTC (rev 1252)
@@ -445,7 +445,7 @@
/*
* Used in charProfileStruct. Buffs
-* Length: 86 Octets
+* Length: 110 Octets
*/
struct spellBuff
{
@@ -460,8 +460,8 @@
/*0020*/ int8_t level; // Level of person who cast buff
/*0021*/ int32_t spellid; // Spell
/*0025*/ int32_t effect; // holds the dmg absorb amount on runes
-/*0029*/ uint8_t unknown0029[57];
-/*0086*/
+/*0029*/ uint8_t unknown0029[81];
+/*0110*/
};
@@ -1115,26 +1115,24 @@
struct
{
- signed deltaZ:13; // change in z
signed deltaX:13; // change in x
- unsigned padding00:6;
+ signed deltaHeading:10; // change in heading
+ unsigned padding00:9;
+ signed animation:10; // current animation
unsigned pitch:12; // pitch (up/down heading)
- signed x:19; // x coord (1st loc value)
- unsigned padding01:1;
+ unsigned padding01:10;
- signed y:19; // y coord (2nd loc value)
unsigned heading:12; // heading
+ signed x:19; // x coord (1st loc value)
unsigned padding02:1;
- signed animation:10; // current animation
+ signed z:19; // z coord (3rd loc value)
+ signed deltaZ:13; // change in z
+
signed deltaY:13; // change in y
- unsigned padding03:9;
+ signed y:19; // y coord (2nd loc value)
- signed deltaHeading:10; // change in heading
- signed z:19; // z coord (3rd loc value)
- unsigned padding04:3;
-
};
int32_t posData[5];
};
@@ -1961,7 +1959,7 @@
/*
** Spawn Death Blow
-** Length: 32 Octets
+** Length: 40 Octets
** OpCode: NewCorpseCode
*/
@@ -1975,8 +1973,8 @@
/*0020*/ uint16_t zoneId; // Bind zone id
/*0022*/ uint16_t zoneInstance; // Bind zone instance
/*0024*/ uint32_t damage; // Damage
-/*0028*/ uint8_t unknown0028[4]; // ***Placeholder
-/*0032*/
+/*0028*/ uint8_t unknown0028[12]; // ***Placeholder
+/*0040*/
};
/**
@@ -2038,9 +2036,9 @@
/*0004*/ uint8_t type; // Bash, kick, cast, etc.
/*0005*/ int16_t spell; // SpellID
/*0007*/ int32_t damage;
-/*0011*/ uint8_t unknown0011[13]; // ***Placeholder
-/*0024*/ uint8_t unknown0024[6]; // ***Placeholder (11/24/07)
-/*0030*/
+/*0011*/ uint8_t unknown0011[17]; // ***Placeholder
+/*0028*/ uint8_t unknown0028[6]; // ***Placeholder (11/24/07)
+/*0034*/
};
// This can be used to gather info on spells cast on us
@@ -2049,14 +2047,14 @@
/*0000*/ uint16_t target; // Target ID
/*0002*/ uint16_t source; // SourceID
/*0004*/ uint8_t level; // Caster level
-/*0005*/ uint8_t unknown0005[23]; // ***Placeholder
-/*0028*/ uint8_t type; // Casts, Falls, Bashes, etc...
-/*0029*/ uint8_t unknown0029[8];
-/*0037*/ int16_t spell; // SpellID
-/*0039*/ uint8_t unknown0039[2]; // ***Placeholder
-/*0041*/ uint8_t unknown0041[2]; // ***Placeholder
-/*0043*/ uint8_t unknown0043[3]; // ***Placeholder
-/*0046*/
+/*0005*/ uint8_t unknown0005[27]; // ***Placeholder
+/*0032*/ uint8_t type; // Casts, Falls, Bashes, etc...
+/*0033*/ uint8_t unknown0033[16];
+/*0049*/ int16_t spell; // SpellID
+/*0051*/ uint8_t unknown0051[2]; // ***Placeholder
+/*0053*/ uint8_t unknown0053[2]; // ***Placeholder
+/*0055*/ uint8_t unknown0055[3]; // ***Placeholder
+/*0058*/
};
// Starting with 2/21/2006, OP_Actions seem to come in pairs, duplicating
@@ -2067,15 +2065,15 @@
/*0000*/ uint16_t target; // Target ID
/*0002*/ uint16_t source; // SourceID
/*0004*/ uint8_t level; // Caster level
-/*0005*/ uint8_t unknown0005[23]; // ***Placeholder
-/*0028*/ uint8_t type; // Casts, Falls, Bashes, etc...
-/*0029*/ uint8_t unknown0029[8];
-/*0037*/ int16_t spell; // SpellID
-/*0039*/ uint8_t unknown0039[2]; // ***Placeholder
-/*0041*/ uint32_t unknown0041;
-/*0045*/ uint32_t unknown0045;
-/*0049*/ uint8_t unknown0049[15];
-/*0064*/
+/*0005*/ uint8_t unknown0005[27]; // ***Placeholder
+/*0032*/ uint8_t type; // Casts, Falls, Bashes, etc...
+/*0033*/ uint8_t unknown0033[16];
+/*0049*/ int16_t spell; // SpellID
+/*0051*/ uint8_t unknown0051[2]; // ***Placeholder
+/*0053*/ uint32_t unknown0053;
+/*0057*/ uint32_t unknown0057;
+/*0061*/ uint8_t unknown0061[15];
+/*0076*/
};
/*
@@ -2397,31 +2395,29 @@
/*0000*/ uint16_t spawnId;
/*0002*/ uint16_t spawnId2;
/*0004*/
- signed deltaZ:13; // change in z
signed deltaX:13; // change in x
- unsigned padding00:6;
+ signed deltaHeading:10; // change in heading
+ unsigned padding00:9;
/*0008*/
+ signed animation:10; // current animation
unsigned pitch:12; // pitch (up/down heading)
- signed x:19; // x coord (1st loc value)
- unsigned padding01:1;
+ unsigned padding01:10;
/*0012*/
- signed y:19; // y coord (2nd loc value)
unsigned heading:12; // heading
+ signed x:19; // x coord (1st loc value)
unsigned padding02:1;
/*0016*/
- signed animation:10; // current animation
+ signed z:19; // z coord (3rd loc value)
+ signed deltaZ:13; // change in z
+/*0020*/
signed deltaY:13; // change in y
- unsigned padding03:9;
-/*0020*/
- signed deltaHeading:10; // change in heading
- signed z:19; // z coord (3rd loc value)
- unsigned padding04:3;
+ signed y:19; // y coord (2nd loc value)
/*0024*/
};
/*
** Self Position Update
-** Length: 46 Octets
+** Length: 38 Octets
** OpCode: PlayerPosCode
*/
struct playerSelfPosStruct
@@ -2430,30 +2426,25 @@
/*0002*/ uint16_t spawnId; // Player's spawn id
/*0004*/ uint16_t unknown0004; // ***Placeholder
/*0006*/
- unsigned heading:12; // heading
- unsigned padding00:20;
+ float x; // x coord (1st loc value)
/*0010*/
- float x; // x coord (1st loc value)
+ float deltaY; // change in y
/*0014*/
+ float y; // y coord (2nd loc value)
+/*0018*/
unsigned pitch:12; // pitch (up/down heading)
- unsigned padding02:20;
-/*0018*/
- float deltaZ; // change in z
+ unsigned padding03:20;
/*0022*/
- float deltaX; // change in x
+ float z; // z coord (3rd loc value)
/*0026*/
- float z; // z coord (3rd loc value)
+ float deltaZ; // change in z
/*0030*/
- float y; // y coord (2nd loc value)
+ signed animation:10; // current animation
+ unsigned heading:12; // heading
+ signed deltaHeading:10; // change in heading
/*0034*/
- signed deltaHeading:10; // change in heading
- unsigned padding07:22;
+ float deltaX; // change in x
/*0038*/
- 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.
|