|
From: <cmm...@us...> - 2007-03-25 00:00:34
|
Revision: 684
http://seq.svn.sourceforge.net/seq/?rev=684&view=rev
Author: cmmalone
Date: 2007-03-24 17:00:28 -0700 (Sat, 24 Mar 2007)
Log Message:
-----------
Updated worldopcodes for 3/14
Fixed OP_DeleteSpawn
Moved gm to a less used random wrong position in spawnStruct
Version to 5.9.1
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/conf/worldopcodes.xml
showeq/trunk/configure.in
showeq/trunk/src/everquest.h
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2007-03-18 17:26:58 UTC (rev 683)
+++ showeq/trunk/ChangeLog 2007-03-25 00:00:28 UTC (rev 684)
@@ -1,5 +1,13 @@
Version: $Id$ $Name$
+purple (3/24/07)
+----------------
++ Updated version to 5.9.1
++ Fixed OP_DeleteSpawn
++ Moved gm flag to a less common place for less false positive *gm* marks. It
+ still isn't correct.
++ Updated all world opcodes. Guild List should build again.
+
purple (3/18/07)
----------------
+ Udpated version to 5.9
Modified: showeq/trunk/conf/worldopcodes.xml
===================================================================
--- showeq/trunk/conf/worldopcodes.xml 2007-03-18 17:26:58 UTC (rev 683)
+++ showeq/trunk/conf/worldopcodes.xml 2007-03-25 00:00:28 UTC (rev 684)
@@ -12,51 +12,51 @@
-->
- <opcode id="61c9" name="OP_SendLoginInfo" updated="02/13/07">
+ <opcode id="6c3c" name="OP_SendLoginInfo" updated="03/14/07">
<comment>Client starting world session by asking for login information</comment>
</opcode>
- <opcode id="4465" name="OP_GuildList" updated="02/13/07">
+ <opcode id="04fb" name="OP_GuildList" updated="03/14/07">
<comment>old GuildListCode</comment>
<payload dir="server" typename="worldGuildListStruct" sizechecktype="match"/>
</opcode>
- <opcode id="050d" name="OP_LogServer" updated="02/13/07">
+ <opcode id="129a" name="OP_LogServer" updated="03/14/07">
<comment></comment>
</opcode>
- <opcode id="3e54" name="OP_ApproveWorld" updated="02/13/07">
+ <opcode id="7fc0" name="OP_ApproveWorld" updated="03/14/07">
<comment></comment>
</opcode>
- <opcode id="431e" name="OP_EnterWorld" updated="02/13/07">
+ <opcode id="1340" name="OP_EnterWorld" updated="03/14/07">
<comment>Server approval for client to enter world</comment>
</opcode>
- <opcode id="4ed2" name="OP_ExpansionInfo" updated="02/13/07">
+ <opcode id="0a1b" name="OP_ExpansionInfo" updated="03/14/07">
<comment>Which expansions user has</comment>
</opcode>
- <opcode id="66bd" name="OP_SendCharInfo" updated="02/13/07">
+ <opcode id="6040" name="OP_SendCharInfo" updated="03/14/07">
<comment>Send all chars visible @ char select</comment>
</opcode>
- <opcode id="3d4b" name="OP_SendSpellChecksum" updated="02/13/07">
+ <opcode id="7a9e" name="OP_SendSpellChecksum" updated="03/14/07">
<comment>Contains a snippet of spell data</comment>
</opcode>
- <opcode id="398d" name="OP_SendExeChecksum" updated="02/13/07">
+ <opcode id="3795" name="OP_SendExeChecksum" updated="03/14/07">
<comment>Second client verification packet</comment>
</opcode>
- <opcode id="2024" name="OP_UnknownChecksum" updated="02/13/07">
+ <opcode id="45f9" name="OP_UnknownChecksum" updated="03/14/07">
<comment>Third client verification packet</comment>
</opcode>
- <opcode id="2398" name="OP_MOTD" updated="02/13/07">
+ <opcode id="5711" name="OP_MOTD" updated="03/14/07">
<comment>old MOTDCode Server message of the day</comment>
<payload dir="server" typename="worldMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="1007" name="OP_SetChatServer" updated="02/13/07">
+ <opcode id="71b8" name="OP_SetChatServer" updated="03/14/07">
<comment>Chatserver? IP,Port,servername.Charname,password(?)</comment>
</opcode>
- <opcode id="07e5" name="OP_SetChatServer2" updated="02/13/07">
+ <opcode id="32cc" name="OP_SetChatServer2" updated="03/14/07">
<comment>Chatserver? IP,Port,servername.Charname,password(?)</comment>
</opcode>
- <opcode id="7250" name="OP_ZoneServerInfo" updated="02/13/07">
+ <opcode id="18b1" name="OP_ZoneServerInfo" updated="03/14/07">
<comment>old ZoneServerInfo</comment>
</opcode>
- <opcode id="69ef" name="OP_WorldComplete" updated="02/13/07">
+ <opcode id="2486" name="OP_WorldComplete" updated="03/14/07">
<comment>Client telling world server it is done. World replies by disconnecting.</comment>
</opcode>
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2007-03-18 17:26:58 UTC (rev 683)
+++ showeq/trunk/configure.in 2007-03-25 00:00:28 UTC (rev 684)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.9.0.0)
+AC_INIT(showeq, 5.9.1.0)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CANONICAL_SYSTEM
Modified: showeq/trunk/src/everquest.h
===================================================================
--- showeq/trunk/src/everquest.h 2007-03-18 17:26:58 UTC (rev 683)
+++ showeq/trunk/src/everquest.h 2007-03-25 00:00:28 UTC (rev 684)
@@ -1024,12 +1024,13 @@
/*0776*/ uint8_t level; // Spawn Level
/*0777*/ uint8_t unknown0777[9];
/*0786*/ char lastName[32]; // Player's Lastname
-/*0818*/ uint8_t unknown818[72];
+/*0818*/ uint8_t unknown818[71];
-/*0889*/
/*%%% gm wrong as usual.... */
-/*0447*/ uint8_t gm; // 0=no, 1=gm
+/*0889*/ uint8_t gm;
+
+/*0890*/ uint8_t anon; // 0=normal, 1=anon, 2=roleplay
/*0891*/ uint32_t race; // Spawn race
/*0895*/ uint8_t class_; // Player's class
/*0896*/
@@ -1055,7 +1056,6 @@
/*0501*/ uint8_t helm; // Helm texture
/*0660*/ uint8_t hairstyle; // Hair style
/*0090*/ uint8_t eyecolor1; // Player's left eye color
-/*0729*/ uint8_t anon; // 0=normal, 1=anon, 2=roleplay
/*0542*/ uint8_t eyecolor2; // Left eye color
/*0547*/ uint8_t haircolor; // Hair color
/*0574*/ uint8_t is_npc; // 0=no, 1=yes
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|