how to opening your server to others

01/16/2008 19:54 pfj511#1
you only to modify four place in the server ini files

the first place in accserver folder:

config.ini

Code:
 [System]
LOGINLISTENPORT	= 9958 [COLOR="magenta"](acc net port  )[/COLOR]
POINTLISTENPORT = 9865[COLOR="magenta"] (the port between the acc and the MSG )[/COLOR]
SERVER_FULL_DELAY_SECS	= 5000
SERVER_BUSY_DELAY_SECS	= 3000
SERVERNAME = your server name[COLOR="magenta"] (your cilent name must same with this name .or you cant land the game to the svr)[/COLOR]
LOGINNAME = test
PASSWORD = test
SERVERIP = your ip address[COLOR="magenta"] (the first place you have to modify if youy want to open you server to others)[/COLOR]
[Database]
DBHOSTNAME=127.0.0.1 [COLOR="magenta"](no need to change)[/COLOR]
DATABASENAME=my
DBUSER=test
DBPASSWORD=test

the second place in gameserver folder:

config.ini

Code:
; configure


[System]
SERVERNAME	= your server name [COLOR="magenta"](your cilent name must same with this name .or you cant land the game to the svr)[/COLOR]
MONSTER_ACTIVE_LIMIT = 4000


[GameServer]
GAMESERVER_IP	= your ip address [COLOR="magenta"](the second place you have to modify if youy want to open you server to others)[/COLOR]


GAMESERVER_PORT	= 5816  [COLOR="magenta"](net port between you MSG and the cilent)[/COLOR]
SND_SIZE		= 64000
RCV_SIZE		= 16000


[Database]
DB_IP			= 127.0.0.1[COLOR="magenta"](no need to change)[/COLOR]

DB_USER			= test
DB_PW			= test
DB_NAME			= my

LOGIN_KEY	= dfkKO23k'[cvK934

[InternetPort]
MASTER_IP	= 127.0.0.1[COLOR="magenta"](no need to change)[/COLOR]

MASTER_PORT	= 8653[COLOR="magenta"](net port between the MSG and the NPC svr)[/COLOR]
PORT_SIZE	= 53
CURRENT_PORTID	= 1


[BusySleep]
LEVEL1		= 20	; > 1000 sleep 20%
LEVEL2		= 30	; > 2000
LEVEL3		= 40	; > 3000
LEVEL4		= 50	; > 4000
LEVEL5		= 60	; > 5000


the third place in gameserver folder:


shell.ini
Code:
; configure
; 2007.10.21

[System]
MAPGROUP_SIZE		= 1
ACCEPT_MS = 5000

[StreamType]
TYPE		= 0	;0=in gear from SOCKET,1=SOCKET record to file, 2=from the file (only for the test in progam)

[Database]
DB_IP		= 127.0.0.1[COLOR="magenta"](no need to change)[/COLOR]
DB_USER		= test
DB_PW		= test
DB_DB		= my


[AccountServer]
ACCOUNT_IP			= your ip address [COLOR="magenta"](the second place you have to modify if youy want to open you server to others)[/COLOR]


ACCOUNT_PORT			= 9865[COLOR="magenta"](net port between the acc and the NPC svr)[/COLOR]
SERVERNAME			= your server name [COLOR="magenta"](your cilent name must same with this name .or you cant land the game to the svr)[/COLOR]
LOGINNAME			= test
PASSWORD			= test
; landing size, 10-5000
MAXLOGINTABLESIZE=5000
; landovertime,0-86400
LOGINOVERTIMESECS=86400

LOGIN_KEY	= dfkKO23k'[cvK934

[InternetPort]
MASTER_IP	= 127.0.0.1 [COLOR="Magenta"](no need to change)[/COLOR]
MASTER_PORT	= 8653
PORT_SIZE	= 53
CURRENT_PORTID	= 1
the forth place in accserver folder:

account.ini
Code:
[Account1]
SERVERNAME=your server name [COLOR="magenta"](your cilent name must same with this name .or you cant land the game to the svr)[/COLOR]
LOGINNAME=test
PASSWORD=test
FREE_DEBUG=3

btw ,others configure file in accsvr folder you must to check ,here is it:

AuthorizeDB.Cfg:
Code:
127.0.0.1  test test account account name password id 
count_stat server_name status
127.0.0.1 test  378b243e220ca493 account

gameserver.cfg:

Code:
1000 1 127.0.0.1 test test my
if this file is very usefull to you ,pls send a thank ,very need thank:D:D:D:D:D:p:p:p
01/16/2008 19:57 pfj511#2
you also can replace you file with mine
01/16/2008 21:39 fusionkid#3
Thanks u verymuch for this and the new fixes all works fine my end just need to wait for a translation lol because if i use the other cq_action that forcer made it does'nt work because it was made for old serverfiles lol unless u have the fix???
01/16/2008 21:50 forcer#4
pal, after all that pain with older versions of eo serv, you deserve it.
01/16/2008 21:57 fusionkid#5
yes u do thanks you! Forcer is there any translated cq_actions for this?