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!

[Release] KR 1.18 IRIS + DB + MOVIE

Newbie Spellweaver
Joined
Feb 13, 2011
Messages
16
Reaction score
0
Yeah, they're done and sorted, i've got everything done but i just have them always saying "0" and can't figure out why
 
Newbie Spellweaver
Joined
Feb 23, 2011
Messages
40
Reaction score
17
Yeah, they're done and sorted, i've got everything done but i just have them always saying "0" and can't figure out why

I think i had similar trouble can you post your "IrisGameSrv.ini"
data here. I lost my test server on virtual box so I am busy rebuilding too :S.
 
Newbie Spellweaver
Joined
Feb 13, 2011
Messages
16
Reaction score
0
SERVICE_NAME: GameServer
SERVER_NO: 1
CHANNEL_NO: 1
GAME_SERVER_ADDRESS(IPv4): 208.73.35.186
GAME_BROADCAST_RECV(IPv4): 208.73.35.186
GAME_BROADCAST_SEND(IPv4): 208.73.35.255
GAME_FIREWALL(IPv4): 208.73.35.186
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 60000 30000
LOGIN_PORT: 6119
GAME_PORT: 6119
LOG_PORT: 6119

(only trying to set up the 1 server)

EDIT: just noticed, my logdemon.bat doesnt stay open either, is it ment to?
 
Last edited:
Newbie Spellweaver
Joined
Feb 23, 2011
Messages
40
Reaction score
17
That looks fine if you want to run normal server, yes if you run the StartLOGDemon.bat it will will show some IP info and then text = "server running in casual mode" - But seems that it is not really needed to enter game and play normally.


EDIT: I must be some IP or network configuration, I had to give each PC a unique IP on my router - This solved the showing '0' and made my server accessible.
 
Last edited:
Newbie Spellweaver
Joined
Feb 13, 2011
Messages
16
Reaction score
0
My LOGDemon doesnt do that, it opens and closes within a millisecond.
Also, im working off a Dedi.
Mind TV'ing with me if u can solve this issue?
 
Newbie Spellweaver
Joined
Feb 23, 2011
Messages
40
Reaction score
17
Lol, now I am having exact same error on a dedi too, everything runs fine except the server tool shows that 0's where they should be 1 and seems the ping is also stuck on zero.

Will let you know when i find whats causing this :S, or does someone perhaps have a solution?
 
Newbie Spellweaver
Joined
Feb 23, 2011
Messages
40
Reaction score
17
Check your subnet mask and ensure your broadcast address send is correctly set in your config files.

My subnet is 255.255.255.0 - And the broadcast send + receive is my dedi's IP.

Should my broadcast IP be different? On my dedi i think its the same. Any help would be great :D

