Alright, I need a whole new script or just a mod of this script here: http://rmrk.net/index.php/topic,7201.0.html
What I need it to do is this, i need it to search for what job the hero has, and based on what job he has set what is added when he "levels". EX:
A magician job would have different stat appliers than a warrior would have... Thanks! You all are a great help... =)
Ok im working on it
thx moris! :D
Just do it with events and different classes have different heroes.
You could also use a point level up system.
The thing about point leveling systems is that they aren't compatible with the many scripts I am using (or they just plain don't work), and the problem with different heroes is that you loose the name you put in at the beginning... and re-putting it in would be such a bad side effect... also it's a 1 "hero" game... I refuse to add more. ^^
You can get around the name, just do this after you assign the name.
(say you assign the name to the first actor, and all the other actors are classes, put this after you choose a class)
$game_actors[X].name = $game_actors[1].name
with X being the actor ID of the class the player has chosen.
hmm... i see. where do i put it? XD
In a call script command after you add the players actor with the class and stats.
ahh I see.. i figured as much.
*still wants the script though - XD*
Hey sorry for taking so long, but i got called out on a job, im only the slighest bit done, try darklords idea, it may even be better than a script
I am gona try it. But I want the script too.. XD and it's ok... take as long as u want.. ^^
The script is a waste of time when you can do the same with a few lines of code.
if you insist...