O seguinte tutorial ensina uma maneira simples de combinar ítens no RPG Maker. Apesar de ter sido feito originalmente para o RPG Maker 2000, acredito que, devido a lógica usada, pode ser usado em qualquer versão desse maker. O texto está em seu formato original, em inglês.
it’s me again
this is a faq how to combine items
first create an event make it look like an elder or sumthing
first make a choice something like
Potion+Potion
Ether+Ether
Potion+Ether
(you can add a next here if you have too many combinations)
Potion+Potion Case:
fork option potion got:
add/remove item potion -1
another fork in here potion got
add/remove potion in here -1
add/remove double potion(i use triple or it would be the same it would be the same as a potion but useable 2/3 times) +1
else case:
msg you don’t have a potion
add/remove potion +1
end case:
else case:
msg you don’t have a potion
and so on with every combination you want
you can make the elder to charge you money every time you talk to him
any bug mail me at cactuar@terra.cl
by CaCtUaR








