Okay, i originaly posted this thread a few days ago on rpgmakervxace.net but decided i may as well put it over here as well, see if anyone here knows how...
Im making a puzzle game at the moment so I was looking for a script in which i could combine items together as part of a puzzle, I realise that there are several alchamy scripts available but all the ones I have seen are too complicated, I would prefer a much more intuitive system. Therefore I would apreciate it if someone could make a script in which you can combine two items together to make a new item, much like in point and click adventure games, for example: http://www.youtube.c...CK_v0RjM#t=336s
I aprecialte this interface would be very hard to recreate so i was thinking something more along the lines of showing just a simple list of all the items a character has available, in one main window, from which point onwards you can select an item and then try to use it with another item on the screen and if a match is possible, a new item is created and the old ones destroyed, with a message popping up saying "you made so and so" or if not, a message popping up informing the player that they cannot do that.
I wouldnt really mind how the system is set up either a config in the script or notetags are fine by me
For example:
[spoiler]
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi.imgur.com%2Fb94Gg.png&hash=75a0a96ed473a02f613b7a7d7f96e8c0d9ade42a)
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FnNWjM.png&hash=537e347e4902b7f080bd8b4d7d08a96151468663)
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FyrmqS.png&hash=cba75ff1009584f0fc761224a9e22af3f7607c20)
Where the 1st item stays selected and you can then move around tying to match it with others
[/spoiler]
The first person who manages to do this I will compose an midi loop around 30ish seconds, just say what sort of thing you want, i should be able to do it
Thanks in advance to anyone that can help
Here are some Crafting/Synthesizing scripts:
(My favorite) Tactics Ogre PSP Crafting Script (http://mrbubblewand.wordpress.com/rgss3/tactics-ogre-psp-crafting-system/) it's pretty simple, if you don't want a gold/cost window you can remove it in the settings.
You could also event it, but combining common events to the item parts. The events would see if the player has the required parts, and if the player does it removes the parts, and then adds combined item.
EDIT: Oh yeah, thanks, but I don't really need a midi loop right now.