Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: R.N.Liar on October 24, 2011, 10:00:25 pm

Title: [Blizz ABS] How to use the combo?
Post by: R.N.Liar on October 24, 2011, 10:00:25 pm
Hello everyone, I thank the attention ...

My question is as follows:

How does the combo system of Blizz ABS?
I do combinations like the manual system commands, but simply nothing happens. How should I proceed to create, for example, a skill where the character just jumps back (a dodging ability)?

Is there a tutorial in the forum or the internet to teach using these functions? For I am already looking for a nice time and relmente not find anywhere ...

Again, thank you for your attention ...
Title: Re: [Blizz ABS] How to use the combo?
Post by: Blizzard on October 25, 2011, 02:20:34 am
Example game for combos: http://forum.chaos-project.com/index.php/topic,8792.0.html
Title: Re: [Blizz ABS] How to use the combo?
Post by: ShadowPierce on October 26, 2011, 10:47:10 am
@Blizz: That's AI... Don't worry, I got this... ;)

@RNL: Here's the code-thingy/event you wanted for your jumping back skill:

In your combo 1 at the Blizz-ABS config app:
Action1
        :> Jump: Backward for 1 steps
        :> Skill: *Replace me*

Just replace that *replace me* part with whatever skill you want to use... Try exploring some more, since combos are extremely easy to use and very useful... Have fun! :haha: