I will show you how my files are set-up and I am curious if anyone could point out my problem.
The problem is that I cannot connect. When I open my client it tells me that the server is offline.
Thank you.
I have read many tutorials but I believe it is a simple mistake either with the client or an IP I put in the wrong place that was not supposed to be changed.
Anywhere that says MYIP is my ACTUAL IP from ipchicken.com
I did not want to post my actual IP.
I have the following ports forwarded on my router. They are all open.
5816
9958
9865
8653
Account.cfg (In ACCServer)
Code:
[Account1]
SERVERNAME=Test
LOGINNAME=root
PASSWORD=test
FREE_DEBUG=3
Config.cfg (In ACCServer)
Code:
[System]
LOGINLISTENPORT = 9958
POINTLISTENPORT = 9865
SERVER_FULL_DELAY_SECS = 5000
SERVER_BUSY_DELAY_SECS = 3000
SERVER_TITLE = ZO
Config.cfg (In GameServer)
Code:
[GameServer]
;外网设置
GAMESERVER_IP = MYIP
GAMESERVER_PORT = 5816
SND_SIZE = 64000
RCV_SIZE = 16000
[Database]
DB_IP = MYIP
DB_USER = root
DB_PW = test
DB_NAME = JZ
Shell.cfg (In GameServer)
Code:
[System]
MAPGROUP_SIZE = 5
[Database]
DB_IP = MYIP
DB_USER = root
DB_PW = test
DB_NAME = JZ
DB_DB = JZ
[AccountServer]
;---------------------------------外网设置
ACCOUNT_IP = 127.0.0.1
ACCOUNT_PORT = 9865
SERVERNAME = ZO
LOGINNAME = root
PASSWORD = test
; 登录表尺寸, 10-5000
MAXLOGINTABLESIZE=1500
; 登录表超时秒数,0-86400
LOGINOVERTIMESECS=120
[InternetPort]
CURRENT_PORTID = 0
PORT_SIZE = 5
MASTER_IP = MYIP
MASTER_PORT = 8653
[DumpAttack]
DB_IP = MYIP
DB_USER = root
DB_PW = test
DB_NAME = JZ
Server Files - my.cfg (In mysql)
Code:
[mysqld]
basedir=D:/mysql
datadir=D:/mysql/data
[WinMySQLadmin]
Server=D:/mysql/bin/mysqld-nt.exe
user=root
password=test