The RPG Maker Resource Kit

RMRK RPG Maker Creation => General Tutorials and Eventing => RPG Maker General => Tutorials Database => Topic started by: :) on February 11, 2007, 08:28:46 PM

Title: How to make a Tresure Chest (Screenies)
Post by: :) on February 11, 2007, 08:28:46 PM
In this tut, we will set up a good looking/working Treasure chest that will give the actor +100 gold.

First create a new event where you want the chest to be by right clicking on the map in event layer and clicking "new event"
Now double click the right where it says "graphic" and find a CLOSED chest picture.

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg442.imageshack.us%2Fimg442%2F2716%2Fchest1hm1.png&hash=22af45be45c1af90508a0ebd939e95e122f89468)
1-Event layer
2-Where I clicked to make the event
3-Event graphic

Next double click on the right open white spot. Then staying on page one, find "Change gold" command and click on it. Then set it to increase and change it to 100
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg442.imageshack.us%2Fimg442%2F8550%2Fchest21pf1.png&hash=273c2d71446a314adac534209edbec9458ea0784)

The X on the image is where to double click

Now again double anywhere in the box under your add gold command, and again on page one click "control self switch" and set it to turn self switch A - on.

Now go to the top of the event page and click "add new event page" oon the new page, again click on the grapic box, this time selecting a picture of the OPEN CHEST. also go down to the bottom of the event page and click "Parallel process" now at the top of the event page above the grapic, select the box for self switch and make sure its A. Now leave the right side empty and your done!

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg442.imageshack.us%2Fimg442%2F4521%2Fchestdonenf2.png&hash=f9734609234665e3c2e743d9ed7d51bff4ca63ca)
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Morris Lawry on February 12, 2007, 12:55:46 AM
Great tut, this will be helpful for some people.
Title: Re: How to make a Tresure Chest (Screenies)
Post by: :) on February 12, 2007, 12:57:08 AM
Great tut, this will be helpful for some people.

thanks ya I hope people will use the search function, but if not you can always link to this.  ;D
Title: Re: How to make a Tresure Chest (Screenies)
Post by: ShellShocked on February 12, 2007, 06:48:02 AM
You add how to animate it, but a nice basic chest tutorial
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Snailer on February 12, 2007, 03:43:32 PM
YAY !!

You finnaly made it !

Now i know how it works.

Lol kidding this was needed though.
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Kokowam on February 12, 2007, 10:15:21 PM
Maybe you could edit and add the graphic changing thingy to make it animated to satisfy the perfectionists?
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Irock on February 12, 2007, 10:20:17 PM
Wow...some people needed this.
Title: Re: How to make a Tresure Chest (Screenies)
Post by: keyblade_bearer on February 12, 2007, 11:16:46 PM
THANK YOU! Lol, I was actually looking for something like this...
Title: Re: How to make a Tresure Chest (Screenies)
Post by: :) on February 13, 2007, 12:05:46 AM
yep no problem  ;)
feel free to point others with this question to this topic by linking them here, or to the tut index (at the top of this section) my tut is also linked there
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Atracious on February 23, 2007, 06:42:38 PM
In 2k3 i used:
Code: [Select]
<>Branch if This Event Down Facing
 <>Move Event: This Event, Turn 90" Left, Turn 90" Left, Turn 90" Left
 <>Change Money: 100 Add
 <>
: Else Handler
 <>Message: It's empty.
 <>
: End
<>
In XP i used:
Code: [Select]
@>Conditional Branch: Self Switch A == Off
  @>Set Move Route: This Event
   :              : $>Change Speed: 1
   :              : $>Turn 90 Right
   :              : $>Turn 90 Right
   :              : $>Turn 90 Right
  @>Control Self Switch: A =On
  @> Change Gold: + 100
  @>
 : Else
  @>Text: It's Empty.
  @>
 : Branch End
@>
Title: Re: How to make a Tresure Chest (Screenies)
Post by: King Anesis on February 24, 2007, 03:19:01 AM
Wouldn't the thing change if you moved out/back into a screen?
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Atracious on February 24, 2007, 03:29:28 AM
Wouldn't the thing change if you moved out/back into a screen?

O.o i never thought to try that....>_< it does thx....so now i need to figure out a way to fix that...with 2k3 at least.
Title: Re: How to make a Tresure Chest (Screenies)
Post by: King Anesis on February 24, 2007, 03:33:32 AM
Switches do the magic. You just can't use the same one for multiple chests. Unless you cheat with variables.
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Sandman777 on April 02, 2007, 02:58:30 PM
yeah i did exactly what it said, but when it opens, i dont get any gold lol
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Sandman777 on April 02, 2007, 02:59:49 PM
Nevermind. its all good
Title: Re: How to make a Tresure Chest (Screenies)
Post by: SirJackRex on April 09, 2007, 05:12:17 PM
Ok, one thing Nouman, you forgot to take off "Move Animation", if you keep it on, it'll move thought the animations. 

Oh, it's the pictures.
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Kokowam on April 09, 2007, 09:42:06 PM
Lol. I just noticed it said "ZeldaSK" as the title. Are you going to be putting chests in the SK along with the ME? Na na na naaaa~~~~~
Title: Re: How to make a Tresure Chest (Screenies)
Post by: :) on April 09, 2007, 10:07:14 PM
xD it's because I made stuff in the same project file before. But yea I will make tresure test and provide the song.
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Kokowam on April 09, 2007, 10:09:12 PM
Nice. No more talk about that because this is about your tut. This is good. Maybe you should add a side-tut where it teaches them about move events/change self-graphic so that it opens up?
Title: Re: How to make a Tresure Chest (Screenies)
Post by: :) on April 09, 2007, 10:10:58 PM
good idea. I will try and re-make this whole baby this month when I get time.
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Lominisio on April 09, 2007, 10:15:45 PM
When Nouman made this I made mine at the same exact time. Mine had animation to it so the chest actually opened. I'm not sure if I deleted that thread or not though.

Edit: I can't find it. Nevermind. :(
Title: Re: How to make a Tresure Chest (Screenies)
Post by: SirJackRex on April 09, 2007, 10:17:56 PM
Ok...
I can't wait.  ;)
Title: Re: How to make a Tresure Chest (Screenies)
Post by: :) on April 09, 2007, 10:18:51 PM
 Imade this a while ago....I can do better I think.  :'(
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Lominisio on April 09, 2007, 10:19:42 PM
Oh it wasn't that long ago. I remember because I got into a big argument over it with you. :P
-----------
I couldn't find it. I must of deleted it. :(
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Kokowam on April 09, 2007, 10:20:29 PM
Oh! Also, upload demo, maybe. Kind of retarded, but if anyone has troubles, they can refer to it. And so sad that it's gone.
Title: Re: How to make a Tresure Chest (Screenies)
Post by: jason071 on August 21, 2007, 01:19:16 PM
thank's for this^_^




P-A GAMES

Pujeda Adlawan Games
Title: Re: How to make a Tresure Chest (Screenies)
Post by: :) on August 21, 2007, 01:50:25 PM
no problem, sorry for it being so darn simple xD I never got around to make the advanced more detailed one.
Title: Re: How to make a Tresure Chest (Screenies)
Post by: Kokowam on August 21, 2007, 02:08:49 PM
Simple is good. Don't teach anymore than this and let them learn the other ways of doing things and such. :V
Title: Re: How to make a Tresure Chest (Screenies)
Post by: SirJackRex on August 21, 2007, 03:47:17 PM
Simple is good. Don't teach anymore than this and let them learn the other ways of doing things and such. :V

I totally agree.