Chaos Project

RPG Maker => Tutorials => Tutorial Requests => Topic started by: [Faint] on January 27, 2010, 07:14:20 pm

Title: [Resolved]RMXP Races
Post by: [Faint] on January 27, 2010, 07:14:20 pm
Any ideas on how to make Races along with classes so I can have both.
Title: Re: RMXP Races
Post by: Jackolas on January 28, 2010, 03:33:27 am
make multiple of the same class?

Orc fighter
Human fighter
Dwarf fighter
Human mage
Gnome mage
etc
Title: Re: RMXP Races
Post by: [Faint] on January 28, 2010, 10:38:42 am
Yeah I thought of that. Was just wondering if there was another way. I am going to be using a "Bloodline system" in my project, and I wanted to display the class and Bloodline seperately, but if I have to do it this way then I guess I can.
Title: Re: RMXP Races
Post by: Hellfire Dragon on January 28, 2010, 12:34:31 pm
I had races and classes in a game I was making a while ago, it died but whatev :P I used a variable for the race. They way I had it, the player choose a race from a list then I'd set the race name with a script call, $game_variables[ID] = 'RACE NAME' then edited the status screen to display the variable. I also used the change parameters event to add race specialities and such.

Don't knwo if that's what you going for but I thought I'd say it ;)
Title: Re: RMXP Races
Post by: [Faint] on January 28, 2010, 07:09:35 pm
I will give that a try thanks HD 8)
Title: Re: RMXP Races
Post by: G_G on January 28, 2010, 08:02:39 pm
I have a script I made awhile ago (god I have no life) that really was made based off of oblivion. Anyways this makes it easy to setup different races and such.

Each race can have its own stat bonuses and skill bonuses. If you want that let me know. In fact I might release it to the public.
Title: Re: RMXP Races
Post by: [Faint] on January 28, 2010, 08:05:09 pm
omg yes please
Title: Re: RMXP Races
Post by: G_G on January 28, 2010, 08:34:46 pm
There ya go ;)
http://forum.chaos-project.com/index.php/topic,5458.new.html#new
Title: Re: RMXP Races
Post by: [Faint] on January 28, 2010, 09:32:18 pm
Thanks a bunch man. I love your scripts.