TellMeWhen

TellMeWhen

24M Downloads

Unable to track which Hero Specialization is active using conditions (TWW)

Alwies opened this issue ยท 0 comments

commented

WoW Version

Retail

TellMeWhen Version

11.0.5 r8 (g71292cc)

Describe the bug

Not sure if a bug or a feature request.
But it's currently not possible using condition to see which Hero specialization is active.

Things I've tried:

  1. Points in talent on a 2nd row hero talent
    Seems to be always true. Probably because the point is still in the talent even when you've another Hero specialization selected.
  2. Spell Learned on a 2nd row hero talent.
    Seems to be always False.

Some API testing reveals:
IsSpellKnown() always returns false when used on hero talents
IsPlayerSpell() returns correct values, so true if it's a talent in the current active hero specialization and false if it's a talent in the inactive hero specialization.
Only tested using SpellID's

Export Strings

N/A can be tested with on any spec.

Edit: spell cooldown icon does correctly show/hide a usable spell depending on if it's within the current hero specialization