The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
clif_parse disconnecting #3
-
Recently Browsing 0 members
- No registered users viewing this page.
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.