COMBO SKILL OR COMBO MAGIC

Its a limit break kind of thing

Hello everyone

This is a thing i use to have a simple Limit break thing in my game its simple and doesn't require much code

Ok so I will go through step by step oh and by the way this is my first tut so it may not be good

Here is what you need
A Variable: I named my Hero-skill
C-Magic: And the skill or magic that your going to be one of the Combo magic/skill
and a C-Magic Command
1. Ok so you want to go to the data base(F8) and go to the Monster group tab.
now click on one of the groups or create your own and go down to the Battle events

2. Ok so you want to create another page so you have 2 pages.
Ok so for the first page you want it to be

Trigger: hero use the fight command
<>Variable Oper: 0001:Heroskill +. 1
<>Branch if Var: 0001:Heroskill is 5
<> Change Skills: Hero C.Magic Added
<> Message: Combo Magic Added
<>
:End
<>

Ok so let me explain what i did
The Trigger is pretty easy to figure out.
So All i did was i made it so that whenever my hero use the Fight command the Variable Heroskill will go
up by 1. When it reachs 5 a combo magic will be added..Catch my drift?

Ok Page 2

Here is what it should look like
Trigger: Hero Use the C.Magic Command
<> Variable Oper: 0001:Heroskill Set , 0
<> Change skills: Hero C.Magic skill removed
<> Message: Combo Magic Used

So Let me explain what i did. So whenever i use the C.Magic Command it will remove the skill i got.
and set the Variable back to 0. So that means That you can only use it once and then you must get
it back up again by attacking the enemy.

Now You can add more skills. Let me show you how

So in page 1 after

<> Branch if Variable 0001:heroskill is 5
<> Change skills: Heros C.magic skill Add
<> Message: combo magic added

You just copy that but you change the Variable so insted of 5 make it 10 and you also change the skill you get so insted of C.Magic skill or put C.Magic skill 2.

Now in page 2 above

<>Message: Combo Magic Used

Put in
Change Skills: Hero C.Magic Skill 2 Remove

so now you would have it so that whenever ever you use 1 C.magic skill all of your C.magic skills will go away.


Well thats all. I hope it was easy to under stand

Bye bye!

Posts

Pages: 1
Oh this dose have a few gliches

Im still working on it
Pages: 1