The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Bravo2Kilo on February 08, 2011, 10:49:20 PM

Title: Synthesis Shop
Post by: Bravo2Kilo on February 08, 2011, 10:49:20 PM
I need a script for a synthesis shop similar to what is in final fantasy 9
i want it to be able to synthesize weapons and armors using other weapons, armors, and items; I want it to be a shop were you have to pay money for synthesizing
could someone please make me that script or if there is already one could someone please post a link for me
Title: Re: Synthesis Shop
Post by: pacdiggity on February 09, 2011, 10:05:29 AM
There is a simple mechanism featured on this site that will allow you to acquire that. It's in the very top right of the page, every page in the forum. It has the text, 'Search...' in it.
Seriously, I'm absolutely sure that this is here somewhere. RMRK usually has any script you can need, and the people are kind enough to help you out if it doesn't. Have you search the webs?
Title: Re: Synthesis Shop
Post by: Bravo2Kilo on February 09, 2011, 10:15:38 PM
Before you start being a dickhead why don't you use the search bar TO so you can see that there isn't one i checked by typing it in the search bar when i looked all i found was a script of item synthesizing that requires recipes and it it not a shop
Title: Re: Synthesis Shop
Post by: Zylos on February 10, 2011, 12:49:53 AM
Play nice, children.

@dartdaman - Actually, I think we do have one somewhere, so you might want to take another search, perhaps just for "synthesis" or "item creation" or something. I'll double check myself and post back if I find anything here.

@pacman - Don't be a dick. Politeness and discretion will get you far.
Title: Re: Synthesis Shop
Post by: Bravo2Kilo on February 10, 2011, 02:36:27 AM
@Zylos i took another look and i still didn't find what i was looking for these are the keywords i used: synthesis shop, synthesis, synthesizing, weapon synthesizing, and item creation
i found things like item synthesizing its not really what im looking for because its not a shop, I also found other things like alchemy but it isnt really what i was looking for either.  I did find some things I might end up using, I was gonna wait a few weeks to see if anyone would make a script like that for me or maybe find one on a website i don't know about yet before i make do with what I did find
Title: Re: Synthesis Shop
Post by: hiromu656 on February 10, 2011, 05:52:23 AM
Can you give a better description of what you want the script to do for those who haven't played final fantasy 9. I as well couldn't find anything that matched what you wanted, so go a bit more in depth.

Do you mean that one weapon turns into another? Do you want specific materials to be required to create the item? Will recipes be required to make the item or will the shops already know everything that can be synthesized?
Title: Re: Synthesis Shop
Post by: Pokey on February 10, 2011, 07:09:15 AM
Quote from: hiromu656 on February 10, 2011, 05:52:23 AM
Can you give a better description of what you want the script to do for those who haven't played final fantasy 9. I as well couldn't find anything that matched what you wanted, so go a bit more in depth.

Do you mean that one weapon turns into another? Do you want specific materials to be required to create the item? Will recipes be required to make the item or will the shops already know everything that can be synthesized?

I think he means using different objects to create a weapon
you know, like iron ore + wood = sword

edit:
http://www.rpgrevolution.com/forums/lofiversion/index.php/t24906.html

go here
Title: Re: Synthesis Shop
Post by: Bravo2Kilo on February 10, 2011, 03:05:55 PM
what a mean by synthesis shop is that its a shop you go to and make weapons and armors out of other weapons, armors, and items  (ex: King Sword is made from dragon sword and dragon mail.) no recipes required. It has to be a shop that charges money for synthesizing. you can only synthesize certain weapons and armor at certain shops
Title: Re: Synthesis Shop
Post by: Pokey on February 23, 2011, 10:54:15 AM
conditional branch [dragon sword in inventory]
      conditional branch[dragon mail in inventory]
      @>change items [dragon sword][-1]
      @>change items [dragon mail][-1]
      @>change items [king sword][+1]
Title: Re: Synthesis Shop
Post by: pacdiggity on February 23, 2011, 11:04:33 AM
Sometimes people go too far and think that they need a script. Fatso here's right, this can be done through eventing quite simply. Of course, you could create windows and gauges for it with a script, but you can also do that with an absolutely ridiculous amount of eventing.
What you're looking for is what he just posted.
Congrats, your request is solved?
Title: Re: Synthesis Shop
Post by: Zylos on February 23, 2011, 02:04:45 PM
Yes, it technically is possible to create this via events...

...just like you can technically create a basic shop via event. But you'd agree that it's easier and looks nicer doing so using the shop script, and since he's hoping for the synth system from FF9, it could be annoyingly long.
Title: Re: Synthesis Shop
Post by: Zylos on February 26, 2011, 04:13:21 AM
http://rmrk.net/index.php/topic,41944.0.html