The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX Ace => VXA Scripts Database => Topic started by: Dark_falcao on October 18, 2012, 11:16:40 PM

Title: Falcao Map Drops 1.0
Post by: Dark_falcao on October 18, 2012, 11:16:40 PM
This script allows you to make events drop items, weapons,armors and gold.

Features

- Drop items, weapons, armors and gold on map
- Icon and the quantity displayed on map
- Easy to use

Instructions


Tag events as follows (event comment tags)

<drop_item: id>   
<drop_weapon: id>   - Change id for the item id to drop. Ex: <drop_item: 2>
<drop_armor: id>
<quantity: x>      - Change x for the quantity of items/weapon/armor to gain

<drop_gold: amount>  - Change amount for gold value Ex: <drop_gold: 25>

Credits

By Falcao

Screenshots

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi627.photobucket.com%2Falbums%2Ftt357%2Ffalcao99%2FMapdrop.png&hash=56877f9e03ab854e1bec4bfab5e155214c570f5d)

Demo

http://k006.kiwi6.com/hotlink/cab920vv3t/falcaomap_drops_1.0.zip (http://k006.kiwi6.com/hotlink/cab920vv3t/falcaomap_drops_1.0.zip)

Code:

http://pastebin.com/dCscrgw6 (http://pastebin.com/dCscrgw6)
Title: Re: Falcao Map Drops 1.0
Post by: modern algebra on October 19, 2012, 08:06:00 PM
That's pretty neat. Great job falcao!
Title: Re: Falcao Map Drops 1.0
Post by: J-Crew on November 16, 2012, 07:46:24 PM
Very cool concept! Works perfectly too! the teleport in the first room warps you to an impassable room in the second one however!