|
From: Chad M. <cmm...@us...> - 2005-06-12 14:25:19
|
Update of /cvsroot/seq/showeq/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32232 Modified Files: Tag: pre_5_0_beta zoneopcodes.xml Log Message: Couple more opcodes Index: zoneopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/Attic/zoneopcodes.xml,v retrieving revision 1.1.4.22 retrieving revision 1.1.4.23 diff -u -d -r1.1.4.22 -r1.1.4.23 --- zoneopcodes.xml 5 Jun 2005 01:01:06 -0000 1.1.4.22 +++ zoneopcodes.xml 12 Jun 2005 14:25:07 -0000 1.1.4.23 @@ -5,14 +5,6 @@ handlers. These need to be refound again, but we'd see errors if they were commented out. If you're looking for opcodes, find these first if you're so inclined! --> - <opcode id="016a" name="OP_Logout" updated="05/26/04"> - <comment></comment> - <payload dir="server" typename="none" sizechecktype="match"/> - </opcode> - <opcode id="0078" name="OP_LevelUpdate" updated="05/26/04"> - <comment>old LevelUpUpdateCode</comment> - <payload dir="server" typename="levelUpUpdateStruct" sizechecktype="match"/> - </opcode> <opcode id="003e" name="OP_MobUpdate" implicitlen="12" updated="05/26/04"> <comment>old MobUpdateCode</comment> <payload dir="both" typename="spawnPositionUpdate" sizechecktype="match"/> @@ -748,4 +740,12 @@ <comment>Spawns getting renamed after initial NewSpawn</comment> <payload dir="server" typename="spawnRenameStruct" sizechecktype="match"/> </opcode> + <opcode id="0455" name="OP_LevelUpdate" updated="05/11/05"> + <comment>old LevelUpUpdateCode</comment> + <payload dir="server" typename="levelUpUpdateStruct" sizechecktype="match"/> + </opcode> + <opcode id="016a" name="OP_Logout" updated="05/26/04"> + <comment></comment> + <payload dir="server" typename="none" sizechecktype="match"/> + </opcode> </seqopcodes> |