Blizz-ABS Skill Config

Started by igordaniel7, November 08, 2012, 09:06:00 pm

Previous topic - Next topic

igordaniel7

I need help cause i had some problems with a skill in my project...
this is the config i used

Skill Type: Beam/Fullscreen
Combo: None
Range: 5,0 squares
Charge Type: Freeze on Charge
Knockback: 5
Explode Type: Contact Only
Range: 1,0 squares

I did it right, but i had one problem: i need the hero moving together with the beam, ending at the beam end position, hurting the enemy or missing the attack, can someone help me with that? thanks

KK20

Use a combo for that. Force the use of the skill and move the player forward.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

igordaniel7

Quote from: KK20 on November 09, 2012, 11:55:09 pm
Use a combo for that. Force the use of the skill and move the player forward.


i tried, but the char only steps in the place, he don't move, can u help me plz?

KK20

You need to put a 'Wait for Move Completion' in the combo. It'd look something like this:

:> Skill: (WHATEVER YOUR SKILL IS)
:> Move: Forward for 5 steps
:> Wait for Move Completion
(Add Command)

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!