m0bilebtw / skills-tab-progress-bars

A RuneLite plugin to add progress bars in the skills tab
BSD 2-Clause "Simplified" License
9 stars 8 forks source link

[Shattered Relics League] Progress bars don't render. #15

Closed Numpty-Clodpole closed 2 years ago

Numpty-Clodpole commented 2 years ago

As per the title, the progress bars within the skills tab doesn't seem to render at all whilst on a "Leagues III" server.

Here's a screenshot: image

I tried uninstalling the plugin, and then re-installing it to see if maybe something had broken on my end. However since it's still not working, I figured I should open an issue on the GitHub repository here.

WlcxDev commented 2 years ago

It's also broken for me. Guessing it's to do with the locked skills?

m0bilebtw commented 2 years ago

This is specifically a leagues world issue. The script that the client runs to initialise the skills tab usually happens when you login. On leagues, (perhaps because of locked skills but honestly it seems more like a bug from jagex) it runs multiple tens of times per tick, while the skills tab is open. The skill widgets on leagues still have the same IDs as main game so the bars are actually still being created and put in the right places, they're just also being wrecked by this constant re-initialisation by the script that should only have been run once.