RankSentinel

RankSentinel

151k Downloads

Classic Era / SoD - Arcane Intellect Next Rank Available at 0 when no target

boktai1000 opened this issue ยท 3 comments

commented

https://legacy.curseforge.com/wow/addons/ranksentinel?comment=76

On SoD when I target myself and cast a low rank of AI it seems to detect fine, but when I don't have myself targetted and cast it says that the next rank is available at 0

image

commented

Does this repro with the latest alpha?

commented

Just re-tested on my (now level 17) mage using Rank 1 AI, seems like it works as expected and no next rank at 0 message :)

image

Only thing is, and this might be intended behavior - I could not get the message to re-pop after dropping the buff, relogging and reloading. Perhaps its just been a while, or maybe something else - but at least as far as rank 0 goes - seems to be fixed and working as expected here :)

commented

Just re-tested on my (now level 17) mage using Rank 1 AI, seems like it works as expected and no next rank at 0 message

Yay, glad to see 141 commits since the last Classic release fixed something ๐Ÿ˜‚

I could not get the message to re-pop after dropping the buff, relogging and reloading.

That's correct, it only notifies once per player-spellID-level combination by caching notifications. Cache gets purged on addon updates or with /sentinel clear

elseif msg == "clear" then

The GUI UI was added after the fact so it's missing some of the more nuanced or advanced settings/toggles.