TerraMcCloud Posted April 29, 2015 Share Posted April 29, 2015 I know some basic scripting in the TES construction set for Oblivion, but the Skyrim one is way different with the whole papyrus thing, I don't think I will ever be able to understand it... What I wanted was somthing for a character of mine, (its kinda from a roleplay standpoint), you see my character is supposed to be immune to all ice and cold but very weak to fire and heat... So I feel it doesn't make sense that the local necromancer or ice mage can damage my character with an ice spell... I tried to make an effect to counter this but the skyrim construction set is way more complex for me, I guess I am too used to the TES Construction Set for Oblivion. All I want is a potion you can spawn in via console when consumed gives 300% resist frost(yes 300%, I don't want weakness to frost spells overtaking frost immunity.) and 300% Weakness to fire(Or however much it takes to make fire do triple damage). Many thanks to whoever actually takes their time to do this. Link to comment Share on other sites More sharing options...
nightinglae850 Posted April 29, 2015 Share Posted April 29, 2015 Wouldnt 300% weakness kill you with just one fireball, or dragon breath? Link to comment Share on other sites More sharing options...
TerraMcCloud Posted April 29, 2015 Author Share Posted April 29, 2015 I thought 300% was triple damage... and I am sure with high enough health it wouldn't. Link to comment Share on other sites More sharing options...
acidzebra Posted April 30, 2015 Share Posted April 30, 2015 1. open CK, load skyrim.esm and update.esm2. in the object window open Magic > Potion3. find resistfrost100 potion, right-click > duplicate4. rename the resulting duplicate item to something memorable like "drewpotion"5. open item for editing6. on the right-hand side, under results, doubleclick the resist frost: resist frost effect. Adjust magnitude to your liking (you'll have to experiment) and duration (try setting it to something insane like 365 d, that should cover you for a good while). Click OK when done.7. right-click in the empty space in results window > new. Effect = AlchWeaknessFire, again, magnitude and duration up to you. click OK.8. click OK again, save your mod, and load it up for testing. Have not tried myself aside from loading up the CK to see what is where because I'm rusty, but it should do what you want. --- After I closed it out I thought about it some more, it occurred to me you might be able to do the same by modifying actorvalues directly and not mess with custom potions/mods, seehttp://elderscrolls.wikia.com/wiki/Console_Commands_(Skyrim)/ActorValues - you're looking for FireResist and FrostResist, but I haven't tinkered with them so you will have to read the current value and adjust to your liking. Link to comment Share on other sites More sharing options...
lofgren Posted April 30, 2015 Share Posted April 30, 2015 This is indeed a very simple request. I will do it for you this weekend if you like, though I highly recommend taking a crack at it yourself. What would you like the effect to be called? Link to comment Share on other sites More sharing options...
TerraMcCloud Posted April 30, 2015 Author Share Posted April 30, 2015 On 4/30/2015 at 12:31 PM, acidzebra said: -snip- I want this to be a potion that activates a script effect that gives you it in the form of a passive ability, not just a potion effect. On 4/30/2015 at 2:36 PM, lofgren said: This is indeed a very simple request. I will do it for you this weekend if you like, though I highly recommend taking a crack at it yourself. What would you like the effect to be called? I tried taking a crack at it, I could make the ability, but I had no way to give it to the player, not even via console... I have no clue how to do anything with the Papyrus scripting... I am used to TES Construction for oblivion's scripting. The name of the effect could be somthing along the line of Northern Blood or somthing. The description of it could be somthing like."Your blood has long adapted to the harsh cold of the north, you take no damage from frost magic, but take extreme damage from fire magic." Link to comment Share on other sites More sharing options...
lofgren Posted April 30, 2015 Share Posted April 30, 2015 OK, I will get on it probably tomorrow, Saturday at the latest. Feel free to look at my script and copy it as necessary to figure out how it works. Link to comment Share on other sites More sharing options...
lofgren Posted April 30, 2015 Share Posted April 30, 2015 By the way, 300% weakness to fire is quadruple damage, not triple. Link to comment Share on other sites More sharing options...
lofgren Posted May 1, 2015 Share Posted May 1, 2015 Here you go. Link to comment Share on other sites More sharing options...
TerraMcCloud Posted May 1, 2015 Author Share Posted May 1, 2015 (edited) What is the item that gives the effect called? Nvm found it. Edited May 1, 2015 by welchdrew Link to comment Share on other sites More sharing options...
Recommended Posts