Why does the real Calise (after entering the Wayfort) not offer the third option towards her new quest anymore?

Papum

Well-Known Member
Dec 6, 2023
508
335
44
Stroke the deal with her and everything, has it something to do from my char being soulbound?

Sem Título.jpg
 
Last edited:

Tarnakus

Well-Known Member
Oct 31, 2020
567
297
Requirements for that are this ones:
Code:
QuestManager.hasUnlockedQuest(GLOBALS.QUEST_REDEMPTION) || QuestManager.getQuest(GLOBALS.QUEST_REDEMPTION).allNotes
You need Redemption quests unlocked, or Tollus notes from that quest*.

*This is my read from high level of the code -> I'm not 100% sure about what this casts actually do - mostly about the notes.
 
  • Like
Reactions: Papum

Papum

Well-Known Member
Dec 6, 2023
508
335
44
Requirements for that are this ones:
Code:
QuestManager.hasUnlockedQuest(GLOBALS.QUEST_REDEMPTION) || QuestManager.getQuest(GLOBALS.QUEST_REDEMPTION).allNotes
You need Redemption quests unlocked, or Tollus notes from that quest*.

*This is my read from high level of the code -> I'm not 100% sure about what this casts actually do - mostly about the notes.
That was what was needed, just needed to talk with Kasyrra in the dream palace to get the redemption quest.

Sem Título.jpg
 
  • Like
Reactions: Tarnakus