EDIT : I heard Iirs can only read "Class C" ip addresses(My dedi's IP is not class C i think), is it only for client or does it apply to the server files too?
 
Last edited:
Junior Spellweaver
Joined
May 17, 2007
Messages
131
Reaction score
2
I've came across a new problem, every time I run servertool.exe the batch file start_GS keeps closing down. do any of you have any idea of what could be making it do this?

Also I've downloaded the client from the ftp but it's password protected I've tried a lot of things of what it might be but nothing works :p do any of you know it?
 
Newbie Spellweaver
Joined
Feb 4, 2011
Messages
66
Reaction score
17
My subnet is 255.255.255.0 - And the broadcast send + receive is my dedi's IP.

Should my broadcast IP be different? On my dedi i think its the same. Any help would be great :D

EDIT : I heard Iirs can only read "Class C" ip addresses(My dedi's IP is not class C i think), is it only for client or does it apply to the server files too?

Nah thats not true, I have class A IP address range. Usually if your subnet mask is set to 255.255.255.0 your broadcast should be xxx.xxx.xxx.255

I had problems with the first two hosts I tried both because of the IP address setup and the subnet was set incorrectly. I used a tool on some web page that calculates what your broadcast should be and also changed the mask to the above, and that fixed it for me.

Hope this helps you out.
 
Newbie Spellweaver
Joined
Jul 10, 2009
Messages
24
Reaction score
0
I can't open Tutorial and all Theme Dungeon

IrisAgentDemon:
Code:
SERVICE_NAME:			AgentDemon
AGENT_DEMON_ADDRESS(IPv4):	192.168.1.8
AGENT_BROADCAST_ADDRESS(IPv4):	192.168.1.8
LOGIN_PORT:                     15002
GAME_PORT:                      15004
LOG_PORT:                       15000

MANAGE_SERVER: LoginServer	192.168.1.8
MANAGE_SERVER: TutorialServer	192.168.1.3 
MANAGE_SERVER: GameServer	192.168.1.8

IrisGameSrv
Code:
...
SERVICE_NAME:              TutorialServer
SERVER_NO:                 1
CHANNEL_NO:                501
GAME_SERVER_ADDRESS(IPv4): 192.168.1.3
GAME_BROADCAST_RECV(IPv4): 192.168.1.3
GAME_BROADCAST_SEND(IPv4): 192.168.1.3
GAME_FIREWALL(IPv4):       192.168.1.3
GAME_BILLING(IPv4):        0.0.0.0 0
AHN_HACK_SHIELD:           0 60000 30000
LOGIN_PORT:                15002
GAME_PORT:                 15004
LOG_PORT:                  15000
...

Ping:
lucky40990 - [Release] KR 1.18 IRIS  + DB + MOVIE - RaGEZONE Forums


ServerTool:
lucky40990 - [Release] KR 1.18 IRIS  + DB + MOVIE - RaGEZONE Forums

Help plz!!:*:
 
Newbie Spellweaver
Joined
Jun 7, 2010
Messages
56
Reaction score
2
AGENT_DEMON_ADDRESS(IPv4): 192.168.1.8
AGENT_BROADCAST_ADDRESS(IPv4): 192.168.1.8

you have change that like this

AGENT_DEMON_ADDRESS(IPv4): 192.168.1.3
AGENT_BROADCAST_ADDRESS(IPv4): 192.168.1.3
 
Newbie Spellweaver
Joined
Jul 10, 2009
Messages
24
Reaction score
0
AGENT_DEMON_ADDRESS(IPv4): 192.168.1.8
AGENT_BROADCAST_ADDRESS(IPv4): 192.168.1.8

you have change that like this

AGENT_DEMON_ADDRESS(IPv4): 192.168.1.3
AGENT_BROADCAST_ADDRESS(IPv4): 192.168.1.3

Perhaps you were mistaken
You should review article on
IrisAgentDemon:
Code:
SERVICE_NAME:			AgentDemon
AGENT_DEMON_ADDRESS(IPv4):	192.168.1.8
AGENT_BROADCAST_ADDRESS(IPv4):	192.168.1.8
LOGIN_PORT:                     15002
GAME_PORT:                      15004
LOG_PORT:                       15000

MANAGE_SERVER: LoginServer	192.168.1.8
MANAGE_SERVER: TutorialServer	192.168.1.3 
MANAGE_SERVER: GameServer	192.168.1.8
 
Newbie Spellweaver
Joined
Jan 18, 2008
Messages
22
Reaction score
0
i need link for server files. THEX i give [ + ] for help.
 
Last edited:
Newbie Spellweaver
Joined
Jul 6, 2009
Messages
18
Reaction score
0
I can't open TutorialServer and Dungeons too x.x


@ madalin92

Without tutorial


With video tutorial
 
Newbie Spellweaver
Joined
Feb 13, 2011
Messages
16
Reaction score
0
LogDemon

LOGDEMON_BROADCAST_SEND(IPv4): 208.73.35.186
LOGDEMON_BROADCAST_RECV(IPv4): 208.73.35.255
LOGIN_PORT: 6119
GAME_PORT: 6119
LOG_PORT: 6119

GameSrv

SERVICE_NAME: GameServer
SERVER_NO: 1
CHANNEL_NO: 1
GAME_SERVER_ADDRESS(IPv4): 208.73.35.186
GAME_BROADCAST_RECV(IPv4): 208.73.35.186
GAME_BROADCAST_SEND(IPv4): 208.73.35.255
GAME_FIREWALL(IPv4): 208.73.35.186
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 60000 30000
LOGIN_PORT: 6119
GAME_PORT: 6119
LOG_PORT: 6119

SERVICE_NAME: TutorialServer
SERVER_NO: 1
CHANNEL_NO: 501
GAME_SERVER_ADDRESS(IPv4): 208.73.35.186
GAME_BROADCAST_RECV(IPv4): 208.73.35.186
GAME_BROADCAST_SEND(IPv4): 208.73.35.255
GAME_FIREWALL(IPv4): 208.73.35.186
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 60000 30000
LOGIN_PORT: 6119
GAME_PORT: 6119
LOG_PORT: 6119

Loginsrv

LOGIN_SERVER_ADDRESS(IPv4): 208.73.35.186
LOGIN_BROADCAST_RECV(IPv4): 208.73.35.186
LOGIN_BROADCAST_SEND(IPv4): 208.73.35.255
LOGIN_PORT: 6119
GAME_PORT: 6119
LOG_PORT: 6119
GAME_LOGIN_CHECK: 1

AgentDemon

SERVICE_NAME: AgentDemon
AGENT_DEMON_ADDRESS(IPv4): 208.73.35.186
AGENT_BROADCAST_ADDRESS(IPv4): 208.73.35.255
LOGIN_PORT: 6119
GAME_PORT: 6119
LOG_PORT: 6119

MANAGE_SERVER: LoginServer 208.73.35.186
MANAGE_SERVER: GameServer 208.73.35.186

lucky40990 - [Release] KR 1.18 IRIS  + DB + MOVIE - RaGEZONE Forums


What here looks wrong to any of you guys?
 
Newbie Spellweaver
Joined
Feb 4, 2011
Messages
66
Reaction score
17
All of it is wrong. Try this.


LogDemon

LOGDEMON_BROADCAST_SEND(IPv4): 208.73.35.255
LOGDEMON_BROADCAST_RECV(IPv4): 208.73.35.186
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000

GameSrv

SERVICE_NAME: GameServer
SERVER_NO: 1
CHANNEL_NO: 1
GAME_SERVER_ADDRESS(IPv4): 208.73.35.186
GAME_BROADCAST_RECV(IPv4): 208.73.35.186
GAME_BROADCAST_SEND(IPv4): 208.73.35.255
GAME_FIREWALL(IPv4): 208.73.35.186
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 60000 30000
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000

SERVICE_NAME: TutorialServer
SERVER_NO: 1
CHANNEL_NO: 501
GAME_SERVER_ADDRESS(IPv4): 208.73.35.xxx <-- needs a different IP from gameserver
GAME_BROADCAST_RECV(IPv4): 208.73.35.xxx
GAME_BROADCAST_SEND(IPv4): 208.73.35.255
GAME_FIREWALL(IPv4): 208.73.35.186
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 60000 30000
LOGIN_PORT: 6119
GAME_PORT: 6119
LOG_PORT: 6119

Loginsrv

LOGIN_SERVER_ADDRESS(IPv4): 208.73.35.186
LOGIN_BROADCAST_RECV(IPv4): 208.73.35.186
LOGIN_BROADCAST_SEND(IPv4): 208.73.35.255
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000
GAME_LOGIN_CHECK: 1

AgentDemon

SERVICE_NAME: AgentDemon
AGENT_DEMON_ADDRESS(IPv4): 208.73.35.186
AGENT_BROADCAST_ADDRESS(IPv4): 208.73.35.255
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000

MANAGE_SERVER: LoginServer 208.73.35.186
MANAGE_SERVER: GameServer 208.73.35.186
MANAGE_SERVER: TutorialServer 208.73.35.xxx <- new ip for tutorial server here
 
Back
Top