Someone tell me wants wrong with my config because i can't connect to the network. Also i got server verification error
I want to test it as Local. so here's my config.
AccountServer.ini
Cacheserver.ini
Certifier.ini
CoreServer.ini
LoginServer.ini
DatabaseServer.ini
WorldServer.ini
Neuz.exe
SECURITY_IP
DEFINE IN NEUZ VERSIONCOMMON
WORLDSERVER VERSIONCOMMON
I want to test it as Local. so here's my config.
AccountServer.ini
Cacheserver.ini
Certifier.ini
CoreServer.ini
LoginServer.ini
DatabaseServer.ini
WorldServer.ini
Neuz.exe
PHP Code:
STRINGTABLE
LANGUAGE LANG_KOREAN, 0x1
{
1, "TEST"
2, "1"
3, "0"
4, "1"
5, "1"
6, "1.0.6"
7, "18213"
8, "5000"
9, "5"
10, "1252"
11, "0"
}
SECURITY_IP
PHP Code:
#ifdef __SECURITY_IP
//LoadString(hInstance, IDS_SERVER_IP, g_Neuz.m_lpCertifierAddr, 16);
#else
LoadString(hInstance, "127.0.0.1", g_Neuz.m_lpCertifierAddr, 16);
#endif
DEFINE IN NEUZ VERSIONCOMMON
PHP Code:
#define SERVER_IP "127.0.0.1"
#define SERVER_VERSION "1.0.1"
#define SERVER_PORT "18213"
#define PASSWORT_NEUZ "0"
#define SERVER_HAS "erendora"
#define MAX_SPEED 250
WORLDSERVER VERSIONCOMMON
PHP Code:
#define SERVER_IP "127.0.0.1"