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.
- Download the latest version of Filger
- Backup your Interface and WTF folders.
- Delete Cache and WTF folders for a clean install.
- Copy/Paste Filger folder into WoW interface folder (
World of Warcraft/_retail_/Interface/AddOns) - Now you are ready to start World of Warcraft.
The addon configuration can be done by editing the config.lua file.
localconfig= {
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.
Please, see LICENSE file.
