Fuzzy_Fox Posted January 22, 2021 Posted January 22, 2021 On 1/21/2021 at 6:43 PM, Saviorsrd said: It's pretty straightforward, but a little finnicky and has basically no syntax checking so if you don't get it right your efforts simply....don't work. Also, there's a character limit to how many total messages can potentially play from a single event, which I think is 255. Here's the file for the transform event, which makes it easier to see how to make it work: Hide contents [Main] Name=ActivateCurse Page=1 Type=cmd Id=400 Cmd=Msg:I'm such a little slut.&Msg:Sex is like, so much fun!&Msg:*Giggle*&Msg:Like, what was I doing? And who's Avi?&Msg:I...need to stop this.&Msg:I'm not Avile - I AM Avilea.&Msg:I...I can beat this.&Msg:I'm...still Avi...I can fight...&Msg:*Giggle*&Msg:*Giggle*+wait:5+Msg:So hard to think...+wait:5+msg:So easy to forget...+wait:5+msg:Candi is a Bimbo...+wait:5+msg:*Giggle* I'm a Bimbo...+wait:5+msg:*Giggle* My name is Avi...+wait:5+Msg:I'm...+wait:5+msg:*Giggle!* I'm Candi Lovelace!+send:SLHCastBimboCurse I tried your script and it doesn't work. I tried to make my own and these don't work either. { "cmd" : [ ["util_sendmodevent", "SexLab_Hormones.esp:SLHCastBimboCurse"], ["util_sendmodevent", "_SLH_ME_PolymorphBimbo [MGEF:CE015C5D]"], ["spell_cast", "SexLab_Hormones.esp:CE015C5E"] ] } I am trying to just get the bimbo curse to fire after sex with 100% of doing so to test it all. Once working I aim to lower it to a 5% setting. But first I need to get the damn thing working.
DeepBlueFrog Posted January 22, 2021 Author Posted January 22, 2021 16 minutes ago, Fuzzy_Fox said: I tried your script and it doesn't work. I tried to make my own and these don't work either. { "cmd" : [ ["util_sendmodevent", "SexLab_Hormones.esp:SLHCastBimboCurse"], ["util_sendmodevent", "_SLH_ME_PolymorphBimbo [MGEF:CE015C5D]"], ["spell_cast", "SexLab_Hormones.esp:CE015C5E"] ] } I am trying to just get the bimbo curse to fire after sex with 100% of doing so to test it all. Once working I aim to lower it to a 5% setting. But first I need to get the damn thing working. Check your error log for hints about how the curse went. They should be prefixed by [SLH]. That will tell you if the curse fired at all, or if it fired and failed. There are rules to consider: - you need to have the Bimbo curse checked in MCM of course. - if you are male, you also need HRT checked in MCM - if you are enslaved by SD+, the curse will fail
Saviorsrd Posted January 22, 2021 Posted January 22, 2021 1 hour ago, Fuzzy_Fox said: I tried your script and it doesn't work. I tried to make my own and these don't work either. { "cmd" : [ ["util_sendmodevent", "SexLab_Hormones.esp:SLHCastBimboCurse"], ["util_sendmodevent", "_SLH_ME_PolymorphBimbo [MGEF:CE015C5D]"], ["spell_cast", "SexLab_Hormones.esp:CE015C5E"] ] } I am trying to just get the bimbo curse to fire after sex with 100% of doing so to test it all. Once working I aim to lower it to a 5% setting. But first I need to get the damn thing working. You're using the format for SL Triggers, a very similiar-in-concept but extremely distinct-in-use mod that's only for SE. Util1 only works in LE. You'll have to post in the Triggers thread for support if that's the mod you're using. EDIT: That said, I'm pretty sure the function you need to be using is "actor_sendmodevent" not "util_sendmodevent." Right now what I think you're doing with that script fragment is calling the Bimbo Curse starting event without specifying a target, which is going to fail. 1
LinksSword Posted January 23, 2021 Posted January 23, 2021 what setting causes schlong to grow during bimbofication instead of shrink?
LinksSword Posted January 23, 2021 Posted January 23, 2021 @DeepBlueFrog there is this mod called Corruption made by code serpent you might recognize them as the creator of Dragonborn in Distress anyways the reason i am bringing this up is, he has added actual body modifications for certain corruptions and one of them caused by blowjob causes your characters lips to inflate, i think that something like that would be good for the curse, using racemenu morphs to inflate the lips at a certain point of the corruption. It would certainly save having to go and change the lips myself, because what is a bimbo without some fuck me lips?
w234aew Posted January 25, 2021 Posted January 25, 2021 On 1/22/2021 at 10:14 PM, LinksSword said: @DeepBlueFrog there is this mod called Corruption made by code serpent you might recognize them as the creator of Dragonborn in Distress anyways the reason i am bringing this up is, he has added actual body modifications for certain corruptions and one of them caused by blowjob causes your characters lips to inflate, i think that something like that would be good for the curse, using racemenu morphs to inflate the lips at a certain point of the corruption. It would certainly save having to go and change the lips myself, because what is a bimbo without some fuck me lips? That feature is nice, but I don't think the way it was implemented is perfect cross-compatibility wise. It uses an actual head mesh replacer, which would conflict with things like custom races and replacers (especially mods that more heavily change the head and face, like High Poly head) If there was a way to do it with Racemenu Face Morphs it would be amazing, but that would take a TON of tuning and work (i.e. Tuning each individual morph) BAC actually changes the lip selection in Racemenu (i.e. the lip "presets"), this would likely be the easiest to implement that is cross-compatible with other head/race mods. EDIT: @DeepBlueFrog I tried forking to add the start of the bodymorph patch I've been working on, but GitHub wants a verified account (i.e. not a smurf for doing NSFW coding) which I don't want to do. Once I have more than just rough ideas vaguely turned into code, I'll figure out how to submit them. If you'd like to see my initial idea, here's the start of a "patch" that turns node scaling values and commands into morph scaling (based on MME): MMEBodymodToSLH.psc
DeepBlueFrog Posted January 26, 2021 Author Posted January 26, 2021 1 hour ago, w234aew said: That feature is nice, but I don't think the way it was implemented is perfect cross-compatibility wise. It uses an actual head mesh replacer, which would conflict with things like custom races and replacers (especially mods that more heavily change the head and face, like High Poly head) If there was a way to do it with Racemenu Face Morphs it would be amazing, but that would take a TON of tuning and work (i.e. Tuning each individual morph) BAC actually changes the lip selection in Racemenu (i.e. the lip "presets"), this would likely be the easiest to implement that is cross-compatible with other head/race mods. EDIT: @DeepBlueFrog I tried forking to add the start of the bodymorph patch I've been working on, but GitHub wants a verified account (i.e. not a smurf for doing NSFW coding) which I don't want to do. Once I have more than just rough ideas vaguely turned into code, I'll figure out how to submit them. If you'd like to see my initial idea, here's the start of a "patch" that turns node scaling values and commands into morph scaling (based on MME): MMEBodymodToSLH.psc 9.57 kB · 0 downloads Thanks for the attachment. Since I do my edits in the Data/scripts/source folder anyway, using Github's fork and pull requests is cumbersome for me. I work much better with direct contributions of files by attachments to forum or direct messages. I will send you a private note about your code. 1
Jade514 Posted January 27, 2021 Posted January 27, 2021 Hello can someone help me please i am playing skyrim se with the se version of this mod and i am trying to get sex change curse to trigger but it is not. My character is male and he has only 14 male hormones, 100 Metabolism, 100 Female hormones, and 100 Growth but it still will not trigger so if anyone knows why that would be great thanks. ok so i think i see the issue it seems to me that my character is not losing weight like they are suppost to but i could be wrong is there a way to check what my weight is? ok scratch that the reason my weight would not go down is because of a dremora outcast who everytime i slept would have sex with my character so the growth or weight kept going up to 100 so i have just used the mcm trigger.
wardrake Posted January 27, 2021 Posted January 27, 2021 still not sure how this reads the male to female tf in the mod. does it go by number of sex acts in a day, number of days that pass after cursed, influenced only by the outcasts, all the above. on the page were it shows the hormones - male, female, sex drive, ect, does the male and female hormone influence the sex change effect. i know there is still a lot not finished but is there any way to get the other curses to work or is that still not available. the only way i can get a curse to work is to to be a bimbo then talk to an outcast and end it there, and talk to them and use any options available. i tried using the activate curse option, got the forcibly blonde quest but could not complete it, either talking to honey or an outcast gave me no option to further the quest.
DeepBlueFrog Posted January 27, 2021 Author Posted January 27, 2021 28 minutes ago, wardrake said: still not sure how this reads the male to female tf in the mod. does it go by number of sex acts in a day, number of days that pass after cursed, influenced only by the outcasts, all the above. on the page were it shows the hormones - male, female, sex drive, ect, does the male and female hormone influence the sex change effect. i know there is still a lot not finished but is there any way to get the other curses to work or is that still not available. the only way i can get a curse to work is to to be a bimbo then talk to an outcast and end it there, and talk to them and use any options available. i tried using the activate curse option, got the forcibly blonde quest but could not complete it, either talking to honey or an outcast gave me no option to further the quest. There's a high level description here: https://github.com/SkyrimLL/SkLLmods/wiki/Hormones:-Transformations-and-curses#sex-change-transformation The quickest way to the transformation is: - make sure the HRT curse is on in the menu - max out the modifiers for Female, Growth and Metabolism hormones in the menu - have sex with Honey or one of the Outcasts several times The transformation takes time. If the transformation didn't happen when you forced it through the menu, then something went wrong with your configuration.
wardrake Posted January 27, 2021 Posted January 27, 2021 1 hour ago, DeepBlueFrog said: There's a high level description here: https://github.com/SkyrimLL/SkLLmods/wiki/Hormones:-Transformations-and-curses#sex-change-transformation The quickest way to the transformation is: - make sure the HRT curse is on in the menu - max out the modifiers for Female, Growth and Metabolism hormones in the menu - have sex with Honey or one of the Outcasts several times The transformation takes time. If the transformation didn't happen when you forced it through the menu, then something went wrong with your configuration. thanks
Krashark Posted January 27, 2021 Posted January 27, 2021 2 hours ago, DeepBlueFrog said: The quickest way to the transformation is: - make sure the HRT curse is on in the menu - max out the modifiers for Female, Growth and Metabolism hormones in the menu - have sex with Honey or one of the Outcasts several times The transformation takes time. My sex change transformation is currently enabled in the menu and is working. However, after transformation happens, the quest "forcibly blonde" starts and then tell me to ask someone about the transformation. I've tried hundreds of NPCs but no one had shown the dialogue about that. The quest stays forever and do not advance, unless I type setstage _SLH_Bimbo 20 on console. Note: Bimbo curse is off, I have no intention to play as a bimbo, just a sex-swapping playthrough.
LinksSword Posted January 27, 2021 Posted January 27, 2021 2 hours ago, DeepBlueFrog said: There's a high level description here: https://github.com/SkyrimLL/SkLLmods/wiki/Hormones:-Transformations-and-curses#sex-change-transformation The quickest way to the transformation is: - make sure the HRT curse is on in the menu - max out the modifiers for Female, Growth and Metabolism hormones in the menu - have sex with Honey or one of the Outcasts several times The transformation takes time. If the transformation didn't happen when you forced it through the menu, then something went wrong with your configuration. what settings causes your cock to grow during the bimbo curse instead of shrink? i remember this being the case one time but i don't remember what settings it was.
mimanol Posted January 28, 2021 Posted January 28, 2021 Hello everyone! Having formatted my computer, I then had to reinstall the mods that I had had so much trouble installing... I unfortunately have a problem with this mod... I've been trying for hours to make it work... No success... I didn't go too far when installing mods, to avoid other problems... Here is the list of installed mods : #Mod_Priority,#Mod_Status,#Mod_Name "0000","+","DLC: HearthFires" "0001","+","DLC: Dragonborn" "0002","+","DLC: Dawnguard" "0003","+","Unofficial Skyrim Legendary Edition Patch" "0006","+","SOS" "0007","+","XP32 Maximum Skeleton Extended" "0008","+","SkyUI" "0009","+","FNIS Behavior 7_6" "0010","+","FNIS Behavior 7_6 XXL" "0011","+","FNIS Creature Pack 7.6" "0012","+","FNIS Spells V5_0_1" "0013","+","SexLabAroused_V" "0014","+","RaceMenu" "0015","+","ConsolePlugin_" "0016","+","MfgConsole" "0017","+","SexLabFramework_v" "0018","+","PapyrusUtil_v" "0019","+","btasqan Easy Hawt HDT SMP Physics 4.2" "0020","+","BodySlide and Outfit Studio" "0021","+","Fair Skin Complexion for CBBE" "0022","+","Alternate Start - Live Another Life" "0023","+","SexLabMatchMaker" "0024","+","SexLab-Hormones20201225" For the moment, it is only manually that I can change the scale of the body parts ... I have tried with the 3 body in batch build from BodySlide, but none of them seem to work : -CBBE body BBP -CBBE body TBBP -CBBE body HDT Anyone have an idea? Thank you!
Ikaros Posted January 28, 2021 Posted January 28, 2021 On 1/22/2021 at 1:08 AM, w234aew said: Depends on how you want to use it. There are 2 main ways: 1. If you want to use the latest update with all the compatibility with the latest Parasites, it's a fairly easy conversion (just run it through the latest Cathedral Assets Optimizer, resave the esp in the SSE CK, and it's ready to go). However, due to the differences between LE and SE bodies, node based scaling doesn't work because the node names/number of nodes per feature changed (i.e., base Hormones is unable to scale most SE breasts). The curses work for Tats/YPS changes (i.e. hair, makeup, skin, some cross-compatible nodes like schlong), and most NPCs are alright after some debugging/updating (had to fix honey due to LE skeleton being incompatible). Dialogues and actual hormone values work flawlessly. 2. If you either want hormones as standalone (i.e. Hormones, YPS, Dialogues, SlaveTatsEventsBridge), or want hormones and the non-node-morphing mods (i.e. Stories, Sisterhood of Dibella, even SD+), I'd recommend using the older version of hormones with @Aegis's addon. In LE I could take or leave the addon (before it's bimbo curse changes got folded into the main Hormones fork), but in SE it's borderline essential. It's got updates to make scaling work with 3BBB SE bodies, and higher resolution makeup and Tattoos. The scaling fix is node based, which is not ideal (working on a morph patch), but it works. It hasn't been put into the main hormones update due to noncompatibility with LE bodies. The only part that hasn't been fixed is the Bimbo Race (curse still works, so check the "bimbo curse" option and uncheck the "bimbo race" option in MCM). In my opinion, 2 is the way to go, as it has literally all of the main features from LE working in SE. The addon was the tipping point for me to completely migrate to SE. If you choose 2, there are two ways to get it: a) Grab the older update from the GitHub (in the hormones/releases folder), optimize it by running it through CAO, unpack the BSA, replace the default files with the addon's files, zipping up the data folder (just install as loose, less of a hastle in preventing the slavetats from being packed into the BSA and not working) and install using a mod manager. b) In the DBF's SE Conversions thread, a few different versions of Hormones+addon have been posted for download (I posted one with the hairstyle/length locks removed, between pages 19-22). As another SE player with a fresh install looking to revisit this mod, thanks for the clear comprehensive instructions. Trying to work out what/how to install between this thread, the github and the SSE conversion thread is beyond my very limited skills and attention. Have to say though, that kind of up-to-date information should not be sprinkled randomly in multiple threads...
wardrake Posted January 28, 2021 Posted January 28, 2021 forgot to add, is the npc's in this mod the current/only . . . , i know they give you the curses but they the only to advance the hormone lvls or does that occour daily with sex acts (sex, rest advance curse) ? i looked at the how to male hormone and female hormone are at such lvl and it begins the curse's, can the base npc's like lidia ect affect the curse's ? or is it only the mods npc's that work or will you add npc's like lidia if not already as activators in the curse (or is that to complicated, if so ignore that) Having interactions with honey and the outcasts. in an earlier version of this i had an outcast give me the sexchange curse, the forcibly blonde quest became active but i couldn't talk to honey or outcasts about it, is this fixed with the current version. Will there be other ways to get cursed such as by a trap, potion or spell in an upcoming version ? i do apologize for these bothersome questions mostly just curious. This is still one of the most interesting mods i've come across. can't wait to see my character's body morph in a future version. keep up the awesome work.
Balgin Posted January 28, 2021 Posted January 28, 2021 16 minutes ago, wardrake said: forgot to add, is the npc's in this mod the current/only . . . , i know they give you the curses but they the only to advance the hormone lvls or does that occour daily with sex acts (sex, rest advance curse) ? Oddly enough, no. Another Daedric follower from an old mod adds Bimbo & Daedric hormones after sex so I don't think it's something special that's applied to the npc's but rather the mod's searching for some sort of tags or doing it by creature type.
Sgt. Jenkins Posted January 28, 2021 Posted January 28, 2021 18 minutes ago, Balgin said: Oddly enough, no. Another Daedric follower from an old mod adds Bimbo & Daedric hormones after sex so I don't think it's something special that's applied to the npc's but rather the mod's searching for some sort of tags or doing it by creature type. I can confirm this. I was playing around with Deviously Cursed Loot in TES5Edit, and changed the race of the men who randomly attack you to dremora. Afterwards, they were able to apply the curses.
LinksSword Posted January 28, 2021 Posted January 28, 2021 On 1/21/2021 at 2:43 PM, Saviorsrd said: It's pretty straightforward, but a little finnicky and has basically no syntax checking so if you don't get it right your efforts simply....don't work. Also, there's a character limit to how many total messages can potentially play from a single event, which I think is 255. Here's the file for the transform event, which makes it easier to see how to make it work: Reveal hidden contents [Main] Name=ActivateCurse Page=1 Type=cmd Id=400 Cmd=Msg:I'm such a little slut.&Msg:Sex is like, so much fun!&Msg:*Giggle*&Msg:Like, what was I doing? And who's Avi?&Msg:I...need to stop this.&Msg:I'm not Avile - I AM Avilea.&Msg:I...I can beat this.&Msg:I'm...still Avi...I can fight...&Msg:*Giggle*&Msg:*Giggle*+wait:5+Msg:So hard to think...+wait:5+msg:So easy to forget...+wait:5+msg:Candi is a Bimbo...+wait:5+msg:*Giggle* I'm a Bimbo...+wait:5+msg:*Giggle* My name is Avi...+wait:5+Msg:I'm...+wait:5+msg:*Giggle!* I'm Candi Lovelace!+send:SLHCastBimboCurse could this be done in a way to make sexlab util increase the different hormone values or specific ones and if so how? i think that the hormones increase send command one is this SLHModHormone but how would you go about increasing the specific values?
DeepBlueFrog Posted January 28, 2021 Author Posted January 28, 2021 41 minutes ago, LinksSword said: could this be done in a way to make sexlab util increase the different hormone values or specific ones and if so how? i think that the hormones increase send command one is this SLHModHormone but how would you go about increasing the specific values? In theory, yes. I am not using SexLab Utils but you can give it a try. The mod event to use has this syntax: SendModEvent("SLHModHormone", "Female", 10.0) SendModEvent("SLHModHormone", "Male", -5.0) This example increases the Female hormone by 10 and lowers the Male hormone by 5. The strings to use for each hormone are: ; Pigmentation - _SLH_fHormonePigmentation - speed of skin color change ; Growth - _SLH_fHormoneGrowth - speed of weight change ; Metabolism - _SLH_fHormoneMetabolism - gain / burn fat / resistance to heat loss / used as switch for body transformation ; Sleep - _SLH_fHormoneSleep - need to sleep / stamina ; Hunger - _SLH_fHormoneHunger - need to eat ; Immunity - _SLH_fHormoneImmunity - resistance to disease ; Stress - _SLH_fHormoneStress - fight or flight / boost health ; Mood - _SLH_fHormoneMood - focus / boost to magica/skill gain ; Female - _SLH_fHormoneFemale - breast/butt growth / fertility ; Male - _SLH_fHormoneMale - schlong growth / fertility / muscles / facial hair ; SexDrive - _SLH_fHormoneSexDrive - personal arousal ; Pheromones - _SLH_fHormonePheromones - attraction from others / coveted effect ; Lactation - _SLH_fHormoneLactation - breast growth / milk production Use the short text string. The long one with _SLH is to be used if you are using StorageUtils. The mod event is preferable since it includes racial modifiers. You can also use a random event that messes up your hormones overall. That's what I am using for daedric encounters. kPlayer.SendModEvent("SLHModHormoneRandom","Bimbo", 1.5) The strings to use here are: Bimbo, Succubus or Chaurus for different weights. Leave it empty like this "" for a basic random effect. Using an actor as the sender is optional right now. It might be used later to apply the effects to NPCs but for now it defaults to the player regardless.
LinksSword Posted January 28, 2021 Posted January 28, 2021 Just now, DeepBlueFrog said: In theory, yes. I am not using SexLab Utils but you can give it a try. The mod event to use has this syntax: SendModEvent("SLHModHormone", "Female", 10.0) SendModEvent("SLHModHormone", "Male", -5.0) This example increases the Female hormone by 10 and lowers the Male hormone by 5. The strings to use for each hormone are: ; Pigmentation - _SLH_fHormonePigmentation - speed of skin color change ; Growth - _SLH_fHormoneGrowth - speed of weight change ; Metabolism - _SLH_fHormoneMetabolism - gain / burn fat / resistance to heat loss / used as switch for body transformation ; Sleep - _SLH_fHormoneSleep - need to sleep / stamina ; Hunger - _SLH_fHormoneHunger - need to eat ; Immunity - _SLH_fHormoneImmunity - resistance to disease ; Stress - _SLH_fHormoneStress - fight or flight / boost health ; Mood - _SLH_fHormoneMood - focus / boost to magica/skill gain ; Female - _SLH_fHormoneFemale - breast/butt growth / fertility ; Male - _SLH_fHormoneMale - schlong growth / fertility / muscles / facial hair ; SexDrive - _SLH_fHormoneSexDrive - personal arousal ; Pheromones - _SLH_fHormonePheromones - attraction from others / coveted effect ; Lactation - _SLH_fHormoneLactation - breast growth / milk production Use the short text string. The long one with _SLH is to be used if you are using StorageUtils. The mod event is preferable since it includes racial modifiers. You can also use a random event that messes up your hormones overall. That's what I am using for daedric encounters. kPlayer.SendModEvent("SLHModHormoneRandom","Bimbo", 1.5) The strings to use here are: Bimbo, Succubus or Chaurus for different weights. Leave it empty like this "" for a basic random effect. Using an actor as the sender is optional right now. It might be used later to apply the effects to NPCs but for now it defaults to the player regardless. well this is the format that sexlabutil is working and my test edit. [Main] Name=Hormones Increase Page=0 Type=cmd Id=146 Cmd=msg:What is this strange feeling?..&msg:I feel hot all over what is this feeling!&msg:I swear.. my body is changing..&msg:gods The tingling is unbearable!+send:SLHModHormoneRandom but idk if the mod will work with comma or Quotation marks like that if i add it to the ini file.
DeepBlueFrog Posted January 28, 2021 Author Posted January 28, 2021 1 hour ago, wardrake said: forgot to add, is the npc's in this mod the current/only . . . , i know they give you the curses but they the only to advance the hormone lvls or does that occour daily with sex acts (sex, rest advance curse) ? i looked at the how to male hormone and female hormone are at such lvl and it begins the curse's, can the base npc's like lidia ect affect the curse's ? or is it only the mods npc's that work or will you add npc's like lidia if not already as activators in the curse (or is that to complicated, if so ignore that) Having interactions with honey and the outcasts. in an earlier version of this i had an outcast give me the sexchange curse, the forcibly blonde quest became active but i couldn't talk to honey or outcasts about it, is this fixed with the current version. Will there be other ways to get cursed such as by a trap, potion or spell in an upcoming version ? i do apologize for these bothersome questions mostly just curious. This is still one of the most interesting mods i've come across. can't wait to see my character's body morph in a future version. keep up the awesome work. The next update coming up this weekend will have an example of a book and potion to cast the Bimbo curse. I am also working on an example of a cursed necklace. That update will be for LE though... someone will have to convert it to SE.
Saviorsrd Posted January 28, 2021 Posted January 28, 2021 38 minutes ago, LinksSword said: but idk if the mod will work with comma or Quotation marks like that if i add it to the ini file. I've tested with commas, but I'm reasonably certain quotation marks will screw it up badly enough that I'm scared to try since they're used in a couple of places as part of the syntax. Single quotes should be fine, I think. Best to try it with a test save (or at least a test run you have no intent of seriously playing with. EDIT: I just realized you meant the format DBF gave - yeah, that's required, I was thinking more of their use in the msg event.
Balgin Posted January 28, 2021 Posted January 28, 2021 1 hour ago, Sgt. Jenkins said: I can confirm this. I was playing around with Deviously Cursed Loot in TES5Edit, and changed the race of the men who randomly attack you to dremora. Afterwards, they were able to apply the curses. I was referring to Ceraph the Succubus.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now