meet Byvernia in different areas: requirements?

Blook88

Active Member
Jan 29, 2024
37
3
23
hi everyone.

currently trying to meet Byvernia in the other areas (harvest valley/old forest). i already had sex with her atleast once, sofar it seems i fullfill the requirements written in the wiki. are there new requirements which arent listed in the wiki? or are these events really that rare? + wiki mentions something about a relationship score: is it something already implemented?

thank you very much for your help.
 

IraMorti

Well-Known Member
Dec 5, 2017
799
1,082
37
Honestly I don't think I've ever met her anywhere other than the Foothills... and I wander Harvest Valley a lot to visit the puppers and Valencia since there is no closeby waypoint for them. I wonder if the page was written with planned content in mind - which doubtful it'll ever come if so since Bubble has been gone for a while now. Unless, someone picks them up - she's just another dead in the water character.
 

Bluebird42

Well-Known Member
Jan 5, 2021
129
303
27
I think you have to knock her up at least once for the other area visits to trigger, but I can't remember 100%
 

teawolf

Well-Known Member
Moderator
Jan 30, 2024
545
179
39
I was having the same issue, despite having knocked her up--I honestly don't know if they trigger at all anymore?
 
F

FreshMeat

Guest
It's a bit complicated.

As far as i understood (Beginner Code Monkey, Browser based on v0.7.9):

- She is added to the Forest (full) and Valley (green+red zone) encounter list "ByverniaFieldEncounter()" if you fucked her AND your last meeting has not been in the Forest or Valley.

So, if she doesnt show up in said 2 zones, you need to carry the fight back to the Foothills and have the regualar meeting with her where she attacks you.


Forest + Valley + Foothills.js - excerpt
-----------------------------------------
window.ForestEncounterTable = function ()
"byvernia.fucked() && 1 === flags.BYVERNIA_FIELD && e.push(ByverniaFieldEncounter)"
...

window.ByverniaFieldEncounter = function ()
...
processTime(15, 2),
flags.BYVERNIA_FIELD = 2,
-----------------------------------------
This Translates to:
  • Add byvernia to Zone Encounter List if she has been fucked and the FLAG "BYVERNIA_FIELD" has the value 1.
  • If you meet her anywhere and it's the encounter with the "Bother" choice, the flag "BYVERNIA_FIELD" will be set to 2 and then she can only been encountered in Foothills.
 
F

FreshMeat

Guest
It's a bit complicated.

As far as i understood (Beginner Code Monkey, Browser based on v0.7.9):

- She is added to the Forest (full) and Valley (green+red zone) encounter list "ByverniaFieldEncounter()" if you fucked her AND your last meeting has not been in the Forest or Valley. See below for correction

So, if she doesnt show up in said 2 zones, you need to carry the fight back to the Foothills and have the regualar meeting with her where she attacks you.


Forest + Valley + Foothills.js - excerpt
-----------------------------------------
window.ForestEncounterTable = function ()
"byvernia.fucked() && 1 === flags.BYVERNIA_FIELD && e.push(ByverniaFieldEncounter)"
...

window.ByverniaFieldEncounter = function ()
...
processTime(15, 2),
flags.BYVERNIA_FIELD = 2,
-----------------------------------------
This Translates to:
  • Add byvernia to Zone Encounter List if she has been fucked and the FLAG "BYVERNIA_FIELD" has the value 1.
  • If you meet her anywhere and it's the encounter with the "Bother" choice, the flag "BYVERNIA_FIELD" will be set to 2 and then she can only been encountered in Foothills.
Argh. Edit issue:
- She is added to the Forest (full) and Valley (green+red zone) encounter list "ByverniaFieldEncounter()" if you fucked her AND your last meeting has not been in the one with the "Bother" option.
 
  • Like
Reactions: teawolf