Hey, I wrote this quickly, it should add the exp amount you want to all party members Replace X with your amount in the AddExploreationExperience function
--[[ for i, character in ipairs(Osi["DB_Players"]:Get(nil)) do local charHandle = character[1] Osi.AddExplorationExperience(charHandle, X) end ]]--
Thanks to Lockriel, this is exactly what I was looking for. For anyone else, make sure to replace the X in the AddExplorationExperience line with a valid number of experience points, with no commas for large numbers
I'm pretty sure she bugged when the wolf flashback was supposed to happen and i wasn't able to get those and I'm afraid i won't be able to get the outcome i want.
Mmmm, I'm not sure since I've never really had to mess with those, but there is a specific flag for when the player has enough of said points and will spare Nightsong.
You could try that, not sure if it'll work. I honestly don't know much about the flags, so if someone here knows better, then correct me pls. :')
EDIT: If you want to look for these flags yourself, you can do it from here: https://blueneuron.net/hexdatabrowser/ - go to the Flags section and select both name and description. Just typing in "NightsongPoint" with CTRL+F gets you them.
Just wanted to post a thank you. The flag somehow never got set properly in a coop game im playing which was very frustrating. I spent some time scouring the web for how to set this flag, but its surprisingly hard to find. I still dont entirely understand the syntax, but i believe this command worked; Shadowheart had her doubtful conversations.
Helllooo, is there a command to clear either breakup flags or all romance flags for a character? Specifically astarion because I think he still has a breakup flag
Info yapping: he broke up with me and I set his flag to partnered (because I still wanted to date him) but im trying to see all the resist durge scenes and for some reason he isn't being counted for scleritas to consider. I've seen it with Karlach, Shadowheart, Lae'zel, and Wyll (i have a polyamory mod) but once ive prepared for it to be only astarion for it the scene skips ;w;
What's the command to go half illithid? Yes i can make my characters get the powers but the brain won't fully unlock as long as im not half illithid. And they still refuse to eat the tadpole too to make it manually ingame
Is there a way to change appearance during dialogue? In one scene shadowhearts model will suddenly change back to original even though I edited her with appearance edit.
Anybody know if there's a way to fix my relationship with the Myconid colony? They're all permanently hostile to me after I brought Glut back to the colony after killing the Duergar, then took the dialogue option to expose his betrayal. I'm 99% sure it's a bug and just want to be able to finish Omeluum's quest, man. :( Honor mode, or I'd just load an older save...
Edit: a long rest later, Omeluum, Blurg, and Thulla were no longer hostile, so I just wiped out the rest of them. Oh well.
These are the normal commands for resurrecting NPC's. However, Minthara is likely a special case. Thus, I suspect it won't work if you've already been to Moonrise towers. In fact, it might not work if you've already started act II (an old mod that allowed good aligned parties to recruit Minthy [before you could do so in vanilla] said it needed to be installed before act II). Past that, try this mod, which allows you to duplicate and recruit custom NPC's. Don't know if it will break Mommy Minthara's dialogue though.
1257 comments
Replace X with your amount in the AddExploreationExperience function
--[[
for i, character in ipairs(Osi["DB_Players"]:Get(nil)) do
local charHandle = character[1]
Osi.AddExplorationExperience(charHandle, X)
end
]]--
In this case, I think it'd be :
SetFlag("ORI_Shadowheart_State_NightsongPoint_HasEnoughPoints_82893505-534a-461a-8dd5-0f4677dad6ce", Osi.DB_Avatars:Get(nil)[1][1])
You could try that, not sure if it'll work. I honestly don't know much about the flags, so if someone here knows better, then correct me pls. :')
EDIT: If you want to look for these flags yourself, you can do it from here: https://blueneuron.net/hexdatabrowser/
- go to the Flags section and select both name and description. Just typing in "NightsongPoint" with CTRL+F gets you them.
Info yapping: he broke up with me and I set his flag to partnered (because I still wanted to date him) but im trying to see all the resist durge scenes and for some reason he isn't being counted for scleritas to consider. I've seen it with Karlach, Shadowheart, Lae'zel, and Wyll (i have a polyamory mod) but once ive prepared for it to be only astarion for it the scene skips ;w;
(This one I haven't tested, not sure what that does, probably gives the eye/face-effect)
Then, if you wanna go full illithid (full on squiddie), you could do this: ApplyStatus(GetHostCharacter(), "MIND_FLAYER_FORM", -1)
Edit: a long rest later, Omeluum, Blurg, and Thulla were no longer hostile, so I just wiped out the rest of them. Oh well.
you've already been to Moonrise towers. In fact, it might not work if you've already started act II (an old mod that allowed good aligned
parties to recruit Minthy [before you could do so in vanilla] said it needed to be installed before act II). Past that, try this mod, which allows you to duplicate and recruit custom NPC's. Don't know if it will break Mommy Minthara's dialogue though.
Osi.DB_Dead:Delete("S_GOB_DrowCommander_25721313-0c15-4935-8176-9f134385451b")
Osi.DB_PermaDefeated:Delete("S_GOB_DrowCommander_25721313-0c15-4935-8176-9f134385451b")
Osi.DB_PreventPermaDefeated("S_GOB_DrowCommander_25721313-0c15-4935-8176-9f134385451b")
Osi.RemoveStatus("S_GOB_DrowCommander_25721313-0c15-4935-8176-9f134385451b")
Osi.RemoveHarmfulStatuses("S_GOB_DrowCommander_25721313-0c15-4935-8176-9f134385451b")
Osi.SetHitpointsPercentage("S_GOB_DrowCommander_25721313-0c15-4935-8176-9f134385451b")
Osi.PROC_CharacterFullRestore("S_GOB_DrowCommander_25721313-0c15-4935-8176-9f134385451b")
Maybe the trash can mod can help (assuming the noblestalk doesn't keep respawning).