Download
(8Kb)
Download
Updated: 08-31-16 05:04 AM
Pictures
File Info
Compatibility:
Legion (7.0.3)
Updated:08-31-16 05:04 AM
Created:08-29-10 06:43 AM
Downloads:19,830
Favorites:70
MD5:
Categories:Plug-Ins & Patches, Buff, Debuff, Spell, Casting Bars, Cooldowns, Combat Mods, Utility Mods

sFilter  Popular! (More than 5000 hits)

Version: 5.0.3
by: Danpiel, EvilRiver

This is a sFilter with spell list/configuration.

Minimalistic proc/buff/debuff watcher with premade spell lists for each player class.

  • No ingame configuration.
  • All settings is in settings.lua, use notepad for edit.
  • Unpack and ready to go.
  • Supports default timers for buttons by wow client and ElvUI.

Latest changes:
Version 5.0.3

### Warrior

Fixed for arms

### Monk

Rework for timers and procs

### Druid

Reworked most of spells

### Others

Fixed overlaping abilities, some reposition


Credits and thanks:
Author of sFilter - Nils Ruesch a.k.a Shantalya
Inspiring, sharing coding knowledge, testing - Vlakarados @ Soulflayer (Свежеватель Душ)
Spell lists - Данп @ Soulflayer (Свежеватель Душ)
People in Comments

Thank you guys


Github Repository

Check out Releases page on Github
Optional Files (0)


Post A Reply Comment Options
Unread 12-27-10, 06:59 PM  
kaelix
A Kobold Labourer

Forum posts: 0
File comments: 27
Uploads: 0
nice addon i love it can u tell me how can i add Empowered Shadow(id 95799) for shadow priest thank u
Report comment to moderator  
Reply With Quote
Unread 10-26-10, 02:18 AM  
Danpiel
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 20
Uploads: 1
Originally posted by wjdrzq
Up to now ,I test ten classes,twenty talents, I find some mistakes and added some spellid(I think needed ):
DEATHKNIGHT(add two spellid):

{spellId = 91342, size = 64, unitId = "pet", isMine = 0, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 222, -54}},
{spellId = 49016, size = 24, unitId = "player", isMine = all, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 15, -37}},



Added

Mage(Hot Streak spellid is wrong,add spellid 44448):
{spellId = 44445, spellId2 = 79683, spellId3 = 12357, spellId4 = 44448,size = 64, unitId = "player", isMine = all, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 148, -54}},
Fixed, spellid was wrong for both of us

PRIEST(add spellid 81660):
{spellId = 81660, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 132, 0}},
Already was in place, but with HARMFUL filter, Evanglism and Archangel, and their Dark brothers divided into two groups.

ROGUE(Revealing Strike and spellid 79140 's para is wrong,add spellid 84745,Bandit's Guile id wrong):
{spellId = 84617, spellId2 = 79140,size = 32, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", 132, 0}},
{spellId = 84745, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 169, -37}},
{spellId = 32645, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 15, 0}},
All fixed except envenom, it's 1 sec duration, 100% proc chance so is no need to track it, same as post before, poison stacks already visible, sFilter is for custom % procs i.e. holy paladin shocks and heals not 100% proc, so I need to watch for them.

DRUID(two spell filter are wrong,filter should to be "helpfull")
{spellId = 22812, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 132, 37}},
{spellId = 52610, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 243, 0}},
Fixed

check it ,thanks!
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 08:57 PM  
sephra
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Originally posted by Danpiel
Instead i making "another cooldown monitoring addon" I suggest my friends work, less recourse consumable than sFilter, only lua configuration and more sexy look. I'll give link to it, after we finish testing/updating today.
can't wait sfilter rox !!!!
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 09:49 AM  
Malkom
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
Paladin holy :

Code:
	-- Judgements of the Pure
	{spellId = 53657 , size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 280, 0}},
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 11:21 AM  
wjdrzq
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Up to now ,I test ten classes,twenty talents, I find some mistakes and added some spellid(I think needed ):
DEATHKNIGHT(add two spellid):

{spellId = 91342, size = 64, unitId = "pet", isMine = 0, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 222, -54}},
{spellId = 49016, size = 24, unitId = "player", isMine = all, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 15, -37}},

Mage(Hot Streak spellid is wrong,add spellid 44448):
{spellId = 44445, spellId2 = 79683, spellId3 = 12357, spellId4 = 44448,size = 64, unitId = "player", isMine = all, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 148, -54}},

PRIEST(add spellid 81660):
{spellId = 81660, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 132, 0}},

ROGUE(Revealing Strike and spellid 79140 's para is wrong,add spellid 84745,Bandit's Guile id wrong):
{spellId = 84617, spellId2 = 79140,size = 32, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", 132, 0}},
{spellId = 84745, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 169, -37}},
{spellId = 32645, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 15, 0}},

