server setup problems

Play Now

bary

Dedicated Member
Dedicated Member
Feb 6, 2006
19
0
27
I'm trying to setup a server. But it's seems that i've made something wrong and i dont know what.

I've follow this tutorial for all the files, http://www.lomcn.co.uk/forum/showthread.php?t=52162 , this one LSguide.zip to set up the sql, odbc and gates and in the end this one http://www.lomcn.co.uk/forum/showpost.php?p=552802 for ips setup.

I've used KaoriMir3SetupChecker110 to check the setup. here are the logs:

---------- Port Checking Start ----------
Localhost Address is 192.168.0.20
Net Address is 79.114.**.**
---------- Reg Server ----------
Cannot connect to 192.168.0.20:7010.
Cannot connect to 79.114.**.**:7010.
Cannot connect to 79.114.**.**:7010 from outside.
---------- Login Server (check server) ----------
Connected to 192.168.0.20:3000.
Cannot connect to 79.114.**.**:3000.
Cannot connect to 79.114.**.**:3000 from outside.
---------- Login Server (for login gate) ----------
Connected to 192.168.0.20:5500.
Cannot connect to 79.114.**.**:5500.
Cannot connect to 79.114.**.**:5500 from outside.
---------- Login Server (for db/game server) ----------
Connected to 192.168.0.20:5600.
Cannot connect to 79.114.**.**:5600.
Cannot connect to 79.114.**.**:5600 from outside.
---------- Message Server (for split server) ----------
Connected to 192.168.0.20:4900.
Cannot connect to 79.114.**.**:4900.
Cannot connect to 79.114.**.**:4900 from outside.
---------- Game Server (for game gate) ----------
Connected to 192.168.0.20:5010.
Cannot connect to 79.114.**.**:5010.
Cannot connect to 79.114.**.**:5010 from outside.
---------- DB Server (for selchar gate) ----------
Connected to 192.168.0.20:5100.
Cannot connect to 79.114.**.**:5100.
Cannot connect to 79.114.**.**:5100 from outside.
---------- DB Server (for game server) ----------
Connected to 192.168.0.20:6000.
Cannot connect to 79.114.**.**:6000.
Cannot connect to 79.114.**.**:6000 from outside.
---------- Login Gate (for user) ----------
Connected to 192.168.0.20:7000.
Connected to 79.114.**.**:7000.
Connected to 79.114.**.**:7000 from outside.
---------- Select Char Gate (for user) ----------
Connected to 192.168.0.20:7100.
Connected to 79.114.**.**:7100.
Connected to 79.114.**.**:7100 from outside.
---------- Game Gate (for user) ----------
Connected to 192.168.0.20:7200.
Connected to 79.114.**.**:7200.
Connected to 79.114.**.**:7200 from outside.
---------- Log Data Server (for logging) ----------
Connected to 192.168.0.20:10000.
---------- HTTP Server ----------
Connected to 192.168.0.20:80.
Cannot connect to 79.114.**.**:80.
Connected to 79.114.**.**:80 from outside.
---------- FTP Server ----------
Connected to 192.168.0.20:21.
Cannot connect to 79.114.**.**:21.
Cannot connect to 79.114.**.**:21 from outside.
---------- Port Checking Done ----------

Here are my ips

TBL_PUBIPS
127.0.0.1 LoginGW MIR3
127.0.0.1 SET1 DB Conn MIR3
127.0.0.1 SET1 GameSrv1 MIR3
127.0.0.1 LoginServer MIR3

TBL_SELECTGATEIPS
Servername 79.114.**.* 7100 MIR3

Mud3\mir3server\HolleyDBSvr\HolleyDBSvr.exe
127.0.0.1

Mud3\mir3server\HolleyDBSvr\!serverinfo.txt
127.0.0.1,79.114.**.*:7200

Mud3\mir3server\GameGate\SelGate\Config.ini
ServerAddr=127.0.0.1
ServerPort=5100
GateAddr=127.0.0.1
GatePort=7100

Mud3\mir3server\GameGate\RunGate\Config.ini
ServerAddr=127.0.0.1
ServerPort=5010
GateAddr=0.0.0.0
GatePort=7200

d:\Mud3\mir3server\注册服务端\RegServer.exe
LocalIP=192.168.0.20
RegPort=7010
SQLIP=127.0.0.1
Username=sa
Password=**********
MapName=0
Map_X=160
Map_Y=230
LoginPort=7000
LoginSrvPort=5500
LoginSrvIP=127.0.0.1

