i cant login to the game.
always connecting to the server.
This is a discussion on Problem with Login Server within the Rose Online forums, part of the MMO and MMORPG Developments category; can someone help me with this problem ? i really want to play my own rose private server but i ...
i cant login to the game.
always connecting to the server.
Most likely your servers are not communicating with each other (config error)
when you start up the servers do you see them cross-communicating in the console?
Do you see your IP address appear in the login server when you try to login?
He's using dev rev 3 with an irose client.
Go to the OsRose fourm and download OsIRose. OsRose is evo.
EDIT: don't double post, edit your post instead ;)
Let me Show you my step to setup the server files
1. i download the osRose Dev 3 server files
2. i install mysql
3. i install navicat
4. create new database. the name is roseon
5. run database_installer.bat
6. i setting the login,char,worldserver.conf like this
charserver.conf
[DATABASE]
mysql_host=localhost
mysql_user=root
mysql_pass=1
mysql_database=roseon
mysql_port=3306
AutoQueryTime=600
[SERVERDATA]
serverid=1
servertype=1
serverip=127.0.0.1
serverport=29100
servername=Server1
parentid=0
accesslevel=100
connection=2
lanip=127.0.0.1
lansubmask=127.0.0.1
[CHARSErVER]
deletetime=3600
usethreads=0
[PASSWORDS]
loginpass=789456
charpass=456123
worldpass=321654
loginserver.conf
[DATABASE]
mysql_host=localhost
mysql_user=root
mysql_pass=1
mysql_database=roseon
mysql_port=3306
[SERVERDATA]
serverid=0
servertype=0
serverip=127.0.0.1
serverport=29000
servername=Server1
connection=2
lanip=127.0.0.1
lansubmask=127.0.0.1
[LOGINSERVER]
accesslevel=100
CreateLoginAccount=1
checkGameGuard=0
usethreads=0
[PASSWORDS]
loginpass=789456
charpass=456123
worldpass=321654
worldserver.conf
[DATABASE]
mysql_host=localhost
mysql_user=root
mysql_pass=1
mysql_database=roseon
mysql_port=3306
AutoQueryTime=600
[SERVERDATA]
serverid=1
servertype=2
serverip=127.0.0.1
serverport=29200
servername=Server1
maxconnections=500
parentid=1
connection=2
lanip=127.0.0.1
lansubmask=127.0.0.1
[WORLDSERVER]
accesslevel=100
welcome_msg=Welcome to RoseTest Server.
[PASSWORDS]
loginpass=789456
charpass=456123
7. i download the client
8. im edit the rose.bat to run rose online like this
TriggerDetect.exe @TRIGGER_SOFT@ _server 127.0.0.1
the server is already on like this
9. when i play rose online, it always stuck at login. like this
10. what must i do ? i really want to play my own rose online.
which one is a good server now ? osrose,osirose, acturus, ?
what server must i use ?
As I said, you can't use an IRose client with an evo server.
OsRose and OsIRose and OsPRose are the best for a beginner like you,
arcturus is best if you know how the client actually works and stuff.
with an irose client you have to use OsIrose or arcturus.
OsIrose has some bugs but will run just fine and is great to learn some coding.
Arcturus is complex to set up an drequires a lot of knowledge about the file structures of the rose client.
Dev rev 3 works ONLY with the client that Thriel uploaded and even then there are some bugs in it.
the problem is, i don't know which client should i download as there is no explanation for the client.
What client should I download? client that can let me connect to the dev 3 server
can you give me the link ?
If I where you, I would go with a dev rev 2 server, it's more stable.
Try this
http://www.playerattack.com/file/353...323-Free2Play/
The link is right there in my dev rev 3 release thread at osrose.
Hmm, I'll guess I back it up to filefront this week.
Purpleyouko i need your help again,
im already download this client and use this client http://www.playerattack.com/file/353...323-Free2Play/
i run world,login,char server
using this conf
charserver.conf
[DATABASE]
mysql_host=localhost
mysql_user=root
mysql_pass=1
mysql_database=roseon
mysql_port=3306
AutoQueryTime=600
[SERVERDATA]
serverid=1
servertype=1
serverip=127.0.0.1
serverport=29100
servername=Server1
parentid=0
accesslevel=100
connection=2
lanip=127.0.0.1
lansubmask=127.0.0.1
[CHARSErVER]
deletetime=3600
usethreads=0
[PASSWORDS]
loginpass=789456
charpass=456123
worldpass=321654
loginserver.conf
[DATABASE]
mysql_host=localhost
mysql_user=root
mysql_pass=1
mysql_database=roseon
mysql_port=3306
[SERVERDATA]
serverid=0
servertype=0
serverip=127.0.0.1
serverport=29000
servername=Server1
connection=2
lanip=127.0.0.1
lansubmask=127.0.0.1
[LOGINSERVER]
accesslevel=100
CreateLoginAccount=1
checkGameGuard=0
usethreads=0
[PASSWORDS]
loginpass=789456
charpass=456123
worldpass=321654
worldserver.conf
[DATABASE]
mysql_host=localhost
mysql_user=root
mysql_pass=1
mysql_database=roseon
mysql_port=3306
AutoQueryTime=600
[SERVERDATA]
serverid=1
servertype=2
serverip=127.0.0.1
serverport=29200
servername=Server1
maxconnections=500
parentid=1
connection=2
lanip=127.0.0.1
lansubmask=127.0.0.1
[WORLDSERVER]
accesslevel=100
welcome_msg=Welcome to RoseTest Server.
[PASSWORDS]
loginpass=789456
charpass=456123
my problem is, why every time im login, the login server says "Incorrect Password"
but, im already have account
i create my account use navicat.
double klik my database
click accounts
id=1
username=test
password=test
whats wrong ?
can you help me ?
please.
you need to convert the password to MD5.
how exactly did you create your password in Navicat?
passwords in the rose server are MD5 encrypted so if you simply type your password into the database then it won't work.
the only way to do it with Navicat is to use a php script (or similar) to generate the encrypted password then paste that into your DB