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!

OSPRose : The KTRose - pre-evo 112_112

Newbie Spellweaver
Joined
Apr 19, 2008
Messages
70
Reaction score
25
Hi i find this on google ....

IMPORTANT When you first run it, make sure to run triggerdetect.exe before you start up the game.
A lot of people have reported that they do not see NPC dialog if they skip this step.

All the necessary AIP, STB and QSD files are in the server already and if you run the KTRose launcher before trying to run the client on your own server, you will be able to download all the patches that will bring your client up to the newest revision so that all the files will match properly.

The repository is here

Just type that into Tortoise SVN and check it out


The KTRose client is available here. It is a modified version of the pre-evo 112_112 client.
the 112 is the only client that will work with this server unless you make some pretty big changes.

hat is KTRose?
KTRose started out as an OsProse but over the years it has been modified extensively.

Download Version basic



Download Updated Version



Known bugs
There seems to be a bug somewhere that locks up the entire server occasionally. I haven't fully tracked it down but I suspect it is something related to clans. It doesn't crash. It just locks. My server would run for days or weeks with multiple players without an issue then suddenly, BAM! it all locks up.

Timings:
Attack timing is still a little buggy.

Cart speeds:
This one is weird. normal carts are fine but when using the faster custom carts, you appear to going really fast on your own screen but others see you going at a snails pace then teloporting. Something funky there but I haven't figured out what yet. All the STB speeds and stuff look fine.

Cart passengers
When you pick up a passenger you can drive around within a certain area and see them on the back.
They, however see you drive away without them.
Once you get beyond visibility range your passenger will vanish.
Shouldn't be too hard to fix this. Just never got around to it.


Well that's about it.
Just follow on of the other tutorials to set it up.
Compiles in Dev c++ or codeblocks
 
Last edited:
Banned
Banned
Joined
Nov 17, 2012
Messages
343
Reaction score
38
how to create account? password md5?



fixed



how to edit GM Access?

300?
 
Newbie Spellweaver
Joined
Jan 6, 2014
Messages
32
Reaction score
1
I always give GM's 400, HGM = 500 and Admin = 9000
You can also change the commands and make it for the rank you want and the right above. ( commands.ini in your binary map)

You also have to put 1 by isgm in the database by the table character and then the char you wanna make gm!
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
LOL

Found it on google :lol:

Dude that is my server that I released at Osrose and have been recomending to anybody who wants to run a reasonably bug free server and client.
I still keep that SVN updated too. KTRose is the only active osrose server that is currently maintained and improved on a regular basis.

That's even my post that you cut and pasted.

You also have to put 1 by isgm in the database by the table character and then the char you wanna make gm!
There is also an 'isdev' field for use by developers.

If anyone wants to know more about it then just ask me. It's not like I've been keeping the damn thing secret or anything.

"found on Google"
Almost fell off my chair laughing
 
Newbie Spellweaver
Joined
Jun 11, 2008
Messages
11
Reaction score
0
Is there also a guide similair to this source ?
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
no specific guide. it is based on an osProse server though so any of the osrose guides will be fine to follow if you want to set it up.
Some of teh actual database handling is a little different but the setup is the same
 
Newbie Spellweaver
Joined
Jul 22, 2013
Messages
19
Reaction score
1
if you dont mind
can you tell me how to make an account?
 
Newbie Spellweaver
Joined
Jul 22, 2013
Messages
19
Reaction score
1
nvm i fixed everything
only problem is that my character wont stop moving forward lol
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
nvm i fixed everything
only problem is that my character wont stop moving forward lol
well that's a new one. I've never seen that before.
I don't think rose has an auto-run feature. At least I've never seen one.
go into the log folder in the server and delete 'inoutpackets.log' then log into the game again. If it still does it then send me the new 'inoutpackets.log' that will be created. I will only need the first 100 lines or so just to see if the client is sending moving packets to the server or if something else is wrong
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
you can just paste it in this thread rather than sending the physical file
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
deleting it should not have fixed the problem. It's just a log file.

Probably restarting it just reset whatever weirdness you were experiencing
 
Newbie Spellweaver
Joined
Jun 14, 2007
Messages
42
Reaction score
13
Okay guys, i'm a Ducking noob. I have ran Habbo and WoW private servers. However i cannot get Rose to work.

I downloaded the link, but some files have to still be compiled or something?

I wish for a specialist to take me by the hand. Can someone please help me?

What i need is a guide (or person) to tell me exactly what to do with these files.
 
Newbie Spellweaver
Joined
Jul 22, 2013
Messages
19
Reaction score
1
Okay guys, i'm a Ducking noob. I have ran Habbo and WoW private servers. However i cannot get Rose to work.

I downloaded the link, but some files have to still be compiled or something?

I wish for a specialist to take me by the hand. Can someone please help me?


What i need is a guide (or person) to tell me exactly what to do with these files.
you need help from scratch ? or did you reach somewhere?
 
Newbie Spellweaver
Joined
Jun 14, 2007
Messages
42
Reaction score
13
Well to be honest, from scratch. Usually you have an up to date guide (like with Habbo and WoW) and it tells you exactly what to do.

In this case it's different. I don't even care a lot what kind of server it is, i just want to have my own Rose where i'm the GM (As a singeplayer game where i can cheat when i want and all). I hate asking this, and i know this is not a charity forum.

But if someone is really handy with this, i would like some help :D
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
Typically people are expected to compile the server sources themselves using CodeBlocks so most of the sources don't include binary (exe) files for login, char and world servers.
there are some very good tutorials over at osrose
here is a quick guide from Drakia.



and here is another really good one from lmame

It's probably the best and clearest tutorial that was ever made. Just ignore that it was made for dev rev 2 and just use the setup information for getting codeblocks and your database set up properly.
 
Newbie Spellweaver
Joined
Nov 8, 2011
Messages
7
Reaction score
0
Sorry for resurrecting a thread from last year, but I am having issues with getting this going. I have the login/char/world servers running fine with no errors and I have the database tables in place. The problem I am having is when I try to login with the client. If I put in login credentials and hit OK, nothing happens. No "this account does not exist", no "the server is under maintenance", nothing. I also checked the servers to see if anything is being accessed and nothing is happening.

I am a web technologies major, so I understand MySQL and all that but setting up this server seems a bit convoluted. Is there something that I am just blatantly missing here?
 
Back
Top