Download
(29Kb)
Download
Updated: 07-23-10 03:31 PM
Pictures
File Info
Updated:07-23-10 03:31 PM
Created:07-01-10 02:29 PM
Downloads:6,317
Favorites:41
MD5:

sFilger  Popular! (More than 5000 hits)

Version: 3.3.5d
by: st0nedpenguin [More]

sFilger is a very minimal buff/debuff tracking addon that will allow you to track buffs/debuffs on yourself, target, pets, focus, etc, and also can be used to track cooldowns.

Buffs/debuffs/cooldowns can be displayed as both bars and icons, and stack sizes and durations will be shown.

Only the buffs/debuffs/cooldowns you want will be displayed, the addon uses a whitelist system and you have to tell it exactly what you want it to show.

Preset spell lists for all classes are finally included, although they're not all inclusive and may be missing a spell or two here and there.

The default config is VERY bar/icon spammy, you'll probably want to go through and comment out a bunch of stuff for a usable setup.

Basic use
All configuration must be done by directly editing sFilger.lua, there are no config screens or slash commands.


Moving the bars
Open sFilger.lua with a text editor and change local configmode = false; to local configmode = true; and reload your UI (/console reloadui). You can then hold down shift + alt, and drag the individual anchors. After positioning, you can reset configmode to false and reload your UI again.


Understanding the spell list
Taking Divine Plea as an example.

{ spellName = "Divine Plea", size = 13, scale = 1, unitId = "player", caster = "player", filter = "BUFF", barWidth = 104 },

spellName = The name of the spell you want to display, duh!
size = The size of the icon/height of the bar.
scale = Overall size of the icon/bar.
unitId = Which unit you want to display this bar for. Can be a number of units, player/target/pet/focus etc, take a look at the included entry for Earth Shield to see how you can display a bar for specific units only.
caster = Who cast the spell. You can limit the icon/bar display to spells cast only by a specific unit, or display no matter who cast it. Handy for displaying only your own sacred shield for example.
filter = BUFF, DEBUFF, or CD. Fairly self explanatory.
barWidth = The width of the bar.

Copying/modifying existing entries is the easiest way to get started.


sFilger is a modified version of Filger, customized to fit my own UI, all credit goes to Shantalya!

3.3.5d - Added (mostly) all class spells, all classes are (mostly) supported at last
3.3.5c - I am retarded
3.3.5b - I may be retarded
3.3.5a - Font bugfix
3.3.5 - Initial release
Optional Files (0)


Post A Reply Comment Options
Unread 06-09-11, 08:26 AM  
mmitch
A Defias Bandit

Forum posts: 2
File comments: 35
Uploads: 0
DOT ticks

Is there any way to get the bars to show DOT ticks or a way of adding them in?

Thanks
Report comment to moderator  
Reply With Quote
Unread 06-03-11, 08:42 AM  
MoonWitch
A Firelord
AddOn Author - Click to view AddOns

Forum posts: 455
File comments: 162
Uploads: 9
Originally posted by vitalic
how can i make it display an icon when something is off cooldown?
As far as I know, that is not possible with this addon. Though you can add it, it's basically just the reverse
Report comment to moderator  
Reply With Quote
Unread 01-23-11, 10:17 AM  
vitalic
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
how can i make it display an icon when something is off cooldown?
Report comment to moderator  
Reply With Quote
Unread 11-08-10, 11:59 AM  
kawe
A Cyclonian
 
kawe's Avatar

Forum posts: 40
File comments: 95
Uploads: 1
where does the addon store information about the positioning with diff chars??

there is no lua file within WTF folder


-------------------------------------------------

ah finally found it :P


\World of Warcraft\WTF\Account\[name]\[realm]\[charname]layout-local.txt
Last edited by kawe : 11-23-10 at 08:52 AM.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 10:28 PM  
Cosmetic
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
is there a certain way to install this or just copy and paste it all into the addons folder?
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 03:21 PM  
Rammus
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Hello there,

When you try to display cooldowns with icons some weird stuff is happening
and it shows false cd's, such as 30sec lava burst cd etc.
Any chance you gonna update this? It is a great addon and i sure wish
you fix the errors and continue developing it

Thanks in advance
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 07:29 AM  
alliora
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
well it's not working for me...
here is the error I get qhen I log in.
Code:
Message: Interface\AddOns\sFilger\sFilger.lua:1000: Usage: UnitBuff("unit", [index] or ["name", "rank"][, "filter"])
Time: 10/15/10 15:27:47
Count: 3
Stack: [C]: in function `UnitBuff'
Interface\AddOns\sFilger\sFilger.lua:1000: in function <Interface\AddOns\sFilger\sFilger.lua:992>

Locals: (*temporary) = nil
(*temporary) = nil

[Edit] it's partially working, I'm just getting lua errors when I target something

Code:
Message: Interface\AddOns\sFilger\sFilger.lua:1000: Usage: UnitBuff("unit", [index] or ["name", "rank"][, "filter"])
Time: 10/15/10 15:40:36
Count: 1
Stack: [C]: in function `UnitBuff'
Interface\AddOns\sFilger\sFilger.lua:1000: in function <Interface\AddOns\sFilger\sFilger.lua:992>
[C]: in function `TargetNearestEnemy'
[string "TARGETNEARESTENEMY"]:1: in function <[string "TARGETNEARESTENEMY"]:1>

Locals: (*temporary) = nil
(*temporary) = nil
Code:
Message: Interface\AddOns\sFilger\sFilger.lua:1000: Usage: UnitBuff("unit", [index] or ["name", "rank"][, "filter"])
Time: 10/15/10 15:42:10
Count: 1
Stack: [C]: in function `UnitBuff'
Interface\AddOns\sFilger\sFilger.lua:1000: in function <Interface\AddOns\sFilger\sFilger.lua:992>
[C]: in function `CameraOrSelectOrMoveStop'
[string "CAMERAORSELECTORMOVE"]:4: in function <[string "CAMERAORSELECTORMOVE"]:1>

Locals: (*temporary) = nil
(*temporary) = nil
Last edited by alliora : 10-15-10 at 07:43 AM.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 02:16 PM  
st0nedpenguin
A Deviate Faerie Dragon
 
st0nedpenguin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 38
Uploads: 2
Originally posted by Cosmetic
does this work with 4.0?
I haven't had any issues with it so far, other than it lacking a lot of the new spells which can be manually added until I get the chance to add all eleventy billion of them.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 12:56 PM  
Cosmetic
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
does this work with 4.0?
Report comment to moderator  
Reply With Quote
Unread 09-25-10, 02:20 AM  
Minerv
A Black Drake
 
Minerv's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 89
File comments: 31
Uploads: 2
Hey and gr8 addon, was using the normal filger before this but it was really out of date and shit. Anyways i've been trying to get my DBW CD to show but havent had any luck as of yet, is it possible or am i just really bad?
Thx in advance.

Edit: Nvm, fixed it with "spellName = 13" and this http://www.wowace.com/addons/internal-cooldowns/

Also tried to turn the Internal Cooldowns addon on and off, seems like it makes difference, it tracks the CD when it's on and doesnt when it's off.
Last edited by Minerv : 09-25-10 at 02:44 AM.
Report comment to moderator  
Reply With Quote
Unread 08-04-10, 08:14 AM  
cocotimbo
A Deviate Faerie Dragon
 
cocotimbo's Avatar

Forum posts: 11
File comments: 37
Uploads: 0
Warlock cooldown section have shaman spells in it
Do you happen to have the correct list or should I fill it myself?

Btw: amazing addon! Congratulations!!!
Report comment to moderator  
Reply With Quote
Unread 07-27-10, 09:50 AM  
superjoel
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by st0nedpenguin
Okay, scratch that last comment.

{ spellName = 13, size = 13, scale = 1, filter = "CD", barWidth = 104 },

Replace 13 with 14 for your second trinket slot.
Thanks works great!
Best addon ever!
Report comment to moderator  
Reply With Quote
Unread 07-25-10, 07:17 AM  
ReverendD
A Rage Talon Dragon Guard
 
ReverendD's Avatar
AddOn Author - Click to view AddOns

Forum posts: 343
File comments: 53
Uploads: 1
Originally posted by Darxon
change
Mode = "BAR",

to

Mode = "ICON",

Not sure if I am missing a setting somewhere, but can the ICON setting come along with the text?

Also, can I disable certain bars such as the Self? I really have no need for that.

Thanks for any help guys.
__________________
"Computers have enabled people to make more mistakes faster than almost any invention in history, with the possible exception of tequila and hand guns" - Mitch Ratcliffe
“A computer once beat me at chess, but it was no match for me at kick boxing” - Emo Phillips
Last edited by ReverendD : 07-25-10 at 07:19 AM.
Report comment to moderator  
Reply With Quote
Unread 07-23-10, 04:06 PM  
Tanque
A Kobold Labourer

Forum posts: 1
File comments: 170
Uploads: 0
Nice work.
Last edited by Tanque : 07-23-10 at 04:07 PM.
Report comment to moderator  
Reply With Quote
Unread 07-23-10, 02:02 PM  
st0nedpenguin
A Deviate Faerie Dragon
 
st0nedpenguin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 38
Uploads: 2
Okay, scratch that last comment.

{ spellName = 13, size = 13, scale = 1, filter = "CD", barWidth = 104 },

Replace 13 with 14 for your second trinket slot.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: