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,837
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 10-20-10, 04:31 AM  
Malkom
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
Here you can find update for the rogue :

Code:
    ["ROGUE"] = {
    -- Deadly Poison
    {spellId = 67710, size = 32, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", 132, -37}},
    -- Wound Poison 
    {spellId = 13218, size = 32, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", 169, -37}},
       -- Crippling Poison 
    {spellId = 3409, size = 32, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", 206, -37}},
    -- Mind-numbing Poison
    {spellId = 5760, size = 32, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", 243, -37}},
    -- Slice and Dice
    {spellId = 5171, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 243, 0}},
    -- Rupture
    {spellId = 1943, size = 32, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", 169, 0}},
    -- Revealing Strike
    {spellId = 84617, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 132, 0}},
    -- Bandit's Guile (Combat)
    {spellId = 84653, size = 32, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 206, 0}},
    --  Vendetta (Assassination)
    {spellId = 79140, size = 32, unitId = "target", isMine = 1, filter = "HARMFUL", setPoint = {"CENTER", UIParent, "CENTER", 206, 0}},
    },
- correction for Revealing Strike

- add Rupture

- add Vendetta (Assassination)

Really NICE addon !!!!!
Last edited by Malkom : 10-20-10 at 04:32 AM.
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 04:23 PM  
sephra
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Originally posted by Rammus
I love this addon, any chance you will implement in the future
Cooldown support for user defined spellid's ? thanks again

ya, soon as we can get sfilter to show when a spells on/off cooldown like meta/chaosbolt i can ditch another addon,
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 11:41 AM  
Danpiel
A Murloc Raider
AddOn Author - Click to view AddOns

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

Originally posted by Ada
i have some errors like
Code:
4x sFilter-3.1.2\sFilter.lua:35: attempt to compare number with nil
<in C code>: in function `ClearTarget'
Interface\FrameXML\UIParent.lua:2888: in function `ToggleGameMenu':
<string>:"TOGGLEGAMEMENU":1: in function <[string "TOGGLEGAMEMENU"]:1>

Locals:
(*temporary) = "PLAYER_TARGET_CHANGED"
(*temporary) = "PLAYER_TARGET_CHANGED"
(*temporary) = <function> defined =[C]:-1

  ---
i come from china...play Taiwan Servers
Please tell me game version and sfilter version. Also post me all errors via PM if there is more than one. Thank you.

Error on the Revealing Strike : the id is Slice and Dice (5171)

Revealing Strike's id is : 84617

Also the note is Revelaling Strike but it's Revealing Strike
I will update this next patch, thank you.
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 09:02 PM  
Ada
A Kobold Labourer
 
Ada's Avatar

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

i have some errors like
Code:
4x sFilter-3.1.2\sFilter.lua:35: attempt to compare number with nil
<in C code>: in function `ClearTarget'
Interface\FrameXML\UIParent.lua:2888: in function `ToggleGameMenu':
<string>:"TOGGLEGAMEMENU":1: in function <[string "TOGGLEGAMEMENU"]:1>

Locals:
(*temporary) = "PLAYER_TARGET_CHANGED"
(*temporary) = "PLAYER_TARGET_CHANGED"
(*temporary) = <function> defined =[C]:-1

  ---
i come from china...play Taiwan Servers
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 02:56 PM  
Djosers
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
YOU ARE THE MAN!
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 09:44 AM  
Malkom
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
Error on the Revealing Strike : the id is Slice and Dice (5171)

Revealing Strike's id is : 84617

Also the note is Revelaling Strike but it's Revealing Strike
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 12:33 AM  
Danpiel
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 20
Uploads: 1
Maybe something will come up after I finish updating for cataclysm.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 02:57 PM  
Rammus
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
I love this addon, any chance you will implement in the future
Cooldown support for user defined spellid's ? thanks again
Last edited by Rammus : 10-17-10 at 03:24 PM.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 09:28 AM  
Danpiel
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 20
Uploads: 1
Sorry for late update, needed to test every class.

As a bonus I added Rogue skills, forgot to add them in change log.

Thank you for your interest.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 08:14 AM  
cbdgv
A Deviate Faerie Dragon
 
cbdgv's Avatar

Forum posts: 12
File comments: 34
Uploads: 0
Haha, finally updated, but not need to download ... 囧
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 04:48 AM  
Fuzzyduck
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Would reeaally be nice with an update. ;>
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 01:00 AM  
cbdgv
A Deviate Faerie Dragon
 
cbdgv's Avatar

Forum posts: 12
File comments: 34
Uploads: 0
UP 4.01 Thank you
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 01:28 PM  
bonus00
A Kobold Labourer
 
bonus00's Avatar

Forum posts: 0
File comments: 20
Uploads: 0
Unhappy Re: Patch 4.0.1

Please! update
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 09:04 AM  
Djosers
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Patch 4.0.1

PLEASE! Make this addon work for the new Patch. Its awesome!
Report comment to moderator  
Reply With Quote
Unread 09-30-10, 08:39 AM  
Danpiel
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 20
Uploads: 1
Yes, yes, was conflict with previous file, just forgot to clean it up. Now it's okay. Thank you.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: