DatBear / Guardians-of-the-Rift-Helper

Shows info about the Guardians of the Rift minigame
BSD 2-Clause "Simplified" License
7 stars 26 forks source link

Points not showing #14

Closed Orrelous closed 2 years ago

Orrelous commented 2 years ago

I started these games with a fresh slate of 0/0 points, and no matter how many games i have done since yesterday my points have been stuck at 0/0, even now when they should show 1/17 2022-04-13_20-27-54 6

ulises-c commented 2 years ago

Points go negative after searching guardian

2022-04-14_18-48-39

beau-witter commented 2 years ago

Looks like it is specifically this regex: private static final String REWARD_POINT_REGEX = "Elemental attunement level:[^>]+>(\\d+).*Catalytic attunement level:[^>]+>(\\d+)"; which is line 81 in GuardiansOfTheRiftHelperPlugin.java Should probably be: private static final String REWARD_POINT_REGEX = "Total elemental energy:[^>]+>(\\d+).*Total catalytic energy:[^>]+>(\\d+).";