Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plz add flash charged combo for rogues #395

Open
SlivaNilow opened this issue Feb 11, 2022 · 1 comment
Open

plz add flash charged combo for rogues #395

SlivaNilow opened this issue Feb 11, 2022 · 1 comment

Comments

@SlivaNilow
Copy link

SlivaNilow commented Feb 11, 2022

my variant

Configure {
            "ChargedComboFlash",
            "Show flash on charge combo",
            {
                196819, -- Потрошение
				  1943, --Рваная рана
				319175, --Черный порох
				315341, --Промеж глаз
				  2098, --Устранение
				 32645, --Отравление
            },
            "target",
            "UNIT_POWER_UPDATE",
            function(_, model)
                local cur = UnitPower("player", 4, true)

                if (cur == 2 and GetBuff("player", 323558)) then
                    model.highlight = "flash";
                end

                if (cur == 3 and GetBuff("player", 323559)) then
                    model.highlight = "flash";
                end

                if (cur == 4 and GetBuff("player", 323560)) then
                    model.highlight = "flash";
                end
            end,
        },
@Rainrider
Copy link
Member

Is 323547 the correct provider for this rule?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants