Chaos Project

RPG Maker => Event Systems => Event System Troubleshooting => Topic started by: secondVISION on October 03, 2009, 03:54:32 am

Title: Item laying on the ground
Post by: secondVISION on October 03, 2009, 03:54:32 am
Hey,

how can I make an item laying on the ground ?
Needs to be done with events and then action button to pick it up?

Thanks :D
Title: Re: Item laying on the ground
Post by: Hellfire Dragon on October 03, 2009, 07:02:50 am
That's fairly basic. Make a new event on a map, pick an item graphic, then just use the Change Items event to add the item, and make sure the condition is set to Action Button.
It should look like this
Spoiler: ShowHide

(http://img97.imageshack.us/img97/576/73451764.png)
Title: Re: Item laying on the ground
Post by: Jalm on October 03, 2009, 07:47:20 am
You forgot that you need to turn on a switch after that, otherwise the player can keep getting items from it.

After the Change Items command, add a Change Switch. I'm going to assume you know how to work with switches, because if you don't, you really need to look up a tutorial.

New Event Page, under Conditions on the lefthand side, click the Switch Box. Select the switch you turned on. Don't touch anything else, and the item should disappear after you pick it up once.

You may also want to add a Message command to say that the player picked up a necklace.
Title: Re: Item laying on the ground
Post by: secondVISION on October 03, 2009, 10:11:47 am
Ye, I know how the switches work :D
Thanks, thought that there could be an easier way but thanks :D
Title: Re: Item laying on the ground
Post by: Hellfire Dragon on October 03, 2009, 11:16:23 am
Oh yeah, switches forgot that one :^_^':
An easier way 0_o Like what?
Title: Re: Item laying on the ground
Post by: RoseSkye on November 10, 2009, 10:56:18 pm
Quote from: Hellfire Dragon on October 03, 2009, 11:16:23 am
Oh yeah, switches forgot that one :^_^':
An easier way 0_o Like what?


Having someone else do it.
Title: Re: Item laying on the ground
Post by: Event Master on August 27, 2010, 03:18:56 pm
Did you know that you can spawn events via script?
If you don't know how, there's a script out there that will let you make events on the map called Modules.Event Spawner by SephirothSpawn.
Just use that, make a pre-made event copied from another map, then have it work like was suggested.
Title: Re: Item laying on the ground
Post by: Blizzard on August 27, 2010, 03:58:48 pm
Dude, gravedigging is not cool. Especially not topics where the topic starters' accounts were already deleted.