can any one give me the osirose better files

Status
Not open for further replies.
LOL this always cracks me up. I think what people mean to say when they tell you "Do it yourself" is that they have it and they don't want to share it, or they haven't done the work either, and they would rather just say "Do it yourself" instead of "I don't have it either".

This forum is about sharing of knowledge and information to better the Emu community. If someone has the good database (Which takes a lot of work by the way) then SHARE IT.

People that are not serious about making a server will die out after a week anyway, so you won't have to worry about them begging for anything else after they realize running a rose server takes more dedication and time than they thought.
 
I think you dont get what I mean.... well nvm...

What's there to get? You called them lazy, and said "Do it yourself". If you wanted to be encouraging, and convince them to contribute to the Emu community, I think you missed the bus.

Maybe what you meant to say was

"You really should dive into the files and figure it out for yourself, as this particular problem is not that hard at all, and you will learn something from it, and be able to help the next guy out that has this same problem. Here are my files, you can start there."

But instead what you said was

fix them yourself... you dont need to be lazy if you make a server... cuz that sucks

Anyhow I think I probably made too big of a deal about it already, but I wanted to get my point across, and I didn't want you to get away with just saying "Nvm" and moving on when you had an opportunity to help someone.

On a lighter note, here is the drops_data table I use, they have been modified heavily from the source files, Do with them as you like. I will also share this file as I update it, as I am always making changes to it.


 

Attachments

all I do is let people find out how to make server files themself!
that's the problem of the world of today, being lazy and ask for ****, without even try doing them by themself!
maybe I didnt say it very nicely but all I want is that he gets what I want to tell him
you dont have to attack me with words and stuff, because no one defeats me!

Lex

~~WAR IS OVER!~~
 
For Lexil123:

Well said... LOL. I didn't mean to attack you... and I think you understood, and maybe I was being unfair with my "words" but I think you understand, and your heart is in the right place.

This thread is for help though, and this is getting out of control and I don't want it to turn into a complaint session. If someone is bothering you with their laziness, advise them on how they can do it themselves. I have read some of your other posts, and you help on occasion too, and I mean you no disrespect.

For everyone else:

Keep the information FREE, give all you can because you can't take it with you, especially imaginary bits and bytes of data. Live life, and most importantly, HAVE FUN. If you are not having fun here, go somewhere else.
 
still no one helped me with the skill what i do with it i dont know what to do with the skill or give me the db please

I am starting to regret sticking up for you ANGeLCRaFTer. Please do as I suggested and dive into the .csv files and see how they work. They are pretty easy to figure out. There are a few tutorials available on this forum for this very subject, and there is always the website where the files came from which has a forum for these discussions as well. That website is located here:

I have shared my drop data table in my post above, and the skills may not have even been fixed yet in the latest revision of the Emulator source. You should go to that site and read up on it, do the research, and see if that portion is hard-coded onto the source. If this is the case, and you have programming knowledge, you can fix it in the code and recompile it.

Good luck, as I have not found a way myself to fix the skills.
 
blablabla....

I see how your post count got so high now. Any time anyone has a comment or tries to help someone, you get mad and reply like this.

I would suggest the next time you get a headache from "Helping people" you do immediate first aid on yourself by tying a tourniquet around your neck to restrict the blood flow to your brain, as thinking too much is obviously hurting you. The pain will go away for you, and everyone else about 1 minute after your brain stops receiving oxygen. Sleeeeep, Sleeeep young one.

To ANGeLCRaFTer:

I have looked on the forums for the development website, and there are indeed a few posts there on fixing the skills that may work for you:

by Rifke on Sat Dec 08, 2007 2:24 pm
ovious he has muliti-classing... the MySQL field gets to big which makes it crash. There's a fix. Change the varchar-field to TEXT or don't allow mult-classing.



Code:
Line number On/Off | Expand/Contract | Select all

   1.  
   2. ALTER TABLE `characters` CHANGE `class_skills` `class_skills` TEXT NULL;
   3.


Warning: There is a chance that the CONTENT of class_skills gets nulled.
 
thnx and i am srry but from where to change the class skills i dont have it on my db look see my db
 
Taken from file you posted.



-----------

--
-- Tabel structuur voor tabel `characters`
--

DROP TABLE IF EXISTS `characters`;
CREATE TABLE `characters` (
`account_name` varchar(64) NOT NULL,
`id` int(11) NOT NULL auto_increment,
`char_name` varchar(64) NOT NULL,
`zuly` decimal(11,0) NOT NULL default '500',
`level` decimal(11,0) NOT NULL default '1',
`curHp` decimal(18,0) NOT NULL default '50',
`curMp` decimal(18,0) NOT NULL default '18',
`str` decimal(11,0) NOT NULL default '15',
`con` decimal(11,0) NOT NULL default '15',
`dex` decimal(11,0) NOT NULL default '15',
`_int` decimal(11,0) NOT NULL default '15',
`cha` decimal(11,0) NOT NULL default '10',
`sen` decimal(11,0) NOT NULL default '10',
`face` decimal(11,0) NOT NULL default '1',
`hairStyle` decimal(11,0) NOT NULL default '1',
`sex` decimal(11,0) NOT NULL default '0',
`exp` decimal(11,0) NOT NULL default '0',
`skillp` decimal(11,0) NOT NULL default '0',
`statp` decimal(11,0) NOT NULL default '0',
`clanid` decimal(11,0) NOT NULL default '0',
`classid` decimal(11,0) NOT NULL default '0',
`deletetime` decimal(20,0) NOT NULL default '0',
`clan_rank` int(11) NOT NULL default '0',
`stamina` int(11) NOT NULL default '5000',
`quests` blob,
`questflags` blob,
`quickbar` varchar(255) NOT NULL default '0',
`basic_skills` varchar(255) NOT NULL default '11,12,16,20,41,42,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,',
`askill` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
`askilllvl` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
`pskill` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
`pskilllvl` varchar(255) NOT NULL default '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
`respawnid` int(11) NOT NULL default '89',
`townid` int(11) NOT NULL default '20',
`class_skills` varchar(255) NOT NULL default '0',
`class_skills_level` varchar(255) NOT NULL default '1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Gegevens worden uitgevoerd voor tabel `characters




View it in Navicat and it easier to find it.
 
Status
Not open for further replies.
Back