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!

OsRose Dev Rev Install Guide

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 12, 2011
Messages
18
Reaction score
0
ok ! now i do it without download trose.exe. but when i run worldsever.exe it show these warning :

Wed Mar 23 12:34:45 2011 - Can't interpret itemid 2001000 in list_break.stb
Wed Mar 23 12:34:45 2011 - Can't interpret itemid 2001001 in list_break.stb
Wed Mar 23 12:34:45 2011 - Can't interpret itemid 2001004 in list_break.stb

Wed Mar 23 12:34:53 2011 - spawn 4192: limit 1 < monster amount 5
Wed Mar 23 12:34:53 2011 - spawn 4249: limit 1 < monster amount 4
Wed Mar 23 12:34:53 2011 - spawn 4305: limit 1 < monster amount 4

.Can i fix these warning ?
Now I can login in my sever but when i creat character. i had a problem :
1.in loginsever log :
Wed Mar 23 22:47:18 2011 - Success login 'thunghiem' : Account verfified.
Wed Mar 23 22:47:19 2011 - Server: thunghiem choice channel #1
Wed Mar 23 22:47:20 2011 - ReceivedBytes <= 0, sid 452
Wed Mar 23 22:47:20 2011 - Client sid 452 is inactive
Wed Mar 23 22:47:20 2011 - User disconnected

2. in charsever log :

Wed Mar 23 22:47:20 2011 - User 'thunghiem'(#78) logged in
Wed Mar 23 22:47:47 2011 - ReceivedBytes <= 0, sid 456
Wed Mar 23 22:47:47 2011 - Client sid 456 is inactive
Wed Mar 23 22:47:47 2011 - User disconnected CCharServer::DeleteClientSocket

And the client has been stop working
 
Last edited:
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
Hrose is a irose client
It is completely incompatible with dev rev 2 which is a evo server :rolleyes:

All the STBs are in a completely different format so all the stats for every item will be utterly screwed.
Additionally irose clients use different packet structures for most actions, including anything related to inventory so even if you got it running you will get a trose error as soon as you open your inventory screen to equip anything.
 
Last edited:
Newbie Spellweaver
Joined
Mar 12, 2011
Messages
18
Reaction score
0
So. i have a new sever with dev rev II. and i am trying to patch my naclients to evo sever but i don't know how to patch it to evo sever.
i run the luanch batch file. the game was run with some warning.in the first time i can login but when i make a character the sever stop working.when i try to take it again i can't loggin ,ofcause the sever stop working again. in log folder i find some problem :

login :

Thu Mar 24 18:41:51 2011 - ReceivedBytes <= 0, sid 400
Thu Mar 24 18:41:51 2011 - Client sid 400 is inactive
Thu Mar 24 18:41:51 2011 - User disconnected
Thu Mar 24 18:42:01 2011 - Signal received: SIGBREAK, Server will be closed

char:
Thu Mar 24 18:42:01 2011 - ReceivedBytes <= 0, sid 432
Thu Mar 24 18:42:01 2011 - Client sid 432 is inactive
Thu Mar 24 18:42:01 2011 - User disconnected CCharServer::DeleteClientSocket

world with warning :
Thu Mar 24 18:00:41 2011 - Incorrect drop itemtype detected (0) for record 6064
Thu Mar 24 18:00:41 2011 - Incorrect drop itemtype detected (0) for record 6065

i set severip=175.148.25.293 lanip=175.148.25.239 lansubmark=175.148.25 and the luanch my ip is 175.148.25.293 but in the log file is
Thu Mar 24 18:00:31 2011 - [432]User connected from 127.0.0.1
Thu Mar 24 18:00:46 2011 - [436]User connected from 127.0.0.1
Thu Mar 24 18:00:46 2011 - Channel #1 connected from ip 127.0.0.1
Thu Mar 24 18:06:19 2011 - [460]User connected from 127.0.0.1

Not as my setting 175.148.25.293 so i have what wrong ? Can you help me. sorry my english is bad
 
Last edited:
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
for some reason you are joining the server via localhost and not with your IP address.

Are you launching it with a batch file or with a launcher program?
With a launcher such as neoncube you have to set the .ini file with your server's ip
with a batch file launcher you will need to edit the IP using notepad (or similar program)

Dev rev 2 has the ability to join via localhost or LAN/WAN IP address so you have to specify the IP from the launcher.

You might also have a problem with the client crashing as soon as you attempt to enter the worldserver if you use the latest version of NARose client.
This is because they recently added a costume system which changed the packet structure of all commands related to inventory. Dev rev 2 has not yet been modified to work with this.
 
Newbie Spellweaver
Joined
Mar 12, 2011
Messages
18
Reaction score
0
for some reason you are joining the server via localhost and not with your IP address.

Are you launching it with a batch file or with a launcher program?
With a launcher such as neoncube you have to set the .ini file with your server's ip
with a batch file launcher you will need to edit the IP using notepad (or similar program)

my luancher : TRose.exe @TRIGGER_SOFT@ _server 175.148.25.239. i make it by notepad and save it with a type of batch file

Dev rev 2 has the ability to join via localhost or LAN/WAN IP address so you have to specify the IP from the launcher.

You might also have a problem with the client crashing as soon as you attempt to enter the worldserver if you use the latest version of NARose client.
This is because they recently added a costume system which changed the packet structure of all commands related to inventory. Dev rev 2 has not yet been modified to work with this.

So i try to find and download narose evo client 306.if you have a link to download it.Can you give me or no i can find it on google .may take a little time to find it..i am trying.. thank for your help it really useful.
 
Last edited:
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
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
 
Newbie Spellweaver
Joined
Mar 12, 2011
Messages
18
Reaction score
0
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 really is chinese language ?
 
Last edited:
Newbie Spellweaver
Joined
Mar 12, 2011
Messages
18
Reaction score
0
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:
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
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
 
Newbie Spellweaver
Joined
Mar 12, 2011
Messages
18
Reaction score
0
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
 
Initiate Mage
Joined
May 17, 2011
Messages
4
Reaction score
0
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
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
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.
 
Initiate Mage
Joined
May 17, 2011
Messages
4
Reaction score
0
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
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
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.
 
Initiate Mage
Joined
May 17, 2011
Messages
4
Reaction score
0
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
 
Newbie Spellweaver
Joined
Feb 8, 2011
Messages
14
Reaction score
0
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
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
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.
 
Newbie Spellweaver
Joined
May 16, 2011
Messages
33
Reaction score
0
ok so what client do i use for this i been looking for it but dont see it
 
Newbie Spellweaver
Joined
May 16, 2011
Messages
33
Reaction score
0
ok and how do i get them can you send me a link please
 
Status
Not open for further replies.
Back
Top