RPG Maker VX Ace

RPG Maker VX Ace

Vlue's Script Compilation
guuberrr 25. feb. 2014 kl. 18:29
Don't understand how to use the crafting system!
well... i got the script working but I don't know how to add/remove recipes!
< >
Viser 1-5 af 5 kommentarer
guuberrr 25. feb. 2014 kl. 18:35 
can u help me?
Starlight  [udvikler] 25. feb. 2014 kl. 18:47 
Do you mean adding new recipes? If so, then you would do that in the customization portion of the script itself. Like below line 35, you could add the line:
3 => [ [1,2,1] , [ [1,1,2] ] ],
Which would create a recipe for making the second weapon in the database, by using two of the first weapons in the database. (It's confusing at first, but it gets easier with practice).

And to delete recipes, just erase their line from the script.
Zaq 15. mar. 2014 kl. 22:37 
Im having a problem with line 136
i get this error when i select crafting from the ingame menu:

Script 'Basic Recipe Crafting' line 136: NoMethodError occured.
undefined method 'values' for nil:NilClass

Its probably realy simple to fix but im just not following
any help would be well appreciated :sfsmile:
Sidst redigeret af Zaq; 15. mar. 2014 kl. 23:39
Starlight  [udvikler] 16. mar. 2014 kl. 0:16 
I can imagine that problem arising from loading a save file that was created before the script was put into the project. Does it happen on a new game?
Zaq 16. mar. 2014 kl. 10:25 
Works fine on a new save file. Thank You!
< >
Viser 1-5 af 5 kommentarer
Per side: 1530 50