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.

Item Fusing?

Anyone know how to make a event for RPG maker XP, that let's you fuse three items?
Like example:
If Player chooses Bronze Sword, Silver Sword and Gold Sword, take away Bronze Sword, Silver Sword and Gold Sword and add Magic Sword?
If incorrect combnation, say "Wrong Combnation."
Thanks in advance,
Lcarens
 

Ares

Member

You could do that easily in a (common) event.
Make a new event:
@>Conditional Branch: [Bronze Sword] in inventory
@>Conditional Branch: [Silver Sword] in inventory
@>Conditional Branch: [Gold Sword] in inventory
@>Text: Would you like to fuse the Swords to make a Magic Sword?
@>Show Choices: Yes, No
: When [Yes]
@>Change Items: [Bronze Sword], - 1
@>Change Items: [Silver Sword], - 1
@>Change Items: [Gold Sword], - 1
@>Change Items: [Magic Sword], + 1
@>Text: You obtained a Magic Sword!
: When [No]
@>
: Branch End
: Branch End
: Branch End
: Branch End
 
Call common event works like a normal set of event options inside an event process, so if you call it in a normal event it runs what is after the call common event option, so just make an NPC that runs that common event.
 

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