Hekili Priority Helper

Hekili Priority Helper

44M Downloads

Hekili not flashing over consoleport button bars

n47h4ni3l opened this issue ยท 1 comments

commented

Before You Begin

  • I confirm that I have downloaded the latest version of the addon.
  • I am not playing on a private server.
  • I checked for an existing, open ticket for this request and was not able to find one.
  • I edited the title of this feature request (above) so that it describes the issue I am reporting.

Feature Request

Hi, I would like the button flashing to work over consoleport bars. The consoleport dev team has generously supplied me with the code needed to give to you.

local CPActionButtonEvent = LibStub("CPActionButton"):GetScript("OnEvent")
local function ShowGlow(spellId)
CPActionButtonEvent(, "SPELL_ACTIVATION_OVERLAY_GLOW_SHOW", spellId)
end
local function HideGlow(spellId)
CPActionButtonEvent(
, "SPELL_ACTIVATION_OVERLAY_GLOW_HIDE", spellId)
end

Thank you kindly.

Additional Information

No response

Contact Information

No response

commented

The button flashing is supplied by SpellFlashCore, which appears to no longer be maintained. I do not plan to reimplement SpellFlash without a pre-existing library.