Compile the source files+Release vc2003/source

Fine I'll contribute to this half-dead forum...
EnvironmentEffect.txt
Code:
//lang		Sublang		Jan		Feb		Mar		Apr		May		Jun		Jul		Aug		Sep		Oct		Nov		Dec
LANG_ENG	LANG_SUB_USA	SEASON_WINTER	SEASON_WINTER	SEASON_SPRING	SEASON_SPRING	SEASON_SPRING	SEASON_SUMMER	SEASON_SUMMER	SEASON_SUMMER	SEASON_FALL	SEASON_FALL	SEASON_FALL	SEASON_WINTER
Cert disconnect is from HwOption:
Code:
// IP STUFF (encrypted a little!)
    char ip[32] = { __TOM_IP };
    char r_ip[32];
    for(u_int i = 0; i < 32; i++)
        r_ip[i]--;
    r_ip[14] = '\0';
strcpy( m_IPAddress, r_ip);
Comment all of the above out, and uncomment the following:
Code:
		//else
		//if( scan.Token == _T( "ip" ) )
		//{
		//	scan.GetTokenEx();
		//	strcpy( m_IPAddress, scan.Token );
		//}
HAPPY? I CONTRIBUTE :S :S

---------- Post added at 09:46 PM ---------- Previous post was at 09:43 PM ----------

I don't hope so, I'll ask Mica then. Although I THINK he mentioned something about Atmas files, not sure.

LOL, would be fucking epic if you have clean and Atma got backdoored... HAHAHA
 
Hello People all Server run, but I can´t come in the World..... :S Can anyone help me please :S

A little more detail?

And maybe just use the already pre-compiled binaries instead of the source.
 
This is one Warning from the Neuz

DPLoginClient.cpp
j:\Downloads 5.10.2010\FlyffV15\FlyffV15\FlyFF v15 Source\Neuz\DPLoginClient.cpp(551) : warning C4390: ';' : empty controlled statement found; is this the intent?

And this from the World Server

LINK : warning LNK4089: all references to 'NeuzD.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'SHELL32.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'SHLWAPI.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'comdlg32.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'ole32.dll' discarded by /OPT:REF

PS: I get no Error in Client and Files........
 
Last edited:
This is one Warning from the Neuz

DPLoginClient.cpp
j:\Downloads 5.10.2010\FlyffV15\FlyffV15\FlyFF v15 Source\Neuz\DPLoginClient.cpp(551) : warning C4390: ';' : empty controlled statement found; is this the intent?

And this from the World Server

LINK : warning LNK4089: all references to 'NeuzD.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'SHELL32.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'SHLWAPI.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'comdlg32.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'ole32.dll' discarded by /OPT:REF

PS: I get no Error in Client and Files........

Link warnings could be disregarded, they are meaningless here.
@DPLoginClient.cpp: You have a conditional statement with a semicolon like this: if(<something);, that is invalid syntax.
 
Cert disconnect is from HwOption:
Code:
// IP STUFF (encrypted a little!)
    char ip[32] = { __TOM_IP };
    char r_ip[32];
    for(u_int i = 0; i < 32; i++)
        r_ip[i]--;
    r_ip[14] = '\0';
strcpy( m_IPAddress, r_ip);
Comment all of the above out, and uncomment the following:
Code:
		//else
		//if( scan.Token == _T( "ip" ) )
		//{
		//	scan.GetTokenEx();
		//	strcpy( m_IPAddress, scan.Token );
		//}

Ehm I already changed that a while ago, but I still get the CER_DISCONNECT error when I try to login. :/
 
I believe your issue is msg_ver not being sync with account server.

I changed the msg_ver things in the server ini's.
Is there another place where I should change it?

Oh and I can't change anything in WinMain.rc in Neuz.exe.
When I change anything it starts giving errors at compiling.
But when I change stuff in the .rc files in the servers it all compiles fine :/
Any idea how I can fix this?
 
Back