ok this is some explaination..i correct something in my post..
ACCSERVER
open account.ini and add this line..
Code:
[Account2]
SERVERNAME=SERVERNAME
LOGINNAME=test
PASSWORD=test
FREE_DEBUG=3
for your question matrix89..copy your GameServer folder to everywhere u want..then open all the config files..this is example where you will need to change in the all config files.
config.ini
Code:
; 配置文件
[System]
SERVERNAME = SERVERNAME
MONSTER_ACTIVE_LIMIT = 40000
[GameServer]
GAMESERVER_IP = 127.0.0.1
GAMESERVER_PORT =5816
SND_SIZE = 64000
RCV_SIZE = 16000
[Database]
DB_IP =127.0.0.1
DB_USER =******
DB_PW =*******
DB_NAME =[COLOR="Red"]my2[/COLOR]
[InternetPort]
MASTER_IP = 127.0.0.1
MASTER_PORT = 8653
PORT_SIZE = 53
LOGIN_KEY = dfkKO23k'[cvK934
CURRENT_PORTID = 2
[BusySleep]
LEVEL1 = 20 ; > 1000 sleep 20%
LEVEL2 = 30 ; > 2000
LEVEL3 = 40 ; > 3000
LEVEL4 = 50 ; > 4000
LEVEL5 = 60 ; > 5000
So you will have 1 ACCSERVER RUNNING..2 MSGSERVER and 2 NPCSERVER..