|
From: <cmm...@us...> - 2007-02-16 00:12:11
|
Revision: 674
http://seq.svn.sourceforge.net/seq/?rev=674&view=rev
Author: cmmalone
Date: 2007-02-15 16:12:10 -0800 (Thu, 15 Feb 2007)
Log Message:
-----------
World opcodes updated for TBS
Modified Paths:
--------------
showeq/trunk/conf/worldopcodes.xml
Modified: showeq/trunk/conf/worldopcodes.xml
===================================================================
--- showeq/trunk/conf/worldopcodes.xml 2007-02-15 05:25:27 UTC (rev 673)
+++ showeq/trunk/conf/worldopcodes.xml 2007-02-16 00:12:10 UTC (rev 674)
@@ -12,48 +12,51 @@
-->
- <opcode id="2154" name="OP_SendLoginInfo" updated="06/13/06">
+ <opcode id="61c9" name="OP_SendLoginInfo" updated="02/13/07">
<comment>Client starting world session by asking for login information</comment>
</opcode>
- <opcode id="4465" name="OP_GuildList" updated="06/13/06">
+ <opcode id="4465" name="OP_GuildList" updated="02/13/07">
<comment>old GuildListCode</comment>
<payload dir="server" typename="worldGuildListStruct" sizechecktype="match"/>
</opcode>
- <opcode id="4b88" name="OP_LogServer" updated="06/13/06">
+ <opcode id="050d" name="OP_LogServer" updated="02/13/07">
<comment></comment>
</opcode>
- <opcode id="669b" name="OP_ApproveWorld" updated="06/13/06">
+ <opcode id="3e54" name="OP_ApproveWorld" updated="02/13/07">
<comment></comment>
</opcode>
- <opcode id="5250" name="OP_EnterWorld" updated="06/13/06">
+ <opcode id="431e" name="OP_EnterWorld" updated="02/13/07">
<comment>Server approval for client to enter world</comment>
</opcode>
- <opcode id="508a" name="OP_ExpansionInfo" updated="06/13/06">
+ <opcode id="4ed2" name="OP_ExpansionInfo" updated="02/13/07">
<comment>Which expansions user has</comment>
</opcode>
- <opcode id="72d2" name="OP_SendCharInfo" updated="06/13/06">
+ <opcode id="66bd" name="OP_SendCharInfo" updated="02/13/07">
<comment>Send all chars visible @ char select</comment>
</opcode>
- <opcode id="0a31" name="OP_World_Client_CRC1" updated="06/13/06">
+ <opcode id="3d4b" name="OP_World_Client_CRC1" updated="02/13/07">
<comment>Contains a snippet of spell data</comment>
</opcode>
- <opcode id="08fe" name="OP_World_Client_CRC2" updated="06/13/06">
+ <opcode id="398d" name="OP_World_Client_CRC2" updated="02/13/07">
<comment>Second client verification packet</comment>
</opcode>
- <opcode id="319d" name="OP_MOTD" updated="06/13/06">
+ <opcode id="2024" name="OP_World_Client_CRC3" updated="02/13/07">
+ <comment>Third client verification packet</comment>
+ </opcode>
+ <opcode id="2398" name="OP_MOTD" updated="02/13/07">
<comment>old MOTDCode Server message of the day</comment>
<payload dir="server" typename="worldMOTDStruct" sizechecktype="none"/>
</opcode>
- <opcode id="01db" name="OP_SetChatServer" updated="06/13/06">
+ <opcode id="1007" name="OP_SetChatServer" updated="02/13/07">
<comment>Chatserver? IP,Port,servername.Charname,password(?)</comment>
</opcode>
- <opcode id="15fa" name="OP_SetChatServer2" updated="06/13/06">
+ <opcode id="07e5" name="OP_SetChatServer2" updated="02/13/07">
<comment>Chatserver? IP,Port,servername.Charname,password(?)</comment>
</opcode>
- <opcode id="1e1d" name="OP_ZoneServerInfo" updated="06/13/06">
+ <opcode id="7250" name="OP_ZoneServerInfo" updated="02/13/07">
<comment>old ZoneServerInfo</comment>
</opcode>
- <opcode id="074f" name="OP_WorldComplete" updated="06/13/06">
+ <opcode id="69ef" name="OP_WorldComplete" updated="02/13/07">
<comment>Client telling world server it is done. World replies by disconnecting.</comment>
</opcode>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|