|
From: Bonkers D B. <bon...@us...> - 2005-02-09 07:08:23
|
Update of /cvsroot/seq/showeq/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10951/conf Modified Files: Tag: pre_5_0_beta worldopcodes.xml zoneopcodes.xml Log Message: 5.0.0.17 New network protocol Index: worldopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/Attic/worldopcodes.xml,v retrieving revision 1.1.4.6 retrieving revision 1.1.4.7 diff -u -d -r1.1.4.6 -r1.1.4.7 --- worldopcodes.xml 13 Aug 2004 06:25:51 -0000 1.1.4.6 +++ worldopcodes.xml 9 Feb 2005 07:07:32 -0000 1.1.4.7 @@ -1,22 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE seqopcodes SYSTEM "seqopcodes.dtd"> <seqopcodes> + <!-- OLD OPCODES - these need updating still post 1/26/2005 + + <opcode id="0018" name="OP_AckPacket" updated="02/10/04"> <comment>Appears to be generic ack at the presentation level</comment> </opcode> - <opcode id="005d" name="OP_GuildList" updated="07/14/04"> - <comment>old GuildListCode</comment> - <payload dir="server" typename="worldGuildListStruct" sizechecktype="match"/> - </opcode> <opcode id="00e3" name="OP_ExpansionInfo" updated="02/10/04"> <comment>Which expansions user has</comment> </opcode> <opcode id="00ec" name="OP_DeleteCharacter" updated="02/10/04"> <comment>Delete character @ char select</comment> </opcode> - <opcode id="0102" name="OP_SendCharInfo" updated="07/14/04"> - <comment>Send all chars visible @ char select</comment> - </opcode> <opcode id="0106" name="OP_CharacterCreate" updated="02/10/04"> <comment>Create character @ char select</comment> </opcode> @@ -35,22 +31,12 @@ <opcode id="0196" name="OP_ApproveWorld" updated="02/10/04"> <comment></comment> </opcode> - <opcode id="01b3" name="OP_MOTD" updated="02/10/04"> - <comment>old MOTDCode Server message of the day</comment> - <payload dir="server" typename="worldMOTDStruct" sizechecktype="none"/> - </opcode> <opcode id="0241" name="OP_SendLoginInfo" updated="02/10/04"> <comment></comment> </opcode> <opcode id="0264" name="OP_EnterWorld" updated="02/10/04"> <comment>Server approval for client to enter world</comment> </opcode> - <opcode id="0267" name="OP_ZoneServerInfo" updated="02/10/04"> - <comment>old ZoneServerInfo</comment> - </opcode> - <opcode id="026c" name="OP_SetChatServer" updated="02/10/04"> - <comment>Chatserver? IP,Port,servername.Charname,password(?)</comment> - </opcode> <opcode id="02a5" name="OP_UserCompInfo" updated="02/10/04"> <comment>User submitted computer information</comment> </opcode> @@ -60,4 +46,26 @@ <opcode id="02db" name="OP_LoginComplete" updated="02/10/04"> <comment></comment> </opcode> +--> + + + + + <opcode id="1560" name="OP_ZoneServerInfo" updated="01/26/05"> + <comment>old ZoneServerInfo</comment> + </opcode> + <opcode id="2628" name="OP_SendCharInfo" updated="01/26/05"> + <comment>Send all chars visible @ char select</comment> + </opcode> + <opcode id="4b97" name="OP_MOTD" updated="01/26/05"> + <comment>old MOTDCode Server message of the day</comment> + <payload dir="server" typename="worldMOTDStruct" sizechecktype="none"/> + </opcode> + <opcode id="5dd9" name="OP_GuildList" updated="01/26/05"> + <comment>old GuildListCode</comment> + <payload dir="server" typename="worldGuildListStruct" sizechecktype="match"/> + </opcode> + <opcode id="7e66" name="OP_SetChatServer" updated="01/26/05"> + <comment>Chatserver? IP,Port,servername.Charname,password(?)</comment> + </opcode> </seqopcodes> Index: zoneopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/Attic/zoneopcodes.xml,v retrieving revision 1.1.4.12 retrieving revision 1.1.4.13 diff -u -d -r1.1.4.12 -r1.1.4.13 --- zoneopcodes.xml 24 Sep 2004 04:25:41 -0000 1.1.4.12 +++ zoneopcodes.xml 9 Feb 2005 07:07:33 -0000 1.1.4.13 @@ -1,82 +1,45 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE seqopcodes SYSTEM "seqopcodes.dtd"> <seqopcodes> - <opcode id="0013" name="OP_Consent" updated="05/26/04"> - <comment>/consent</comment> - </opcode> - <opcode id="0017" name="OP_AckPacket" updated="05/26/04"> - <comment>Appears to be generic ack at the presentation level</comment> - </opcode> - <opcode id="001f" name="OP_ItemLinkClick" updated="05/26/04"> - <comment></comment> [...1167 lines suppressed...] + </opcode> + <opcode id="7c81" name="OP_TradeSkillCombine" updated="01/26/05"> <comment></comment> </opcode> - <opcode id="02df" name="OP_ItemPacket" updated="05/26/04"> - <comment>old ItemCode</comment> - <payload dir="server" typename="itemPacketStruct" sizechecktype="none"/> + <opcode id="7dea" name="OP_InitialMobHealth" implicitlen="3" updated="01/26/05"> + <comment>Initial health sent when a player clicks on the mob. Subsequent updated will be OP_MobHealth</comment> </opcode> - <opcode id="02e2" name="OP_AdventurePointsUpdate" updated="05/26/04"> + <opcode id="7e46" name="OP_LFGResponse" updated="01/26/04"> <comment></comment> </opcode> - <opcode id="02ef" name="OP_Adventure" updated="05/26/04"> - <comment>/adventure</comment> + <opcode id="b61f" name="OP_LFGGetMatchesResponse" updated="01/26/05"> + <comment></comment> </opcode> </seqopcodes> |