Gunnar_Videmoen (UltimWeap?) explains how you can duplicate the lovable Final Fantasy Gravity spells into your RM2K games.
Ever played Final Fantasy 7 of 8?
Ever seen the gravity spells which halved the enemy's HP?
Making gravity magic in RM2K is easy. All you need to know is:
- Change Variable
- Change Monster's Hp
Let's start:
- Make three BA's
- Make three skills:
-Gravira
-Demi
-Gravija
-Make their classification: Switch
-Avaible only in Battle
-No sound effect
-MP cost and using message can you decide.
-Make three switches:
-Gravira
-Demi
-Gravija
- Click on the monsters party button
- Below the enemy you can see something called battle events.
- On the first page click on the [...] at the right side of the text.This is called a trigger.
- Click switch.Then select Gravira.
- Click on the [OK] button.
- The text box should look like this:
Trigger: Switch: [????:Gravira]-ON
The ???? stand for the switch number
- In the big box below, double click on a free line.
- Click [Show Battle Animation...]
-Select the Gravira Animation
[!-You can only attack one or all enemies!]
-Select which enemy,one or all.
-Make sure [Wait till end of animation] is checked.
- Double-click on a new line.
-Change variable:
- One:[????:Enemy HP]
-Set
-Enemy Hp
- New line:
-Change variable:
-One:[????Enemy HP]
-This time, check the [/] which stands for divide.
-Then click set,then enter 8.
-This will divide the enemy's HP with 1/8
- New line:
-Change enemy's HP
-Decrease
-Variable: [????:Enemy HP]
- New line:
-Show message
Enemy lost \V[????] HP!
- New line:
- Change switch:[????:Gravira]-OFF set
There! The enemy's HP is down by 1/8!
The rest of the skill is most likely the same, BUT REMEMBER THIS:
-Always change the switch numbers.
-Divide by 4 for Demi
-Divide by 2 for Gravija
-That's it! Easy,huh?
---UltimWeap---