project-topaz/topaz

Jeuno Quest "Save My Son" Insufficient starting conditions

Closed this issue · 3 comments

I have:

  • searched existing issues (http://project-topaz.com/issues/) to see if the issue has already been opened
  • checked the commit log to see if the issue has been resolved since my server was last updated

Additional Information (Steps to reproduce/Expected behavior) :

Previous Quest "Chocobo's Wounds" is missing in the start condition of "Save My Son ".
https://www.bg-wiki.com/bg/Save_My_Son

-- Save My Son
elseif (player:getQuestStatus(JEUNO, tpz.quest.id.jeuno.SAVE_MY_SON) == QUEST_AVAILABLE and mLvl >= 30) then
player:startEvent(164)

I think I need to add to the start condition that the quest "Chocobo's Wounds" has been completed.

    -- Save My Son
    elseif (ChocobosWounds == QUEST_COMPLETED and player:getQuestStatus(JEUNO, tpz.quest.id.jeuno.SAVE_MY_SON) == QUEST_AVAILABLE and mLvl >= 30) then
        player:startEvent(164)

Wiki's don't always get updated.

Thank you for your comment.
OK. Close.