Mud3\Setup\!runaddr.txt
127.0.0.1

Mud3\Setup\!servertable.txt
0 127.0.0.1 7200

Mud3\Setup\!Setup.txt
Game IP - 127.0.0.1
Hero IP - 127.0.0.1
DBAddress - 127.0.0.1
MsgAddress - 127.0.0.1
IDSAddress - 127.0.0.1
LogAddress - 127.0.0.1

Here are my sql test results:
---------- SQL Checking Start ----------
---------- Account Database (ODBC) ----------
Account ODBC is connected successfully.
TBL_ACCOUNT has 1 rows.
---------- Game Database (ODBC) ----------
Game ODBC is connected successfully.
TBL_CHARACTER has 0 rows.
---------- Manage Database (ODBC) ----------
Manage ODBC is connected successfully.
---------- Base Data Database (Direct) ----------
Base Data Database is connected successfully.
HL_Stditems table is healthy.
---------- Game Database (Direct) ----------
Game Database is connected successfully.
TBL_ABILITY has 0 rows.
---------- Hero Database (Direct) ----------
Hero Database is connected successfully.
rareitemsdata has 192 rows.
---------- SQL Checking Done ----------

If someone can tell me what ip needs to be changed or if he can help me over the msn give a reply. It's my 3rd night trying to do this and i make the same mistake evrey night i think.

Server files: 3.55
i forget to tell you that i dont get the message:
Magic gate has been generated.

Thank you!
 
Last edited:

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
265
Canada
Try set DMZ on your router.

Did you read the log?

it said
Connected to 79.114.**.**:7000 from outside.
Connected to 79.114.**.**:7100 from outside.
Connected to 79.114.**.**:7200 from outside.

Firewall is fine...

Anyway...

Since this is a game server question... how about copy and paste the whole text from the game server window.
 
Upvote 0

budyniowski

Dedicated Member
Dedicated Member
Dec 16, 2007
150
0
43
Warsaw, Poland
You have configured this lines in X:\Mud3\Crueldragon3G.ini ?

服务器IP=127.0.0.1
登陆帐户=sa
登陆密码=your password
数据库名=CruelDragon3GBaseData
 
Upvote 0

bary

Dedicated Member
Dedicated Member
Feb 6, 2006
19
0
27
ty for your answers. here are the logs.

