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!

Problem with Login Server

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 28, 2011
Messages
35
Reaction score
0
can someone help me with this problem ? i really want to play my own rose private server but i got this problem.

Untitled-1 - Problem with Login Server - RaGEZONE Forums
Untitled-2 - Problem with Login Server - RaGEZONE Forums

please, help me.
 

Attachments

You must be registered for see attachments list
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
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?
 
Newbie Spellweaver
Joined
Dec 28, 2011
Messages
35
Reaction score
0
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
Untitled-error - Problem with Login Server - RaGEZONE Forums

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
osrose error - Problem with Login Server - RaGEZONE Forums

9. when i play rose online, it always stuck at login. like this
Untitled-2 - Problem with Login Server - RaGEZONE Forums
Untitled-1 - Problem with Login Server - RaGEZONE Forums

10. what must i do ? i really want to play my own rose online.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 28, 2011
Messages
35
Reaction score
0
which one is a good server now ? osrose,osirose, acturus, ?
what server must i use ?
 
Joined
Sep 16, 2009
Messages
586
Reaction score
45
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.
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
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.
 
Newbie Spellweaver
Joined
Dec 28, 2011
Messages
35
Reaction score
0
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 ?
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
Try this


The link is right there in my dev rev 3 release thread at osrose.
 
Newbie Spellweaver
Joined
Dec 28, 2011
Messages
35
Reaction score
0
Purpleyouko i need your help again,
im already download this client and use this client

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.
 

Attachments

You must be registered for see attachments list
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
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
 
Newbie Spellweaver
Joined
Dec 28, 2011
Messages
35
Reaction score
0
purpleyouko, i dont understand what you mean.
i just create my account like this :
1. i open navicat
2. i open rose database
3. i open accounts table
4. and then, i create id=1 username=test password = test
5. when im login, the login server says "Incorrect Password" whats wrong with my password ?

can you tell me how to create account for osrose dev 3 server ?

i really want to play my own rose online, but i can't setup the server.
i really don't know all about osrose dev 3 server.
please help.


sorry for troublesome.
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
Ok it works like this.

The database stores an MD5 encrypted version of your password, NOT the actual password.
When you try to log in the server converts the password that you typed into an MD5 encrypted version.
As Dragoon said above, your "test" becomes "098f6bcd4621d373cade4e832627b4f6"
next the server loads in your saved password. In your case "test" and compares it with the encrypted version of what you just typed in.
Obviously if you saved the word "test" in your database then the passwords will not match.

Whenever you enter a password via Navicat you should go to this website

and type in your password.
It will generate an encrypted version of it which you can paste into your database.
Then it will work.
 
Newbie Spellweaver
Joined
Dec 28, 2011
Messages
35
Reaction score
0
thanks purpleyouko, for help me. and its works for me now.
i can play my own private rose online server,
But, Just one more question, can you help me ?
1. why every time i change my equip the client crash ?.
i mean, i can change my equip, but, why every time i change my equip must like this ?
screen1 - Problem with Login Server - RaGEZONE Forums
screen2 - Problem with Login Server - RaGEZONE Forums
screen3 - Problem with Login Server - RaGEZONE Forums the client is crash, but, when im login again, the equip is change. why everytime i change equip, trade, buy skill, must like that ? can you help me purpleyouko,
screen004 - Problem with Login Server - RaGEZONE Forums


2. how to use /item command ?
3. how to learn cart skill, and learn castle gear . and how to get castle gear ?
4. how to add an item to npc ?
5. can you help me ?.

this is my last question, and then, i never ask question again. sorry troublesome.
please help.
 

Attachments

You must be registered for see attachments list
Status
Not open for further replies.
Back
Top