DRUID(two spell filter are wrong,filter should to be "helpfull")
{spellId = 22812, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 132, 37}},
{spellId = 52610, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 243, 0}},

check it ,thanks!
Last edited by wjdrzq : 10-24-10 at 02:45 AM.
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 10:47 AM  
wjdrzq
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I'm testing the config file,I find some mistaks(I have ten classes),I will paste the mistakes later....,on the other way ,I also look forward the addon with cd function!
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 09:23 AM  
zohar101
A Cyclonian
 
zohar101's Avatar

Forum posts: 43
File comments: 188
Uploads: 0
I was gonna ask about CDs...
and then I saw 4 other posts asking
Will wait for update, ty.
Report comment to moderator  
Reply With Quote
Unread 10-22-10, 08:28 AM  
Malkom
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
ok I understand

Here an add for drood :

Code:
    -- Faerie Fire (Feral), Faerie Fire
    {spellId = 91565, size = 32, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", 280, 0}},
Report comment to moderator  
Reply With Quote
Unread 10-22-10, 06:23 AM  
Danpiel
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 20
Uploads: 1
Originally posted by Malkom

Don't think Vendetta working like that because i'ts a harmful spell not a helpful spell

It's for this reason that I wrote the code in 2 lines...
My bad, don't have 80 rogue atm to test it so there may be some mistakes.

About Conviction for paladin, almoust all classes have stacking buff on self or debuff on target for increased damage, it happens automatcally and they are 100% uptime in active combat so there is no reason to track them, these buffs meant moustly for pve and less for pvp, main purpose is to decrease burst effect of all clases in pvp. I will not add them in spell list to avoid spamy additional icons.

Another useless comment to say thank you ! Tested the addon a few hours, everything has been working flawlessly so far. It's exactly what's I was looking for

Keep up the good work.

Cheers.
Thank you, I always pleased for good comments.

This addon is very good,but it has no cooldown ,do you plan to add this function in the future?
Instead of making "another cooldown monitoring addon" I suggest my friends work, less recourse consumable than sFilter, only lua configuration and more sexy look. I'll give link to it, after we finish testing/updating today.
Last edited by Danpiel : 10-26-10 at 01:24 AM.
Report comment to moderator  
Reply With Quote
Unread 10-22-10, 03:51 AM  
Cheos
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Another useless comment to say thank you ! Tested the addon a few hours, everything has been working flawlessly so far. It's exactly what's I was looking for

Keep up the good work.

Cheers.
Report comment to moderator  
Reply With Quote
Unread 10-22-10, 02:46 AM  
Malkom
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
Originally posted by wjdrzq
This addon is very good,but it has no cooldown ,do you plan to add this funtion in the future?
The answer is 6 pots below.....


Code:
	-- Bandit's Guile (Combat), Vendetta (Assassination)
	{spellId = 84653, spellId2 = 79140, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 206, 0}},
Don't think Vendetta working like that because i'ts a harmful spell not a helpful spell

It's for this reason that I wrote the code in 2 lines...


EDIT : I add Conviction for Holy Paladin

Code:
	-- Conviction (Holy)
	{spellId = 20053, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 206, 37}},
Last edited by Malkom : 10-22-10 at 02:50 AM.
Report comment to moderator  
Reply With Quote
Unread 10-21-10, 07:17 PM  
wjdrzq
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
This addon is very good,but it has no cooldown ,do you plan to add this funtion in the future?
Report comment to moderator  
Reply With Quote
Unread 10-21-10, 09:30 AM  
Cheos
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
This addon looks great : simple, uncluttered and efficiently aimed at one task. Exactly what I'm looking for

Unfortunately, I can't download the latest version atm. Is the download link broken ?

edit : ok, I just tried again and now I'm redirected to the archive list with a text saying that latest version is still pending approval from the admin. I simply have to wait a bit I guess. Sorry for the noise
Last edited by Cheos : 10-21-10 at 10:24 AM.
Report comment to moderator  
Reply With Quote
Unread 10-21-10, 09:28 AM  
Danpiel
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 20
Uploads: 1
Re: Re: Re: errors

Originally posted by Ada
game version : 4.0.1.13164
sfilter version:3.1.2

now i can not use sfilter...
Soon version 3.2.3 will be avalable, test it please.
Report comment to moderator  
Reply With Quote
Unread 10-21-10, 09:25 AM  
Ada
A Kobold Labourer
 
Ada's Avatar

Forum posts: 0
File comments: 9
Uploads: 0
Re: Re: errors

Originally posted by Danpiel
Please tell me game version and sfilter version. Also post me all errors via PM if there is more than one. Thank you.



I will update this next patch, thank you.

game version : 4.0.1.13164
sfilter version:3.1.2

now i can not use sfilter...
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: