Daily Standing reset ignores Mastery Rank #709

Closed
opened 2025-01-04 06:41:12 -08:00 by VampireKitten · 2 comments
VampireKitten commented 2025-01-04 06:41:12 -08:00 (Migrated from github.com)

#582 hardcodes the daily standing reset to 16000, the base amount for an MR0 player, but ignores the 500 additional standing cap obtained per Mastery Rank.

Additionally, it ignores daily focus, despite being part of the same system.

#582 hardcodes the daily standing reset to 16000, the base amount for an MR0 player, but ignores the 500 additional standing cap obtained per Mastery Rank. Additionally, it ignores daily focus, despite being part of the same system.

Focus Points have a daily limit of 250,000, which scales at the rate of 5,000 additional cap per Mastery Rank. This limit resets at 00:00 UTC.

Yeah, I wasn't entirely sure about MR scaling because it could result in some whacky numbers when combined with spoofing.

> Focus Points have a daily limit of 250,000, which scales at the rate of 5,000 additional cap per Mastery Rank. This limit resets at 00:00 UTC. Yeah, I wasn't entirely sure about MR scaling because it could result in some whacky numbers when combined with spoofing.
VampireKitten commented 2025-01-04 18:00:33 -08:00 (Migrated from github.com)

In the MR calculations, check if MR is above 100, if so, cap it to 100? That would solve the issue, I'm pretty sure. Gonna be a long time before the live game even reaches MR Legendary 70

In the MR calculations, check if MR is above 100, if so, cap it to 100? That would solve the issue, I'm pretty sure. Gonna be a long time before the live game even reaches MR Legendary 70
Sign in to join this conversation.
No description provided.