Suggestion/Feature Request: Add "Already Killed" Indicators For NPCs In The 10.2 Druid Forms Checklist
jneuls opened this issue ยท 3 comments
I suppose the title pretty well covers the ask.
- Could use color coding?
if (isFormCollected) then npcNameColor = "ffffff"; end
if (not isLootable and not isFormCollected) then npcNameColor = "808080"; end
if (isLootable and not isFormCollected) then npcNameColor = "00ff00"; end
- Strikethrough NPC names in the list that are no longer lootable? (Regardless of the Druid Form collection status.)
Thanks and keep up the great work!
@jneuls I added an additional node with a checklist for rare kills around The Emerald Dream. Rares with forms already collected will disappear from the list. Rares with a daily kill will mark as (Completed). I'm currently not sure how to check for boss kills in an instance.
and
have the same coords.
@Dairyman Good catch! Thank you. I also fixed the node from automatically hiding on login too.