Not sure what I'm doing wrong. Trying to get a test server setup.
Using 20141022b with ONLY the recommended patches applied via NEMO (Secret's fork) and a basic no frills Translation data folder.
mmo.h:
#ifndef PACKETVER
#define PACKETVER 20141022
#endif // PACKETVER
client.conf:
// 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: 2
Go to login, select my character server and I get a "Disconnected from server" with:
[Status]: Request for connection of jguy (ip: 10.10.0.1).
[Notice]: Authentication accepted (account: jguy, id: 2000000, ip: 10.10.0.1)
[Status]: Connection of the account 'jguy' accepted.
[Warning]: lclif_parse: Received unsupported packet (packet 0x0065, 17 bytes received), disconnecting session #9.
Any help would be appreciated.
Thanks!
Using 20141022b with ONLY the recommended patches applied via NEMO (Secret's fork) and a basic no frills Translation data folder.
mmo.h:
#ifndef PACKETVER
#define PACKETVER 20141022
#endif // PACKETVER
client.conf:
// 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: 2
Go to login, select my character server and I get a "Disconnected from server" with:
[Status]: Request for connection of jguy (ip: 10.10.0.1).
[Notice]: Authentication accepted (account: jguy, id: 2000000, ip: 10.10.0.1)
[Status]: Connection of the account 'jguy' accepted.
[Warning]: lclif_parse: Received unsupported packet (packet 0x0065, 17 bytes received), disconnecting session #9.
Any help would be appreciated.
Thanks!