Client Problem

salmanshaikh14

New member
Messages
14
Points
0
I am using Client  2012-05-15 ragexe

#ifndef PACKETVER
#define PACKETVER 20120515
#endif // PACKETVER
 
#ifndef DISABLE_PACKETVER_RE
// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).
#define PACKETVER_RE
#endif // DISABLE_PACKETVER_RE
 
when i select char.. it keep saying please w8 and after dat failed to connect.. please help..
 
I trying to use it on my own pc 127.0.0.1
Untitled.png

 
are you sure your client is 20120515 ragexe? not ragexeRE?

if so, then add // on #define PACKETVER_RE

like this 

//#define PACKETVER_RE
then recompile your server..

and update your sql too..

 
^ make another topic for that
default_smile.png


 
Last edited by a moderator:
Back
Top