Main Menu
  • Welcome to The RPG Maker Resource Kit.

Skill Ranks

Started by Dys, April 30, 2009, 06:59:26 PM

0 Members and 1 Guest are viewing this topic.

Dys

Hi everybody,

Got this (I think simple) problem:

I want to make ranks for skills for example:

Hero X reaches lvl 2 and learns Smite (Rank 1)

Hero X reaches lvl 5 and learns Smite (Rank 2) and forgets Smite (Rank 1).

How is this possible to do?

Grafikal

You could (if you wanted to event it), just make each skill individually then have some sort of common event that check's your players' levels. If playerlvl=2, then player learns smiteR1. Later, if playerlvl=5, then remove player's skill smiteR1 and learn smiteR2. You'd need a common event for each character. It's really barbaric, so i would suggest using a script. I think I saw something like this yesterday surfing on .org... i don't remember if i was looking at VX scripts or XP though.

Dys

Quote from: grafikal009 on April 30, 2009, 07:17:34 PM
It's really barbaric, so i would suggest using a script. I think I saw something like this yesterday surfing on .org... i don't remember if i was looking at VX scripts or XP though.

If you could post this script I would be very grateful =p!

Falcon

#3
I made one for my game, and I don't mind sharing it, I'll post it here later.

It leaves out the ranks though, it just removes skills that have the same name as the one that's just been learned.

EDIT: Seems I posted it already. Please search next time.
http://rmrk.net/index.php/topic,20533.0.html