Threat Plates

Threat Plates

31M Downloads

Feral druid considered healer

alexandersoto opened this issue ยท 11 comments

commented

Feral druids are showing up as a healer when the healer tracker widget is enabled.

commented

Hi Guys

Any update on this issue. It is super annoying seeing this.

I feel the widget as a hole is a little buggy when it comes to placement on health bar view and headline view.

All i care about though is removing the marker on classes that are not healers.

Ty for the great addon though my dudes

commented

this has been an issue since DF

commented

Currently, the following spells are used to detect a druid healer:

  [33763] = "DRUID", -- Lifebloom
  --[17116] = "DRUID", -- Nature's Swiftness
  [102351] = "DRUID", -- Cnenarion Ward
  [33763] = "DRUID", -- Nourish
  [81262] = "DRUID", -- Efflorescence
  --[740] = "DRUID", -- Tranquility
  --[102342] = "DRUID", -- Ironbark
  --[203651] = "DRUID", -- Overgrowth
  --[33891] = "DRUID", -- Incarnation: Tree of Life
  --[391528] = "DRUID", -- Convoke the Spirits
  [391888] = "DRUID", -- Adaptive Swarm -- Shared with Feral
  --[197721] = "DRUID", -- Flourish
  [392160] = "DRUID", -- Invigorate

I need to rework that and only keep spells that a Druid healer can use.

In BGs, also the spec information is used. Maybe that should take priority. Currently, the first info source (spell, scoreboard) wins.

commented

After some checking, I think for Druid the following should work, what do you mean?

  [33763] = "DRUID",   -- Lifebloom
  --[132158] = "DRUID",  -- Nature's Swiftness
  --[102351] = "DRUID",  -- Cenarion Ward
  [145205] = "DRUID",  -- Efflorescence
  --[740] = "DRUID",     -- Tranquilit
  --[102342] = "DRUID",  -- Ironbark
  --[50464] = "DRUID",   -- Nourish
  --[102693] = "DRUID",  -- Grove Guardians
  --[203651] = "DRUID",  -- Overgrowth
  --[33891] = "DRUID",   -- Incarnation: Tree of Life
  --[391528] = "DRUID",  -- Convoke the Spirits
  --[392160] = "DRUID",  -- Invigorate
  --[197721] = "DRUID",  -- Flourish
  [18562] = "DRUID",   -- Swiftmend
  [212040] = "DRUID",  -- Revitalize

I did not use spells with longer cooldowns or that are optional. What do you think? Does that look ok?

I also need to update the other healing specs, obviously.

commented

Healer Tracker is now updated in version 12.0.10. If a spec is still wrongly shown as healer, please report here.

commented

thank you!

commented

ran into an issue again today, now Balance druids are considered healers