|
From: Chad M. <cmm...@us...> - 2005-05-10 15:23:08
|
Update of /cvsroot/seq/showeq/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4834/conf Modified Files: Tag: pre_5_0_beta worldopcodes.xml Log Message: Filled in some world opcodes to better describe world session handling. Might be useful if we want to use world server sessions to manage zone server sessions properly. Index: worldopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/Attic/worldopcodes.xml,v retrieving revision 1.1.4.8 retrieving revision 1.1.4.9 diff -u -d -r1.1.4.8 -r1.1.4.9 --- worldopcodes.xml 21 Feb 2005 05:56:12 -0000 1.1.4.8 +++ worldopcodes.xml 10 May 2005 15:22:59 -0000 1.1.4.9 @@ -54,7 +54,10 @@ <comment></comment> </opcode> <opcode id="1f7b" name="OP_SendLoginInfo" updated="02/15/05"> - <comment></comment> + <comment>Client starting world session by asking for login information</comment> + </opcode> + <opcode id="7402" name="OP_WorldComplete" updated="02/15/05"> + <comment>Client telling world server it is done. World replies by disconnecting.</comment> </opcode> <opcode id="47b6" name="OP_World_Client_CRC1" updated="02/15/05"> <comment>Contains a snippet of spell data</comment> |