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,320
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 07-03-10, 04:21 AM  
Banur
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 137
Uploads: 5
I'm getting errors from line 391 as it can't find "inherit node 'sFont'".
I just extracted everything from the zip to sFilger and it doesn't work.
Report comment to moderator  
Reply With Quote
Unread 07-03-10, 12:15 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 Banur
I'm getting errors from line 391 as it can't find "inherit node 'sFont'".
I just extracted everything from the zip to sFilger and it doesn't work.
No idea where that's coming from, it's working fine on my end.

Do you have the media folder containing the font?
Report comment to moderator  
Reply With Quote
Unread 07-03-10, 02:57 PM  
zedbg
A Kobold Labourer

Forum posts: 0
File comments: 41
Uploads: 0
i got the same error and yes i have the font in the folder
Report comment to moderator  
Reply With Quote
Unread 07-03-10, 09:24 PM  
st0nedpenguin
A Deviate Faerie Dragon
 
st0nedpenguin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 38
Uploads: 2
Uploaded a (hopeful) fix, let me know if that sorts it out.
Report comment to moderator  
Reply With Quote
Unread 07-04-10, 01:42 AM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Thank you for coming out with this! Filger hasn't really been working great, i mean it has, but Thank you for updating/continuing this

edit - Filger had an Icon option, you have this here too?
Last edited by Ferous : 07-04-10 at 01:43 AM.
Report comment to moderator  
Reply With Quote
Unread 07-04-10, 06:59 AM  
Darxon
A Warpwood Thunder Caller
AddOn Compiler - Click to view compilations

Forum posts: 93
File comments: 66
Uploads: 2
Originally posted by Ferous
Thank you for coming out with this! Filger hasn't really been working great, i mean it has, but Thank you for updating/continuing this

edit - Filger had an Icon option, you have this here too?
change
Mode = "BAR",

to

Mode = "ICON",

__________________
Report comment to moderator  
Reply With Quote
Unread 07-13-10, 05:28 AM  
Areul
A Kobold Labourer

Forum posts: 0
File comments: 119
Uploads: 0
if the spell list use spellid to work,that will be perfect perform on every localization servers...
Report comment to moderator  
Reply With Quote
Unread 07-14-10, 04:40 PM  
Nokzius
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Hey

I just "found" your addon, and it suits my needs perfectly.
Unfortunately, after set everything up as I want it, I found that it caused, what can best be described as "stuttering", when I am in combat and casting spells. The whole screen freezing up again and again. itīs very annoying.

I know that itīs your addon causing it, because as soon as I disabled it, everything was back to normal. I then made a fresh download and set a new config up......still the same problem.

Any Idea whatīs wrong?

Thanks
Report comment to moderator  
Reply With Quote
Unread 07-22-10, 08:15 AM  
superjoel
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Trinkets.

I can't get my trinket to show as a cooldown.

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

Is what I'm using at the moment. But for some reason it does not show
Perhaps it's only spells?
Report comment to moderator  
Reply With Quote
Unread 07-22-10, 05:52 PM  
st0nedpenguin
A Deviate Faerie Dragon
 
st0nedpenguin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 38
Uploads: 2
Re: Trinkets.

Originally posted by Nokzius
Hey

I just "found" your addon, and it suits my needs perfectly.
Unfortunately, after set everything up as I want it, I found that it caused, what can best be described as "stuttering", when I am in combat and casting spells. The whole screen freezing up again and again. itīs very annoying.

I know that itīs your addon causing it, because as soon as I disabled it, everything was back to normal. I then made a fresh download and set a new config up......still the same problem.

Any Idea whatīs wrong?

Thanks

I noticed horrible framerates in combat after 3.3.5 hit, but I get them with addons enabled and without, the only thing that gets rid of them is setting my combat log to show "What happened to me". No idea what it's all about.

Originally posted by superjoel
I can't get my trinket to show as a cooldown.

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

Is what I'm using at the moment. But for some reason it does not show
Perhaps it's only spells?

At a guess the buff from the trinket has a different name to the trinket itself, activate it and see. I have trinket durations showing fine for a couple trinkets.
Last edited by st0nedpenguin : 07-22-10 at 05:53 PM.
Report comment to moderator  
Reply With Quote
Unread 07-23-10, 03:02 AM  
superjoel
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Re: Re: Trinkets.

Originally posted by st0nedpenguin
At a guess the buff from the trinket has a different name to the trinket itself, activate it and see. I have trinket durations showing fine for a couple trinkets.
Oh I think you misunderstood me.
The trinket duration shows up fine.

I want the cd on the trinket to show alongside my other cooldowns.

Thanks for a wonderful addon
Report comment to moderator  
Reply With Quote
Unread 07-23-10, 01:55 PM  
st0nedpenguin
A Deviate Faerie Dragon
 
st0nedpenguin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 38
Uploads: 2
Re: Re: Re: Trinkets.

Originally posted by superjoel
Oh I think you misunderstood me.
The trinket duration shows up fine.

I want the cd on the trinket to show alongside my other cooldowns.

Thanks for a wonderful addon
Well that'll teach me to read better before replying.

It looks like you're correct though, the cooldown tracking only seems to be working with spells and not trinkets, and I'm not entirely sure if it's something I can fix/add.
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
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-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
Post A Reply



Category Jump: