Re: help server updates, combination client + server file
Quote:
Originally Posted by
Purpleyouko
...osprose
...osrose
...osirose
narose
EVO
I'm newbie and confuse :?:
I make one Server with Rev 81 [I do not know which]
and Client is "Heavenly Rose" http://enzeru-ro.com/downloads/rose/
because this guide: http://forum.ragezone.com/f291/osiro...2/#post3292513
Which Server I have and is good ? [is only localhost]
Could someone explain me what the differences in versions? :/:
Thanks lot
Re: help server updates, combination client + server file
Quote:
Originally Posted by
segredu
heavenly rose is an irose client and it isn't too heavily modified either.
Rev 81 is an irose (osirose) server so you are well matched with these 2.
Differences.
Irose (osirose or Arcturus)
This was the original version of rose. Unique features include
- Move speed determined largely by DEX
- Multiple skill points uses to level up skills. more points per level as the level increases.
Pre-evo (osprose)
This was the version of rose that was first used when rose was franchised to the various servers around the world.
Unique features include
- move speed calcs changed. no longer uses DEX
- Quest windows changed. you now get a large (top half of the screen) quest window with all the options and stuff instead of a small popup box.
- all skills cost 1 SP to level up and you get a lot less points per character level and you only get them every 4th level
- completely new skills
Evolution (osrose)
This is the current version of rose. It was introduced about 1 year after rose went pay to play. It's reception was varied. Some loved it and some hated it.
features
- uses the same quest window as pre-evo
- skills overhauled again. Still cost 1 per skill level but now you get 1 point per character level rather than 4 or 5 every 4th level.
- brand new skills and skill trees added.
- marks the end of hybrid characters such as the DEX Muse that used to rule earlier rose versions. Now they really don't work any more.
Re: help server updates, combination client + server file
purpleyouko always da nice 1,
for osirose rev81 issue, this osirose rev81 are damn bug even the source code behind the osirose rev81 its also not original from irose (its just modify from prose) it give hell alot problem when check the game play in dept, like stat point distribution for each level are not accurate, skil point either, all stat in char such like def, mdef, hp, mspd, aspd, dodge etc value all are not match with server (after wearing eq / buff, while naked are well match with server). I believe there are still lots of bug which i yet to dicover. altho we might can fix all the bug from the source but the job will be very pain, worse come to worse may b u force to restructure up whole source code that run behind osirose 81.
another major problem will be the item_drop table, i search along thru internet this few days try to get a original Irose item_drop table for refering/replace purpose, but i cant get any. i dont mind to recode the item_drop table list 1 by1 (painfull job, there are like 19231210 line in item_drop list) but i just cant get the accurate item_drop list to refer. Item_drop table that i extract out from client it just unreable most of the value are in (???????????).
anyway did osrose team already give up osirose? i just want to double comfirm this.
when i point out these problem im not mean to criticism anyone who contribute to this. i just share with every or some fresh ppl like me that dont need to spend so much time just to testing out all the bugs.
thanks alot for these who contribute to osirose, altho the result is not so good from some degree point of view, but hey atleast all this let me learn alot about how is the game server actualy run.
cheers... :laugh::laugh::laugh:
Re: help server updates, combination client + server file
Quote:
Originally Posted by
Purpleyouko
Rev 81 is an irose (osirose) server.
Irose (osirose or Arcturus). This was the original version of rose.
Pre-evo (osprose). This was first used when rose was franchised.
Evolution (osrose). This is the current version of rose.
Quote:
Originally Posted by
selinapow521
this osirose rev81 are damn bug even the source code.
Excellent information. :wink: But, now, which Rev version I can use with osrose (EVO) if 81 have a lot bug ?
Which is better? Extract and compiler new source ?
I'm using tools from: forum.dev-osrose.com/viewtopic.php?f=32&t=1026
:rolleyes:
1 Attachment(s)
Re: help server updates, combination client + server file
Quote:
for osirose rev81 issue, this osirose rev81 are damn bug even the source code behind the osirose rev81 its also not original from irose (its just modify from prose)
You have that backward
Osirose was there long before osprose.
osprose was initially copied from osirose but has had a lot more development work done since.
Osirose and osprose share a lot of their source code.
Quote:
another major problem will be the item_drop table, i search along thru internet this few days try to get a original Irose item_drop table for refering/replace purpose, but i cant get any. i dont mind to recode the item_drop table list 1 by1 (painfull job, there are like 19231210 line in item_drop list) but i just cant get the accurate item_drop list to refer. Item_drop table that i extract out from client it just unreable most of the value are in (???????????).
Just use a good STB editor and open ITEM_DROP.STB
the trick is that each row here is referenced by the "dropid" of each monster in LIST_NPC.STB so multiple monsters can drop the same items.
I still haven't fully deciphered everything in the drops STB but I've figured out most of it.
As i said somewhere else i made an excel utility that is able to take the data from ITEM_DROP.STB and spits out a drops list in CSV format that is compatible with the new osirose drop code.
You will have to use my excel STB editor to make it work though.
http://forum.dev-osrose.com/viewtopic.php?f=32&t=1046
Just open the STB in my editor, copy the entire sheet into the stbdrop tab of the converter utility. Go to the output tab then click the button in the top left. Afetr a few minutes it will spit out a whole bunch of data into the output tab.
You should be able to just make a CSV from that page and dump the entire thing into your drops table in the database.
Quote:
anyway did osrose team already give up osirose? i just want to double comfirm this.
No we haven't given up on Osirose. We trade code between the servers whenever it is useful to do so. Osirose has just gotten a bit behind. that's all.
Our lead osirose dev (Arnold) has just resigned from his position although many have tried to get him to stay. His work on the osirose server was really pioneering. He was the first to adapt Exjam's AIP and QSD code and also the first to read the STBs directly rather than using CSV files.
Anyway we have a new lead dev now and I have offered to help out as much as he needs to get osirose back up to speed.
Re: help server updates, combination client + server file
Quote:
Originally Posted by
segredu
Excellent information. :wink: But, now, which Rev version I can use with osrose (EVO) if 81 have a lot bug ?
Which is better? Extract and compiler new source ?
I'm using tools from: forum.dev-osrose.com/viewtopic.php?f=32&t=1026
:rolleyes:
for evo you have to use osrose rev 80 (not recommended as it is old and crappy) or the new dev rev which is up to date and very good. Sure it has some bugs but nothing too horrible. It's also being constantly developed so you can be sure the bugs will be fixed as they are discovered.
http://forum.dev-osrose.com/viewtopic.php?f=18&t=2189
Re: help server updates, combination client + server file
Quote:
Originally Posted by
segredu
Excellent information. :wink: But, now, which Rev version I can use with osrose (EVO) if 81 have a lot bug ?
Which is better? Extract and compiler new source ?
I'm using tools from: forum.dev-osrose.com/viewtopic.php?f=32&t=1026
:rolleyes:
just follow the link provide by purpleyouko, that is the best version of osrose (evolution style) u can just use roseNA latest client to deal with it.
if u looking for irose style, u might need to hold that, wait osirose team get back the dev job for osirose back on track, the latest rev81 actualy dint get update for quite sometime from the dev team. Unless you have knowledge to fix everything. :laugh:
Re: help server updates, combination client + server file
PurpleYouko:
wow, ur drop convertor are great! :D:
some how, i decide to hold a bit for osirose, im lag of coding knowledge....
even i able to find where to fix the bug from source code, but i donno how to fix it... :thumbdown:
i'll move on to osrose to check it out !:blushing: