-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ Bug ] Gold / XP Leaderboards don't work in custom games #538
Comments
We added some changes to the code of the ingame module to fix this and some other issues |
Gold and XP seem to work now in custom games (as they show something), but the XP + Level seems off, as some player don't have the right level displayed sometimes (off by 1 level). Maybe related to all the changes with the Riot ID or something else (again) |
Probably related to #552 as well |
As mentioned in #522 there was an issue with the tool trying to save - player levels multiple times which also caused this issue and should also be fixed with the newest patch to the in-game module. |
I will confirm this in my next cast which might be after christmas |
Tested it today in custom games and it was buggy, giving wrong levels for players (some were at lvl "0" with 0 XP) |
I found that if I don't select Level Display, it won't show that level on the leader board and it will display incorrectly. |
Based on that comment, I know what the problem is and can supply a fix for that later today. |
We added a patch that should fix this issue 👍 |
How can I update it without affecting the CSS file I previously edited? |
If you edited the CSS directly in the module, you will need to back up your changes and reapply them. Ideally, you apply CSS changes through a theme which will not be affected by updates. |
Gold Leader Board in Custom game (Tournament Draft) Displayed incorrect. It's like pulling in old gameplay data of players in the custom room to display. It's based on someone playing Renekton while playing Thresh in room. |
This is probably due to champions being carried over from the previous game being spectated. Resetting the game state (ideally before/at the start of the game) should fix this, but adding better automatic resets once a game ends is something we'll look into. |
|
Reset Game State Furthermore, what effect will it have? |
If you press it DURING a game, some data won't be synced, like the number of turrets destroyed, for example. By pressing it before or at the beginning, you don't miss any major events so all stats resets acordingly. |
Original Issue: RCVolus/league-observer-tool#28
Describe the bug
When using this tool with prod-toolkit the Gold and Level leaderboard works when spectating a Ranked Game. When spectating a custom game both of those are blank.
System:
OS: Windows
Version: 6.7.2 (or whatever the latest which we had to manually install is)
The text was updated successfully, but these errors were encountered: