|
From: Chad M. <cmm...@us...> - 2005-06-05 01:02:02
|
Update of /cvsroot/seq/showeq/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24281/conf Modified Files: Tag: pre_5_0_beta zoneopcodes.xml Log Message: Added struct for OP_Illusion and added a spawnshell handler for it which updates gender and race on the spawn. Index: zoneopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/Attic/zoneopcodes.xml,v retrieving revision 1.1.4.21 retrieving revision 1.1.4.22 diff -u -d -r1.1.4.21 -r1.1.4.22 --- zoneopcodes.xml 16 May 2005 23:04:15 -0000 1.1.4.21 +++ zoneopcodes.xml 5 Jun 2005 01:01:06 -0000 1.1.4.22 @@ -577,8 +577,8 @@ <comment></comment> </opcode> <opcode id="19d8" name="OP_Illusion" updated="05/11/05"> - <comment>old IllusionCode</comment> - <payload dir="both" typename="uint8_t" sizechecktype="none"/> + <comment>Spawn being illusioned (changing forms)</comment> + <payload dir="both" typename="spawnIllusionStruct" sizechecktype="match"/> </opcode> <opcode id="76b4" name="OP_AckPacket" updated="05/11/05"> <comment>Appears to be generic ack at the presentation level</comment> |