RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
How Do I Make A Treasure Chest? (RM2K3)

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 87
Fighter: This is called a Random Encounter.
Also, how do I make it appear open when the Characters have gotten the Item? And finally, if the Characters check the Chest while it's open, how do I make it say that it's empty?

*
Rep:
Level 87
you use switches and multiple event pages for this.

On the first event page have the graphic set to the closed chest.  All the settings are the default ones.  In the event commands, do the chest opening animation (Move Event, set to This Event, and face in different directions as appropriate) along with the sound effect.  Show the message that an item has been found, increase items in inventory, and finally set a switch on (let's call it ChestOpened).

Then on the second event page have the graphic set to the opened chest.  All the settings are the default ones, except one - under Preconditions, set the first switch to ChestOpened is ON.  Then in the event commands show the message that the chest is empty.

In RMXP you'd do almost exactly the same thing, except instead of a global switch you'd use a local switch.  It doesn't look like RM2K3 has local switches, so you'd have to have a new switch for each chest you wanted to do this with.
Always remember you're unique.
Just like everybody else.

***
Rep:
Level 87
Fighter: This is called a Random Encounter.
Alright. Thanks.