Config Problem

01/06/2017 07:29 johnsmith011#1
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
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_lpCertifierAddr16);
#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" 
01/06/2017 07:49 flyffdev#2
Change the Msg_ver at Accountserver.ini and loginserver.ini to "1.0.1"
01/06/2017 08:00 trashee09#3
SERVER_VERSION and MSG_VER must be the same.
01/06/2017 08:30 johnsmith011#4
Quote:
Originally Posted by trashee09 View Post
SERVER_VERSION and MSG_VER must be the same.
Yes i tried to change to 1.0.1 but its the same i cant connect to the network. ofcourse i config the neuz.exe and change it to 1.0.1 instead of 1.0.6.