ソースを参照

* Added support for the 2 new packet versions. [Zephiris]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9958 54d463be-8e91-2dee-dedb-b68131a5f0ec
Zephiris 18 年 前
コミット
1200075fee
5 ファイル変更56 行追加3 行削除
  1. 1 0
      Changelog-Trunk.txt
  2. 3 0
      conf-tmpl/Changelog.txt
  3. 4 2
      conf-tmpl/battle/client.conf
  4. 2 0
      db/Changelog.txt
  5. 46 1
      db/packet_db.txt

+ 1 - 0
Changelog-Trunk.txt

@@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK.  ALL UNTESTED BUGFIXES/FEATURES GO
 IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
 
 2007/03/06
+	* Added support for the 2 new packet versions. [Zephiris]
 	* Fixed the loginlog's `user` column length (use upgrade_svn9957.sql)
 2007/03/05
 	* More tweaks to socket.c to simplify the code [ultramage]

+ 3 - 0
conf-tmpl/Changelog.txt

@@ -1,4 +1,7 @@
 Date	Added
+
+2007/03/06
+	* Added the two new packet versions to battle/client.conf [Zephiris]
 2007/03/05
 	* Removed mode_neg and frame_size from packet_athena.conf [ultramage]
 2007/02/16

+ 4 - 2
conf-tmpl/battle/client.conf

@@ -41,8 +41,10 @@
 //  256: 2005-05-09aSakexe (version 17)
 //  512: 2005-06-28aSakexe (version 18)
 // 1024: 2006-04-03aSakexe (version 19)
-// default value: 2047 (all clients)
-packet_ver_flag: 2047
+// 2048: 2007-01-08aSakexe (version 20)
+// 4096: 2007-02-12aSakexe (version 21)
+// default value: 8191 (all clients)
+packet_ver_flag: 8191
 
 // Minimum delay between whisper/global/party/guild messages (in ms)
 // Messages that break this threshold are silently omitted. 

+ 2 - 0
db/Changelog.txt

@@ -19,6 +19,8 @@
 	-----
 
 ========================
+03/06
+	* Added the 2 new packet versions to packet_db.txt [Zephiris]
 03/02
 	* Updated the stun length to 5 secs of: Meteor Storm, Sonic Blow, Throw
 	  Stone, Sightless Raid, Smite, Cart Termination.

+ 46 - 1
db/packet_db.txt

@@ -819,5 +819,50 @@ packet_ver: 19
 //2006-10-17aSakexe
 0x028A,18
 
-// Add new packets here
+//2006-10-23aSakexe
+0x006d,110
+
+//2007-01-08aSakexe (http://www.eathena.ws/board/index.php?s=&showtopic=141398&view=findpost&p=779954)
 packet_ver: 20
+0x006d,110
+0x0072,30,useskilltoid,10:14:26
+0x007e,120,useskilltopos,10:19:23:38:40
+0x0085,14,changedir,10:13
+0x0089,11,ticksend,7
+0x008c,17,getcharnamerequest,13
+0x0094,17,movetokafra,4:13
+0x009b,35,wanttoconnection,7:21:26:30:34
+0x009f,21,useitem,7:17
+0x00a2,10,solvecharname,6
+0x00a7,8,walktoxy,5
+0x00f3,-1,globalmessage,2:4
+0x00f5,11,takeitem,7
+0x00f7,15,movefromkafra,3:11
+0x0113,40,useskilltopos,10:19:23:38
+0x0116,19,dropitem,11:17
+0x0190,10,actionrequest,4:9
+0x0193,2,closekafra,0
+
+//2007-02-12aSakexe (http://www.eathena.ws/board/index.php?s=&showtopic=141398&view=findpost&p=779954)
+packet_ver: 21
+0x006d,110
+0x0072,25,useskilltoid,6:10:21
+0x007e,102,useskilltopos,5:9:12:20:22
+0x0085,11,changedir,7:10
+0x0089,8,ticksend,4
+0x008c,11,getcharnamerequest,7
+0x0094,14,movetokafra,7:10
+0x009b,26,wanttoconnection,4:9:17:18:25
+0x009f,14,useitem,4:10
+0x00a2,15,solvecharname,11
+0x00a7,8,walktoxy,5
+0x00f3,-1,globalmessage,2:4
+0x00f5,8,takeitem,4
+0x00f7,22,movefromkafra,14:18
+0x0113,22,useskilltopos,5:9:12:20
+0x0116,10,dropitem,5:8
+0x0190,19,actionrequest,5:18
+0x0193,2,closekafra,0
+
+// Add new packets here
+packet_ver: 22