Authentication Error[Patch Again]

06/14/2013 09:29 WooTheFck#1
Hello i used the source of Immortal flyff which is release on ******** forum
, I just ask how can i solve this problem.

Here's my Neuz
Code:
LANGUAGE LANG_KOREAN, 0x1
{
1, 	"127.0.0.1"
2, 	"1"
3, 	"0"
4, 	"1"
5, 	"1"
6, 	"20040706"
7, 	"5400"
8, 	"5000"
9, 	"5"
10, 	"1252"
11, 	"0"
}

Winmain.rc
Code:
STRINGTABLE
BEGIN
    IDS_SERVER_IP           "127.0.0.1"
    IDS_LANG                "1"
    IDS_SUBLANG             "0"
    IDS_ENCRYPTPWD          "1"
    IDS_FAKEFULLMODE        "1"
    IDS_MSGVER              "20040706"
    IDS_CACHE_PORT          "5400"
    IDS_SHOUTLIMIT_SECOND   "5000"
    IDS_SHOUTLIMIT_COUNT    "5"
    IDS_CODEPAGE            "1252"
    IDS_2ND_PASSWORD        "0"
END
NeuzMsgProc.cpp
Code:
g_Neuz.m_dwShoutLimitSecond = atoi( "5000" );
	g_Neuz.m_nShoutLimitCount = atoi( "5" );

	g_Neuz.m_uCachePort = atoi( CACHE_PORT )
Code:
#if defined(__INTERNALSERVER ) || defined(__TESTSERVER)
	strcpy( g_szProtocolVersion, "20040706" );
#endif

LoginServer
Code:
DB		"127.0.0.1"
Core		"127.0.0.1"


AddCache ( "127.0.0.1" ); 


MSG_VER		"20040706"
I google my problem and it not solve .

I always getting this error here's the picture below.
06/16/2013 07:39 WooTheFck#2
BUMP for this.
06/16/2013 16:28 Akihiko Kayaba#3
What do you want to change?
06/16/2013 16:39 WooTheFck#4
sir i dont know what is the problem, so i post the code in my source that i see on other thread
06/16/2013 17:04 Akihiko Kayaba#5
With the Neuz you come into your game. But perhaps you did not get patched, and therefore not in the game?
06/16/2013 17:18 WooTheFck#6
yes it say's authentication error patch it again , yes not in game
06/16/2013 18:19 Akihiko Kayaba#7
and you have patched?
06/16/2013 18:41 WooTheFck#8
no no , my client have not patcher , its not the patch ,