Feature Request: No Daily Focus Cap Cheat #1641

Closed
opened 2025-04-14 20:19:53 -07:00 by VampireKitten · 4 comments
Contributor

Similar to No Daily Standings, a cheat to bypass the focus cap. Admittedly, I had initially assumed it would be covered by the daily standings cheat.

Similar to No Daily Standings, a cheat to bypass the focus cap. Admittedly, I had initially assumed it would be covered by the daily standings cheat.
Sainan added the
enhancement
label 2025-04-14 20:21:09 -07:00
Owner

Is this genuinely a limit you can even hit with normal gameplay???

Plus, don't eidolon shards bypass this anyway?

Is this genuinely a limit you can even hit with normal gameplay??? Plus, don't eidolon shards bypass this anyway?
Author
Contributor

Is this genuinely a limit you can even hit with normal gameplay???

Plus, don't eidolon shards bypass this anyway?

Oh, yes, it's extremely easy. You get a guaranteed 5k from just grabbing a focus bubble, and 2.5k for each Thrax Legatus or Centurion you kill either in Duviri or the Zariman. The cap at MR5 is 275k, which is reached in... 55 Focus Bubbles max, which is 55 quick missions at most.

If you, say, play Elite Sanctuary Onslaught, the limit becomes a joke, as Eximus are worth a lot of affinity, and you get a free Focus Buff at the start of each round past the first, just without the 5k initial bump.

And, yes, Eidolon Shards bypass this, but Universal Medallions weren't an argument against the Daily Standing caps. Not to mention it does rely on hunting down Eidolons, which isn't everyone's cup of tea anyway.

> Is this genuinely a limit you can even hit with normal gameplay??? > > Plus, don't eidolon shards bypass this anyway? Oh, yes, it's extremely easy. You get a guaranteed 5k from just grabbing a focus bubble, and 2.5k for each Thrax Legatus or Centurion you kill either in Duviri or the Zariman. The cap at MR5 is 275k, which is reached in... 55 Focus Bubbles max, which is 55 quick missions at most. If you, say, play Elite Sanctuary Onslaught, the limit becomes a joke, as Eximus are worth a lot of affinity, and you get a free Focus Buff at the start of each round past the first, just without the 5k initial bump. And, yes, Eidolon Shards bypass this, but Universal Medallions weren't an argument against the Daily Standing caps. Not to mention it does rely on hunting down Eidolons, which isn't everyone's cup of tea anyway.
Author
Contributor
    if (config.noDailyStandingLimits) {
        const spoofedDailyFocus = Math.max(999_999, 250000 + inventoryResponse.PlayerLevel * 5000);
        inventoryResponse.DailyFocus = spoofedDailyFocus;
    }

I believe this should do it?

Yeah, just checked, it seems to do the trick. I could make a PR about it right now, or I could try to make it a separate option, though that will take me a bit to remember where the WebUI files are to change that.

``` if (config.noDailyStandingLimits) { const spoofedDailyFocus = Math.max(999_999, 250000 + inventoryResponse.PlayerLevel * 5000); inventoryResponse.DailyFocus = spoofedDailyFocus; } ``` I believe this should do it? Yeah, just checked, it seems to do the trick. I could make a PR about it right now, or I could try to make it a separate option, though that will take me a bit to remember where the WebUI files are to change that.
Owner

Not saying I'm against it, just curious.

Not saying I'm against it, just curious.
Sainan added the
pr'd for
label 2025-04-15 16:56:30 -07:00
Sign in to join this conversation.
No description provided.