diff --git a/FreshShit/CombopointFlasher/display.lua b/FreshShit/CombopointFlasher/display.lua new file mode 100644 index 0000000..345eac2 --- /dev/null +++ b/FreshShit/CombopointFlasher/display.lua @@ -0,0 +1,3 @@ +function() + return UnitPower("player", 4) +end \ No newline at end of file diff --git a/FreshShit/CombopointFlasher/event.lua b/FreshShit/CombopointFlasher/event.lua new file mode 100644 index 0000000..3778a14 --- /dev/null +++ b/FreshShit/CombopointFlasher/event.lua @@ -0,0 +1,9 @@ +-- UNIT_POWER_FREQUENT +---@param e string +---@param unit string +---@param power string +function(e, unit, power) + if unit ~= "player" then return end + if power ~= "COMBO_POINTS" then return end + return true +end \ No newline at end of file diff --git a/FreshShit/CombopointFlasher/export b/FreshShit/CombopointFlasher/export new file mode 100644 index 0000000..94d235f --- /dev/null +++ b/FreshShit/CombopointFlasher/export @@ -0,0 +1 @@ +!nsvBVjooq4)lv6KALkiG(Y1VCsBlkvLU0ahoS8ndUjta3nXo12HcRwLF77y7KaTB1DRaLypzEFEMhAFAeLKtjj2)4rzPjJlakj6Hrd)6K5rJhfgqjPsHHW)bqdhCZnuIrgVfuAUuqd)7Ex0RhLelZKk0dH9D)h4EEH75L0WEDVIAWqW1fzS9rWo8YFfJwvQnYC)90srSbD5PNv9y1k)pfykvIQvZfCZu5BG60tSoauNCE1Qlrfbrs1JuY(jPPAWGbIsyI4ns1ujxGoDyqyuWmuyPbfoPWganMM4NuWA8s0(cSAnUm4nPkzHIvqjlApDidNxKWmOUWwW6z0JYCMHhVGNy2qj3I3rPXnrGOnmLXhQuUGR34pJh9sXZgfF9ASr67BrTcChDjMp8OZkF2fxszAkFhLSC4TKOLKOBNHQMuQy2Wsj962)Q2m8bGLzZSgBNQaNTKPbJhJwbpJoZx)pemE69ZrHL2SJ47XhIENo4iiCu0YPtwemB59Zc(35yJT6XoD68LcMILxTcQwPX0xS(DsT(7t)qHDAE4lTdF4CVrNxRYrGbEAJ)Q(5)uTQbjuTYSbehWkoiXX2uhkVrdN80DtW6yuye5)20cmZmN(Ed(eOPrvcT4qblhQHx(E3s)ySEI4EPPKpPxIJPcilBuY7nFdpXcp55qIvAP4acXuVr9IR1TfSi)9Ee4wiYR2ts0CeAHAU7OveSWaLGL9TML4bxtjVGrKNU)WoJgYs)WAeh5jgkZFw6KRTHKN7XEhH4BbK1vVgILcSWQX0cjsWGonNXf)5A3Ud9)OFHcSLz77uwc47vPiWdWvmMHz7j1ef3BL63cidNfeeAnvUgTwJlmXCFdQNNdKsc2zDS(n2ElNNiHFeJcUOnZrQ0mdLIu(6gkGDqINQiCGLWmtYCmU4yp2rcxMz4nJ14mMw)Bs1wg4pi0ckStLOZ2mBQ817E97FZPkLmOB)R7EbLSfl2lhyXa0F9 \ No newline at end of file