2014-02-12 client not work

arisgamers

New member
Messages
173
Points
0
Github
arisgamers
Emulator
I try to patch 2014-02-12 client from :

http://k3dt.eu/Ragexe/unpacked/

with Nemo patcher.

The result is i always disconnected when selecting my char and want to enter the game.

Is 2014-02-12 client not working yet ?

or i make mistake ?

 
I try to patch 2014-02-12 client from :

http://k3dt.eu/Ragexe/unpacked/

with Nemo patcher.

The result is i always disconnected when selecting my char and want to enter the game.

Is 2014-02-12 client not working yet ?

or i make mistake ?
have you changed PACKETVER? (src/common/mmo.h)

and have you disabled Packet Encryption? then please check if value of packet_obfucation is proper (conf/battle/client.conf)

Code:
// Whether to enable the official packet obfuscation support (good vs WPE)// 0: disabled// 1: optional (not recommended) -- identifies whether it is required// 2: enabled (recommended)packet_obfuscation: 1
 
Last edited by a moderator:
packetver changed & packet obfuscation correct;

and server is rebuilded.

But how to disable packet encryption ?

(if that is from nemo patcher, then already done; because i select all recommended)

 
Last edited by a moderator:
packetver changed & packet obfuscation correct;

and server is rebuilded.

But how to disable packet encryption ?

(if that is from nemo patcher, then already done; because i select all recommended)
After viewing the packets, I see there is no 20140212 Packets. (don't know if previous and that client packets are same or not)

2014 Client Packets that are already in repo:

201401152014020520140305 
I haven't tested 20140305, but 2014-02-05 works fine.

 
How do i know which packet supported?

Is there any list in hercules files?

edit : never mind, found it in srcmappackets.h

 
Last edited by a moderator:
Back
Top