[help] old version of client :|

Results 1 to 2 of 2
  1. #1
    Novice lecheyawa is offline
    MemberRank
    Jul 2012 Join Date
    4Posts

    [help] old version of client :|

    guys How to fix this error??


  2. #2
    Member cffazot is offline
    MemberRank
    Mar 2012 Join Date
    53Posts

    Re: [help] old version of client :|

    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... :
    Code:
    6, 	"34339935"
    In AccountServer.ini and LoginServer.ini
    Code:
    MSG_VER	"34339935"
    If that doesn't work and if you're compiling the source yourself, go to Neuz folder and in NeuzMsgProc.cpp:

    Code:
    strcpy( g_szProtocolVersion, "34339935" );
    (there are two of them in NeuzMsgProc.cpp so you might want to change both of them)

    Just make sure all these are the same.



Advertisement