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!

procesing certification solved + solution!

Newbie Spellweaver
Joined
May 24, 2018
Messages
19
Reaction score
0
hello guys
after days of reading and trial and error i finally managed to get the server working (offline). i just want to share how i did it.

all of the files came from this : http://forum.ragezone.com/f641/tutorial-1-18-server-files-803523/

after following the whole tutorial process i end up with the error (processing certification).
what i did is:
1.i checked the owner rights of each database.
2.i checked the the username and password of 175iris and 175web in sql server.
3.i counted dots in the password and its totally different so i copy paste again the password for 175iris and 175web.
4.then right away i check and change ODBC. i put it in system dsn and change the username password for WEB_MEMBERDB.i put 175web and password instead of 175iris and password.
5.then it worked. i will show you below my my ip configs.

IrisAgentDemon.cfg
SERVICE_NAME:AgentDemon
AGENT_DEMON_ADDRESS(IPv4): 127.0.0.1
AGENT_BROADCAST_ADDRESS(IPv4): 127.0.0.1
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000
MANAGE_SERVER: LoginServer 127.0.0.1
MANAGE_SERVER: LogDemon 127.0.0.1
MANAGE_SERVER: GameServer 127.0.0.1

IrisGameSrv.cfg
SERVICE_NAME: GameServer
SERVER_NO: 1
CHANNEL_NO: 1
GAME_SERVER_ADDRESS(IPv4): 127.0.0.1
GAME_BROADCAST_RECV(IPv4): 127.0.0.1
GAME_BROADCAST_SEND(IPv4): 127.0.0.1
GAME_FIREWALL(IPv4): 127.0.0.1
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: PvP1
ServerSERVER_NO: 1
CHANNEL_NO: 101
GAME_SERVER_ADDRESS(IPv4): 127.0.0.1
GAME_BROADCAST_RECV(IPv4): 127.0.0.1
GAME_BROADCAST_SEND(IPv4): 127.0.0.1
GAME_FIREWALL(IPv4): 127.0.0.1
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: PvP2
ServerSERVER_NO: 1
CHANNEL_NO: 102
GAME_SERVER_ADDRESS(IPv4): 127.0.0.1
GAME_BROADCAST_RECV(IPv4): 127.0.0.1
GAME_BROADCAST_SEND(IPv4): 127.0.0.1
GAME_FIREWALL(IPv4): 127.0.0.1
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): 127.0.0.1
GAME_BROADCAST_RECV(IPv4): 127.0.0.1
GAME_BROADCAST_SEND(IPv4): 127.0.0.1
GAME_FIREWALL(IPv4): 127.0.0.1
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: ThemeUTGarden
SERVER_NO: 1
CHANNEL_NO: 203
GAME_SERVER_ADDRESS(IPv4): 127.0.0.1
GAME_BROADCAST_RECV(IPv4): 127.0.0.1
GAME_BROADCAST_SEND(IPv4): 127.0.0.1
GAME_FIREWALL(IPv4): 127.0.0.1
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 60000 30000
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000

IrisLogDemon.cfg
LOGDEMON_BROADCAST_SEND(IPv4): 127.0.0.1
LOGDEMON_BROADCAST_RECV(IPv4): 127.0.0.1
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000

IrisLoginSrv.cfg
LOGIN_SERVER_ADDRESS(IPv4): 127.0.0.1
LOGIN_BROADCAST_RECV(IPv4): 127.0.0.1
LOGIN_BROADCAST_SEND(IPv4): 127.0.0.1
LOGIN_PORT: 15002
GAME_PORT: 15004
LOG_PORT: 15000
GAME_LOGIN_CHECK: 1

Serverinfo.txt/// Login Server - flag 1
127.0.0.1 15002 1

/// Channel Server List - flag 2
//127.0.0.1 15004 2
//127.0.0.1 15004 2

Servertool.txtJPN-SERVER
127.0.0.1

Patch ini in the client folder
127.0.0.1

*my system specs is
windows 7 ultimate sp1
SQL SERVER 2008
4gb ram
nvidia 310m

*i use ip conv to convert 127.0.0.1 to many numbers and copy paste it in the target name of the client. mine is ("D:\games\iris\Wingless Client 1.18\WinglessIris\irisclient.exe" 2130720833) this is the converted 127.0.0.1 ip address.

*feel free to ask any questions and i will help and check this forum regularly.

kindly find the screenshots below.
Untitlediris2 - procesing certification solved + solution! - RaGEZONE Forums iris1 - procesing certification solved + solution! - RaGEZONE Forums iris - procesing certification solved + solution! - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top