The RPG Maker Resource Kit

RMRK RPG Maker Creation => General Tutorials and Eventing => RPG Maker General => Tutorials Database => Topic started by: Halestorm5 on March 11, 2007, 02:06:37 PM

Title: Wep/Item/Arm upgrading tut in event
Post by: Halestorm5 on March 11, 2007, 02:06:37 PM
I was too lazy to work out how to use Weapon/Armour/Item script and to lazy to look for another makin tut, se heres a event thingy to advance equipment with certain items.

1. First, make a few new items. Name them what your materials are. Also find some icons for them as well. Steel Booster and Metallic Connector in my case:

Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi4.photobucket.com%2Falbums%2Fy144%2FArmy100%2FExamples%2FPart1TutMaking.png&hash=84239b04277dc0a4548c2005164435cbba865645)

2. Make a new event and make a conditinal branch. Make it say you need a material, my 'Steel Booster for example. Then make another branch under the first line saying you need the other piece (My Metallic Connector). Also, put in a Text Entry at the else for the first material to say you need it:

Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi4.photobucket.com%2Falbums%2Fy144%2FArmy100%2FExamples%2FPart2TutMaking.png&hash=d2fa3f78951a826b45170c02716afd94102d73b9)

3. After that, in the new 'Else' line for the second material put in saying u need this material. Then under the conditinal branch last made add in another branch saying you need the item/armour/weapon you are upgrading is in your inventory:

Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi4.photobucket.com%2Falbums%2Fy144%2FArmy100%2FExamples%2FPart3Tutmaking.png&hash=e2a6aba7a280251444068121429300ce84f1b823)

4. Lastly to finish up, in the new else spot put in you need the weapon/item/armour in your inventory to upgrade it. Then in the conditinal branch left over add in decrease item/armour/weapon to the two items to mix and the weapon/armour/item you are upgrading in decrease to. And finally add in, increase for the item you result with and then put in a text entry saying you obtained the item. Also, if you want add in other things.

Spoiler for:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi4.photobucket.com%2Falbums%2Fy144%2FArmy100%2FExamples%2FPart4TutMaking.png&hash=d071f33ee603fdb162b706e725915e27200e923e)

----------------
If I missed anything tell me ;)
Title: Re: Wep/Item/Arm upgrading tut in event
Post by: Darico on March 11, 2007, 04:53:49 PM
You added the steel boster and metalic thingy instead of taking them away;
overwise its fine. It's possible to have a person who will have options for what to make and it will tell you what you need etc. Maybe you should show this kinda thing?
Title: Re: Wep/Item/Arm upgrading tut in event
Post by: Halestorm5 on March 11, 2007, 07:20:58 PM
I was lazy. Anyway, it was a rushed tut XD