|
From: Chad M. <cmm...@us...> - 2005-06-19 11:55:44
|
Update of /cvsroot/seq/showeq/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24225/conf Modified Files: Tag: pre_5_0_beta zoneopcodes.xml Log Message: Added OP_Logout, OP_Animation to zoneopcodes Updated spawnStruct a bit with some more known fields. Futzed with the group manager even though I got no idea if I did anything. Debugging why we get illusion messages that don't work a lot. Added Muramite to body types. Index: zoneopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/Attic/zoneopcodes.xml,v retrieving revision 1.1.4.23 retrieving revision 1.1.4.24 diff -u -d -r1.1.4.23 -r1.1.4.24 --- zoneopcodes.xml 12 Jun 2005 14:25:07 -0000 1.1.4.23 +++ zoneopcodes.xml 19 Jun 2005 11:55:36 -0000 1.1.4.24 @@ -89,9 +89,6 @@ <opcode id="013c" name="OP_GMEndTraining" updated="05/26/04"> <comment></comment> </opcode> - <opcode id="0140" name="OP_Animation" implicitlen="4" updated="05/26/04"> - <comment></comment> - </opcode> <opcode id="0152" name="OP_MoveCash" updated="05/26/04"> <comment></comment> </opcode> @@ -744,8 +741,11 @@ <comment>old LevelUpUpdateCode</comment> <payload dir="server" typename="levelUpUpdateStruct" sizechecktype="match"/> </opcode> - <opcode id="016a" name="OP_Logout" updated="05/26/04"> + <opcode id="016a" name="OP_Logout" updated="05/11/05"> <comment></comment> <payload dir="server" typename="none" sizechecktype="match"/> </opcode> + <opcode id="5f54" name="OP_Animation" implicitlen="4" updated="05/11/05"> + <comment></comment> + </opcode> </seqopcodes> |