Drakkus Posted May 21, 2015 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 386 Reputation: 15 Joined: 11/17/11 Last Seen: September 13, 2024 Share 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 Link to comment Share on other sites More sharing options...
Shiodevs Posted May 21, 2015 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 50 Reputation: 4 Joined: 12/12/13 Last Seen: February 23, 2017 Share 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 Link to comment Share on other sites More sharing options...
Drakkus Posted May 21, 2015 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 386 Reputation: 15 Joined: 11/17/11 Last Seen: September 13, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
Tranquility Posted May 21, 2015 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 118 Reputation: 17 Joined: 01/29/15 Last Seen: January 5, 2020 Share 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 Link to comment Share on other sites More sharing options...
Drakkus Posted May 21, 2015 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 386 Reputation: 15 Joined: 11/17/11 Last Seen: September 13, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
Shiodevs Posted May 22, 2015 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 50 Reputation: 4 Joined: 12/12/13 Last Seen: February 23, 2017 Share Posted May 22, 2015 That means you have incorrect version on your clientinfo in grf / data folder. change it to 30. Quote Link to comment Share on other sites More sharing options...
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 DrakkusLink to comment
Share on other sites
5 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.