Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Combo Sequence

Hey, i'm using an ABS to create my RMXP game, and I want to be able to create a combo sequence for boss battles (e.g the only way to kill it is doing a combo sequence at the end). Can someone give me some info on how to create a combo sequence? Any help will be appreciated.

Thanks  :lol:
 
It would take a long event of conditional branches at set times.  Here's quick example I made in two seconds:


Parallel Process:

(put various player movements)
Show Picture: (picture of a key on a keyboard or something.  say, q)
Conditional Branch: L is being pressed
(more player stuff)
  Show Picture: (how about S this time)
    Conditional Branch: y is being pressed
      (player stuff)
  Else
  wait: 8 frames
  (player failing)


something like that.  if that looks like total madness, you can request it in my request thread on this same board. 
 
Well, you could also code this into the events for the troops. In the database, you can set the events you would need so that you don't' have to make a parallel process. You would set the condition for that event to 'enemy has X% or less of HP left' the you would use the show picture like everyone else has said then just check to see if the buttons were pushed in the correct order and time. It's not really a hard system to code. If you don't think that you can do it, then either Xephyr or I can code it for you. Just say the word and one of us can have it done really quick..

Hope this helps!
~xgamexfreakx
 
xgamexfreakx":16l0pust said:
Well, you could also code this into the events for the troops. In the database, you can set the events you would need so that you don't' have to make a parallel process. You would set the condition for that event to 'enemy has X% or less of HP left' the you would use the show picture like everyone else has said then just check to see if the buttons were pushed in the correct order and time. It's not really a hard system to code. If you don't think that you can do it, then either Xephyr or I can code it for you. Just say the word and one of us can have it done really quick..

Hope this helps!
~xgamexfreakx


ABS's don't use troops
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top