Submit Your Article Guild Wars 2 Forum RPG Maker VX.com
 
RPG Maker
 

 Username:
 Password:
   Not a member? Register!



Home > Tutorials > RPG Maker XP > Simple Battle Style For RPG Maker XP

Simple Battle Style For RPG Maker XP


Here I will show you how to make a simple Battle Style!
In this battle style you can do one thing first!
List every possible weapon. For example, lets say the only weapons are the bronze sword, and the bronze mace, then you will do this!

>@ Conditional Branch: Variable[0001: Monster's Health]>=50
>@
: Else
>@
: Branch End
>@

Here I made the monster's health!
I made it 50!
now you go back to conditional Branch, and make the two weapon's damage and animation.

You simply go to conditional branch, and choose page 2, and choose the one with the weapon is equipped. Note: Make sure this is all under the Else.

Then it should look like this:

>@ Conditional Branch: Variable[0001: Monster's Health]>=50
>@
: Else
>@ Conditional Branch: [Arshes] is [Bronze Sword] equipped
>@
: Else
>@ Conditional Branch: [Arshes] is [Bronze Rod] equipped
>@
: Branch End
>@

Now the animation, and damage!
I will do this for both weapons!

>@ Conditional Branch: Variable[0001: Monster's Health]>=50
>@
: Else
>@ Conditional Branch: [Arshes] is [Bronze Sword] equipped
>@ Show Animation: This Event, [Sword]
>@ Control Variables: [0001: Monster's Health] +=4
>@
: Else
>@ Conditional Branch: [Arshes] is [Bronze Rod] equipped
>@ Show Animation: This Event, [Rod]
>@ Control Variables: [0001: Monster's Health] +=3
>@
: Branch End
>@

Now the last thing you do is the text you do when you beat the enemy. Note: You don't really need one!
also you need to make the movements for the enemy!
then you are done!

If you want to comment for how good or useful this is then PM this name:
Zinx_therpgmaker 
Details
Tutorial: Simple Battle Style For RPG Maker XP
Date Listed: 2008-09-18
Author: Zinx_therpgmaker
Total Hits: 5895


Embed
Short URL:

HTML:

BB Code:



RPG RPG Revolution
RPG RPG Revolution is your #1 stop for game development and console RPG games, as well as those created by people like you. Link to us to support us, so we may grow to be better website community for you.

RPG RPG Revolution is an Privacy Policy and Legal