Enriath / external-plugins

Where my external plugin code lives. Check the branches!
BSD 2-Clause "Simplified" License
19 stars 17 forks source link

[Subtle Virtual Levels] Experience left until next virtual level #127

Closed Hjaldr closed 2 months ago

Hjaldr commented 2 months ago

This issue is for the external plugin: Subtle Virtual Levels Plugin version: 1.1 The plugin does not show experience until the next virtual level, unlike the generic plugin. While the visualization is better, not having the experience remaining shown in the hover-over information for a post-99 skill makes it less usable for tracking milestones past 99.

Enriath commented 2 months ago

Subtle Virtual Levels wasn't ever designed to do anything you mentioned here, as it's meant to do one thing and do it well (or at least well enough). It just adds the little darker box with the virtual level in it. No tooltip, no level tracking, by design. In this screenshot, it's the just that 109. image Going forward, it won't get support for tooltips, also because I already have a plugin that does what you want.

Better Skill Tooltips is another plugin I made to make the tooltips better. It supports showing virtual level experience like the core Virtual Levels plugin, but only changes the tooltip. It also has a nice way to display goals (which it pulls from the vanilla goals), and given the vanilla goals support levels past 99 it could be quite useful for you.

Sub-99 skill with no goal (also the same on vanilla) image

>= 99 skill with no goal, with the Show virtual level info option enabled image

>= 99 skill with a goal set, with all options enabled image

Hjaldr commented 2 months ago

I didn't know about the other plugin. I just figured because the vanilla virtual levels plugin lacked an option to hide virtual levels but still show experience tooltips, it was either/or, but this solves it, thanks!