Phrosen63 Posted March 12, 2012 Share Posted March 12, 2012 Hi. I came across this bug when I was trying to make fireplaces dangerous in one of my mods (which I succeeded with, by the way.)I was advised to check out the "BlacksmithForge01" script by Bethesda; which is attached to the "CraftingBlacksmithForgeWR" furniture. Here is the script: scriptName BlacksmithForge01 extends ObjectReference import Debug spell property FlameDamage Auto EVENT onActivate ( objectReference triggerRef ) playAnimation("activate") endEvent Event OnTriggerEnter ( objectReference triggerRef ) if (triggerRef == Game.GetPlayer()) FlameDamage.Cast(triggerRef, triggerRef) endIf endEvent As you can see it forces the player to cast "FlameDamage" on him/her-self. This is all good. The problem, though, is that the Magic Effect ("HazardFireDamageFFContact") that the player is affected by belongs to the Destruction Magic School.-Meaning that entering the forge actually increases the player's Destruction Magic skill ever so slightly. It would be easy to fix this by copying "HazardFireSpell" and "HazardFireDamageFFContact"; change the Magic School to "None" and make the copies unique for the "CraftingBlacksmithForgeWR" furniture. I don't consider this a serious bug, since it takes so much time to actually gain any skill in Destruction Magic this way. I'm just wondering if anyone would be interested in a tiny bug fix mod for this? (Maybe someone is working on a big mod with lots of tiny bug fixes like this.)-Or better still; is there a way to report this bug to Bethesda so that they might fix it in a future patch? Link to comment Share on other sites More sharing options...
Ryan5280 Posted March 12, 2012 Share Posted March 12, 2012 Why ask us? It's your choice. Will it make it better? What do YOU think? Link to comment Share on other sites More sharing options...
SubjectProphet Posted March 12, 2012 Share Posted March 12, 2012 Or you could stand on the fire and see if you're destruction get to 100. :thumbsup: Link to comment Share on other sites More sharing options...
Pentigan Posted March 12, 2012 Share Posted March 12, 2012 Add to that a bunch of fire resistance armor and you could grind Destruction while AFK. Link to comment Share on other sites More sharing options...
Staind716 Posted March 12, 2012 Share Posted March 12, 2012 Surely you jest. Skyrim buggy? Never heard of such a thing. :whistling: Link to comment Share on other sites More sharing options...
bpestilence Posted March 12, 2012 Share Posted March 12, 2012 I'd be willing to bet that the experience gained is set to zero. Have you actually tested to see if you can level this way? It might now be a bug at all. Link to comment Share on other sites More sharing options...
Phrosen63 Posted March 13, 2012 Author Share Posted March 13, 2012 Add to that a bunch of fire resistance armor and you could grind Destruction while AFK. Since it's "OnTriggerEnter()" your character has to leave and enter the forge. I guess this can be done with a "jump script" or whatever. I'd be willing to bet that the experience gained is set to zero. Have you actually tested to see if you can level this way? It might now be a bug at all. I don't know about levelling up the character, but I did test levelling up the Destruction Magic skill. I got it from 16 to 18, then I got bored. (It took quite some time.) OffTopic (sort of): The damage the forge does is too small, in my opinion. I haven't tried it in real life but I'm guessing that standing in a blacksmith forge is rather painful and probably lethal. Link to comment Share on other sites More sharing options...
robanybody2000 Posted March 16, 2012 Share Posted March 16, 2012 Why should reading a book be efective on developing fire-casting while playing with the fire itself shouldn't? Link to comment Share on other sites More sharing options...
seanxx Posted March 16, 2012 Share Posted March 16, 2012 Add it to the big skyrim unofficial patch listhttps://unofficialskyrimpatch.16bugs.com/projects/7078 Link to comment Share on other sites More sharing options...
magiii Posted March 16, 2012 Share Posted March 16, 2012 who cares? i dont know anyone who want to jump for 30 minutes in a forge! takes less to level it the right way Link to comment Share on other sites More sharing options...
Recommended Posts