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
Apr 3, 2007
Messages
24
Reaction score
0
Okay I need help with changing the exp, zuly and drop rates. I checked out over a dozen other posts and topics but they dont seem to refer to this threads source (svn) so can anyone tell me where I can find the file to change those rates? thanks guys

EDIT: Nevermind! I found out~
 
Last edited:
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
All you need is the binary/log folder in your server PC

The osrose server will create the log files in it automatically.
In fact you will need to archive or delete them periodically as they will get enormous.
 
Initiate Mage
Joined
Feb 17, 2011
Messages
1
Reaction score
0
Sigh while doing the Navicat and creating a Connection it says "2003 - Cannot Connect to Mysql server on localhost 10061"

Help because I am just stuck here.
 
Experienced Elementalist
Joined
Jun 5, 2010
Messages
281
Reaction score
8
Uhm, it means you haven't setup your mysql the right way, try finding a more updated guide on , it has much more guides, tools, information and other usefull things.

Wait, I can post this right? It's not advertising? X'D
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
I think you are OK posting links to guides on another forum.
I do it myself all the time
 
Newbie Spellweaver
Joined
Mar 1, 2011
Messages
14
Reaction score
0
Hello guys, can someone please Make a guide on how to make the executables, loginserver.exe,char,world...

because this guide in osRose forums

is dead... since 2007, and alot of things/programs have been changed, such as the devpack thingy,etc. ty.
 
Custom Title Activated
Loyal Member
Joined
Apr 9, 2007
Messages
2,408
Reaction score
256
newest...
 
Newbie Spellweaver
Joined
Mar 1, 2011
Messages
14
Reaction score
0
newest...

u didnt answer my question >.> Can you make a guide on how to make the .exes for the server? D: because other guides are dead ;(

give me yoh msn if possible *-*
 
Custom Title Activated
Loyal Member
Joined
Apr 9, 2007
Messages
2,408
Reaction score
256
That guide explains how it works...
if you're smart you look on my profile page for my msn :p

2k posts :)
 
Last edited:
Newbie Spellweaver
Joined
Mar 1, 2011
Messages
14
Reaction score
0
Please someone help me. when i try to compile the Source files, it says:

-------------- Build: default in LoginServer ---------------

Linking console executable: LoginServer.exe
mingw32-g++.exe: C:\CodeBlocks\plugins\lib: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Apr 9, 2007
Messages
2,408
Reaction score
256
Told you in VM that you need to add the Libs
 
Newbie Spellweaver
Joined
Mar 1, 2011
Messages
14
Reaction score
0
Told you in VM that you need to add the Libs

Done that, like 50times, i reinstalled everything from the start...like 10 times now or 20 Lol, but still nothing =/

even i told my friends what i'v done, and they dunno what's wrong with this...
 
Custom Title Activated
Loyal Member
Joined
Apr 9, 2007
Messages
2,408
Reaction score
256
I am sure you didn't C:\CodeBlocks\plugins\lib No such file or directory
 
Newbie Spellweaver
Joined
Mar 12, 2011
Messages
18
Reaction score
0
when i run sever loginsever.exe,charsever.exe,worldsever.exe i have some problem but i don't know how to fix it.. i take these problem in the log folder. there is :

1.Charsever:
Mon Mar 21 23:00:28 2011 - Connecting to MySQL
Mon Mar 21 23:00:28 2011 - SQL timeout set to 2678400 seconds
Mon Mar 21 23:00:28 2011 - Connected to MySQL server
Mon Mar 21 23:00:28 2011 - Could not execute query: Table 'roseon.channels' doesn't exist

2.Loginsever:
Mon Mar 21 23:39:11 2011 - Connecting to MySQL
Mon Mar 21 23:39:11 2011 - SQL timeout set to 2678400 seconds
Mon Mar 21 23:39:11 2011 - Connected to MySQL server
Mon Mar 21 23:39:11 2011 - Could not execute query: Table 'roseon.channels' doesn't exist
Mon Mar 21 23:42:37 2011 - Signal received: SIGBREAK, Server will be closed

3.WorldSever:
Mon Mar 21 23:00:32 2011 - osRose -
Mon Mar 21 23:00:32 2011 - Connecting to MySQL
Mon Mar 21 23:00:32 2011 - SQL timeout set to 2678400 seconds
Mon Mar 21 23:00:32 2011 - Connected to MySQL server
Mon Mar 21 23:00:32 2011 - Loading database config
Mon Mar 21 23:00:32 2011 - Could not execute query: Table 'roseon.list_config' doesn't exist

How can i fix it ? Sorry my english is bad. i'm vietnam
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
Mon Mar 21 23:00:28 2011 - Could not execute query: Table 'roseon.channels' doesn't exist
Your database is not fully installed.
look in the database folder of your server and you will find several files with a .SQL extension
One of them is called "channels.sql". you need to run this SQL query in your database manager to add the missing table
Mon Mar 21 23:00:32 2011 - Could not execute query: Table 'roseon.list_config' doesn't exist
Same thing here.
find the query "list_config.sql" and run it in your database manager.
 
Newbie Spellweaver
Joined
Mar 12, 2011
Messages
18
Reaction score
0
Your database is not fully installed.
look in the database folder of your server and you will find several files with a .SQL extension
One of them is called "channels.sql". you need to run this SQL query in your database manager to add the missing table

Same thing here.
find the query "list_config.sql" and run it in your database manager.

Thank for your help i was did it. the sever working but now i have problem with the trose.exe when i run the batch file to luanch game.
I download the new clients form : and the trose.exe file in this guides :

Now it not work. i am trying to fix but i don't know how to take the trose.exe without gameguard work with this 323 clients
 
Last of the OsRose Devs
Loyal Member
Joined
Oct 15, 2006
Messages
2,154
Reaction score
101
The problem is that since NARose added the costume system, their client has been incompatible with osrose server code.

As of this moment, nobody has bothered to log the packets from NARose to resolve the problem. Lmame (the primary osrose dev) has been having serious problems with his internet for a couple of months now.
 
Status
Not open for further replies.
Back
Top