Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tutorial] Enable and Run Dungeons, as the Circus.

Junior Spellweaver
Joined
Apr 30, 2009
Messages
170
Reaction score
28
Due to many requests. Go walkthrough to enable (and play) the Dungeons.

1) First Step - USEFUL GUIDES
2) Downloads
Server KR 1.18 WinglessIris


Client 1.18



SQL Server Express Database w/tools (SQL Express 2008 R2)
3) Tutorial Enable the Dungeons, such Circus and others (tested with loopback)

Follow the steps of the tutorials listed and enable the server.
Create your account and login game to check if everything is correct.
If you can't enter the Dungeons, PvP, etc, follow this setting.

Modify your Server settings as I did here. Change the IP of the example by your there.

LoopBack - I have IP 192.168.5.106 and range 192.168.1.2 @ 192.168.1.10
LoopBack-Detail.PNG - [Tutorial] Enable and Run Dungeons, as the Circus. - RaGEZONE Forums
Create config files with the values
ServerTool.txt
irisonline
192.168.5.106
192.168.1.2
192.168.1.3
192.168.1.4
192.168.1.5
192.168.1.6
192.168.1.7
192.168.1.8
192.168.1.9
192.168.1.10
irisagentdemon.cfg
SERVICE_NAME: AgentDemon
AGENT_DEMON_ADDRESS(IPv4): 192.168.5.106
AGENT_BROADCAST_ADDRESS(IPv4): 192.168.5.106
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

MANAGE_SERVER: LoginServer 192.168.5.106
MANAGE_SERVER: LogDemon 192.168.5.106
MANAGE_SERVER: GameServer 192.168.5.106
MANAGE_SERVER: GameServer2 192.168.1.3
MANAGE_SERVER: TutorialServer 192.168.1.4
MANAGE_SERVER: PvP1Server 192.168.1.5
MANAGE_SERVER: PvP2Server 192.168.1.6
MANAGE_SERVER: ThemeCircus 192.168.1.7
MANAGE_SERVER: ThemeRioha 192.168.1.8
MANAGE_SERVER: ThemeDecomuss 192.168.1.9
MANAGE_SERVER: ThemeUTGarden 192.168.1.10
irisgamesrv.cfg
SERVICE_NAME: GameServer
SERVER_NO: 1
CHANNEL_NO: 1
GAME_SERVER_ADDRESS(IPv4): 192.168.5.106
GAME_BROADCAST_RECV(IPv4): 192.168.5.106
GAME_BROADCAST_SEND(IPv4): 192.168.5.255
GAME_FIREWALL(IPv4): 192.168.5.106
GAME_BILLING(IPv4): 192.168.1.2 1
AHN_HACK_SHIELD: 1 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: GameServer2
SERVER_NO: 1
CHANNEL_NO: 2
GAME_SERVER_ADDRESS(IPv4): 192.168.1.3
GAME_BROADCAST_RECV(IPv4): 192.168.1.3
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 192.168.1.3
GAME_BILLING(IPv4): 192.168.1.2 1
AHN_HACK_SHIELD: 1 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: TutorialServer
SERVER_NO: 1
CHANNEL_NO: 501
GAME_SERVER_ADDRESS(IPv4): 192.168.1.4
GAME_BROADCAST_RECV(IPv4): 192.168.1.4
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 192.168.1.4
GAME_BILLING(IPv4): 192.168.1.2 1
AHN_HACK_SHIELD: 1 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: PvP1Server
SERVER_NO: 1
CHANNEL_NO: 101
GAME_SERVER_ADDRESS(IPv4): 192.168.1.5
GAME_BROADCAST_RECV(IPv4): 192.168.1.5
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 192.168.1.5
GAME_BILLING(IPv4): 192.168.1.2 1
AHN_HACK_SHIELD: 1 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: PvP2Server
SERVER_NO: 1
CHANNEL_NO: 102
GAME_SERVER_ADDRESS(IPv4): 192.168.1.6
GAME_BROADCAST_RECV(IPv4): 192.168.1.6
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 192.168.1.6
GAME_BILLING(IPv4): 192.168.1.2 1
AHN_HACK_SHIELD: 1 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: ThemeCircus
SERVER_NO: 1
CHANNEL_NO: 200
GAME_SERVER_ADDRESS(IPv4): 192.168.1.7
GAME_BROADCAST_RECV(IPv4): 192.168.1.7
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 192.168.1.7
GAME_BILLING(IPv4): 192.168.1.2 1
AHN_HACK_SHIELD: 1 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: ThemeRioha
SERVER_NO: 1
CHANNEL_NO: 201
GAME_SERVER_ADDRESS(IPv4): 192.168.1.8
GAME_BROADCAST_RECV(IPv4): 192.168.1.8
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 192.168.1.8
GAME_BILLING(IPv4): 192.168.1.2 1
AHN_HACK_SHIELD: 1 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: ThemeDecomuss
SERVER_NO: 1
CHANNEL_NO: 202
GAME_SERVER_ADDRESS(IPv4): 192.168.1.9
GAME_BROADCAST_RECV(IPv4): 192.168.1.9
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 192.168.1.9
GAME_BILLING(IPv4): 192.168.1.2 1
AHN_HACK_SHIELD: 1 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: ThemeUTGarden
SERVER_NO: 1
CHANNEL_NO: 203
GAME_SERVER_ADDRESS(IPv4): 192.168.1.10
GAME_BROADCAST_RECV(IPv4): 192.168.1.10
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 192.168.1.10
GAME_BILLING(IPv4): 192.168.1.2 1
AHN_HACK_SHIELD: 1 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000
irislogdemon.cfg
LOGDEMON_BROADCAST_SEND(IPv4): 192.168.5.106
LOGDEMON_BROADCAST_RECV(IPv4): 192.168.5.106
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000
irisloginsrv.cfg
LOGIN_SERVER_ADDRESS(IPv4): 192.168.5.106
LOGIN_BROADCAST_RECV(IPv4): 192.168.5.106
LOGIN_BROADCAST_SEND(IPv4): 192.168.5.255
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000
GAME_LOGIN_CHECK: 1
Create batch files with settings

01.Install_Services.bat
irisgamesrv.exe /INSTALL -DEF GameServer
irisgamesrv.exe /INSTALL -DEF GameServer2
irisgamesrv.exe /INSTALL -DEF PvP1Server
irisgamesrv.exe /INSTALL -DEF PvP2Server
irisgamesrv.exe /INSTALL -DEF ThemeCircus
irisgamesrv.exe /INSTALL -DEF ThemeRioha
irisgamesrv.exe /INSTALL -DEF ThemeDecomuss
irisgamesrv.exe /INSTALL -DEF ThemeUTGarden
irisgamesrv.exe /INSTALL -DEF TutorialServer
02.Insert_LoginServer_(Capcha).bat
irisloginsrv.exe /INSERT
03.Insert_GameServer_(Tables).bat
irisgamesrv.exe /INSERT
START_AgentDemon.bat
Title AgentDemon
irisagentdemon.exe /TEST -VERBOSE -PACKET
START_GameServer.bat
Title GameServer
irisgamesrv.exe /TEST -VERBOSE -PACKET -EVENT -ERROR -DEF GameServer
START_GameServer2.bat
Title GameServer2
irisgamesrv.exe /TEST -VERBOSE -PACKET -EVENT -ERROR -DEF GameServer2
START_LoginServer.bat
title LoginServer
irisloginsrv.exe /TEST -VERBOSE -PACKET -ERROR
START_LogDemon.bat
Title LogDemon
irislogdemon.exe /TEST -VERBOSE -PACKET
START_PvP1Server.bat
Title PvP1Server
irisgamesrv.exe /TEST -VERBOSE -PACKET -FPS -DEF PvP1Server
START_PvP2Server.bat
Title PvP2Server
irisgamesrv.exe /TEST -VERBOSE -PACKET -FPS -DEF PvP2Server
START_ThemeCircus.bat
Title ThemeCircus
irisgamesrv.exe /TEST -VERBOSE -PACKET -DEF ThemeCircus
START_ThemeDecomuss.bat
Title ThemeDecomuss
irisgamesrv.exe /TEST -VERBOSE -PACKET -FPS -DEF ThemeDecomuss
START_ThemeRioha.bat
Title ThemeRioha
irisgamesrv.exe /TEST -VERBOSE -PACKET -FPS -DEF ThemeRioha
START_ThemeUTGarden.bat
Title ThemeUTGarden
irisgamesrv.exe /TEST -VERBOSE -PACKET -FPS -DEF ThemeUTGarden
START_TutorialServer.bat
Title TutorialServer
irisgamesrv.exe /TEST -VERBOSE -PACKET -FPS -DEF TutorialServer
**************to CLIENT side**************
patch.ini
192.168.5.106 <-- put the same your irisloginsrv.cfg

Start_Client.bat
irisclient.exe -3232251178 <-- use the IPConv.exe with IP of patch.ini

Open 'SQL Server Management Studio' and check the table TB_CHANNEL on iris_memberdb. Because I put the values ​​of IP there.
TB_CHANNEL.PNG - [Tutorial] Enable and Run Dungeons, as the Circus. - RaGEZONE Forums


Thanks for ALL with share files for make this Server work.
@lucky40990 @Timebomb @tidie10 @jM2.me @ryllady @MentaL
@To all those who i forgot.
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Apr 30, 2009
Messages
170
Reaction score
28
Here, the Pictures :thumbup1:

1-runnin - [Tutorial] Enable and Run Dungeons, as the Circus. - RaGEZONE Forums
Here, I run only GameServer, Pvp1 and Circus because my computer can not handle more :)
2-enter - [Tutorial] Enable and Run Dungeons, as the Circus. - RaGEZONE Forums
Buy Item and enter on Dungeon
3-circus - [Tutorial] Enable and Run Dungeons, as the Circus. - RaGEZONE Forums
Loading... 5 minutes ZZzzz
4-circus - [Tutorial] Enable and Run Dungeons, as the Circus. - RaGEZONE Forums
inside
5-circus - [Tutorial] Enable and Run Dungeons, as the Circus. - RaGEZONE Forums
and Good Fun!

Link to download my Config:

Any questions? just ask.
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Oct 7, 2010
Messages
348
Reaction score
15
segredu, please make one tutorial complete, how install loopback + configuration. ^^

Segredu, teria como criar um tutorial completo de como instalar o loopback + como configurar? Estou tendo problema com meu loopback, estou usando Win 7.
Agradeço!
 
Joined
Aug 20, 2010
Messages
1,388
Reaction score
253
segredu, please make one tutorial complete, how install loopback + configuration. ^^

Segredu, teria como criar um tutorial completo de como instalar o loopback + como configurar? Estou tendo problema com meu loopback, estou usando Win 7.
Agradeço!

English!
Don't tell me i warned you, if you wanna get banned go and speak more in your english.
 
Joined
Aug 20, 2010
Messages
1,388
Reaction score
253
Heh, it's also possible without a loopback adapter!
I'm using my usual network connection. It's pretty much the same as sergredu explained. But then done with your OWN network!

To figure out on how to setup like on picure 2
Open Start Menu > Run > CMD

At the CMD prompt type "ipconfig /all" or for easier use "ipconfig /all > C:/data" and open the data.txt from your C drive.

And from there on out the rest is up to you
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Dec 22, 2011
Messages
4
Reaction score
0
Sorry for my english.

Whats is the problem ? Why don't have poing TutorialServer on servertool ? Why don't connect Tutorial ?

Gameserver is OK, i can play, but no tutorial













Thanks
Thanks
 
Newbie Spellweaver
Joined
Jan 28, 2010
Messages
12
Reaction score
0
Sorry for my english.

Whats is the problem ? Why don't have poing TutorialServer on servertool ? Why don't connect Tutorial ?

Gameserver is OK, i can play, but no tutorial
...

I could not open their large image files. Please, reduce and resubmit.
I will test this version, since the 1.18.2001 does not work.
But see if you have activated the channel 501 correctly.
 
Junior Spellweaver
Joined
Apr 30, 2009
Messages
170
Reaction score
28
"Why don't have poing TutorialServer on servertool ?
Why don't connect Tutorial ?"

Well, working fine to me.
I go make one detail tutorial, but not today :)

Now, check if your config is done and without errors

1) Loopbak
2) Install Services
3) irisloginsrv.exe /INSERT
4) irisgamesrv.exe /INSERT
5) Start in this order (for example): AgentDemon, GameServer, Tutorial, LoginServer, LogDemon
6) start ServerTool and put on USER, after click ON
7) use IPConvert with your IP server
8) start IRISCLIENT with your calculated IP
irisclient.exe -3232251178

Play the Game! :thumbup:

10 - [Tutorial] Enable and Run Dungeons, as the Circus. - RaGEZONE Forums
32 - [Tutorial] Enable and Run Dungeons, as the Circus. - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Dec 22, 2011
Messages
4
Reaction score
0
hi
same problem. I take your files and don't chande nothing, i change ip pc, y change port router, change table irismemberdb.

and same problema . Why ?
It's correct IPv4 in sql ?
why don't see chan 501 in servertool ?

order: (yout order files)
01.Install_Services
02.INsert_LoginServer_(captcha)
...
the same.

thanks.
 

Attachments

You must be registered for see attachments list
Joined
Aug 20, 2010
Messages
1,388
Reaction score
253
hi
same problem. I take your files and don't chande nothing, i change ip pc, y change port router, change table irismemberdb.

and same problema . Why ?
It's correct IPv4 in sql ?
why don't see chan 501 in servertool ?

order: (yout order files)
01.Install_Services
02.INsert_LoginServer_(captcha)
...
the same.

thanks.

What OS are you using like windows XP, 2008 r2, Vista, 7?

If you're using Vista or 7 the loopback adapter is a pain in the butt. And it's also highly recommended you run the server on a 32bit machine.
And another note: Gameserver 2 and PVP2 don't need to be run. That's only for a second channel :)
 
Newbie Spellweaver
Joined
Apr 29, 2006
Messages
11
Reaction score
0
I'm in trouble, did everything right but does not appear to connect to server after login.
I'm using win 7 x64 and I know how to use it very well because I have experience with other types of games.
 
Initiate Mage
Joined
Feb 25, 2012
Messages
1
Reaction score
0
hi
same problem. I take your files and don't chande nothing, i change ip pc, y change port router, change table irismemberdb.

and same problema . Why ?
It's correct IPv4 in sql ?
why don't see chan 501 in servertool ?

order: (yout order files)
01.Install_Services
02.INsert_LoginServer_(captcha)
...
the same.

thanks.

I was finally able to make the DUNGEONS, TUTORIAL, PVP, GAMESERVER2 to work!!
(I'm posting this so that others might be able to make them work the same as how I did.)

We actually had the same problem. I also took the files and changed nothing and no other channel worked only gameserver. I'm someone who isn't new to game server things and stuff I actually am knowledgeable with network things so I was really annoyed when I followed all the instructions and everything was set-up but the channels didn't work no matter what I did. But I finally was able to make EVERY other channel work after a long time! All I did was trial and error and I discovered a lot of things regarding why the channels don't show up in servertool and no ping.

I just changed the IP of loginserver to one of the loopback IPs with the same number (ex: loginsrv = 192.168.1.1, all other channels have IPs of 192.168.1.x) and used all other IPs 192.168.1.3 to 192.168.1.10 on all the other channels and it worked!

Here is my own configs:

irisagentdemon.cfg
Code:
SERVICE_NAME:							AgentDemon
AGENT_DEMON_ADDRESS(IPv4):			192.168.1.1
AGENT_BROADCAST_ADDRESS(IPv4):	192.168.1.1
LOGIN_PORT:								16002
GAME_PORT:								16004
LOG_PORT:								16000

MANAGE_SERVER: LoginServer			192.168.1.1
MANAGE_SERVER: LogDemon				192.168.1.1
MANAGE_SERVER: GameServer			192.168.1.1

MANAGE_SERVER: GameServer2			192.168.1.3
MANAGE_SERVER: TutorialServer		192.168.1.4
MANAGE_SERVER: PvP1Server			192.168.1.5
MANAGE_SERVER: PvP2Server			192.168.1.6
MANAGE_SERVER: ThemeCircus			192.168.1.7
MANAGE_SERVER: ThemeRioha			192.168.1.8
MANAGE_SERVER: ThemeDecomuss		192.168.1.9
MANAGE_SERVER: ThemeUTGarden		192.168.1.10

irisgamesrv.cfg
Code:
SERVICE_NAME: 					GameServer
SERVER_NO: 						1
CHANNEL_NO: 					1
GAME_SERVER_ADDRESS(IPv4): 192.168.1.1
GAME_BROADCAST_RECV(IPv4): 192.168.1.1
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 		192.168.1.1
GAME_BILLING(IPv4): 			0.0.0.0 0
AHN_HACK_SHIELD:				0 5000 30000
LOGIN_PORT: 					16002
GAME_PORT: 						16004
LOG_PORT: 						16000

SERVICE_NAME: 					GameServer2
SERVER_NO: 						1
CHANNEL_NO: 					2
GAME_SERVER_ADDRESS(IPv4): 192.168.1.3
GAME_BROADCAST_RECV(IPv4): 192.168.1.3
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 		192.168.1.3
GAME_BILLING(IPv4): 			0.0.0.0 0
AHN_HACK_SHIELD:				0 5000 30000
LOGIN_PORT: 					16002
GAME_PORT: 						16004
LOG_PORT: 						16000

SERVICE_NAME: 					PvP1Server
SERVER_NO: 						1
CHANNEL_NO: 					101
GAME_SERVER_ADDRESS(IPv4): 192.168.1.5
GAME_BROADCAST_RECV(IPv4): 192.168.1.5
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 		192.168.1.5
GAME_BILLING(IPv4): 			0.0.0.0 0
AHN_HACK_SHIELD:				0 5000 30000
LOGIN_PORT: 					16002
GAME_PORT: 						16004
LOG_PORT: 						16000

SERVICE_NAME: 					PvP2Server
SERVER_NO: 						1
CHANNEL_NO: 					102
GAME_SERVER_ADDRESS(IPv4): 192.168.1.6
GAME_BROADCAST_RECV(IPv4): 192.168.1.6
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 		192.168.1.6
GAME_BILLING(IPv4): 			0.0.0.0 0
AHN_HACK_SHIELD:				0 5000 30000
LOGIN_PORT: 					16002
GAME_PORT: 						16004
LOG_PORT: 						16000

SERVICE_NAME: 					ThemeCircus
SERVER_NO: 						1
CHANNEL_NO: 					200
GAME_SERVER_ADDRESS(IPv4): 192.168.1.7
GAME_BROADCAST_RECV(IPv4): 192.168.1.7
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 		192.168.1.7
GAME_BILLING(IPv4): 			0.0.0.0 0
AHN_HACK_SHIELD:				0 5000 30000
LOGIN_PORT: 					16002
GAME_PORT: 						16004
LOG_PORT: 						16000

SERVICE_NAME: 					ThemeRioha
SERVER_NO: 						1
CHANNEL_NO: 					201
GAME_SERVER_ADDRESS(IPv4): 192.168.1.8
GAME_BROADCAST_RECV(IPv4): 192.168.1.8
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 		192.168.1.8
GAME_BILLING(IPv4): 			0.0.0.0 0
AHN_HACK_SHIELD:				0 5000 30000
LOGIN_PORT: 					16002
GAME_PORT: 						16004
LOG_PORT: 						16000

SERVICE_NAME: 					ThemeDecomuss
SERVER_NO: 						1
CHANNEL_NO: 					202
GAME_SERVER_ADDRESS(IPv4): 192.168.1.9
GAME_BROADCAST_RECV(IPv4): 192.168.1.9
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 		192.168.1.9
GAME_BILLING(IPv4): 			0.0.0.0 0
AHN_HACK_SHIELD:				0 5000 30000
LOGIN_PORT: 					16002
GAME_PORT: 						16004
LOG_PORT: 						16000

SERVICE_NAME: 					ThemeUTGarden
SERVER_NO: 						1
CHANNEL_NO: 					203
GAME_SERVER_ADDRESS(IPv4): 192.168.1.10
GAME_BROADCAST_RECV(IPv4): 192.168.1.10
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 		192.168.1.10
GAME_BILLING(IPv4): 			0.0.0.0 0
AHN_HACK_SHIELD:				0 5000 30000
LOGIN_PORT: 					16002
GAME_PORT: 						16004
LOG_PORT: 						16000

SERVICE_NAME: 					TutorialServer
SERVER_NO: 						1
CHANNEL_NO: 					501
GAME_SERVER_ADDRESS(IPv4): 192.168.1.4
GAME_BROADCAST_RECV(IPv4): 192.168.1.4
GAME_BROADCAST_SEND(IPv4): 192.168.1.255
GAME_FIREWALL(IPv4): 		192.168.1.4
GAME_BILLING(IPv4): 			0.0.0.0 0
AHN_HACK_SHIELD:				0 5000 30000
LOGIN_PORT: 					16002
GAME_PORT: 						16004
LOG_PORT: 						16000

irislogdemon.cfg
Code:
LOGDEMON_BROADCAST_SEND(IPv4): 	192.168.1.255
LOGDEMON_BROADCAST_RECV(IPv4): 	192.168.1.1
LOGIN_PORT: 							16002
GAME_PORT: 								16004
LOG_PORT: 								16000

iriloginsrv.cfg
Code:
LOGIN_SERVER_ADDRESS(IPv4):	 192.168.1.1
LOGIN_BROADCAST_RECV(IPv4):	 192.168.1.1
LOGIN_BROADCAST_SEND(IPv4):	 192.168.1.255
LOGIN_PORT:                	 16002
GAME_PORT:                 	 16004
LOG_PORT:                  	 16000
GAME_LOGIN_CHECK:          	 1

If you notice I did not include a servertool.txt file, you just need to have the IP of the login server there wherever in the file. If you don't have the IP of login server in servertool.txt but have all other IP of channels, when you open servertool it will be empty. But as long as the IP of login server is there, you will see every other channels and IPs even if you didn't actually put then in servertool.txt.

I found out the main reason why all other channels showed 0 on servertool. It was because of the loginserver. Apparently if you change the IP of loginserver to like 192.168.5.106, every other channel won't work anymore. The only reason why gameserver works is because it uses the same IP as loginserver. So if you change the IP to some other IP not within the range of loginsrv IP then it won't work anymore.

When you start a channel, if the .bat doesn't close it simply means that IP is working. The only reason why it won't show in servertool is because loginserver can't find the IP of the channel.

When you start loginsrv and you already have some other channels started, you will notice it will say SQL_UPDATE_SUCCESS on each channel TWICE, first is status 1, then status 2.. that's when the channels start appearing in servertool (may also take a while before it does) and you will see the channel number and it will be pinging. And that also means that the TB_CHANNEL table in irismemberdb is automatically updated by the server (actually by loginsrv) so you do not need to change anything in it.

As for the other services, the agentdemon and logdemon, they still work even if you use a different IP range from that of loginsrv.

Let me post some pics after a while so you would understand what I'm saying. I'll just re-edit this post later I need to rest my eyes a bit.
 
Last edited:
Newbie Spellweaver
Joined
May 21, 2012
Messages
24
Reaction score
0
I have a problem running either, Tutorial/Circus/Other ThemeDungeons, because after i run the GameServer and turning on Tutorial, for quite sometime i have 5CMD programs running

1. AgentDemon
2. GameServer
3. Tutorial
4. LoginServer
5. LogDemon

But after a couple of seconds the TutorialServer is gone, say's Initializing Failed.

The Instructions is far different and complicated in my part,

1. I'm using Windows Vista cant find the loopback
2. Either TutorialServer or Other ThemeDungeons begone after a couple of seconds.
3. I'm on Lan, not using any internet connections, so I'm using 127.0.0.1 IP

Does anyone have the same problem?, Please Help!

Thank you!

It keeps disconnecting everytime i login.
 
Last edited by a moderator:
Back
Top