Quote: (%Mystic) I prefer cosplay
blade2k » articles & tutorials

jump to:
Tutorials » Game Creation » RPG Maker 2000

Sacrifice Skill


Reading Article
Author: SS Trihan
Posted on 08/02/2004
print :: back to list

S

acrifice Skill - Reduces user's HP to zero and fully revives all other members.
Level - Easy
Commands Required - Change Variable, Change Hero HP
Drawbacks - Why would you want to kill a hero? =P
With this method, only one hero can possess the skill.
Recommended - None

Instructions:
Make a skill called "Sacrifice" and make its type Switch.
Under the ON Switch option make it turn on a new switch called "Sacrifice"
Select any sound effect you want, but preferably something fitting to the skill.
Explanation and Using message are pretty self explanatory I guess, but you can customise these as you wish.

In the monster party tab, on a new page, make the trigger the "Sacrifice" switch.
In the event page, set a new variable called "HeroHP" To the HP of the hero who has the skill.
Do a Change HP command, Hero with skill, Decrease HP, by variable, "HeroHP"
Another Change HP command, whole party, Incrase HP, by variable, "HeroHP"

That's all!