Jeuno Quest "Save My Son" Insufficient starting conditions
Closed this issue · 3 comments
eyes-and-brain commented
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
topaz/scripts/zones/Lower_Jeuno/npcs/_6t2.lua
Lines 50 to 52 in 66e33e5
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)
TeoTwawki commented
Wiki's don't always get updated.
eyes-and-brain commented
Thank you for your comment.
OK. Close.