Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Mr. Trivel Crafting modification
- Original author: Roninator2
- Original date: April 17, 2017
- Source thread: https://forums.rpgmakerweb.com/threads/mr-trivel-crafting-modification.77471/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSSx Script Support
Summary
Hello everyone, I'm want to make a small change to the crafting script, but I am getting errors. Mr. Trivel's Crafting script works well, but I want to add in more disciplines. When I do I get an error. The error is on line 761 return @disciplines[id][0]
Archived First Post
Hello everyone,
I'm want to make a small change to the crafting script, but I am getting errors.
Mr. Trivel's Crafting script works well, but I want to add in more disciplines. When I do I get an error.
The error is on line 761 return @disciplines[id][0]
Protected download
The error only shows up when I select the discipline. The others work fine.
I only added in one line to create a new discipline
DISCIPLINES = { 0 => "Crafting one",
1 => "Crafting two",
2 => "Crafting three",
3 => "Crafting four"
}
I do not see anything else in the script that would need to be changed to allow this new (or more) discipline.
Are there any coders that can take a look and tell me if this can be modified?
Thanks
*EDIT* Nevermind (I think), Seems the problem was that I loaded a saved game instead of starting a new game. I hate finding the answer right after making a post.
I'm want to make a small change to the crafting script, but I am getting errors.
Mr. Trivel's Crafting script works well, but I want to add in more disciplines. When I do I get an error.
The error is on line 761 return @disciplines[id][0]
Protected download
The error only shows up when I select the discipline. The others work fine.
I only added in one line to create a new discipline
DISCIPLINES = { 0 => "Crafting one",
1 => "Crafting two",
2 => "Crafting three",
3 => "Crafting four"
}
I do not see anything else in the script that would need to be changed to allow this new (or more) discipline.
Are there any coders that can take a look and tell me if this can be modified?
Thanks
*EDIT* Nevermind (I think), Seems the problem was that I loaded a saved game instead of starting a new game. I hate finding the answer right after making a post.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...
