|
From: <cn...@us...> - 2024-12-04 01:21:05
|
Revision: 1557
http://sourceforge.net/p/seq/svn/1557
Author: cn187
Date: 2024-12-04 01:21:03 +0000 (Wed, 04 Dec 2024)
Log Message:
-----------
Release 6.4.4
- Update to version 6.4.4
- Support for EQ Patch 12/03/24
- Struct and opcode updates (Newby)
- Add new zones for TOB (Newby)
- Add new races for TOB
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/conf/zoneopcodes.xml
showeq/trunk/configure.in
showeq/trunk/src/everquest.h
showeq/trunk/src/races.h
showeq/trunk/src/zonemgr.cpp
showeq/trunk/src/zones.h
Added Paths:
-----------
showeq/trunk/scripts/dbstr2races.sh
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2024-11-21 00:37:24 UTC (rev 1556)
+++ showeq/trunk/ChangeLog 2024-12-04 01:21:03 UTC (rev 1557)
@@ -1,8 +1,21 @@
+cn187 (12/03/24)
+----------------
+- Update to version 6.4.4
+- Support for EQ Patch 12/03/24
+- Struct and opcode updates (Newby)
+- Add new zones for TOB (Newby)
+- Add new races for TOB
+
BlueAdept (11/20/24)
----------------
- Update to version 6.4.3
- Support for EQ Patch 11/20/24
- Struct and opcode updates (Newby)
+BlueAdept (11/20/24)
+----------------
+- Update to version 6.4.3
+- Support for EQ Patch 11/20/24
+- Struct and opcode updates (Newby)
BlueAdept (10/16/24)
----------------
Modified: showeq/trunk/conf/zoneopcodes.xml
===================================================================
--- showeq/trunk/conf/zoneopcodes.xml 2024-11-21 00:37:24 UTC (rev 1556)
+++ showeq/trunk/conf/zoneopcodes.xml 2024-12-04 01:21:03 UTC (rev 1557)
@@ -3,37 +3,37 @@
<seqopcodes>
<!-- Critical opcodes used directly by ShowEQ -->
- <opcode id="1a1b" name="OP_PlayerProfile" updated="11/20/24">
+ <opcode id="3e9f" name="OP_PlayerProfile" updated="12/03/24">
<comment>CharProfileCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="46bd" name="OP_ZoneEntry" updated="11/20/24">
+ <opcode id="33c9" name="OP_ZoneEntry" updated="12/03/24">
<comment>ZoneEntryCode</comment>
<payload dir="client" typename="ClientZoneEntryStruct" sizechecktype="match"/>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="1f62" name="OP_TimeOfDay" updated="11/20/24">
+ <opcode id="7d4a" name="OP_TimeOfDay" updated="12/03/24">
<comment>TimeOfDayCode</comment>
<payload dir="server" typename="timeOfDayStruct" sizechecktype="match"/>
</opcode>
- <opcode id="2a5b" name="OP_NewZone" updated="11/20/24">
+ <opcode id="609f" name="OP_NewZone" updated="12/03/24">
<comment>NewZoneCode</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="6013" name="OP_SpawnDoor" updated="11/20/24">
+ <opcode id="1aab" name="OP_SpawnDoor" updated="12/03/24">
<comment>DoorSpawnsCode</comment>
<payload dir="server" typename="doorStruct" sizechecktype="modulus"/>
</opcode>
- <opcode id="53d0" name="OP_GroundSpawn" updated="11/20/24">
+ <opcode id="165e" name="OP_GroundSpawn" updated="12/03/24">
<comment>MakeDropCode</comment>
<payload dir="server" typename="makeDropStruct" sizechecktype="none"/>
<payload dir="client" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="6042" name="OP_SendZonePoints" updated="11/20/24">
+ <opcode id="219f" name="OP_SendZonePoints" updated="12/03/24">
<comment>Coords in a zone that will port you to another zone</comment>
<payload dir="server" typename="zonePointsStruct" sizechecktype="none"/>
</opcode>
- <opcode id="749a" name="OP_AAExpUpdate" updated="11/20/24">
+ <opcode id="6edb" name="OP_AAExpUpdate" updated="12/03/24">
<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="3f16" name="OP_GuildMOTD" updated="11/20/24">
+ <opcode id="0ecb" name="OP_GuildMOTD" updated="12/03/24">
<comment>GuildMOTD</comment>
<payload dir="server" typename="guildMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="293e" name="OP_ClientUpdate" updated="11/20/24">
+ <opcode id="5381" name="OP_ClientUpdate" updated="12/03/24">
<comment>Position updates</comment>
<payload dir="server" typename="playerSpawnPosStruct" sizechecktype="match"/>
<payload dir="both" typename="playerSelfPosStruct" sizechecktype="match"/>
</opcode>
- <opcode id="6b11" name="OP_NpcMoveUpdate" updated="11/20/24">
+ <opcode id="746b" name="OP_NpcMoveUpdate" updated="12/03/24">
<comment>Position updates</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="27c9" name="OP_MobUpdate" updated="11/20/24">
+ <opcode id="05d4" name="OP_MobUpdate" updated="12/03/24">
<comment>MobUpdateCode</comment>
<payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="1a75" name="OP_DeleteSpawn" updated="11/20/24">
+ <opcode id="479d" name="OP_DeleteSpawn" updated="12/03/24">
<comment>DeleteSpawnCode</comment>
<payload dir="both" typename="deleteSpawnStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1332" name="OP_RemoveSpawn" updated="11/20/24">
+ <opcode id="3b7c" name="OP_RemoveSpawn" updated="12/03/24">
<comment>Remove spawn from zone</comment>
<payload dir="both" typename="removeSpawnStruct" sizechecktype="none"/>
</opcode>
- <opcode id="3b92" name="OP_Death" updated="11/20/24">
+ <opcode id="6214" name="OP_Death" updated="12/03/24">
<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="297c" name="OP_SpawnAppearance" updated="11/20/24">
+ <opcode id="1d39" name="OP_SpawnAppearance" updated="12/03/24">
<comment>SpawnAppearanceCode</comment>
<payload dir="both" typename="spawnAppearanceStruct" sizechecktype="match"/>
</opcode>
@@ -86,15 +86,15 @@
<comment>NpcHpUpdateCode Update HP % of a PC or NPC</comment>
<payload dir="both" typename="hpNpcUpdateStruct" sizechecktype="match"/>
</opcode>
- <opcode id="33ae" name="OP_GuildMemberUpdate" updated="11/20/24">
+ <opcode id="15d2" name="OP_GuildMemberUpdate" updated="12/03/24">
<comment>Info regarding guild members</comment>
<payload dir="server" typename="GuildMemberUpdate" sizechecktype="match"/>
</opcode>
- <opcode id="1761" name="OP_ClickObject" updated="11/20/24">
+ <opcode id="2a06" name="OP_ClickObject" updated="12/03/24">
<comment>Items dropped on the ground</comment>
<payload dir="both" typename="remDropStruct" sizechecktype="match"/>
</opcode>
- <opcode id="1d5b" name="OP_Action" updated="11/20/24">
+ <opcode id="45cd" name="OP_Action" updated="12/03/24">
<comment>Spells cast etc</comment>
<payload dir="both" typename="actionStruct" sizechecktype="match"/>
<payload dir="both" typename="actionAltStruct" sizechecktype="match"/>
@@ -103,11 +103,11 @@
<comment>Combat actions i.e. bash, kick etc</comment>
<payload dir="both" typename="action2Struct" sizechecktype="match"/>
</opcode>
- <opcode id="596e" name="OP_Consider" updated="11/20/24">
+ <opcode id="6e3a" name="OP_Consider" updated="12/03/24">
<comment>ConsiderCode</comment>
<payload dir="both" typename="considerStruct" sizechecktype="match"/>
</opcode>
- <opcode id="52ee" name="OP_TargetMouse" updated="11/20/24">
+ <opcode id="1673" name="OP_TargetMouse" updated="12/03/24">
<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="3824" name="OP_ZoneChange" updated="11/20/24">
+ <opcode id="79d8" name="OP_ZoneChange" updated="12/03/24">
<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="1b69" name="OP_SimpleMessage" updated="11/20/24">
+ <opcode id="2f83" name="OP_SimpleMessage" updated="12/03/24">
<comment>SimpleMessageCode</comment>
<payload dir="server" typename="simpleMessageStruct" sizechecktype="match"/>
</opcode>
- <opcode id="123c" name="OP_FormattedMessage" updated="11/20/24">
+ <opcode id="7331" name="OP_FormattedMessage" updated="12/03/24">
<comment>FormattedMessageCode i.e. pet dismissed etc</comment>
<payload dir="server" typename="formattedMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="3b50" name="OP_CommonMessage" updated="11/20/24">
+ <opcode id="065e" name="OP_CommonMessage" updated="12/03/24">
<comment>ChannelMessageCode i.e. /tell /ooc /shout etc</comment>
<payload dir="both" typename="channelMessageStruct" sizechecktype="none"/>
</opcode>
- <opcode id="4b7b" name="OP_SpecialMesg" updated="11/20/24">
+ <opcode id="4437" name="OP_SpecialMesg" updated="12/03/24">
<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="7bc9" name="OP_GuildMemberList" updated="11/20/24">
+ <opcode id="0642" name="OP_GuildMemberList" updated="12/03/24">
<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="783e" name="OP_ExpandedGuildInfo" updated="11/20/24">
+ <opcode id="0164" name="OP_ExpandedGuildInfo" updated="12/03/24">
<comment>Guild ranks and other misc guild data - Variable length</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
@@ -535,7 +535,7 @@
<comment>Listing of all guilds. Can be triggered by /lfg search?</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="1de0" name="OP_GuildsInZoneList" updated="11/20/24">
+ <opcode id="532c" name="OP_GuildsInZoneList" updated="12/03/24">
<comment>Listing of guild names present in the current zone. Generally seen on zoning</comment>
<payload dir="server" typename="guildsInZoneListStruct" 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="3fa2" name="OP_Find" updated="11/20/24">
+ <opcode id="1065" name="OP_Find" updated="12/03/24">
<comment>Find window data - 112 bytes</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2024-11-21 00:37:24 UTC (rev 1556)
+++ showeq/trunk/configure.in 2024-12-04 01:21:03 UTC (rev 1557)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 6.4.3)
+AC_INIT(showeq, 6.4.4)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
Added: showeq/trunk/scripts/dbstr2races.sh
===================================================================
--- showeq/trunk/scripts/dbstr2races.sh (rev 0)
+++ showeq/trunk/scripts/dbstr2races.sh 2024-12-04 01:21:03 UTC (rev 1557)
@@ -0,0 +1,31 @@
+#!/bin/bash
+#
+# dbstr2races.sh
+# Copyright 2020, cn187 <cn...@us...>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
+if [[ $# != 1 ]]; then
+ echo "Usage: $0 <path to dbstr_us.txt>"
+ exit
+fi
+
+dbstr=$1
+
+grep -E "^[[:digit:]]+\^11\^[^\^]+\^.*" "$dbstr" | \
+ cut -d'^' -s -f1,3 | \
+ sed -r 's/([[:digit:]]+)\^([^\^]+)/"\2", \/\/\1/g'
+
Property changes on: showeq/trunk/scripts/dbstr2races.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Modified: showeq/trunk/src/everquest.h
===================================================================
--- showeq/trunk/src/everquest.h 2024-11-21 00:37:24 UTC (rev 1556)
+++ showeq/trunk/src/everquest.h 2024-12-04 01:21:03 UTC (rev 1557)
@@ -1119,24 +1119,24 @@
struct
{
- signed animation:10; // current animation
+ signed deltaZ:13; // change in z
+ unsigned heading:12; // heading
+ unsigned padding00:7;
+
+ signed z:19; // z coord (3rd loc value)
signed deltaHeading:10; // change in heading
- unsigned padding00:12;
+ unsigned padding01:3;
signed x:19; // x coord (1st loc value)
unsigned pitch:12; // pitch (up/down heading)
- unsigned padding01:1;
-
- signed y:19; // y coord (2nd loc value)
- unsigned heading:12; // heading
unsigned padding02:1;
- signed z:19; // z coord (3rd loc value)
+ signed animation:10; // current animation
signed deltaX:13; // change in x
+ unsigned padding03:9;
- signed deltaZ:13; // change in z
+ signed y:19; // y coord (2nd loc value)
signed deltaY:13; // change in y
- unsigned padding04:6;
};
int32_t posData[5];
@@ -2397,30 +2397,30 @@
/*0000*/ uint16_t spawnId;
/*0002*/ uint16_t spawnId2;
/*0004*/
- signed animation:10; // current animation
+ signed deltaZ:13; // change in z
+ unsigned heading:12; // heading
+ unsigned padding00:7;
+/*0008*/
+ signed z:19; // z coord (3rd loc value)
signed deltaHeading:10; // change in heading
- unsigned padding00:12;
-/*0008*/
+ unsigned padding01:3;
+/*0012*/
signed x:19; // x coord (1st loc value)
unsigned pitch:12; // pitch (up/down heading)
- unsigned padding01:1;
-/*0012*/
- signed y:19; // y coord (2nd loc value)
- unsigned heading:12; // heading
unsigned padding02:1;
/*0016*/
- signed z:19; // z coord (3rd loc value)
+ signed animation:10; // current animation
signed deltaX:13; // change in x
+ unsigned padding03:9;
/*0020*/
- signed deltaZ:13; // change in z
+ signed y:19; // y coord (2nd loc value)
signed deltaY:13; // change in y
- unsigned padding04:6;
/*0024*/
};
/*
** Self Position Update
-** Length: 42 Octets
+** Length: 46 Octets
** OpCode: PlayerPosCode
*/
struct playerSelfPosStruct
@@ -2429,28 +2429,30 @@
/*0002*/ uint16_t spawnId; // Player's spawn id
/*0004*/ uint16_t unknown0004; // ***Placeholder
/*0006*/
- float y; // y coord (2nd loc value)
+ unsigned heading:12; // heading
+ unsigned padding00:20;
/*0010*/
- float deltaY; // change in y
+ float z; // z coord (3rd loc value)
/*0014*/
- float deltaZ; // change in z
+ signed animation:10; // current animation
+ unsigned padding02:22;
/*0018*/
- unsigned pitch:12; // pitch (up/down heading)
- unsigned padding03:20;
+ float deltaY; // change in y
/*0022*/
- float deltaX; // change in x
+ float deltaZ; // change in z
/*0026*/
- float z; // z coord (3rd loc value)
+ unsigned pitch:12; // pitch (up/down heading)
+ unsigned padding05:20;
/*0030*/
- signed animation:10; // current animation
- unsigned padding06:22;
+ float y; // y coord (2nd loc value)
/*0034*/
float x; // x coord (1st loc value)
/*0038*/
- unsigned heading:12; // heading
+ float deltaX; // change in x
+/*0042*/
signed deltaHeading:10; // change in heading
- unsigned padding08:10;
-/*0042*/
+ unsigned padding09:22;
+/*0046*/
};
/*
Modified: showeq/trunk/src/races.h
===================================================================
--- showeq/trunk/src/races.h 2024-11-21 00:37:24 UTC (rev 1556)
+++ showeq/trunk/src/races.h 2024-12-04 01:21:03 UTC (rev 1557)
@@ -962,4 +962,23 @@
"Sheep", // 938
"Ogre NPC Rallosian", // 939
"Goblin", // 940
+ "Leviathan Wing Right", //941
+ "Leviathan Wing Left", //942
+ "Leviathan Tail", //943
+ "Outer Brood Dragon - Gold", //944
+ "Scalewrought Monitor", //945
+ "Hippocampus", //946
+ "Scalewrought Flyer", //947
+ "Scalewrought Manipulator", //948
+ "Scalewrought Ground Attacker",//949
+ "Leviathan", //950
+ "Leviathan Transport", //951
+ "Leviathan Mount", //952
+ "Scalewrought Mount", //953
+ "Otter Mount", //954
+ "Web Tendon", //955
+ "Long Tendon", //956
+ "Polyp", //957
+ "Bovoch", //958
+
#endif
Modified: showeq/trunk/src/zonemgr.cpp
===================================================================
--- showeq/trunk/src/zonemgr.cpp 2024-11-21 00:37:24 UTC (rev 1556)
+++ showeq/trunk/src/zonemgr.cpp 2024-12-04 01:21:03 UTC (rev 1557)
@@ -437,7 +437,7 @@
player->profile.endurance = netStream.readUInt32NC();
// Unknown
- netStream.skipBytes(58);
+ netStream.skipBytes(64);
// Name
int firstName = netStream.readUInt32NC();
Modified: showeq/trunk/src/zones.h
===================================================================
--- showeq/trunk/src/zones.h 2024-11-21 00:37:24 UTC (rev 1556)
+++ showeq/trunk/src/zones.h 2024-12-04 01:21:03 UTC (rev 1557)
@@ -891,12 +891,12 @@
{ NULL, NULL }, // 867
{ NULL, NULL }, // 868
{ "anniversarytower", "Tides of Time" }, // 869
-{ NULL, NULL }, // 870
-{ NULL, NULL }, // 871
-{ NULL, NULL }, // 872
-{ NULL, NULL }, // 873
-{ NULL, NULL }, // 874
-{ NULL, NULL }, // 875
+{ "hodstock", "Hodstock Hills" }, // 870
+{ "toe", "The Theater of Eternity" }, // 871
+{ "aureatecovert", "Aureate Covert" }, // 872
+{ "harbingerscradle", "The Harbinger's Cradle" }, // 873
+{ "puissance", "The Chambers of Puissance" }, // 874
+{ "gildedspire", "The Gilded Spire" }, // 875
{ "clz-25anniversary", "clz-25anniversary" }, // 876
{ NULL, NULL }, // 877
{ NULL, NULL }, // 878
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|