dafab33071

Newbie
Sep 21, 2020
91
134
Has anyone had their glasses randomly disappear completely? It's happened to me in two separate runs already, so on the second one I just cheated to buy them back
Were you wearing them or were they just in inventory?
Sometimes when you get hit enemies will cause you to drop an equipped item and you might not notice until you get back to town and realize 'wait, where tf did her boots go?!'
 
  • Like
Reactions: chilenopitecus

Vingyard

Newbie
Oct 11, 2017
32
14
Were you wearing them or were they just in inventory?
Sometimes when you get hit enemies will cause you to drop an equipped item and you might not notice until you get back to town and realize 'wait, where tf did her boots go?!'
I want to believe that wasn't the case, since it wasn't after a fight that I noticed it but after taking a carriage... But I might be wrong.

Also, does killing the fortune teller bug justice's questline? I have the (!) icon pointing me to Pirate's bane's inn where he should be, but he's not sitting there. Had I known, I would've finished him off in his previous location. I died right after he
You don't have permission to view the spoiler content. Log in or register now.
:/
 

Of_Ill_Omens

Member
Apr 10, 2023
161
295
Pretty sure you don't have to have any in your inventory.
Give the non-Abom babies to the nun at the Saint Monastery. I've always done that, it's always worked.
Of course, I mean to say keeping the baby in the inventory when Lona departs (one way or another) does work for Human/Moot/Human(Deep One), not that it is the only way, leaving them with the nun works as well. But neither of those methods works for abnos.

But with what you're showing it might be easy to make "abom baby in the inventory" work just appending the lines
Code:
if $story_stats["RecQuestEliseAbomBabySale"] >= 2 || $game_party.has_item?($data_items[XY]) #PlayerAbomBaby
if $story_stats["RecQuestEliseAbomBabySale"] >= 4 || $game_party.has_item?($data_items[XY]) #PlayerAbomBaby
with XY being whatever code of adom baby is


Also, does killing the fortune teller bug justice's questline? I have the (!) icon pointing me to Pirate's bane's inn where he should be, but he's not sitting there. Had I known, I would've finished him off in his previous location. I died right after he
You don't have permission to view the spoiler content. Log in or register now.
:/
Don't know if Fortune Teller's premature death impacts any questlines but I can save you a bit of a headache on what you seem to be trying to do. Unless you prefer to figure it out on your own.
You don't have permission to view the spoiler content. Log in or register now.
 

Vingyard

Newbie
Oct 11, 2017
32
14
Don't know if Fortune Teller's premature death impacts any questlines but I can save you a bit of a headache on what you seem to be trying to do. Unless you prefer to figure it out on your own.
Oh... Well I guess it makes sense lore wise. Thank you for saving me the headache. I do know the fortune teller's supposed to be part of the final dialogue of that questline, so maybe that's why it affects it?
 

Kenny567

Well-Known Member
Oct 10, 2017
1,961
1,058
Of course, I mean to say keeping the baby in the inventory when Lona departs (one way or another) does work for Human/Moot/Human(Deep One), not that it is the only way, leaving them with the nun works as well. But neither of those methods works for abnos.

But with what you're showing it might be easy to make "abom baby in the inventory" work just appending the lines
Code:
if $story_stats["RecQuestEliseAbomBabySale"] >= 2 || $game_party.has_item?($data_items[XY]) #PlayerAbomBaby
if $story_stats["RecQuestEliseAbomBabySale"] >= 4 || $game_party.has_item?($data_items[XY]) #PlayerAbomBaby
with XY being whatever code of adom baby is
Indeed, though to keep the requirements of the 2 and 4 respectively, I'd probably do something like this:
Code:
if $story_stats["RecQuestEliseAbomBabySale"] >= 2 || ($story_stats["RecQuestEliseAbomBabySale"] >= 2 && $game_party.has_item?($data_items[XY])) #PlayerAbomBaby
if $story_stats["RecQuestEliseAbomBabySale"] >= 4 || ($story_stats["RecQuestEliseAbomBabySale"] >= 4 && $game_party.has_item?($data_items[XY])) #PlayerAbomBaby
Though not having them in the inventory is the better option personally (at the cost of an immediate mood plummet)
 

Kenny567

Well-Known Member
Oct 10, 2017
1,961
1,058
Updating my OTP seems to have did the trick. Guess I was looking at the dates wrong. Thanks!
I'll change up the scripts that download and repack the OTP components so that the date format used will be the "international standard date notation" of yyyymmdd, since that seems to be what would be assumed without specifying what the format is.
 

Vingyard

Newbie
Oct 11, 2017
32
14
Am I supposed to be able to reach that box on the top right? It's in Cloud Village and the path is blocked by a pile of... What I hope are corpses

1726744513516.png
 

Vingyard

Newbie
Oct 11, 2017
32
14
Guess you've never tried attacking or interacting with said corpses...
I didn't try attacking the corpses since that never did anything before with any other blocking item afaik, but I obviously tried interacting with them and nothing happened

Edit: I loaded a previous save and got the box. Not that I can use it, because I killed the fortune teller and that made the merchant's house an eldritch lair
 
Last edited:

Kenny567

Well-Known Member
Oct 10, 2017
1,961
1,058
I didn't try attacking the corpses since that never did anything before with any other blocking item afaik, but I obviously tried interacting with them and nothing happened
Should of been the next idea when interacting doesn't work (or is that just me?)
 

Vingyard

Newbie
Oct 11, 2017
32
14
Should of been the next idea when interacting doesn't work (or is that just me?)
It made no sense in my mind that corpses would have an hp bar when other things that blocked me before could be removed by interacting with them. Still, couldn't do much with the box since the merchant's house was infested with eldritch abominations
 
  • Like
Reactions: xxxDPxxx

Kenny567

Well-Known Member
Oct 10, 2017
1,961
1,058
It made no sense in my mind that corpses would have an hp bar when other things that blocked me before could be removed by interacting with them. Still, couldn't do much with the box since the merchant's house was infested with eldritch abominations
If I recall, they should be 1-hit to destroy (the corpses)
 
Aug 27, 2020
46
24
Here’s a question for you all now. My stamina slowly decreases when in a tile. Is it caused by having a stack of lactating? Is it because of one of the many mods from Elise? I noticed it doesn’t happen on a NG+. :)
i may be wrong, but i think it's for having lactation on red number and/or having arousal on red number (with the elise mod that prevents orgasm)
 

ElHombreNihilista

New Member
Jan 7, 2022
12
1
i played it quite many versions ago, were sprite animation during sex scenes updated? or plans to do it? it looks goofy af when she is blowing someone and sprite acts as if she was being hit or smth
 

aohk0991

New Member
Apr 17, 2020
7
0
What's Unknown Creature Baby ?
I brought Lona into the temple and mate with a big fat deepone down there. Following wiki, there're 2 cases happened: deepone baby or human baby. However,Lona gave birth an Unknown Creature Baby look like a blood meat.
Did I do something wrong or there're more than 2 cases giving-birth when mating with deepone ?
 
4.10 star(s) 214 Votes