semper_solus Posted January 27, 2022 Posted January 27, 2022 I've tried mods like SL Triggers and there was one back on LE that supposedly worked but I don't remember what it was called. However, since I'm running on SE, I've been looking for one that simply restores magicka and/or health after sex. I feel it might be included in mods already, but I just wanted a simple mod for that setting alone. As I said, I've looked and the few I found either don't work or are outdated (and also don't work). Am I missing one? Just looking for recommendations.
venomr Posted January 27, 2022 Posted January 27, 2022 You could use sexlab triggers and make it so that you consume a Magicka potion on orgasm. In my game, consuming a stamina or health potion will make a womans breasts grow temporarily, so I have a SL trigger set to consume a stamina potion on orgasm SkyrimSE 2022-01-27 08-06-10-273.mp4
semper_solus Posted January 27, 2022 Author Posted January 27, 2022 53 minutes ago, venomr said: You could use sexlab triggers and make it so that you consume a Magicka potion on orgasm. In my game, consuming a stamina or health potion will make a womans breasts grow temporarily, so I have a SL trigger set to consume a stamina potion on orgasm While that is hilarious, I'm looking at using sex as an alternate to using mana potions, and Triggers doesn't seem to be able to do that (at least for me)
venomr Posted January 27, 2022 Posted January 27, 2022 28 minutes ago, semper_solus said: While that is hilarious, I'm looking at using sex as an alternate to using mana potions, and Triggers doesn't seem to be able to do that (at least for me) Could you show me the json file that you're using for the magicka potions?
semper_solus Posted January 28, 2022 Author Posted January 28, 2022 9 hours ago, venomr said: Could you show me the json file that you're using for the magicka potions? I stopped using Triggers a while ago. The latest version doesn't even have a potion option either. EDIT: Solved my problem. SL Triggers is easier than I was thinking.... or paying attention to. Just edited the Heal json and everything works.
venomr Posted January 28, 2022 Posted January 28, 2022 1 hour ago, semper_solus said: I stopped using Triggers a while ago. The latest version doesn't even have a potion option either. This calculator website will take your HEX values and turn them into decimal values. Sl triggers uses decimal values to trigger items. https://www.binaryhexconverter.com/hex-to-decimal-converter This wiki has the HEX values listed for the vanilla items, like magicka potions Potions (Skyrim) | Elder Scrolls | Fandom The HEX values here all begin with 000. I put that number into the calculator website and it gave me new numbers that I've put directly below ( the decimal value that Sl triggers needs) Potion of minor Magicka 0003eae0 256736 Potion of Magicka 0003eae1 256737 Potion of Plentiful Magicka 0003eae2 256738 Potion of Vigorus Magicka 0003eae4 256740 Potion of Extreme Magicka 00039be6 236518 Potion of Ultimate Magicka 00039be7 236519 Inside the SL triggers mod, there's a json called "eat (sweets).json. ["rnd_list", "skyrim.esm:412464", "skyrim.esm:412483", "skyrim.esm:412477" ], ["set", "$1", "$$"], ["item_adduse", "$self", "$1", "1", "0"] I dunno what this means exactly, but it seems to randomly use those three bold items in the first row. I duplicated this json, renamed it to eat magicka pot, and replaced the values with the ones I got from the website. ["rnd_list", "skyrim.esm:256736", "skyrim.esm:256737", "skyrim.esm:256738", "skyrim.esm:256740", "skyrim.esm:236518", "skyrim.esm:236519" ], ["set", "$1", "$$"], ["item_adduse", "$self", "$1", "1", "1"] ] So I think this will cause you to eat a random magica potion on orgasm ( or whatever you have your trigger set to.) ... Okay I tested it once in game, got the blue aura so it works. Unless I made a typo, it should randomly give one of the 6 magicka potion types. venomr sl triggers random magicka pot.rar
Recommended Posts
Archived
This topic is now archived and is closed to further replies.