ellagartijo wrote: ↑Mon Dec 11, 2023 7:33 am
Greetings. I've been looking for the flags necessary to make Minthara show up in Moonrise Towers aafter knoking her out. I read online that if you knock her out in the Groove raid she wouldn't show up in Moonrise after, and I'm triying to force her to actually show up in Moonrise not just spawing her in the party (if I do it this way I can't interact weith her at all). Thanks in advance, I hace already seen some post about Minthara, but nothing post patch 5.
So I forgot to go save Minthara before activating the assault on moonrise...like plenty of past girlfriends, I forget to call them back and they become unattainable to me, oh well. But this is a video game, and we have methods to manipulate reality. So essentially I found myself at the end of act2, ready to head to Baldur's Gate without my big tiddy goth girlfriend.
Using the supplied CE table, I spawned Minthara as a companion but as expected, I wasn't able to interact with her at all. I'd try to say hi, but she wouldn't even look at me. I should probably explore the following events with a therapist, but I decided to take her to the beach behind The Last Light Inn. I like to think she was playing hard to get all the while thinking I was taking her on a romantic date to win her back. However, I walked her a bit out into the water, and forced her to jump out as far as she could. Her soul washed back to shore, and though I was a bit down not having that drow dumptruck nearby, I knew what had to be done.
I went back to camp, asked Withers to hold on to her for a while for me so she's no longer in my party. I said a quick goodbye to Shadowheart the Sidepiece.... Then I ran this script:
Code: Select all
{$lua}
if syntaxcheck then return end
[ENABLE]
flag1 = "0d71baee-bbcc-142e-665a-e7929f536526" --MOO_MintharaFate_Event_EnteredForbiddenArea
flag2 = "9533b62a-0146-a079-76ca-789288c2d6b6" --MOO_MintharaFate_Event_FightTorturers
flag3 = "e4c67b18-4d1b-ed53-174b-ff8d7accd24d" --MOO_MintharaFate_Event_LeavesForCamp
flag4 = "db163fc5-f218-96c9-7333-f466dfff804e" --MOO_MintharaFate_Event_MintharaFightsTorturers
flag5 = "cd79c131-aabf-7205-7cb7-c0ff5b0afe4f" --MOO_MintharaFate_Event_TorturersLeave
flag6 = "eaa338b4-e3c1-f62b-7258-d2e27fd8fc28" --MOO_MintharaFate_Event_TravelInterrupted
flag7 = "ddb706d0-576f-a7da-66b0-d8e7e4527ee0" --MOO_MintharaFate_HasMet2_Torturer1
flag8 = "05410ec6-9452-09ed-0b04-95100ffaee64" --MOO_MintharaFate_HasMet2_Torturer2
flag9 = "5ec9a062-039c-45bd-7f76-5b10eb368772" --MOO_MintharaFate_HasMetTorturer1
flag10 = "9a3c342a-a955-43b3-c26e-850fcfe1e326" --MOO_MintharaFate_HasMet_Torture
flag11 = "785ca5cc-7fe0-891d-c5c4-86d51f5c0d39" --MOO_MintharaFate_State_CheckpointCleared
flag12 = "9bd30b81-0890-678f-75db-8ec3674a1a0a" --MOO_MintharaFate_State_FollowedPlayer
flag13 = "f745cd7c-b3e6-cca7-10f3-a68efc02c4d3" --MOO_MintharaFate_State_Following
flag14 = "b77a54f6-a1e8-20a7-b932-9a0c10547a39" --MOO_MintharaFate_State_Freed
flag15 = "9fc7c628-2b2f-15db-fdcd-4c7fbccf6835" --MOO_MintharaFate_State_MintharaAllowedInMOO
flag16 = "bddd4113-9486-84fe-a88b-70ad9d87d00c" --MOO_MintharaFate_State_Pacified
flag17 = "4e0701b1-c16d-4017-8be6-5781c3c682f4" --MOO_MintharaFate_State_ToCamp
flag18 = "2c490890-6b9f-4411-bda4-be2b7981708b" --MOO_MintharaFate_State_Torture
flag19 = "609996c8-75d1-89f0-9ad3-1b7f73aee11d" --MOO_MintharaFate_State_Waiting
SetFlagOnPlayer(flag1)
SetFlagOnPlayer(flag2)
SetFlagOnPlayer(flag3)
SetFlagOnPlayer(flag4)
SetFlagOnPlayer(flag5)
SetFlagOnPlayer(flag6)
SetFlagOnPlayer(flag7)
SetFlagOnPlayer(flag8)
SetFlagOnPlayer(flag9)
SetFlagOnPlayer(flag10)
SetFlagOnPlayer(flag11)
SetFlagOnPlayer(flag12)
SetFlagOnPlayer(flag13)
SetFlagOnPlayer(flag14)
SetFlagOnPlayer(flag15)
SetFlagOnPlayer(flag16)
SetFlagOnPlayer(flag17)
SetFlagOnPlayer(flag18)
SetFlagOnPlayer(flag19)
[DISABLE]
It just set a bunch of fate flags for minthara as a shot in the dark...I'm not sure exactly which ones were needed, or all of them...not sure, didn't test much past this.
I asked 'ol Witherbones to bring back that sexy drow drip, the Pale Paladin, the Elf with the Shelf, Minthara. He begrudgingly obliged and when she came back, lets just say I was able to...interact with Minthara again.