|
From: <cn...@us...> - 2019-12-21 01:54:33
|
Revision: 998
http://sourceforge.net/p/seq/svn/998
Author: cn187
Date: 2019-12-21 01:54:31 +0000 (Sat, 21 Dec 2019)
Log Message:
-----------
Update opcodes/structs for 2019-12-20 patch
- Updated Opcodes (Newby)
- Updated Structs (Newby)
- Updated Opcodes (cn187)
Version to 6.0.0.0-pre8
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
Modified: showeq/branches/pre_6_0_beta/conf/zoneopcodes.xml
===================================================================
--- showeq/branches/pre_6_0_beta/conf/zoneopcodes.xml 2019-12-19 00:28:08 UTC (rev 997)
+++ showeq/branches/pre_6_0_beta/conf/zoneopcodes.xml 2019-12-21 01:54:31 UTC (rev 998)
@@ -3,78 +3,78 @@
<seqopcodes>
<!-- Critical opcodes used directly by ShowEQ -->
- <opcode id="2032" name="OP_PlayerProfile" updated="12/18/19">
+ <opcode id="614d" name="OP_PlayerProfile" updated="12/20/19">
<comment>CharProfileCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="4064" name="OP_ZoneEntry" updated="12/18/19">
+ <opcode id="52bf" name="OP_ZoneEntry" updated="12/20/19">
<comment>ZoneEntryCode</comment>
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="3fee" name="OP_TimeOfDay" updated="12/18/19">
+ <opcode id="12b8" name="OP_TimeOfDay" updated="12/20/19">
<comment>TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6dd1" name="OP_NewZone" updated="12/18/19">
+ <opcode id="2456" name="OP_NewZone" updated="12/20/19">
<comment>NewZoneCode</comment>
<payload dir="server" typename="newZoneStruct" sizechecktype="match"/>
</opcode>
- <opcode id="143d" name="OP_SpawnDoor" updated="12/18/19">
+ <opcode id="131c" name="OP_SpawnDoor" updated="12/20/19">
<comment>DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="217d" name="OP_GroundSpawn" updated="12/18/19">
+ <opcode id="163d" name="OP_GroundSpawn" updated="12/20/19">
<comment>MakeDropCode</comment>
<payload dir="server" typename="makeDropStruct" sizechecktype="none"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="5b97" name="OP_SendZonePoints" updated="12/18/19">
+ <opcode id="509a" name="OP_SendZonePoints" updated="12/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="01a8" name="OP_AAExpUpdate" updated="12/18/19">
+ <opcode id="084a" name="OP_AAExpUpdate" updated="12/20/19">
<comment>Receiving AA experience. Also when percent to AA changes.</comment>
<payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="61d5" name="OP_ExpUpdate" updated="12/18/19">
+ <opcode id="330d" name="OP_ExpUpdate" updated="12/20/19">
<comment>ExpUpdateCode</comment>
<payload dir="server" typename="expUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="44ab" name="OP_GuildMOTD" updated="12/18/19">
+ <opcode id="2a4a" name="OP_GuildMOTD" updated="12/20/19">
<comment>GuildMOTD</comment>
<payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="7814" name="OP_ClientUpdate" updated="12/18/19">
+ <opcode id="32d0" name="OP_ClientUpdate" updated="12/20/19">
<comment>Position updates</comment>
<payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/>
<payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1ddb" name="OP_NpcMoveUpdate" updated="12/18/19">
+ <opcode id="30ac" name="OP_NpcMoveUpdate" updated="12/20/19">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="610e" name="OP_MobUpdate" updated="12/18/19">
+ <opcode id="631c" name="OP_MobUpdate" updated="12/20/19">
<comment>MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="e885" name="OP_DeleteSpawn" updated="12/18/19">
+ <opcode id="0069" name="OP_DeleteSpawn" updated="12/20/19">
<comment>DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="66e0" name="OP_RemoveSpawn" updated="12/18/19">
+ <opcode id="7c46" name="OP_RemoveSpawn" updated="12/20/19">
<comment>Remove spawn from zone</comment>
<payload dir="both" typename="removeSpawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="3333" name="OP_Death" updated="12/18/19">
+ <opcode id="3af4" name="OP_Death" updated="12/20/19">
<comment>old NewCorpseCode</comment>
<payload dir="server" typename="newCorpseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="7eb4" name="OP_WearChange" updated="12/18/19">
+ <opcode id="611c" name="OP_WearChange" updated="12/20/19">
<comment>SpawnUpdateCode</comment>
<payload dir="both" typename="SpawnUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="0523" name="OP_SpawnAppearance" updated="12/18/19">
+ <opcode id="1566" name="OP_SpawnAppearance" updated="12/20/19">
<comment>SpawnAppearanceCode</comment>
<payload dir="both" typename="spawnAppearanceStruct" sizechecktype="match"/>
</opcode>
@@ -82,32 +82,32 @@
<comment>Server updating on hunger/thirst</comment>
<payload dir="server" typename="staminaStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6d76" name="OP_HPUpdate" updated="06/19/19">
+ <opcode id="2bde" name="OP_HPUpdate" updated="12/20/19">
<comment>NpcHpUpdateCode Update HP % of a PC or NPC</comment>
<payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4bf3" name="OP_GuildMemberUpdate" updated="12/18/19">
+ <opcode id="6c62" name="OP_GuildMemberUpdate" updated="12/20/19">
<comment>Info regarding guild members</comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="4ef3" name="OP_ClickObject" updated="12/18/19">
+ <opcode id="2861" name="OP_ClickObject" updated="12/20/19">
<comment>Items dropped on the ground</comment>
<payload dir="both" typename="remDropStruct" sizechecktype="match"/>
</opcode>
- <opcode id="48fc" name="OP_Action" updated="12/18/19">
+ <opcode id="0fb9" name="OP_Action" updated="12/20/19">
<comment>Spells cast etc</comment>
<payload dir="both" typename="actionStruct" sizechecktype="match"/>
<payload dir="both" typename="actionAltStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1a3f" name="OP_Action2" updated="12/18/19">
+ <opcode id="52aa" name="OP_Action2" updated="12/20/19">
<comment>Combat actions i.e. bash, kick etc</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>
- <opcode id="3b18" name="OP_Consider" updated="12/18/19">
+ <opcode id="62d0" name="OP_Consider" updated="12/20/19">
<comment>ConsiderCode</comment>
<payload dir="both" typename="considerStruct" sizechecktype="match"/>
</opcode>
- <opcode id="388e" name="OP_TargetMouse" updated="12/18/19">
+ <opcode id="0476" name="OP_TargetMouse" updated="12/20/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="06a5" name="OP_ZoneChange" updated="12/18/19">
+ <opcode id="05b5" name="OP_ZoneChange" updated="12/20/19">
<comment>old ZoneChangeCode</comment>
<payload dir="both" typename="zoneChangeStruct" sizechecktype="match"/>
</opcode>
@@ -175,11 +175,11 @@
<comment>StartCastCode</comment>
<payload dir="both" typename="startCastStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6426" name="OP_SwapSpell" updated="06/19/19">
+ <opcode id="23a2" name="OP_SwapSpell" updated="12/20/19">
<comment>TradeSpellBookSlotsCode</comment>
<payload dir="both" typename="tradeSpellBookSlotsStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1b58" name="OP_MemorizeSpell" updated="06/19/19">
+ <opcode id="0334" name="OP_MemorizeSpell" updated="12/20/19">
<comment>MemSpellCode</comment>
<payload dir="both" typename="memSpellStruct" sizechecktype="match"/>
</opcode>
@@ -191,19 +191,19 @@
<comment>EmoteTextCode</comment>
<payload dir="both" typename="emoteTextStruct" sizechecktype="none"/>
</opcode>
- <opcode id="3031" name="OP_SimpleMessage" updated="12/18/19">
+ <opcode id="4164" name="OP_SimpleMessage" updated="12/20/19">
<comment>SimpleMessageCode</comment>
<payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2dc8" name="OP_FormattedMessage" updated="12/18/19">
+ <opcode id="2a0a" name="OP_FormattedMessage" updated="12/20/19">
<comment>FormattedMessageCode i.e. pet dismissed etc</comment>
<payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="6a14" name="OP_CommonMessage" updated="12/18/19">
+ <opcode id="751b" name="OP_CommonMessage" updated="12/20/19">
<comment>ChannelMessageCode i.e. /tell /ooc /shout etc</comment>
<payload dir="both" typename="channelMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="6716" name="OP_SpecialMesg" updated="12/18/19">
+ <opcode id="716a" name="OP_SpecialMesg" updated="12/20/19">
<comment>Communicate textual info to client including hail responses etc</comment>
<payload dir="server" typename="specialMessageStruct" sizechecktype="none"/>
</opcode>
@@ -223,7 +223,7 @@
<comment>Server replying with deny information after /deny</comment>
<payload dir="server" typename="consentResponseStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2389" name="OP_ManaChange" updated="06/19/19">
+ <opcode id="21d0" name="OP_ManaChange" updated="12/20/19">
<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"/>
@@ -244,7 +244,7 @@
<comment>Skill up code</comment>
<payload dir="server" typename="skillIncStruct" sizechecktype="match"/>
</opcode>
- <opcode id="3de8" name="OP_LevelUpdate" updated="12/18/19">
+ <opcode id="3a6d" name="OP_LevelUpdate" updated="12/20/19">
<comment>LevelUpUpdateCode</comment>
<payload dir="server" typename="levelUpUpdateStruct" sizechecktype="match"/>
</opcode>
@@ -307,7 +307,7 @@
<comment>List of group members - Variable length</comment>
<payload dir="server" typename="unknown" sizechecktype="none"/>
</opcode>
- <opcode id="2ae7" name="OP_GuildMemberList" updated="12/18/19">
+ <opcode id="04a5" name="OP_GuildMemberList" updated="12/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="67ad" name="OP_ExpandedGuildInfo" updated="12/18/19">
+ <opcode id="30d5" name="OP_ExpandedGuildInfo" updated="12/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="2717" name="OP_Find" updated="12/18/19">
+ <opcode id="45e2" name="OP_Find" updated="12/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-12-19 00:28:08 UTC (rev 997)
+++ showeq/branches/pre_6_0_beta/configure.in 2019-12-21 01:54:31 UTC (rev 998)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 6.0.0.0-pre7)
+AC_INIT(showeq, 6.0.0.0-pre8)
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-12-19 00:28:08 UTC (rev 997)
+++ showeq/branches/pre_6_0_beta/src/everquest.h 2019-12-21 01:54:31 UTC (rev 998)
@@ -1111,25 +1111,25 @@
struct
{
+ unsigned pitch:12;
signed x:19; // x coord (1st loc value)
+ unsigned padding00:1;
+
signed deltaZ:13; // change in z
+ unsigned heading:12; // heading
+ unsigned padding01:7;
+ signed deltaY:13; // change in y
signed animation:10; // velocity
+ unsigned padding02:9;
+
signed deltaX:13; // change in x
- unsigned padding01:9;
-
- unsigned heading:12; // heading
signed z:19; // z coord (3rd loc value)
- unsigned padding02:1;
signed deltaHeading:10; // change in heading
signed y:19; // y coord (2nd loc value)
- unsigned padding03:3;
+ unsigned padding04:3;
- unsigned pitch:12;
- signed deltaY:13; // change in y
- unsigned padding04:7;
-
};
int32_t posData[5];
};
@@ -2391,30 +2391,30 @@
/*0000*/ uint16_t spawnId;
/*0002*/ uint16_t spawnId2;
/*0004*/
+ unsigned pitch:12;
signed x:19; // x coord (1st loc value)
+ unsigned padding00:1;
+/*0008*/
signed deltaZ:13; // change in z
-/*0008*/
+ unsigned heading:12; // heading
+ unsigned padding01:7;
+/*0012*/
+ signed deltaY:13; // change in y
signed animation:10; // velocity
+ unsigned padding02:9;
+/*0016*/
signed deltaX:13; // change in x
- unsigned padding01:9;
-/*0012*/
- unsigned heading:12; // heading
signed z:19; // z coord (3rd loc value)
- unsigned padding02:1;
-/*0016*/
+/*0020*/
signed deltaHeading:10; // change in heading
signed y:19; // y coord (2nd loc value)
- unsigned padding03:3;
-/*0020*/
- unsigned pitch:12;
- signed deltaY:13; // change in y
- unsigned padding04:7;
+ unsigned padding04:3;
/*0024*/
};
/*
** Self Position Update
-** Length: 42 Octets
+** Length: 44 Octets
** OpCode: PlayerPosCode
*/
@@ -2424,28 +2424,30 @@
/*0002*/ uint16_t spawnId; // Player's spawn id
/*0004*/ uint16_t unknown0004; // ***Placeholder
/*0006*/
+ unsigned pitch:12; // pitch (up/down heading)
+ unsigned padding00:20;
+/*0010*/
float deltaZ; // Change in z
-/*0010*/
+/*0014*/
unsigned heading:12; // Heading
- unsigned padding01:20;
-/*0014*/
- float y; // y coord (2nd loc value)
+ unsigned padding02:20;
/*0018*/
- float x; // x coord (1st loc value)
+ float z; // z coord (3rd loc value)
/*0022*/
- float z; // z coord (3rd loc value)
+ signed deltaHeading:10; // change in heading
+ unsigned padding04:22;
/*0026*/
- signed animation:10; // velocity
- unsigned padding05:22;
+ float y; // y coord (2nd loc value)
/*0030*/
- float deltaY; // Change in y
+ float x; // x coord (1st loc value)
/*0034*/
- float deltaX; // Change in x
+ signed animation:10; // velocity
+ unsigned padding07:22;
/*0038*/
- unsigned pitch:12; // pitch (up/down heading)
- signed deltaHeading:10; // change in heading
- unsigned padding08:10;
+ float deltaY; // Change in y
/*0042*/
+ float deltaX; // Change in x
+/*0044*/
};
/*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|