-
Notifications
You must be signed in to change notification settings - Fork 221
FadedPromises Bastok Quest #559
FadedPromises Bastok Quest #559
Conversation
I just did this quest 2 months ago. Seemed to work pretty well. What was changed? |
Not sure, I didn't see any of the stuff for that in project-topaz:release |
you are right, sorry for the confusion, disregard my comment |
I was laying in bed and thought I had messed a var up and I did. I’ll update in the morning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, looks like your var got a little confused! 😉
end | ||
elseif (player:getCharVar("twentyInPirateYearsCS") == 1) then | ||
player:startEvent(261); | ||
player:startEvent(261) | ||
elseif (FadedPromises == QUEST_ACCEPTED and player:hasKeyItem(tpz.ki.DIARY_OF_MUKUNDA)) then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing this is supposed to be checking for FadedPromises == 1...
(Because the finish sets it to 2)
elseif (csid == 803) then | ||
player:setCharVar("FadedPromises",2) | ||
elseif (csid == 804) then | ||
player:setCharVar("FadedPromises",4) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
..and then Ayame sets it to 3 in 804...
player:startEvent(775) | ||
elseif (player:getCharVar("BASTOK91") == 4) then | ||
player:startEvent(776) | ||
elseif (player:getCharVar("FadedPromises") == 4) then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...And then the final check is for 3, right?
misc = | ||
{ | ||
{ | ||
test = function(player) return player:getQuestStatus(BASTOK,tpz.quest.id.bastok.FADED_PROMISES) == QUEST_ACCEPTED and player:getCharVar("FadedPromises") == 2 and not player:hasKeyItem(tpz.ki.DIARY_OF_MUKUNDA) end, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And that the test is for if the FadedPromises var is 1?
So that comment above that said "I was laying in bed and thought I had messed a var up and I did. I’ll update in the morning." Yea i forgot to update it. Here is the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, hooksta!
I affirm: