Skip to content

not issue but question... #11

@Zelfreg

Description

@Zelfreg

Good day!
Is here any option to turn off extra buffs or maybe an advice how to index them within loop ie

local i, target_spell_id = 1, 123
while UnitBuff("player", i) do
            local spell_path, stack_count, spell_id = UnitBuff("player", i)
            if spell_id == target_spell_id then
                break
            end
            i = i + 1
        end
print(i)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions