It seems like currently in weakauras a spells %spellCount will only show if the spell is actually known.
My logic tells me that the correct spell count should be displayed when you select "Disabled Spell Known Check" in the trigger.
Also, the spell count is still shown on my action button, even if i dont have the talent providing the spell count selected. So the information from the game seems to be there.
My example is a implosion weakaura which shows the spell count of my implosion (number of my imps, which is quite important information, even if you dont select implosion talent)
WeakAuras Version
5.3.3
World of Warcraft Flavor
Retail (Default)
Tested with only WeakAuras
[X] Yes
[ ] No
Lua Error
No response
Reproduction Steps
Log in on a Demonology Warlock
Import the string for the example weakaura
see how spell count is correctly shown with implosion talent selected
untalent implosion -> spell count will always show 0
You have to enable the "Exact Spell Id" setting for that to work. This mirros how the game api works, GetSpellCount("Implosion") returns 0, whereas GetSpellCount(196277) returns the correct value.
Description
It seems like currently in weakauras a spells %spellCount will only show if the spell is actually known. My logic tells me that the correct spell count should be displayed when you select "Disabled Spell Known Check" in the trigger.
Also, the spell count is still shown on my action button, even if i dont have the talent providing the spell count selected. So the information from the game seems to be there.
My example is a implosion weakaura which shows the spell count of my implosion (number of my imps, which is quite important information, even if you dont select implosion talent)
WeakAuras Version
5.3.3
World of Warcraft Flavor
Retail (Default)
Tested with only WeakAuras
Lua Error
No response
Reproduction Steps
Last Good Version
No response
Screenshots
https://i.imgur.com/kJubOWQ.png
Export String