You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both "Raise a water attunned adventurer to level 30" and "Upgrade a water attuned dragon to level 5" endeavors completed without having actually done them.
With an inventory of level 1 dragons and a few adventurers at level 8, the endeavours were completed.
Expected behavior
They should complete according to the description
The text was updated successfully, but these errors were encountered:
This is probably a mismatch between the _CompleteValue and how we calculate initial progress.
For example, royal regimen mission 104400 "Upgrade a Light-Attuned Dragon to Lv. 30" is insta-completed on a fresh account that has not met the requirements. This looks to be because in GetInitialMissionProgress we call GetDragonMaxLevel and get a value of 1, but the _CompleteValue is 1 (signifying 1 dragon at level 30?), so we view the mission as completed.
Frustratingly our current calculation is correct for the last three so we can't just change GetDragonMaxLevel to return the number satisfying the threshold. We will probably have to introduce a new MissionCompleteType.
Describe the bug
Both "Raise a water attunned adventurer to level 30" and "Upgrade a water attuned dragon to level 5" endeavors completed without having actually done them.
With an inventory of level 1 dragons and a few adventurers at level 8, the endeavours were completed.
Expected behavior
They should complete according to the description
The text was updated successfully, but these errors were encountered: