BFT2020
Well-known member
So if you want to adjust quests per tier (before you unlock the next one), make a modlet that will modify the quests xml file.
What you are looking for is this:
<quests max_quest_tier="6" quests_per_tier="10">
And if you want, here is the code I used back in A21 to actually increase it from 7 to 10. You just need to change the 10 to whatever value you want.
What you are looking for is this:
<quests max_quest_tier="6" quests_per_tier="10">
And if you want, here is the code I used back in A21 to actually increase it from 7 to 10. You just need to change the 10 to whatever value you want.
Code:
<set xpath="//@quests_per_tier">10</set>