You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this is done dynamically. As in if TrackScape see's a new one never recorded before, it adds it. Some activities are not right. Here is a list to keep track to fix at a later time.
Jad shows as Fight Caves if picked up from broadcast message. We need to combine the 2. Probably Jad(but full name) since that's how runelite backend handles it
Priff laps have different capitalizations for [Aa]gility Course
!pb sol heredit does not work. I think this is the case for many bosses spelled fully if they have spaces in their name. I think it's sending as Sol heredit and not Sol Heredit.
Resolved with this commit. It was the space issue checking under Sol heredit when it needed to be Sol Heredit
Sol Heredit and Colosseum should be merged. Colosseum comes from in game broadcasts so can record it as Sol Heredit to match RL
RSNS with _(lowbar) have trouble making it to the PB Leaderboards
Jagex sees _ and a space as the same, some lookups must be doing it with _ instead of space but with a space is recorded
Appears to be an issue with decimal best times (00:30.6)
Some show, some do not. It’s either an issue with it not storing them properly or the js function that renders it out from seconds to a more readable format
Some bosses are doubling up
It appears some bosses are doubling up, but this appears to be a whitespace issue. For example there is a Whisperer and Whisperer Should be resolved with this commit
The text was updated successfully, but these errors were encountered:
Pbs show under the wrong name
Since this is done dynamically. As in if TrackScape see's a new one never recorded before, it adds it. Some activities are not right. Here is a list to keep track to fix at a later time.
Fight Caves
if picked up from broadcast message. We need to combine the 2. Probably Jad(but full name) since that's how runelite backend handles it!pb sol heredit
does not work. I think this is the case for many bosses spelled fully if they have spaces in their name. I think it's sending as Sol heredit and not Sol Heredit.RSNS with _(lowbar) have trouble making it to the PB Leaderboards
Jagex sees _ and a space as the same, some lookups must be doing it with _ instead of space but with a space is recorded
Appears to be an issue with decimal best times (00:30.6)
Some show, some do not. It’s either an issue with it not storing them properly or the js function that renders it out from seconds to a more readable format
Some bosses are doubling up
It appears some bosses are doubling up, but this appears to be a whitespace issue. For example there is aShould be resolved with this commitWhisperer
andWhisperer
The text was updated successfully, but these errors were encountered: