what is the use if it's all the visual..
login.iniQuote:
[BASIC]
SYSTEMMESSAGES = Visit^us^at^Facebook|WAAT^Files
[DATABASE]
CONNECTIONS = 25
HOST = tcp://127.0.0.1:3306
USER = root
PASSWORD = your pass
SCHEMA = your schema
[SERVER]
HOST = 127.0.0.1
LOGIN_PORT = 4000
GAME_PORT = 4100
[GAME]
RATE_XP = 1
RATE_JXP = 1
RATE_DROP = 1
RATE_GOLD = 1
[PLAYERS]
SPAWN_MAP = 1
SPAWN_MIN_X = 78
SPAWN_MAX_X = 80
SPAWN_MIN_Y = 112
SPAWN_MAX_Y = 120
but the smoke server have 2 ips 2 ports change from...Quote:
# WAAT NosTale Server 1.0_smoke
# Rights reserved by WAAT owners
[SETTINGS]
# you can change 'en' in 'it', 'de' or you can add another file in 'language folder' and link it. ( extension .ini, don't type .ini in LANGUAGE )
LANGUAGE = en
HOST = 127.0.0.1
PORT = 4000
GAME_HOST = 127.0.0.1
GAME_PORT = 4010
GAME_NAME = S1-WAAT
[DATABASE]
HOST = 127.0.0.1
PORT = 3306
USER = root
PASSWORD = your pass
NAME = your schema
and change ip threads.h with GAME_SERVER_IP and GAME_SERVER_PORT, main.cpp PARASITE_SERVER_IP and PARASITE_SERVER_PORT. all with your ipQuote:
#define PARASITE_SERVER_IP "127.0.0.1"
#define PARASITE_SERVER_PORT 4010
#define GAME_SERVER_IP "127.0.0.1"
#define GAME_SERVER_PORT 4100