Welcome to the RaGEZONE - MMORPG development forums.

Problem with Login 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 ...

Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Member
    Rank
    Member
    Join Date
    Dec 2011
    Posts
    35
    Liked
    0

    sad Problem with Login Server

    Click
    can someone help me with this problem ? i really want to play my own rose private server but i got this problem.

    untitled-1.jpg
    untitled-2.jpg

    please, help me.

  2. #2
    Member
    Rank
    Member
    Join Date
    Dec 2011
    Posts
    35
    Liked
    0

    Re: Problem with Login Server

    i cant login to the game.
    always connecting to the server.

  3. #3
    OsProse lead Dev
    Rank
    Moderator
    Join Date
    Oct 2006
    Location
    Missouri USA
    Posts
    1,880
    Liked
    59

    Re: Problem with Login 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?

    Need to lookup information on NARose items, skills, quests?
    Look No Further

  4. #4
    C++ addict
    Rank
    Member +
    Join Date
    Sep 2009
    Posts
    423
    Liked
    16

    Re: Problem with Login Server

    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 ;)

  5. #5
    Member
    Rank
    Member
    Join Date
    Dec 2011
    Posts
    35
    Liked
    0

    Re: Problem with Login Server

    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.jpg

    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.jpg

    9. when i play rose online, it always stuck at login. like this
    untitled-2.jpg
    untitled-1.jpg

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

  6. #6
    Member
    Rank
    Member
    Join Date
    Dec 2011
    Posts
    35
    Liked
    0

    Re: Problem with Login Server

    which one is a good server now ? osrose,osirose, acturus, ?
    what server must i use ?

  7. #7
    C++ addict
    Rank
    Member +
    Join Date
    Sep 2009
    Posts
    423
    Liked
    16

    Re: Problem with Login Server

    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.

  8. #8
    OsProse lead Dev
    Rank
    Moderator
    Join Date
    Oct 2006
    Location
    Missouri USA
    Posts
    1,880
    Liked
    59

    Re: Problem with Login Server

    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.

    Need to lookup information on NARose items, skills, quests?
    Look No Further

  9. #9
    Member
    Rank
    Member
    Join Date
    Dec 2011
    Posts
    35
    Liked
    0

    Re: Problem with Login Server

    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 ?

  10. #10
    C++ addict
    Rank
    Member +
    Join Date
    Sep 2009
    Posts
    423
    Liked
    16

    Re: Problem with Login Server

    If I where you, I would go with a dev rev 2 server, it's more stable.

  11. #11
    OsProse lead Dev
    Rank
    Moderator
    Join Date
    Oct 2006
    Location
    Missouri USA
    Posts
    1,880
    Liked
    59

    Re: Problem with Login Server

    Try this
    http://www.playerattack.com/file/353...323-Free2Play/

    The link is right there in my dev rev 3 release thread at osrose.

    Need to lookup information on NARose items, skills, quests?
    Look No Further

  12. #12
    C++ addict
    Rank
    Member +
    Join Date
    Sep 2009
    Posts
    423
    Liked
    16

    Re: Problem with Login Server

    Hmm, I'll guess I back it up to filefront this week.

  13. #13
    Member
    Rank
    Member
    Join Date
    Dec 2011
    Posts
    35
    Liked
    0

    Re: Problem with Login Server

    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.
    Attached Thumbnails Attached Thumbnails screen001.jpg  

  14. #14
    C++ addict
    Rank
    Member +
    Join Date
    Sep 2009
    Posts
    423
    Liked
    16

    Re: Problem with Login Server

    you need to convert the password to MD5.

  15. #15
    OsProse lead Dev
    Rank
    Moderator
    Join Date
    Oct 2006
    Location
    Missouri USA
    Posts
    1,880
    Liked
    59

    Re: Problem with Login Server

    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

    Need to lookup information on NARose items, skills, quests?
    Look No Further

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •