RPG Maker XP

RPG Maker XP

62 个评价
Treasure Chest Guide
由 Orion1998 制作
Introduction To This Guide:
The purpose of this guide will help you how to make a treasure chest that functions like in RPG Maker VX and VX Ace without using a switch, but a self switch. The guide won't be long, but it will be short enough to understand how to make one. Anyways, let's begin!
2
   
奖励
收藏
已收藏
取消收藏
Making The Trasure Chest
The first thing you will have to do is make an event. Name the event Treasure Chest if it helps. Next, change the event's graphic to a
treasure chest that's closed. Have the event's options set to Direction Fix (so you can see the chest open without it facing you) and trigger set to Action Button (so you can open the chest while in front of it.). Now, we are going to edit the List of Event Commands section. The first command that you should put in is Play SE (Sound Effect), select 044-Chest as the sound effect. Next, put in the Set Move Route command after the sound effect. In Set Move Route, set it to This Event (instead of seeing the player move rather than the chest itself.). After that, set the route to this order:
  1. Direction Fix Off
  2. Turn Left
  3. Wait: 3 frame(s)
  4. Turn Right
  5. Wait: 3 frame(s)
  6. Turn Up
  7. Wait: 3 frame(s)
Now, you have made the animation of the treasure chest opening. Now, insert the command Control Self Switch to A is on.
The next part you'll have to do is getting the item from the chest. What's in the treasure chest is totally up to you, it could be Gold, an Item, Weapon, or Armor. To do that, insert Change Gold (Item, Weapon, or Armor) and set it to increase. Next, create a message (from Show Text) saying what you got from the chest. For example, You found 50 G! After that, create a new event page and set the graphic of the treasure chest opened (on the new event page), then, set it's conditions to Self Switch A is on. And there you go! You have made a treasure chest.
5 条留言
Bill Murray 2020 年 11 月 23 日 下午 7:10 
sick
Grey 2020 年 5 月 24 日 上午 9:29 
Gj very helpful
TZM Kenni 2020 年 4 月 13 日 下午 6:40 
Thank you.
ysl 2019 年 7 月 24 日 上午 6:21 
thx
HellCow (DannyDOA) 2017 年 6 月 16 日 上午 10:15 
Thank, you! <3