Log in to ZYGOR
Log in with social media
OR
Log in with Zygor account

Announcement

Collapse
No announcement yet.

Mechagon Dailies - tiny, non-progress-blocking bug

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Mechagon Dailies - tiny, non-progress-blocking bug

    When completing the requisition daily on Mechagon as Horde, the daily suggested I collect another requisition item after turning in the quest.

    I looked at the code and saw this:
    Code:
    step
    label "Collect_Winter's_Kiss"
    collect 20 Winter's Kiss##152508 |q 56758 |future |or
    |tip Farm them with Herbalism or purchase them from the Auction House.
    |tip
    To Skip This Quest Click Here |confirm |next "Slay_Enraged_Rustbots" |or |only if havequest(56083)
    To Skip This Quest Click Here |confirm |next "Accept_Rustbolt_Daily_Quests" |or |only if not havequest(56083)
    It is missing the next step after collecting and turning in, so it continues to the next requisition which is for Deep Sea Satin.

    It can easily be fixed by replacing the collect line with
    Code:
    collect 20 Winter's Kiss##152508 |q 56758 |future |next "Turnin_Rustbolt_Requisition_Quest" |or
    The Alliance guide doesn't have this issue, at least on this step, but I think the Alliance guide is without that issue.

    Thank you!

    #2
    Okay, I have created a ticket for a member of the team to look into this for you. Thank you for your reports. Happy gaming!

    Comment

    Working...
    X