Skip to content

lua-wow/Filger

Repository files navigation

Filger

Filger is a minimalistic aura tracker addon for World of Warcraft.

It allows you to keep track of any buffs/debuffs of all units (player, target, focus, etc.)

It also track player's spells cooldown and item cooldowns.

Filger

Dependencies

Installation

  1. Download the latest version of Filger
  2. Backup your Interface and WTF folders.
  3. Delete Cache and WTF folders for a clean install.
  4. Copy/Paste Filger folder into WoW interface folder (World of Warcraft/_retail_/Interface/AddOns)
  5. Now you are ready to start World of Warcraft.

Configuration

The addon configuration can be done by editing the config.lua file.

local config = {
    frames = {
        ["PLAYER_COOLDOWNS"] = {
            enabled = true,
            unit = "player",
            filter = "COOLDOWN",
            caster = "player",
            anchor = { "CENTER", UIParent, "BOTTOM", 0, 259 },
            limit = 8,
            size = 38,
            max_size = 40,
            spacing = 3,
            initialAnchor = "CENTER",
            ["growth-x"] = "CENTER",
            ["growth-y"] = "CENTER",
            spells = {
                { spellId = 586, enabled = true },      -- Fade (Rank 1)
            }
        }
    }
}

obs.: The addon do not have a in-game configuration.

License:

Please, see LICENSE file.