change 2013 -> 2014

SyncMaster

New member
Messages
63
Points
0
I was using a 2013 client but know I'm changing to a 2014 version. When I start the game the client don't open. Appear a windowns error. What' should I do? 

I Already tried to add this data :
https://github.com/ROClientSide/Translation

What change in data in 2014?

I don't know if I diff something wrong. I use nemo to do a 2014-06-13

 
Last edited by a moderator:
open this file srccommonmmo.h

find these line :

#ifndef PACKETVER
 #define PACKETVER 20140205
#endif // PACKETVER

make sure your packetver date (in bold) is same with your client (format yyyymmdd).

and if you make any change, don't forget to recompile it.

 
Also, its expected that client won't work, since we don't have packets for that client..(so you have to extract packets and put in packets.h to use that client)

We have packets till client Date: 20140416

 
 
Also, its expected that client won't work, since we don't have packets for that client..(so you have to extract packets and put in packets.h to use that client)

We have packets till client Date: 20140416
 
open this file srccommonmmo.h

find these line :

#ifndef PACKETVER
 #define PACKETVER 20140205
#endif // PACKETVER

make sure your packetver date (in bold) is same with your client (format yyyymmdd).

and if you make any change, don't forget to recompile it.
 


 


but the problem is in arquives (.grf) because I can't open the client.

The 2014-01-15 works, but the others don't (204-03-05+)

 
Last edited by a moderator:
 
Also, its expected that client won't work, since we don't have packets for that client..(so you have to extract packets and put in packets.h to use that client)

We have packets till client Date: 20140416
 
>open this file srccommonmmo.h

find these line :

#ifndef PACKETVER

 #define PACKETVER 20140205

#endif // PACKETVER

make sure your packetver date (in bold) is same with your client (format yyyymmdd).

and if you make any change, don't forget to recompile it.
 


 


but the problem is in arquives (.grf) because I can't open the client.
Have you diffed the client? can you provide us the link to client you used and the patches that you applied?

 
Diff with restore login window,

and dont diff with use sso login packets(for this you need loki or rolex launcher)

 
Trying 2014-04-16, it give me some error message when start.

Looks like 2014-02-05 is the last stable client.

 
Back
Top