guys How to fix this error??
Printable View
guys How to fix this error??
As far as I'm aware it's caused by msg_ver if it doesn't match the server(?)
Open Neuz.exe using resource hacker and in string table... :
In AccountServer.ini and LoginServer.iniCode:6, "34339935"
If that doesn't work and if you're compiling the source yourself, go to Neuz folder and in NeuzMsgProc.cpp:Code:MSG_VER "34339935"
(there are two of them in NeuzMsgProc.cpp so you might want to change both of them)Code:strcpy( g_szProtocolVersion, "34339935" );
Just make sure all these are the same.