|
From: <cn...@us...> - 2019-11-21 02:16:51
|
Revision: 994
http://sourceforge.net/p/seq/svn/994
Author: cn187
Date: 2019-11-21 02:16:50 +0000 (Thu, 21 Nov 2019)
Log Message:
-----------
Historical checkin for 9/19/19
- Updated Opcodes (Newby)
- Updated Structs (Newby)
Version to 6.0.0.0-pre6
Modified Paths:
--------------
showeq/branches/pre_6_0_beta/conf/zoneopcodes.xml
showeq/branches/pre_6_0_beta/configure.in
showeq/branches/pre_6_0_beta/src/everquest.h
showeq/branches/pre_6_0_beta/src/spawnshell.cpp
Modified: showeq/branches/pre_6_0_beta/conf/zoneopcodes.xml
===================================================================
--- showeq/branches/pre_6_0_beta/conf/zoneopcodes.xml 2019-11-02 21:33:01 UTC (rev 993)
+++ showeq/branches/pre_6_0_beta/conf/zoneopcodes.xml 2019-11-21 02:16:50 UTC (rev 994)
@@ -3,78 +3,78 @@
<seqopcodes>
<!-- Critical opcodes used directly by ShowEQ -->
- <opcode id="16b8" name="OP_PlayerProfile" updated="10/16/19">
+ <opcode id="524b" name="OP_PlayerProfile" updated="11/20/19">
<comment>CharProfileCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="033c" name="OP_ZoneEntry" updated="10/16/19">
+ <opcode id="107c" name="OP_ZoneEntry" updated="11/20/19">
<comment>ZoneEntryCode</comment>
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="40e0" name="OP_TimeOfDay" updated="10/16/19">
+ <opcode id="1db9" name="OP_TimeOfDay" updated="11/20/19">
<comment>TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6f75" name="OP_NewZone" updated="10/16/19">
+ <opcode id="6fdf" name="OP_NewZone" updated="11/20/19">
<comment>NewZoneCode</comment>
<payload dir="server" typename="newZoneStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7806" name="OP_SpawnDoor" updated="10/16/19">
+ <opcode id="07a5" name="OP_SpawnDoor" updated="11/20/19">
<comment>DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="07d4" name="OP_GroundSpawn" updated="10/16/19">
+ <opcode id="7bd3" name="OP_GroundSpawn" updated="11/20/19">
<comment>MakeDropCode</comment>
<payload dir="server" typename="makeDropStruct" sizechecktype="none"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="5860" name="OP_SendZonePoints" updated="10/16/19">
+ <opcode id="75df" name="OP_SendZonePoints" updated="11/20/19">
<comment>Coords in a zone that will port you to another zone</comment>
<payload dir="server" typename="zonePointsStruct" sizechecktype="none"/>
</opcode>
- <opcode id="22b9" name="OP_AAExpUpdate" updated="10/16/19">
+ <opcode id="073e" name="OP_AAExpUpdate" updated="11/20/19">
<comment>Receiving AA experience. Also when percent to AA changes.</comment>
<payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="761f" name="OP_ExpUpdate" updated="06/19/19">
+ <opcode id="52ec" name="OP_ExpUpdate" updated="11/20/19">
<comment>ExpUpdateCode</comment>
<payload dir="server" typename="expUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5b06" name="OP_GuildMOTD" updated="10/16/19">
+ <opcode id="335a" name="OP_GuildMOTD" updated="11/20/19">
<comment>GuildMOTD</comment>
<payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="09f3" name="OP_ClientUpdate" updated="10/16/19">
+ <opcode id="24e1" name="OP_ClientUpdate" updated="11/20/19">
<comment>Position updates</comment>
<payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/>
<payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7025" name="OP_NpcMoveUpdate" updated="10/16/19">
+ <opcode id="054a" name="OP_NpcMoveUpdate" updated="11/20/19">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="56b2" name="OP_MobUpdate" updated="10/16/19">
+ <opcode id="0c4d" name="OP_MobUpdate" updated="11/20/19">
<comment>MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="7188" name="OP_DeleteSpawn" updated="10/16/19">
+ <opcode id="1ad1" name="OP_DeleteSpawn" updated="11/20/19">
<comment>DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="43ba" name="OP_RemoveSpawn" updated="10/16/19">
+ <opcode id="76aa" name="OP_RemoveSpawn" updated="11/20/19">
<comment>Remove spawn from zone</comment>
<payload dir="both" typename="removeSpawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="6474" name="OP_Death" updated="10/16/19">
+ <opcode id="059a" name="OP_Death" updated="11/20/19">
<comment>old NewCorpseCode</comment>
<payload dir="server" typename="newCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="61ba" name="OP_WearChange" updated="10/16/19">
+ <opcode id="1285" name="OP_WearChange" updated="11/20/19">
<comment>SpawnUpdateCode</comment>
<payload dir="both" typename="SpawnUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2004" name="OP_SpawnAppearance" updated="10/16/19">
+ <opcode id="176e" name="OP_SpawnAppearance" updated="11/20/19">
<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="1dee" name="OP_GuildMemberUpdate" updated="10/16/19">
+ <opcode id="76c7" name="OP_GuildMemberUpdate" updated="11/02/19">
<comment>Info regarding guild members</comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="473a" name="OP_ClickObject" updated="10/16/19">
+ <opcode id="747d" name="OP_ClickObject" updated="11/20/19">
<comment>Items dropped on the ground</comment>
<payload dir="both" typename="remDropStruct" sizechecktype="match"/>
</opcode>
- <opcode id="60c0" name="OP_Action" updated="10/16/19">
+ <opcode id="29e5" name="OP_Action" updated="11/20/19">
<comment>Spells cast etc</comment>
<payload dir="both" typename="actionStruct" sizechecktype="match"/>
<payload dir="both" typename="actionAltStruct" sizechecktype="match"/>
</opcode>
- <opcode id="5669" name="OP_Action2" updated="10/16/19">
+ <opcode id="2301" name="OP_Action2" updated="11/20/19">
<comment>Combat actions i.e. bash, kick etc</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>
- <opcode id="337c" name="OP_Consider" updated="10/16/19">
+ <opcode id="2123" name="OP_Consider" updated="11/20/19">
<comment>ConsiderCode</comment>
<payload dir="both" typename="considerStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2e3f" name="OP_TargetMouse" updated="10/16/19">
+ <opcode id="2d6a" name="OP_TargetMouse" updated="10/16/19">
<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="7519" name="OP_ZoneChange" updated="10/16/19">
+ <opcode id="3767" name="OP_ZoneChange" updated="11/20/19">
<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="3e64" name="OP_SimpleMessage" updated="10/16/19">
+ <opcode id="09e2" name="OP_SimpleMessage" updated="11/20/19">
<comment>SimpleMessageCode</comment>
<payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0d24" name="OP_FormattedMessage" updated="10/16/19">
+ <opcode id="65c1" name="OP_FormattedMessage" updated="11/20/19">
<comment>FormattedMessageCode i.e. pet dismissed etc</comment>
<payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="4d98" name="OP_CommonMessage" updated="10/16/19">
+ <opcode id="5575" name="OP_CommonMessage" updated="11/20/19">
<comment>ChannelMessageCode i.e. /tell /ooc /shout etc</comment>
<payload dir="both" typename="channelMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="72f8" name="OP_SpecialMesg" updated="10/16/19">
+ <opcode id="683c" name="OP_SpecialMesg" updated="11/20/19">
<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="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="4898" name="OP_GuildMemberList" updated="10/16/19">
+ <opcode id="4e47" name="OP_GuildMemberList" updated="11/20/19">
<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="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="1c45" name="OP_ExpandedGuildInfo" updated="10/16/19">
+ <opcode id="0e49" name="OP_ExpandedGuildInfo" updated="11/20/19">
<comment>Guild ranks and other misc guild data - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
@@ -587,7 +587,7 @@
<comment>Free to play nags and other data - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="6efd" name="OP_Find" updated="10/16/19">
+ <opcode id="0998" name="OP_Find" updated="11/20/19">
<comment>Find window data - 112 bytes</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
Modified: showeq/branches/pre_6_0_beta/configure.in
===================================================================
--- showeq/branches/pre_6_0_beta/configure.in 2019-11-02 21:33:01 UTC (rev 993)
+++ showeq/branches/pre_6_0_beta/configure.in 2019-11-21 02:16:50 UTC (rev 994)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 6.0.0.0-pre5)
+AC_INIT(showeq, 6.0.0.0-pre6)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
Modified: showeq/branches/pre_6_0_beta/src/everquest.h
===================================================================
--- showeq/branches/pre_6_0_beta/src/everquest.h 2019-11-02 21:33:01 UTC (rev 993)
+++ showeq/branches/pre_6_0_beta/src/everquest.h 2019-11-21 02:16:50 UTC (rev 994)
@@ -1115,23 +1115,27 @@
signed deltaY:13; // change in y
unsigned padding00:9;
- signed x:19; // x coord (1st loc value)
+ signed deltaX:13; // change in x
signed animation:10; // velocity
- unsigned padding01:3;
+ unsigned padding01:9;
unsigned heading:12; // heading
+ signed deltaZ:13; // change in z
+ unsigned padding02:7;
+
signed z:19; // z coord (3rd loc value)
- unsigned padding02:1;
+ unsigned padding03:13;
- signed deltaZ:13; // change in z
+ signed x:19; // x coord (1st loc value)
+ unsigned pitch:12;
+ unsigned padding04:1;
+
signed y:19; // y coord (2nd loc value)
+ unsigned padding05:13;
- unsigned pitch:12;
- signed deltaX:13; // change in x
- unsigned padding04:7;
};
- int32_t posData[5];
+ int32_t posData[6];
};
/*0000*/ union
{
@@ -2382,7 +2386,7 @@
/*
** Player Position Update
-** Length: 24 Octets
+** Length: 28 Octets
** OpCode: PlayerPosCode
*/
@@ -2395,21 +2399,24 @@
signed deltaY:13; // change in y
unsigned padding00:9;
/*0008*/
- signed x:19; // x coord (1st loc value)
+ signed deltaX:13; // change in x
signed animation:10; // velocity
- unsigned padding01:3;
+ unsigned padding01:9;
/*0012*/
unsigned heading:12; // heading
+ signed deltaZ:13; // change in z
+ unsigned padding02:7;
+/*0016*/
signed z:19; // z coord (3rd loc value)
- unsigned padding02:1;
-/*0016*/
- signed deltaZ:13; // change in z
- signed y:19; // y coord (2nd loc value)
+ unsigned padding03:13;
/*0020*/
+ signed x:19; // x coord (1st loc value)
unsigned pitch:12;
- signed deltaX:13; // change in x
- unsigned padding04:7;
+ unsigned padding04:1;
/*0024*/
+ signed y:19; // y coord (2nd loc value)
+ unsigned padding05:13;
+/*0028*/
};
/*
@@ -2429,22 +2436,22 @@
signed deltaHeading:10; // change in heading
unsigned padding01:22;
/*0014*/
- float deltaZ; // Change in z
+ float x; // x coord (1st loc value)
/*0018*/
float y; // y coord (2nd loc value)
/*0022*/
float z; // z coord (3rd loc value)
/*0026*/
+ unsigned heading:12; // Heading
signed animation:10; // velocity
- unsigned heading:12; // Heading
unsigned padding05:10;
/*0030*/
- float deltaX; // Change in x
+ float deltaZ; // Change in z
/*0034*/
unsigned pitch:12; // pitch (up/down heading)
unsigned padding07:20;
/*0038*/
- float x; // x coord (1st loc value)
+ float deltaX; // Change in x
/*0042*/
};
Modified: showeq/branches/pre_6_0_beta/src/spawnshell.cpp
===================================================================
--- showeq/branches/pre_6_0_beta/src/spawnshell.cpp 2019-11-02 21:33:01 UTC (rev 993)
+++ showeq/branches/pre_6_0_beta/src/spawnshell.cpp 2019-11-21 02:16:50 UTC (rev 994)
@@ -736,6 +736,7 @@
spawn->posData[2] = netStream.readUInt32NC();
spawn->posData[3] = netStream.readUInt32NC();
spawn->posData[4] = netStream.readUInt32NC();
+ spawn->posData[5] = netStream.readUInt32NC();
if(spawn->hasTitle)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|