|
From: Chad M. <cmm...@us...> - 2005-12-10 23:27:22
|
Update of /cvsroot/seq/showeq/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14368/conf Modified Files: zoneopcodes.xml Log Message: Added OP_Shroud with handler so when someone shrouds while in the zone, you see spawn list changes properly for them. This involved splitting charProfileStruct out since part of it is shared in OP_Shroud, but not the whole thing. Index: zoneopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/zoneopcodes.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- zoneopcodes.xml 9 Dec 2005 00:45:24 -0000 1.8 +++ zoneopcodes.xml 10 Dec 2005 23:27:14 -0000 1.9 @@ -767,4 +767,8 @@ <opcode id="59e5" name="OP_GuildExtendedInfo" updated="12/07/05"> <comment>Extra guild info (i.e. chat channel, url)</comment> </opcode> + <opcode id="4625" name="OP_Shroud" updated="12/07/05"> + <comment>Server putting players into shroud form</comment> + <payload dir="server" typename="spawnShroudSelf" sizechecktype="none"/> + </opcode> </seqopcodes> |