HandyNotes: The War Within

HandyNotes: The War Within

592k Downloads

Suggestion/Feature Request: Add "Already Killed" Indicators For NPCs In The 10.2 Druid Forms Checklist

jneuls opened this issue ยท 3 comments

commented

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!

commented

@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.

Screenshot 2024-01-17 121523

commented

@wyldclaw

map.nodes[72002700] = DruidGlyph({

and

have the same coords.

commented

@Dairyman Good catch! Thank you. I also fixed the node from automatically hiding on login too.