ready to load ini file..
!setup.txt loaded..
loading string resource...
String resource loaded.
Connected to common database.
Connected to SqlDB database.
loading MiniMap.txt...
MiniMap information loaded.
loading MapFiles...
17:13:24:Read Emergency Map : [0] 458,398
Mapfile loaded.
loading DropRareItems.DB...
DropRareItems.DB loaded.
loading Monster.DB...
loading Magic.DB...
loading MonAIs.txt...
MonAIs.txt loaded.
loading MonGen.txt...
MonGen.txt loaded.
loading MapQuest.txt...
MapQuest information loaded.
loading QuestDiary\*.txt...
QuestDiary information loaded.
Notice\LineNotice.txt loaded..
AdminList loaded..
GuildList loaded..
IDSoc Initialized..
GrobalEnvir loaded..
MakeStoneMines...
merchant loaded...
StartPoints loaded..
CastleManager initilaize..
F-Engine resumed..
SQL-Engine resumed..
17:13:39:Guild list has loaded 0
U-Engine initialized..
¨X©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨¨[
©ªCrueLDragon 3G Eiserver 3.55 Build 20060329 ¡¡¡¡ ¡¡ ÔØÈë³É¹¦ ¡¡ ¡¡¡¡ ©ª
©ªÒµÎñ£Ñ£Ñ£º£´£µ£¸£³£¶£³£°£´¡¡¼¼ÊõÖ§³Ö£º£±£²£°£³£¸£³£¹£¸¡¡¡¡¡¡©ª
©ª³ÌÐòÖÆ×÷£ºÐ¡Óã¶ù¡¡¡¡¡¡CrueLDragon¡¡¡¡¡¡¶À¹ÂÇå·ç¡¡¡¡¡¡¡¡¡¡¡¡ ©ª
©ª²úÆ·ÍøÕ¾£ºhttp://www.17ng.com¡¡¡¡¡¡¡¡¡¡¡¡ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡©ª
©ª»¶Ó*³£µ½Ò»ÆðÍøÓÎ×ö¿Í¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡©ª
©ªÇë²»Òª¶Ô±¾ÈíÌå½øÐнâÃÜ»òÄæÏò¹¤³Ì£¬ÓÉ´ËÔì³ÉµÄºó¹û×ÔÐге££¡¡¡©ª
©ª¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¸üÐÂÈÕÆÚ£º2006Äê03ÔÂ29ÈÕ¡¡¡¡¡¡©ª
¨^©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨¨a
17:14:41:Gate 0 Opened..

In my CruelDragon3G.ini i have:
[游戏设置]
服务器IP=192.168.0.20
登陆帐户=sa
登陆密码=*******
数据库名=CruelDragon3GBaseData

I will try in a sec to put 127.0.0.1 and i will the logs after.
 
Upvote 0

bary

Dedicated Member
Dedicated Member
Feb 6, 2006
19
0
27
i've change the ip to 127.0.0.1 and i have the same logs
ready to load ini file..
!setup.txt loaded..
loading string resource...
String resource loaded.
Connected to common database.
Connected to SqlDB database.
loading MiniMap.txt...
MiniMap information loaded.
loading MapFiles...
17:22:50:Read Emergency Map : [0] 458,398
Mapfile loaded.
loading DropRareItems.DB...
DropRareItems.DB loaded.
loading Monster.DB...
loading Magic.DB...
loading MonAIs.txt...
MonAIs.txt loaded.
loading MonGen.txt...
MonGen.txt loaded.
loading MapQuest.txt...
MapQuest information loaded.
loading QuestDiary\*.txt...
QuestDiary information loaded.
Notice\LineNotice.txt loaded..
AdminList loaded..
GuildList loaded..
IDSoc Initialized..
GrobalEnvir loaded..
MakeStoneMines...
merchant loaded...
StartPoints loaded..
CastleManager initilaize..
F-Engine resumed..
SQL-Engine resumed..
17:23:05:Guild list has loaded 0
U-Engine initialized..
¨X©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨¨[
©ªCrueLDragon 3G Eiserver 3.55 Build 20060329 ¡¡¡¡ ¡¡ ÔØÈë³É¹¦ ¡¡ ¡¡¡¡ ©ª
©ªÒµÎñ£Ñ£Ñ£º£´£µ£¸£³£¶£³£°£´¡¡¼¼ÊõÖ§³Ö£º£±£²£°£³£¸£³£¹£¸¡¡¡¡¡¡©ª
©ª³ÌÐòÖÆ×÷£ºÐ¡Óã¶ù¡¡¡¡¡¡CrueLDragon¡¡¡¡¡¡¶À¹ÂÇå·ç¡¡¡¡¡¡¡¡¡¡¡¡ ©ª
©ª²úÆ·ÍøÕ¾£ºhttp://www.17ng.com¡¡¡¡¡¡¡¡¡¡¡¡ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡©ª
©ª»¶Ó*³£µ½Ò»ÆðÍøÓÎ×ö¿Í¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡©ª
©ªÇë²»Òª¶Ô±¾ÈíÌå½øÐнâÃÜ»òÄæÏò¹¤³Ì£¬ÓÉ´ËÔì³ÉµÄºó¹û×ÔÐге££¡¡¡©ª
©ª¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¸üÐÂÈÕÆÚ£º2006Äê03ÔÂ29ÈÕ¡¡¡¡¡¡©ª
¨^©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨©¨¨a
17:25:01:Gate 0 Opened..
 
Upvote 0

bary

Dedicated Member
Dedicated Member
Feb 6, 2006
19
0
27
i dont get this message on server: Magic gate has been generated.
 
Upvote 0

bary

Dedicated Member
Dedicated Member
Feb 6, 2006
19
0
27
when i start the game i can login, i see the server name on the left up, i dont see that message with server status and when i click to enter to create a char it doesnt work.
 
Upvote 0

kyeron

LOMCN Veteran
Veteran
Loyal Member
Sep 28, 2008
296
1
45
timisoara
do u open the crueldragon with the netcheck and loader ? or u just open str8 the crueldragon ? if u open it str8 that might be ur problem
 
Upvote 0

kyeron

LOMCN Veteran
Veteran
Loyal Member
Sep 28, 2008
296
1
45
timisoara
i think u can make some screeny's with all the gate's opened cos as Geordiehc said the crueldragon look's to load fine , maybe some screeny will help ppl help u
 
Upvote 0

bary

Dedicated Member
Dedicated Member
Feb 6, 2006
19
0
27
2ez4px3.jpg
 
Upvote 0

bary

Dedicated Member
Dedicated Member
Feb 6, 2006
19
0
27
i didnt know that i need to start only one. tried but still cant enter. the chinese language is installed
 
Upvote 0