Hey! As said: (And the spoiler below) That character's health that must be some specific number at 175, have a question about that: To make sure I'll be able to repeat the quest more times in order to reach more HP, shall I skip every Adventurer Assignments Quests? Or the HP provided by Adventurer Assignment Quest doesn't count as that base HP?
I used a level 200 character for the questing, my first one when I didnt know anything about hp washing in 2017. The metric was simply noting the time when I pick up the quest and later when I receive the quest rewards and doing simple subtraction. Havent played in years, but pretty sure that Adventurer's Assignment boosted your base hp directly. So you should do Reuel HP quest first until you can no longer repeat it without cooldown and only after that do Olaf and the Ellinia HP quest.
It ok, it doesn't matter. Olaf and elinia quests are not counted torwards the daily cap of the quest.
Alright, removed the part about not being able to use other characters to farm the items since you clearly can now (years ago that restriction used to be in place). I havent played the game in several years, but been somewhat active again during this event. Still a bit unsure on how the other HP quests interact with the daily cooldown cap. I have heard several reports on the quest being uncapped despite reaching higher base HP values than those initially reported in Patch 72, so either the cap values have been buffed at some point or the other HP quests do not count towards the cap. If it is the latter, I wonder how it would even be detected since it would suggest base HP values are fragmented.
I believe GMs have confirmed that they don't count against the cap. Probably doesn't fragment HP, just some checks in Reuel like: if (GetQuest("olaf1").complete) { currentHP -= 225; // or whatever it is } ... if (currentHP + potentialHP < cap) { unlimited(); } else { daily(); }