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,828
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 09-13-10, 01:35 AM  
ffcloud2000
A Fallenroot Satyr

Forum posts: 24
File comments: 98
Uploads: 0
Where can you download the addon for this? Any official site or anything?
__________________
Report comment to moderator  
Reply With Quote
Unread 09-17-10, 02:03 AM  
Danpiel
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 20
Uploads: 1
I'll add sFilter in next release, for now use original addon from Shantalya -
http://toxila.googlecode.com/svn/zips/sFilter/
Report comment to moderator  
Reply With Quote
Unread 09-29-10, 11:55 AM  
chinn
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
in line 42, settings.lua

{spellId = 48792, spellId2 = 48707, spellId3 = 498, spellId4 = 642, spellId5 = 47585, spellId6 = 45438 size = 64, spellId7 = 19263, spellId8 = 23920, spellId9 = 871, spellId10 = 22812, spellId11 = 61336, spellId12 = 31224, spellId13 = 26669, spellId14 = 47986, spellId15 = 30823, spellid16 = 34471, unitId = "target", isMine = all, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", -148, 37}},

size is in wrong place

And there is a few version conflict information (marked with <<<<<<<<< and >>>>>>) left in that file.
Last edited by chinn : 09-29-10 at 11:58 AM.
Report comment to moderator  
Reply With Quote
Unread 09-29-10, 01:09 PM  
JackOnTheMap
A Murloc Raider

Forum posts: 8
File comments: 147
Uploads: 0
Message: Interface\AddOns\sFilter\settings.lua:1: unexpected symbol near '<'
Time: 09/29/10 15:08:46
Count: 1
Stack:
Locals:
Report comment to moderator  
Reply With Quote
Unread 09-30-10, 04:07 AM  
Danpiel
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 20
Uploads: 1
Size position fixed, also found another bugs in it so removed PVP spells for now, until I make them work right, also I can't find any version conflict infomation, it's just config.

Originally posted by chinn
in line 42, settings.lua

{spellId = 48792, spellId2 = 48707, spellId3 = 498, spellId4 = 642, spellId5 = 47585, spellId6 = 45438 size = 64, spellId7 = 19263, spellId8 = 23920, spellId9 = 871, spellId10 = 22812, spellId11 = 61336, spellId12 = 31224, spellId13 = 26669, spellId14 = 47986, spellId15 = 30823, spellid16 = 34471, unitId = "target", isMine = all, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", -148, 37}},

size is in wrong place

And there is a few version conflict information (marked with <<<<<<<<< and >>>>>>) left in that file.
Report comment to moderator  
Reply With Quote
Unread 09-30-10, 04:09 AM  
Danpiel
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 20
Uploads: 1
Original file works fine, is you made some changes, redownload and start over with comment reading.

Or contact me via PM for more detailed information.

Originally posted by JackOnTheMap
Message: Interface\AddOns\sFilter\settings.lua:1: unexpected symbol near '<'
Time: 09/29/10 15:08:46
Count: 1
Stack:
Locals:
Report comment to moderator  
Reply With Quote
Unread 09-30-10, 07:59 AM  
chinn
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
JackOnTheMap got the same error as that I got. That's something like <<<<<<< HEAD:settings.lua in a few lines in settings.lua.

I know some code repository tools mark conflict lines with <<<<<<< and >>>>>>>. I open settings.lua with notepad++, I see these lines. And windows notepad can also show them. These lines are found only in 2.1. I've got 2.2, and it doesn't have these lines.
Report comment to moderator  
Reply With Quote
Unread 09-30-10, 08:10 AM  
chinn
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
These are the code pieces that cause this issue. Wish this post helps.
Code:
<<<<<<< HEAD:settings.lua
-- "true" means enabled, "false" means disabled
sFilter_Settings = {
    configmode = false, -- In this mode all icons are shown and can be moved.
    FontSize = 17,      -- Font size for stacks text
    r = .8,             -- Text color for stacks text More info: http://www.wowwiki.com/API_FontString_SetTextColor
    g = .8,
    b = .8,
    CountPoint = {"TOP"},            -- Stacks text position. More info: http://www.wowwiki.com/API_Region_SetPoint
}

--[[ More info about config mode:
You can move icons with left mouse button while holding Alt OR Shift. Changed position won't be saved between sessions.
After click on icon you will see in chat info about its position. This can be used to change setPoint attribute is spell list.
Clicking on icon with right mouse button will reset its position to default.
]]

=======
>>>>>>> 68a63026d81878fd85bf945c9c4b36a09f91444f:sFilter Spells.txt
Code:
<<<<<<< HEAD:settings.lua
    {spellId = 48525, size = 64, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"LEFT", UIParent, "CENTER", 85, -80}},
=======
    {spellId = 48525, size = 64, unitId = "player", isMine = 1, filter = "HELPFUL", setPoint = {"CENTER", UIParent, "CENTER", 85, 0}},
>>>>>>> 68a63026d81878fd85bf945c9c4b36a09f91444f:sFilter Spells.txt
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
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 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-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-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-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, 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
Post A Reply



Category Jump: