RPG Maker VX Ace

RPG Maker VX Ace

Vlue's Script Compilation
guuberrr 2014 年 2 月 25 日 下午 6: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!
< >
正在显示第 1 - 5 条,共 5 条留言
guuberrr 2014 年 2 月 25 日 下午 6:35 
can u help me?
Starlight  [开发者] 2014 年 2 月 25 日 下午 6: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 2014 年 3 月 15 日 下午 10: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:
最后由 Zaq 编辑于; 2014 年 3 月 15 日 下午 11:39
Starlight  [开发者] 2014 年 3 月 16 日 上午 12: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 2014 年 3 月 16 日 上午 10:25 
Works fine on a new save file. Thank You!
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50