RPG Maker VX Ace

RPG Maker VX Ace

Vlue's Script Compilation
guuberrr 25 Feb, 2014 @ 6:29pm
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!
< >
Showing 1-5 of 5 comments
guuberrr 25 Feb, 2014 @ 6:35pm 
can u help me?
Starlight  [developer] 25 Feb, 2014 @ 6:47pm 
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 @ 10:37pm 
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:
Last edited by Zaq; 15 Mar, 2014 @ 11:39pm
Starlight  [developer] 16 Mar, 2014 @ 12:16am 
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 @ 10:25am 
Works fine on a new save file. Thank You!
< >
Showing 1-5 of 5 comments
Per page: 1530 50