Drakkus Posted May 21, 2015 Posted May 21, 2015 (edited) Hello, i'm havinng problem regarding connecting ingame. i've been roaming around and still i can't figure this out anyone knows. this is what i did: I'm using 2012-04-10aRagexeRE since this is the only stable client. files/db/ packet_ver //packet_db_ver: 46packet_db_ver: 30packet_keys_use: defaultclient/dataclientinfo.xml <port>6900</port> <version>30</version> <langtype>1</langtype> (mmo.h)--------------------------#ifndef PACKETVER//#define PACKETVER 20130807#define PACKETVER 20120410//#define PACKETVER 20120410#endif(clif.h)--------------------------enum { // packet DBMIN_PACKET_DB = 0x0064,MAX_PACKET_DB = 0xf00,// MAX_PACKET_VER = 46,MAX_PACKET_VER = 30,MAX_PACKET_POS = 20, }; How can fix this issue? i already my best to fix that packet Help would be greatly appreciated! THANK YOU! Edited May 21, 2015 by Drakkus Quote
Shiodevs Posted May 21, 2015 Posted May 21, 2015 Disable packet obfuscation in /src/config/core.h /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. //#define PACKET_OBFUSCATION Quote
Drakkus Posted May 21, 2015 Author Posted May 21, 2015 Disable packet obfuscation in /src/config/core.h /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. //#define PACKET_OBFUSCATION Yeah i already login ingame but it pop-up in my map-serv.sql [Warning]: Skipping packet version 33. [Warning]: The packet_db table only has support up to version 30. May i ask, is there any conflicts with my Diff Client? THANK YOU again! Quote
Tranquility Posted May 21, 2015 Posted May 21, 2015 Disable packet obfuscation in /src/config/core.h /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. //#define PACKET_OBFUSCATION Yeah i already login ingame but it pop-up in my map-serv.sql [Warning]: Skipping packet version 33. [Warning]: The packet_db table only has support up to version 30. May i ask, is there any conflicts with my Diff Client? THANK YOU again! When diffing, make sure you have the "disable packet obfuscation" patch enabled. After making all those changes server side, make sure you've recompiled your server. Quote
Drakkus Posted May 21, 2015 Author Posted May 21, 2015 Disable packet obfuscation in /src/config/core.h /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. //#define PACKET_OBFUSCATION Yeah i already login ingame but it pop-up in my map-serv.sql [Warning]: Skipping packet version 33. [Warning]: The packet_db table only has support up to version 30. May i ask, is there any conflicts with my Diff Client? THANK YOU again! When diffing, make sure you have the "disable packet obfuscation" patch enabled. After making all those changes server side, make sure you've recompiled your server. Thanks for the respond, where can i find that in src side? and also for the diff file, i can't see the "disable packet obfuscation" i'm using 2012-04-10 Quote
Shiodevs Posted May 22, 2015 Posted May 22, 2015 That means you have incorrect version on your clientinfo in grf / data folder. change it to 30. Quote
Question
Drakkus
Hello, i'm havinng problem regarding connecting ingame. i've been roaming around and still i can't figure this out anyone knows.
this is what i did:
I'm using 2012-04-10aRagexeRE since this is the only stable client.
files/db/
packet_ver
//packet_db_ver: 46
packet_db_ver: 30
packet_keys_use: default
client/data
clientinfo.xml
<port>6900</port>
<version>30</version>
<langtype>1</langtype>
(mmo.h)
--------------------------
#ifndef PACKETVER
//#define PACKETVER 20130807
#define PACKETVER 20120410
//#define PACKETVER 20120410
#endif
(clif.h)
--------------------------
enum { // packet DB
MIN_PACKET_DB = 0x0064,
MAX_PACKET_DB = 0xf00,
// MAX_PACKET_VER = 46,
MAX_PACKET_VER = 30,
MAX_PACKET_POS = 20,
};
How can fix this issue? i already my best to fix that packet
Help would be greatly appreciated!
THANK YOU!
Edited by Drakkus5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.