|
From: Chad M. <cmm...@us...> - 2006-11-04 17:44:21
|
Update of /cvsroot/seq/showeq/conf In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv3140/conf Modified Files: zoneopcodes.xml Log Message: Release 5.6.1. Better handle hover mode death Process ZoneEntry for auras as a newSpawn. Index: zoneopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/zoneopcodes.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- zoneopcodes.xml 30 Sep 2006 21:18:24 -0000 1.17 +++ zoneopcodes.xml 4 Nov 2006 17:44:07 -0000 1.18 @@ -30,9 +30,9 @@ <opcode id="6ea7" name="OP_TributeUpdate" updated="06/13/06"> <comment>Tribute information</comment> </opcode> - <opcode id="4e7d" name="OP_ItemPlayerPacket" updated="06/13/06"> - <comment>old ItemCode</comment> - <payload dir="server" typename="char" sizechecktype="none"/> + <opcode id="4e7d" name="OP_ItemPlayerPacket" updated="10/22/06"> + <comment>Inventory/bank items coming over during zone</comment> + <payload dir="server" typename="uint8_t" sizechecktype="none"/> </opcode> <opcode id="4135" name="OP_TaskDescription" updated="06/13/06"> <comment>Task descriptions coming down for task window</comment> @@ -142,6 +142,13 @@ <comment>old NewCorpseCode</comment> <payload dir="server" typename="newCorpseStruct" sizechecktype="match"/> </opcode> + <opcode id="3c2a" name="OP_RespawnWindow" updated="10/22/06"> + <comment>Server telling client enough to populate the respawn window when you die</comment> + </opcode> + <opcode id="6dc2" name="OP_RespawnFromHover" updated="10/22/06"> + <comment>Server telling client that it is coming back from hover death</comment> + <payload dir="server" typename="uint8_t" sizechecktype="none"/> + </opcode> <opcode id="4195" name="OP_WearChange" updated="06/13/06"> <comment>old SpawnUpdateCode</comment> <payload dir="both" typename="SpawnUpdateStruct" sizechecktype="match"/> |