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.

Need Summoning Script And Battle System

ccff

Member

O.K.  Basicly i need a script that will allow me to summon monsters in and out of battle.  Also i need the battle script to have your fighters move in a fighting stance.  And please make it English!

Ty
 
Sure.  Here's how it's done:

This common event provides the following features:
*The ability to summon and dismiss a character with a single skill.
*A system to ensure that a character can only be summoned once.
*A system to ensure that only one character can be summoned at a time.
*A refund of SP/MP if the skill fails.
*Complete recovery upon dismissal.
This common event is the same for both RMXP and RMVX.  If you want any features added/removed, contact me via PM.

To use:
1. Create a character that you wish to use for summoning.
2. Create a common event, replacing the defaults with your own characters, text, and numbers.
3. Create a skill.  Put the common event in it and set the scope to None.

Here's the default common event:
@>Conditional Branch: [Imp] is In the Party
  @>Recover All: [Imp]
  @>Change Party Member: Remove [Imp]
  @>Control Switches: [001] = OFF
:  Else
  @>Conditional Branch: Switch [001] == OFF
      @>Change Party Member: Add [Imp]
      @>Text: I'm at your service, master.
      @>Control Switches: [001] = ON
      @>
  :  Else
      @>Text: You can only have one summoned being out at a time.
      @>Change SP/MP: [Summoner], + 10
  :  Branch End
  @>
:  Branch End
@>

~Guardian1239
 

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