Welcome to the RaGEZONE - MMORPG development forums.

OsRose Dev Rev Install Guide

This is a discussion on OsRose Dev Rev Install Guide within the Rose Tutorials forums, part of the Rose Online category; try downloading from NARose but don't run the patcher. just use it as it comes. Also see my response at ...

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 66
  1. #46
    OsProse lead Dev
    Rank
    Moderator
    Join Date
    Oct 2006
    Location
    Missouri USA
    Posts
    1,880
    Liked
    59

    Re: OsRose Dev Rev Install Guide

    Click
    try downloading from NARose but don't run the patcher. just use it as it comes.

    Also see my response at osrose. your worldserver serverid value is wrong. you have 1 and it should be 2

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

  2. #47
    Registered
    Rank
    Member
    Join Date
    Mar 2011
    Posts
    18
    Liked
    0

    Re: OsRose Dev Rev Install Guide

    oh ! Yeah ! it really work. Thank for your help . Now I am very funny . I make 1 month to read guides,find infomation, fix problemb and now i can play this game with mysever. very happy. Thank you very much !
    oh ! no ! My client is chinese language. I don't like it. I am study in china and i can read chinese but my friend is not.Not narose stands for non north american rose online ? what happen with my clien ?
    i download it from http://roseonlinegame.com/.it really is chinese language ?
    Last edited by phuocbl; 25-03-11 at 02:23 PM.

  3. #48
    Registered
    Rank
    Member
    Join Date
    Mar 2011
    Posts
    18
    Liked
    0

    Re: OsRose Dev Rev Install Guide

    i am download arua client. but vfseditor don't work with this client ..so where i can find thit vfseditor for arua rose
    Last edited by phuocbl; 27-03-11 at 12:25 AM.

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

    Re: OsRose Dev Rev Install Guide

    ALL versions of rose are in multiple languages. (except jrose which is only japanese)
    change teh language settings on your computer to make the text show up in English

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

  5. #50
    Registered
    Rank
    Member
    Join Date
    Mar 2011
    Posts
    18
    Liked
    0

    Re: OsRose Dev Rev Install Guide

    Quote Originally Posted by Purpleyouko View Post
    ALL versions of rose are in multiple languages. (except jrose which is only japanese)
    change teh language settings on your computer to make the text show up in English
    Thank for your help ! it work

  6. #51
    Newbie
    Rank
    Member
    Join Date
    May 2011
    Posts
    4
    Liked
    0

    Re: OsRose Dev Rev Install Guide

    hi, i wanna ask what is "blockheader"??
    because everytime someone wants to log in to my server they cant login and just "connecting to server"
    and in my login server writen like this

    Connecting to MySQL
    MySQL Ping Timeout: 28740 seconds
    Connected to MySQL server
    Server started on port 29000 and is listening.
    Connecting to MySQL
    MySQL Ping Timeout: 28740 seconds
    Connected to MySQL server
    Server started on port 29000 and is listening.
    User connected from 111.95.126.15
    (SID:428) Client sent incorrect blockheader.
    User disconnected

    can somebody help me with this error??

    and i don't understand the char2char section in worldserver.conf
    what is the charip??
    thankss

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

    Re: OsRose Dev Rev Install Guide

    A block header is a section of a packet of information that contains the identity of the packet.
    This header is then used by the server to direct the information to the right place inside the server code.

    charip is the IP address of the character server. In most cases it should be the same as the IP of the login server and worldserver but there may be times when the different servers are hosted on different machines so it has to have the capability of being different.

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

  8. #53
    Newbie
    Rank
    Member
    Join Date
    May 2011
    Posts
    4
    Liked
    0

    Re: OsRose Dev Rev Install Guide

    Quote Originally Posted by Purpleyouko View Post
    A block header is a section of a packet of information that contains the identity of the packet.
    This header is then used by the server to direct the information to the right place inside the server code.

    charip is the IP address of the character server. In most cases it should be the same as the IP of the login server and worldserver but there may be times when the different servers are hosted on different machines so it has to have the capability of being different.
    ok so how can i fix this 'incorrect blockheader' problem?
    can you help me??
    thankss

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

    Re: OsRose Dev Rev Install Guide

    right at the moment it requires some rewriting of the server code since NARose changed some of their packet structures in a recent (about 2 months ago) update.

    The only Osrose coder who knows the server code well enough to do anything about it has been extremely busy with real life work so he hasn't got around to it yet.

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

  10. #55
    Newbie
    Rank
    Member
    Join Date
    May 2011
    Posts
    4
    Liked
    0

    Re: OsRose Dev Rev Install Guide

    ohh ok i already solve the problem with your info
    but i have one more problem
    when i want to log in to my server it just keep connecting to server

    and at my login server there is my ip connected
    but there was nothing at the charserver and worldserver

    i've already check my port forwarding and it works fine

    can you help me again with this error?
    thanks

  11. #56
    Registered
    Rank
    Member
    Join Date
    Feb 2011
    Posts
    14
    Liked
    0

    Re: OsRose Dev Rev Install Guide

    hello, i have problems with InnoDB the say always InnoDB ist disabled or not working with this MySQL version i downloaded the version from the TuT and i checked the confics there it is aktivated but the database_installer always say that, i use Win7

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

    Re: OsRose Dev Rev Install Guide

    I forget what version of mysql is recomended in the tutorial.
    I always simply run Xampp as an executable (not installed as a service) and use phpmyadmin (comes free with xampp) as my ONLY database editor.
    Personally I NEVER use navicat. I can't stand it.
    I also use Win7 and I have no trouble with this at all.

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

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

    Re: OsRose Dev Rev Install Guide

    ok so what client do i use for this i been looking for it but dont see it

  14. #59
    Nyaa, Nyaa, Nyaa!!!
    Rank
    Gamma
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    3,196
    Liked
    250
    Gamertag: Aukemon0 PSN ID: Aukemon0 XFIRE ID: Aukemon0 Steam ID: Aukemon0

    Re: OsRose Dev Rev Install Guide

    v306 v296 v307

  15. #60
    Member
    Rank
    Member
    Join Date
    May 2011
    Posts
    35
    Liked
    0

    Re: OsRose Dev Rev Install Guide

    ok and how do i get them can you send me a link please

 

 
Page 4 of 5 FirstFirst 12345 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
  •