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!

RYL2 Server [Not FULLY working]

Newbie Spellweaver
Joined
Mar 9, 2014
Messages
6
Reaction score
0
all links are dead and im really want to make my own server its my dream and also upload the v2240 , im searching it for days. ty.
 
Newbie Spellweaver
Joined
Mar 9, 2014
Messages
6
Reaction score
0
sell? are you kidding me ? how you can sell something that isnt yours lol
 
Initiate Mage
Joined
Oct 7, 2014
Messages
2
Reaction score
0
now i have this kind of error. Can someone help me with this RYL server controller crash??

"RYL Server controller log


Log started at 08/10/2014 11:05:31
---------------------------------------------------------------------
08/10/2014 11:05:30 : [X0] An error occurred creating the form. See Exception.InnerException for details. The error is: The type initializer for 'RYLServerController.frmMain' threw an exception. - The device is not ready.
- at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.SetCurrentDirectory(String path)
at Microsoft.VisualBasic.MyServices.FileSystemProxy.set_CurrentDirectory(String value)
at RYLServerController.CServerController..ctor(CConfigFile config, String serverDir)
at RYLServerController.frmMain..cctor()"
 
Newbie Spellweaver
Joined
Sep 18, 2013
Messages
51
Reaction score
1
now i have this kind of error. Can someone help me with this RYL server controller crash??

"RYL Server controller log


Log started at 08/10/2014 11:05:31
---------------------------------------------------------------------
08/10/2014 11:05:30 : [X0] An error occurred creating the form. See Exception.InnerException for details. The error is: The type initializer for 'RYLServerController.frmMain' threw an exception. - The device is not ready.
- at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.SetCurrentDirectory(String path)
at Microsoft.VisualBasic.MyServices.FileSystemProxy.set_CurrentDirectory(String value)
at RYLServerController.CServerController..ctor(CConfigFile config, String serverDir)
at RYLServerController.frmMain..cctor()"


Do you use for Ryl2 Ryl1 or ROW?
 
Initiate Mage
Joined
Oct 7, 2014
Messages
2
Reaction score
0
Do you use for Ryl2 Ryl1 or ROW?


i try to find server controller for RYL2.. but all link are dead.. i only found this server controller :
# CaSe SENSITIVE


[items]
Name_1=Login
Addr_1=Login Server.exe
Args_1=null
Code_1=135


Name_2=UID
Addr_2=ROWUIDServer.exe
Args_2=null
Code_2=131


Name_3=DBAgent
Addr_3=ROWDBAgentServer.exe
Args_3=null
Code_3=40011


Name_4=Auth
Addr_4=ROWAuthServer.exe
Args_4=null
Code_4=109


Name_5=Chat
Addr_5=ROWChatServer.exe
Args_5=null
Code_5=108


#Name_6 =SouthCoast
#Addr_6 =ROWGameServer1.exe
#Args_6 =-c 0 -z 1
#Code_6 =119


#Name_7 =Leihan
#Addr_7 =ROWGameServer2.exe
#Args_7 =-c 0 -z 2
#Code_7 =119


#Name_8 =SainnaIsland
#Addr_8 =ROWGameServer.exe
#Args_8 =-c 0 -z 4
#Code_8 =119


#Name_9 =MiseryIsland
#Addr_9 =ROWGameServer.exe
#Args_9 =-c 0 -z 5
#Code_9 =119


Name_6=AlmightyGrounds
Addr_6=ROWGameServer3.exe
Args_6=-c 0 -z 12
Code_6=119


#Name_11 =BattleGrounds
#Addr_11 =ROWGameServer.exe
#Args_11 =-c 0 -z 16
#Code_11 =119




[main]
DoRestart=1
LoginServerName=Login
LoginEnableCode=141
DoMapStart=1
MapServers=6
#,7,8,9,10,11
KillProcesses=0
WaitTime=3800
ServerDir=E:\Games\ryl2server\ROW\server\
NoWatching=0
MultiCrashTimeout=60000
mainWindowClass=RowConsoleWindow
LogFile=E:\Games\ryl2server\ROW\RYLServerController.log
StatusFile=E:\Games\ryl2server\ROW\RYLServerController_status.csv
OnlineLog=E:\Games\ryl2server\ROW\RYLServerController_online.csv


[irc]
useIrcBot=0
server=irc.deltaanime.net
uname=UltraNoob
topicChanger=
channel=#RYLUnderground.
startup=
autoListenUsers=FreeSpirit
silent=1


# --- faq ---
# The order of the items will be the startup order.
# Name_nr - The name of the server. No space, no special chars.
# Addr_nr - The exe name. Can be relative or absolute
# Args_nr - Arguments for running the exe (for mapserv usually)
# Must be null if u dont have any arguments for startup
# Code_nr - The code to send to open the log window (really.. dont change them)
# Mapserver should be with different exe names for process hooking(controller startup when server is already running)
#
# [main]
# DoRestart - 1 or 0 depending should the auto-restart be on or off (can be changed in main form)
# LoginServerName - The Name_ tag of the login server. Used to send the "Accept connections" command
# DoMapStart - if map server goes down do we just run the map again? (can be changed in main form)
# MapServer - The ID's of the maps separated with a comma(usually 6,7,8 and 9)
# ProblematicStartup - The iD's of programs that need constant run 'til it gets up(UID server mostly)
# KillProcesses - do we kill the processes or we send them a normal WD_CLOSE command (can be changed in main form)
# LogFile - the full path of the log file (auto set on first run to app dir+app name+.log)
# StatusFile - the full path of the status file (auto set on first run to app dir+app name+_status.csv)
# OnlineLog - the full path of the online users log file (auto set on first run to app dir+app name+_online.csv)
# WaitTime - Time in milliseconds how long to wait 'til next exe startup(normal 2000-3000 (2-3sec))
# ServerDir - The location of the server exe's. Must not be used if this app is in same dir as the server exe's.
# mainWindowClass - class name of the console window
#
# [irc]
# useIrcBot - do we connect to a IRC server and use the bot or no
# server - the name of the server. def port 6668. if u dont use the default port write like: server:port
# uname - the nick name of the IRC bot
# topicChanger - the nick of a bot who modifies the topic. Used commands:
# /notice $nick !set online
# /notice $nick !set offline $message (cause of the offline status, crash or admin shutdown)
# channel - the name of the channel where the bot goes
# startup - a IRC RAW type command what will be initialized after sucessful connect. Like:
# PRIVMSG NickServ IDENTIFY myPass
# autoListenUser - after login automatically adds user to the ?listen list. Use comma to separate users
# silent - set 1 or 0 depending on should the irc bot act silent or take commands from channel and say statuses to channel


this one can be use for RYL2?
can you share me a link for RYL2 server controller?
please email the file to me thanks..
- mrs.hakim@hotmail.com
 
Last edited:
Newbie Spellweaver
Joined
Sep 18, 2013
Messages
51
Reaction score
1
i try to find server controller for RYL2.. but all link are dead.. i only found this server controller :
# CaSe SENSITIVE


[items]
Name_1=Login
Addr_1=Login Server.exe
Args_1=null
Code_1=135


Name_2=UID
Addr_2=ROWUIDServer.exe
Args_2=null
Code_2=131


Name_3=DBAgent
Addr_3=ROWDBAgentServer.exe
Args_3=null
Code_3=40011


Name_4=Auth
Addr_4=ROWAuthServer.exe
Args_4=null
Code_4=109


Name_5=Chat
Addr_5=ROWChatServer.exe
Args_5=null
Code_5=108


#Name_6 =SouthCoast
#Addr_6 =ROWGameServer1.exe
#Args_6 =-c 0 -z 1
#Code_6 =119


#Name_7 =Leihan
#Addr_7 =ROWGameServer2.exe
#Args_7 =-c 0 -z 2
#Code_7 =119


#Name_8 =SainnaIsland
#Addr_8 =ROWGameServer.exe
#Args_8 =-c 0 -z 4
#Code_8 =119


#Name_9 =MiseryIsland
#Addr_9 =ROWGameServer.exe
#Args_9 =-c 0 -z 5
#Code_9 =119


Name_6=AlmightyGrounds
Addr_6=ROWGameServer3.exe
Args_6=-c 0 -z 12
Code_6=119


#Name_11 =BattleGrounds
#Addr_11 =ROWGameServer.exe
#Args_11 =-c 0 -z 16
#Code_11 =119




[main]
DoRestart=1
LoginServerName=Login
LoginEnableCode=141
DoMapStart=1
MapServers=6
#,7,8,9,10,11
KillProcesses=0
WaitTime=3800
ServerDir=E:\Games\ryl2server\ROW\server\
NoWatching=0
MultiCrashTimeout=60000
mainWindowClass=RowConsoleWindow
LogFile=E:\Games\ryl2server\ROW\RYLServerController.log
StatusFile=E:\Games\ryl2server\ROW\RYLServerController_status.csv
OnlineLog=E:\Games\ryl2server\ROW\RYLServerController_online.csv


[irc]
useIrcBot=0
server=irc.deltaanime.net
uname=UltraNoob
topicChanger=
channel=#RYLUnderground.
startup=
autoListenUsers=FreeSpirit
silent=1


