Comprehensive Search for the Elixir of Life / Reuel HP Quest Guide, lv120+

Discussion in 'Guides' started by Nivi, Nov 21, 2020.

  1. Caio
    Offline

    Caio Well-Known Member

    Joined:
    Jul 15, 2015
    Messages:
    235
    Likes Received:
    51
    Gender:
    Male
    Country Flag:
    IGN:
    iRewinD
    Level:
    170
    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?
     
  2. Nivi
    Offline

    Nivi Well-Known Member

    Joined:
    Jan 28, 2018
    Messages:
    167
    Likes Received:
    494
    Gender:
    Male
    Country Flag:
    Level:
    200
    Guild:
    Crew
    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.
     
  3. Caio
    Offline

    Caio Well-Known Member

    Joined:
    Jul 15, 2015
    Messages:
    235
    Likes Received:
    51
    Gender:
    Male
    Country Flag:
    IGN:
    iRewinD
    Level:
    170
    Damn, too late :(
     
  4. TakeItEasy
    Offline

    TakeItEasy Donator

    Joined:
    Jul 28, 2015
    Messages:
    847
    Likes Received:
    992
    Gender:
    Male
    Country Flag:
    Guild:
    Bougie
    It ok, it doesn't matter.
    Olaf and elinia quests are not counted torwards the daily cap of the quest.
     
    MrMiki, Caio and Mittsy like this.
  5. Nivi
    Offline

    Nivi Well-Known Member

    Joined:
    Jan 28, 2018
    Messages:
    167
    Likes Received:
    494
    Gender:
    Male
    Country Flag:
    Level:
    200
    Guild:
    Crew
    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.
     
  6. Sylafia
    Offline

    Sylafia Donator

    Joined:
    Jan 2, 2022
    Messages:
    2,244
    Likes Received:
    8,602
    Gender:
    Female
    Location:
    Lion King's Castle - Audience Room
    Country Flag:
    IGN:
    Sylafia
    Level:
    200
    Guild:
    Northern
    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();
    }
     
    Nivi likes this.

Share This Page