* Added support for the 2006/04/04a Sakexe packet version. [Zephiris]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5904 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Zephiris 2006-04-05 07:30:01 +00:00
parent 491228d9cc
commit 8a7018deb0
3 changed files with 126 additions and 105 deletions

View File

@ -3,6 +3,9 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/04/05
* Added support for the 2006/04/04a Sakexe packet version. [Zephiris]
2006/04/04
* Added inter config connection_ping_interval which specifies interval in
hours at which mysql_ping's must be done on all connection handles to keep

View File

@ -30,18 +30,19 @@
// Set here which client version do you accept. Add all values of clients:
// Clients older than accepted versions, and versions not set to 'accepted'
// here will be rejected when logging in
// 1: Clients 2004-09-06aSakray and older (packet versions 4-9)
// 2: 2004-09-06aSakexe (version 10)
// 4: 2004-09-21aSakray (version 11)
// 8: 2004-10-11aSakexe (version 12)
// 16: 2004-10-25aSakexe (version 13)
// 32: 2004-11-01aSakexe (version 14)
// 64: 2004-12-06aSakexe (version 15)
// 128: 2005-01-10aSakexe (version 16)
// 256: 2005-05-09aSakexe (version 17)
// 512: 2005-06-28aSakexe (version 18)
// default value: 1023 (all clients)
packet_ver_flag: 1023
// 1: Clients 2004-09-06aSakray and older (packet versions 4-9)
// 2: 2004-09-06aSakexe (version 10)
// 4: 2004-09-21aSakray (version 11)
// 8: 2004-10-11aSakexe (version 12)
// 16: 2004-10-25aSakexe (version 13)
// 32: 2004-11-01aSakexe (version 14)
// 64: 2004-12-06aSakexe (version 15)
// 128: 2005-01-10aSakexe (version 16)
// 256: 2005-05-09aSakexe (version 17)
// 512: 2005-06-28aSakexe (version 18)
// 1024: 2006-04-04aSakexe (version 19)
// default value: 2047 (all clients)
packet_ver_flag: 2047
// valid range of dye's and styles on the client
min_hair_style: 0

View File

@ -748,5 +748,22 @@ packet_ver: 18
0x25d,-1
0x25e,4
// Add new packets here
//2006-04-04aSakexe by blackhole89
packet_ver: 19
0x009b,37,wanttoconnection,9:21:28:32:36
0x00a2,11,solvecharname,7
0x008c,12,getcharnamerequest,8
0x00a7,15,walktoxy,12
0x0116,17,dropitem,8:15
0x00f5,13,takeitem,9
0x009f,24,useitem,9:20
0x0072,26,useskilltoid,11:18:22
0x0113,40,useskilltopos,5:15:29:38
0x0085,12,changedir,7:11
0x007e,120,useskilltoposinfo,5:15:29:38:40
0x0094,23,movetokafra,5:19
0x00f7,26,movefromkafra,11:22
0x0190,18,actionrequest,7:17
// Add new packets here
packet_ver: 20