# --- faq ---
# The order of the items will be the startup order.
# Name_nr - The name of the server. No space, no special chars.
# Addr_nr - The exe name. Can be relative or absolute
# Args_nr - Arguments for running the exe (for mapserv usually)
# Must be null if u dont have any arguments for startup
# Code_nr - The code to send to open the log window (really.. dont change them)
# Mapserver should be with different exe names for process hooking(controller startup when server is already running)
#
# [main]
# DoRestart - 1 or 0 depending should the auto-restart be on or off (can be changed in main form)
# LoginServerName - The Name_ tag of the login server. Used to send the "Accept connections" command
# DoMapStart - if map server goes down do we just run the map again? (can be changed in main form)
# MapServer - The ID's of the maps separated with a comma(usually 6,7,8 and 9)
# ProblematicStartup - The iD's of programs that need constant run 'til it gets up(UID server mostly)
# KillProcesses - do we kill the processes or we send them a normal WD_CLOSE command (can be changed in main form)
# LogFile - the full path of the log file (auto set on first run to app dir+app name+.log)
# StatusFile - the full path of the status file (auto set on first run to app dir+app name+_status.csv)
# OnlineLog - the full path of the online users log file (auto set on first run to app dir+app name+_online.csv)
# WaitTime - Time in milliseconds how long to wait 'til next exe startup(normal 2000-3000 (2-3sec))
# ServerDir - The location of the server exe's. Must not be used if this app is in same dir as the server exe's.
# mainWindowClass - class name of the console window
#
# [irc]
# useIrcBot - do we connect to a IRC server and use the bot or no
# server - the name of the server. def port 6668. if u dont use the default port write like: server:port
# uname - the nick name of the IRC bot
# topicChanger - the nick of a bot who modifies the topic. Used commands:
# /notice $nick !set online
# /notice $nick !set offline $message (cause of the offline status, crash or admin shutdown)
# channel - the name of the channel where the bot goes
# startup - a IRC RAW type command what will be initialized after sucessful connect. Like:
# PRIVMSG NickServ IDENTIFY myPass
# autoListenUser - after login automatically adds user to the ?listen list. Use comma to separate users
# silent - set 1 or 0 depending on should the irc bot act silent or take commands from channel and say statuses to channel


this one can be use for RYL2?
can you share me a link for RYL2 server controller?
please email the file to me thanks..
- mrs.hakim@hotmail.com


Bro this is for ROW for ryl2 change this .. ROWUIDServer.exe .. with RylUIDServer.exe all where you have row change with Ryl..look in your server and put all like your files .exe :)
 
Newbie Spellweaver
Joined
Sep 18, 2013
Messages
51
Reaction score
1
thank you so much.. you help me so much so far.. i know it will be more error after this.. where can i directly contact you for an opinion? do you use any messenger like MSN? wechat? or facebook?

Use this seting

# CaSe SENSITIVE

[items]
Name_1=Login
Addr_1=RylLoginServer.exe
Args_1=null
Code_1=135

Name_2=UID
Addr_2=RylUIDServer.exe
Args_2=null
Code_2=131

Name_3=DBAgent
Addr_3=RylDBAgentServer.exe
Args_3=null
Code_3=40011

Name_4=Auth
Addr_4=RylAuthServer.exe
Args_4=null
Code_4=109

Name_5=Chat
Addr_5=RylChatServer.exe
Args_5=null
Code_5=108

Name_6=Map1_Almighty_Ground
Addr_6=Zone12.exe
Args_6=-c 0 -z 12
Code_6=119

Name_7=Map2_Caernarvon
Addr_7=Zone8.exe
Args_7=-c 0 -z 8
Code_7=119

Name_8=MapX_Sky_Arena
Addr_8=Zone14.exe
Args_8=-c 0 -z 14
Code_8=119

Name_9=Dark_Caernarvon
Addr_9=Zone16.exe
Args_9=-c 0 -z 16
Code_9=119



[main]
DoRestart=0
LoginServerName=Login
DoMapStart=0
MapServers=6,7,8,9
ProblematicStartup=2
KillProcesses=1
WaitTime=2000
ServerDir=
LogFile=C:\Server\RYLServerController.log
StatusFile=C:\Server\RYLServerController_status.csv
OnlineLog=C:\server\Release\RYLServerController_online.csv
NoWatching=0



thank you so much.. you help me so much so far.. i know it will be more error after this.. where can i directly contact you for an opinion? do you use any messenger like MSN? wechat? or facebook?

Send me your facebook adress.
 
Newbie Spellweaver
Joined
Nov 24, 2021
Messages
10
Reaction score
1
Tries & Errors... Firstly, collect all requirements files and datas by following Server Tutorials Forum...



I'm sure but not 100 percent success... Try and error, read
and watch more tutorials both forum and YouTube...
 
Back
Top