|
From: <cn...@us...> - 2024-02-19 17:21:08
|
Revision: 1434
http://sourceforge.net/p/seq/svn/1434
Author: cn187
Date: 2024-02-19 17:21:06 +0000 (Mon, 19 Feb 2024)
Log Message:
-----------
Historical checkin for 09/21/23 - Struct and opcode updates (Newby)
Version to 6.3.6
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
showeq/branches/cn187_devel/src/zonemgr.cpp
Modified: showeq/branches/cn187_devel/ChangeLog
===================================================================
--- showeq/branches/cn187_devel/ChangeLog 2024-01-18 01:35:28 UTC (rev 1433)
+++ showeq/branches/cn187_devel/ChangeLog 2024-02-19 17:21:06 UTC (rev 1434)
@@ -1,3 +1,9 @@
+BlueAdept (09/21/23)
+----------------
+- Update to version 6.3.6
+- Support for EQ Patch 09/20/23
+- Struct and opcode updates (Newby)
+
BlueAdept (08/16/23)
----------------
- Update to version 6.3.5
@@ -4,7 +10,6 @@
- Support for EQ Patch 08/16/23
- Struct and opcode updates (Newby)
-
cn187 (07/20/23)
----------------
- Update to version 6.3.4
Modified: showeq/branches/cn187_devel/conf/zoneopcodes.xml
===================================================================
--- showeq/branches/cn187_devel/conf/zoneopcodes.xml 2024-01-18 01:35:28 UTC (rev 1433)
+++ showeq/branches/cn187_devel/conf/zoneopcodes.xml 2024-02-19 17:21:06 UTC (rev 1434)
@@ -3,37 +3,37 @@
<seqopcodes>
<!-- Critical opcodes used directly by ShowEQ -->
- <opcode id="3d0b" name="OP_PlayerProfile" updated="08/16/23">
+ <opcode id="36a4" name="OP_PlayerProfile" updated="09/20/23">
<comment>CharProfileCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="2e40" name="OP_ZoneEntry" updated="08/16/23">
+ <opcode id="425d" name="OP_ZoneEntry" updated="09/20/23">
<comment>ZoneEntryCode</comment>
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="6c05" name="OP_TimeOfDay" updated="08/16/23">
+ <opcode id="1d1e" name="OP_TimeOfDay" updated="09/20/23">
<comment>TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5e92" name="OP_NewZone" updated="08/16/23">
+ <opcode id="604d" name="OP_NewZone" updated="09/20/23">
<comment>NewZoneCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="5688" name="OP_SpawnDoor" updated="08/16/23">
+ <opcode id="553a" name="OP_SpawnDoor" updated="09/20/23">
<comment>DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="4662" name="OP_GroundSpawn" updated="08/16/23">
+ <opcode id="6c03" name="OP_GroundSpawn" updated="09/20/23">
<comment>MakeDropCode</comment>
<payload dir="server" typename="makeDropStruct" sizechecktype="none"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="294b" name="OP_SendZonePoints" updated="08/16/23">
+ <opcode id="52ba" name="OP_SendZonePoints" updated="09/20/23">
<comment>Coords in a zone that will port you to another zone</comment>
<payload dir="server" typename="zonePointsStruct" sizechecktype="none"/>
</opcode>
- <opcode id="6239" name="OP_AAExpUpdate" updated="08/16/23">
+ <opcode id="29e8" name="OP_AAExpUpdate" updated="09/20/23">
<comment>Receiving AA experience. Also when percent to AA changes.</comment>
<payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/>
</opcode>
@@ -41,32 +41,32 @@
<comment>ExpUpdateCode</comment>
<payload dir="server" typename="expUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1e29" name="OP_GuildMOTD" updated="08/16/23">
+ <opcode id="261e" name="OP_GuildMOTD" updated="09/20/23">
<comment>GuildMOTD</comment>
<payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="6ef1" name="OP_ClientUpdate" updated="08/16/23">
+ <opcode id="52ef" name="OP_ClientUpdate" updated="09/20/23">
<comment>Position updates</comment>
<payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/>
<payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/>
</opcode>
- <opcode id="689c" name="OP_NpcMoveUpdate" updated="08/16/23">
+ <opcode id="26c6" name="OP_NpcMoveUpdate" updated="09/20/23">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="6af0" name="OP_MobUpdate" updated="08/16/23">
+ <opcode id="00f8" name="OP_MobUpdate" updated="09/20/23">
<comment>MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="3329" name="OP_DeleteSpawn" updated="08/16/23">
+ <opcode id="836b" name="OP_DeleteSpawn" updated="09/20/23">
<comment>DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6f91" name="OP_RemoveSpawn" updated="08/16/23">
+ <opcode id="6328" name="OP_RemoveSpawn" updated="09/20/23">
<comment>Remove spawn from zone</comment>
<payload dir="both" typename="removeSpawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="7087" name="OP_Death" updated="08/16/23">
+ <opcode id="637e" name="OP_Death" updated="09/20/23">
<comment>old NewCorpseCode</comment>
<payload dir="server" typename="newCorpseStruct" sizechecktype="match"/>
</opcode>
@@ -74,7 +74,7 @@
<comment>SpawnUpdateCode</comment>
<payload dir="both" typename="SpawnUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0b08" name="OP_SpawnAppearance" updated="08/16/23">
+ <opcode id="1ee3" name="OP_SpawnAppearance" updated="09/20/23">
<comment>SpawnAppearanceCode</comment>
<payload dir="both" typename="spawnAppearanceStruct" sizechecktype="match"/>
</opcode>
@@ -86,28 +86,28 @@
<comment>NpcHpUpdateCode Update HP % of a PC or NPC</comment>
<payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2ec1" name="OP_GuildMemberUpdate" updated="08/16/23">
+ <opcode id="1fe3" name="OP_GuildMemberUpdate" updated="09/20/23">
<comment>Info regarding guild members</comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="7f2c" name="OP_ClickObject" updated="08/16/23">
+ <opcode id="3b4b" name="OP_ClickObject" updated="09/20/23">
<comment>Items dropped on the ground</comment>
<payload dir="both" typename="remDropStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4cfd" name="OP_Action" updated="08/16/23">
+ <opcode id="1142" name="OP_Action" updated="09/20/23">
<comment>Spells cast etc</comment>
<payload dir="both" typename="actionStruct" sizechecktype="match"/>
<payload dir="both" typename="actionAltStruct" sizechecktype="match"/>
</opcode>
- <opcode id="499f" name="OP_Action2" updated="08/16/23">
+ <opcode id="6487" name="OP_Action2" updated="09/20/23">
<comment>Combat actions i.e. bash, kick etc</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>
- <opcode id="31d8" name="OP_Consider" updated="08/16/23">
+ <opcode id="3f93" name="OP_Consider" updated="09/20/23">
<comment>ConsiderCode</comment>
<payload dir="both" typename="considerStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3180" name="OP_TargetMouse" updated="08/16/23">
+ <opcode id="3150" name="OP_TargetMouse" updated="09/20/23">
<comment>Targeting a person - old ClientTargetCode</comment>
<payload dir="both" typename="clientTargetStruct" sizechecktype="match"/>
</opcode>
@@ -123,7 +123,7 @@
<comment>Server putting players into shroud form</comment>
<payload dir="server" typename="spawnShroudSelf" sizechecktype="none"/>
</opcode>
- <opcode id="0b0f" name="OP_ZoneChange" updated="08/16/23">
+ <opcode id="4ad0" name="OP_ZoneChange" updated="09/20/23">
<comment>old ZoneChangeCode</comment>
<payload dir="both" typename="zoneChangeStruct" sizechecktype="match"/>
</opcode>
@@ -191,19 +191,19 @@
<comment>EmoteTextCode</comment>
<payload dir="both" typename="emoteTextStruct" sizechecktype="none"/>
</opcode>
- <opcode id="19c7" name="OP_SimpleMessage" updated="08/16/23">
+ <opcode id="2bfd" name="OP_SimpleMessage" updated="09/20/23">
<comment>SimpleMessageCode</comment>
<payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3f1e" name="OP_FormattedMessage" updated="08/16/23">
+ <opcode id="5c08" name="OP_FormattedMessage" updated="09/20/23">
<comment>FormattedMessageCode i.e. pet dismissed etc</comment>
<payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="1d59" name="OP_CommonMessage" updated="08/16/23">
+ <opcode id="19f5" name="OP_CommonMessage" updated="09/20/23">
<comment>ChannelMessageCode i.e. /tell /ooc /shout etc</comment>
<payload dir="both" typename="channelMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="7335" name="OP_SpecialMesg" updated="08/16/23">
+ <opcode id="65b5" name="OP_SpecialMesg" updated="09/20/23">
<comment>Communicate textual info to client including hail responses etc</comment>
<payload dir="server" typename="specialMessageStruct" sizechecktype="none"/>
</opcode>
@@ -307,7 +307,7 @@
<comment>List of group members - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="7554" name="OP_GuildMemberList" updated="08/16/23">
+ <opcode id="080a" name="OP_GuildMemberList" updated="09/20/23">
<comment>List of guild members - Variable length</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="1cb1" name="OP_ExpandedGuildInfo" updated="08/16/23">
+ <opcode id="1a1e" name="OP_ExpandedGuildInfo" updated="09/20/23">
<comment>Guild ranks and other misc guild data - Variable length</comment>
<payload dir="server" typename="uint8_t" 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="1746" name="OP_Find" updated="08/16/23">
+ <opcode id="1b86" name="OP_Find" updated="09/20/23">
<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 2024-01-18 01:35:28 UTC (rev 1433)
+++ showeq/branches/cn187_devel/configure.in 2024-02-19 17:21:06 UTC (rev 1434)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 6.3.5)
+AC_INIT(showeq, 6.3.6)
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 2024-01-18 01:35:28 UTC (rev 1433)
+++ showeq/branches/cn187_devel/src/everquest.h 2024-02-19 17:21:06 UTC (rev 1434)
@@ -1115,24 +1115,24 @@
struct
{
- signed z:19; // z coord (3rd loc value)
+ signed x:19; // x coord (1st loc value)
signed deltaHeading:10; // change in heading
unsigned padding00:3;
- signed deltaX:13; // change in x
signed deltaZ:13; // change in z
- unsigned padding01:6;
+ unsigned pitch:12; // pitch (up/down heading)
+ unsigned padding01:7;
+ signed z:19; // z coord (3rd loc value)
+ signed deltaY:13; // change in y
+
unsigned heading:12; // heading
- signed x:19; // x coord (1st loc value)
- unsigned padding02:1;
+ signed deltaX:13; // change in x
+ unsigned padding03:7;
signed animation:10; // current animation
- unsigned pitch:12; // pitch (up/down heading)
- unsigned padding03:10;
-
- signed deltaY:13; // change in y
signed y:19; // y coord (2nd loc value)
+ unsigned padding04:3;
};
int32_t posData[5];
@@ -2392,30 +2392,30 @@
/*0000*/ uint16_t spawnId;
/*0002*/ uint16_t spawnId2;
/*0004*/
- signed z:19; // z coord (3rd loc value)
+ signed x:19; // x coord (1st loc value)
signed deltaHeading:10; // change in heading
unsigned padding00:3;
/*0008*/
- signed deltaX:13; // change in x
signed deltaZ:13; // change in z
- unsigned padding01:6;
+ unsigned pitch:12; // pitch (up/down heading)
+ unsigned padding01:7;
/*0012*/
+ signed z:19; // z coord (3rd loc value)
+ signed deltaY:13; // change in y
+/*0016*/
unsigned heading:12; // heading
- signed x:19; // x coord (1st loc value)
- unsigned padding02:1;
-/*0016*/
+ signed deltaX:13; // change in x
+ unsigned padding03:7;
+/*0020*/
signed animation:10; // current animation
- unsigned pitch:12; // pitch (up/down heading)
- unsigned padding03:10;
-/*0020*/
- signed deltaY:13; // change in y
signed y:19; // y coord (2nd loc value)
+ unsigned padding04:3;
/*0024*/
};
/*
** Self Position Update
-** Length: 42 Octets
+** Length: 38 Octets
** OpCode: PlayerPosCode
*/
struct playerSelfPosStruct
@@ -2424,28 +2424,26 @@
/*0002*/ uint16_t spawnId; // Player's spawn id
/*0004*/ uint16_t unknown0004; // ***Placeholder
/*0006*/
- signed animation:10; // current animation
- unsigned padding00:22;
+ float deltaZ; // change in z
/*0010*/
float deltaY; // change in y
/*0014*/
- float x; // x coord (1st loc value)
+ unsigned heading:12; // heading
+ unsigned pitch:12; // pitch (up/down heading)
+ unsigned padding02:8;
/*0018*/
- unsigned heading:12; // heading
- unsigned padding03:20;
+ signed animation:10; // current animation
+ signed deltaHeading:10; // change in heading
+ unsigned padding03:12;
/*0022*/
float z; // z coord (3rd loc value)
/*0026*/
- float deltaZ; // change in z
+ float x; // x coord (1st loc value)
/*0030*/
float y; // y coord (2nd loc value)
/*0034*/
- unsigned pitch:12; // pitch (up/down heading)
- signed deltaHeading:10; // change in heading
- unsigned padding07:10;
+ float deltaX; // change in x
/*0038*/
- float deltaX; // change in x
-/*0042*/
};
/*
Modified: showeq/branches/cn187_devel/src/zonemgr.cpp
===================================================================
--- showeq/branches/cn187_devel/src/zonemgr.cpp 2024-01-18 01:35:28 UTC (rev 1433)
+++ showeq/branches/cn187_devel/src/zonemgr.cpp 2024-02-19 17:21:06 UTC (rev 1434)
@@ -442,7 +442,7 @@
player->profile.endurance = netStream.readUInt32NC();
// Unknown
- netStream.skipBytes(42);
+ netStream.skipBytes(58);
// Name
int firstName = netStream.readUInt32NC();
@@ -491,7 +491,7 @@
player->guildServerID = netStream.readUInt32NC();
// Unknown
- netStream.skipBytes(10);
+ netStream.skipBytes(2);
player->platinum_bank = netStream.readUInt32NC();
player->gold_bank = netStream.readUInt32NC();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|