The RPG Maker Resource Kit

RMRK RPG Maker Creation => General Tutorials and Eventing => RPG Maker General => Tutorials Database => Topic started by: eulB on July 08, 2011, 11:20:08 AM

Title: [RM2k3]Even Better 'Poison' Status Effect
Post by: eulB on July 08, 2011, 11:20:08 AM
This tutorial will tell you how to make a better Status Effect for your RM2k3 Games.
Difficulty: Easy

Remember how your standard RM2k3 'Poison'-like status effect deals demage to you on EVERY single turn?
Isn't that annoying to you? Well, this tutorial is here to solve that problem.  :tpg:

First Create a common event like this.
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg853.imageshack.us%2Fimg853%2F2702%2F42852685.jpg&hash=0b0a642ad5b54c17465086d45fddc2debefcda2a) (http://imageshack.us/photo/my-images/853/42852685.jpg/)

Now we have the common event ready and set, move away to Battle Event!
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg854.imageshack.us%2Fimg854%2F2303%2F82947059.jpg&hash=abfdf6861b8f4a02361696bf9b6857c1638260ab) (http://imageshack.us/photo/my-images/854/82947059.jpg/)

The event above is to make sure if the Actor or Zack in this tutorial, is inflicted with Poison or not on every turn.

The next battle event's trigger:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg232.imageshack.us%2Fimg232%2F7856%2F44160664.jpg&hash=2cc0516b7136763f369a8be148f36b7469c575ef) (http://imageshack.us/photo/my-images/232/44160664.jpg/)

The battle event
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg189.imageshack.us%2Fimg189%2F456%2F75028303.jpg&hash=821f1afabe037bbd33fb173d349ec14e13de1857) (http://imageshack.us/photo/my-images/189/75028303.jpg/)

The variable can be modified on how severe you want to make the poison.
i.e: Divide the variable by 4 if you want the poison to take 25% of the Actor's Max HP.

That way the 'Poison' will take the Actor's HP only when he takes turn like in Final Fantasy games, not on every damn turn that passed.

Also, you might want to turn off the Switch 'Zack Poisoned' when the battle ends or when the Actor dies.

So that's it.
 :blizj: