Home › Forums › Discussion Forums › Bug Reporting › crafting bugs
- This topic has 9 replies, 5 voices, and was last updated June 6, 2010 at 10:17 pm by
Lt. Tyler.
- AuthorPosts
- August 18, 2007 at 7:41 pm #32394
1) I suspect Clover Plant in both Stonemark Garden and Foothold Grotto have a similar respawn problem to Hawthorn Flower.
2)
Abbey
Enchanting Alter
Elemental BagsBag Of Thunder: missing ingredient (flour type not listed)
August 18, 2007 at 11:12 pm #52193Thanks Ceorlas,
I’ll try to look into tonight.
LT
August 19, 2007 at 3:38 am #521941) I didn’t see anything obvious in the Clover Plant placeable or the scripts initializing it. But since T fixed the Hawthorn, it might be the same thing.
2) The resref of the oat flour doesn’t match the recipe. The item is: cnrOatsFlour. The recipe has cnrOatFlour.
This is the only one recipe that uses the Oat Flour, so either the item or the recipe could be changed. For consistency with the other flours, changing the item seems like a better idea.
LT
August 22, 2007 at 7:36 am #52195Speaking of Oats . . .
When you grind oats into meal, you don’t get any xp or crafting xp.
😉August 22, 2007 at 12:06 pm #52196Same issue as the wheat grains to wheat meal that Laydee brought up. The line assigning XP to a successful crafting event is missing.
The full code for the oat meal recipe should be (replace lines ~39-41 in the ‘cnrFarmersMill’ script:
sKeyToRecipe = CnrRecipeCreateRecipe(sMenuMillMeals, "Oat Meal", "cnrOatsMeal", 1);
CnrRecipeAddComponent(sKeyToRecipe, "cnrOatsRaw", 2);
CnrRecipeSetRecipeXP(sKeyToRecipe, 5, 5);
CnrRecipeSetRecipeAbilityPercentages(sKeyToRecipe, 0, 0, 40, 0, 60, 0);Scanning through the remainder of the script, there do not appear to be any further omissions.
Thanks for the help folks.
LT
August 22, 2007 at 12:15 pm #52197@Drmhawk wrote:
Speaking of Oats . . .
When you grind oats into meal, you don’t get any xp or crafting xp.
😉figured youd eventually make your way over here…..good to hear from you again
August 22, 2007 at 1:06 pm #52198@Lt. Tyler wrote:
This is the only one recipe that uses the Oat Flour… LT
Only recipe you say….*dissappears into the mist*
August 22, 2007 at 2:43 pm #52199Only recipe in the Farmer’s Mill 8)
November 3, 2007 at 2:16 pm #52200reference to oat flour still missing from recipe lists (card & altar) for Bag of Thunder
June 6, 2010 at 10:17 pm #52201All of these should be taken care of.
Successful oatmeal crafting should now give XP, and Bags of Thunder shouldbe craftable now.
If in the course of your crafting you find other bugs, please let us know, either in this subforum, or PM me.
Thanks and enjoy the crafting!
LT
- AuthorPosts
- You must be logged in to reply to this topic.