I looked around and couldn't find the answer to this question, I want to increase the space for materials required when crafting items. ie: I want to make it so that five ingredients are required and not four, and right now my gump only shows the first four. Can this be changed? Is it hard to do? Thank You.
 
You would have to edit the craft gump for that, it should be fairly easy, it just takes time to move the texts, backgrounds, etc, without messing up with the gump. If you modify the file be sure to have a backup to refer to.
It's either Scripts/Services/Craft/Core/CraftGumpItem.cs and/or Scripts/Services/Craft/Core/CraftGump.cs.
 
Back