Closed rbgdevx closed 4 days ago
Hi, Thank you for suggestion. But I personally prefer not to parse strings in UI:
oh okay i wasn't aware of the 3rd one, thats good to know.
thanks for the response!
Do you know where the source of LibHealerCheck came from btw? i couldn't find it anywhere
LibHealerCheck? I don't know. NameplateCooldowns uses LibHealerTracker. IIRC I've wrote it.
oh sorry yea i meant LibHealerTracker, oh okay awesome!
Just out of curiosity, and for my learning (im new to wow api + lua), for that lib how come you've moved away from using the UPDATE_BATTLEFIELD_SCORE
method you have commented out?
Sorry, I don't remember. 😅 Maybe GetBattlefieldScore
method was returned irrelevant data...
BTW, this code is primitive and straightforward. As you can see, there is 'reset' of healer status only on PLAYER_ENTERING_WORLD
event. Please consider it if you'll use this code.
okay good to know, thanks again!
WoW version Retail
Describe the feature you'd like to be implemented Hey 👋🏼 I think i have a new way to check if someone is a healer.
In 10.1.5 if you remember they added the spec to the tooltip on hover of characters. This code i have working in my project right now and haven't had an issue yet, lmk what you think but if it works for you it could replace the dependency on LibHealerCheck. Worth noting i could not find the source of LibHealerCheck or how that lib came to be.
There may be a dynamic way to get spec names to store as a reference table but i don't know it.