Download
(5Kb)
Download
Updated: 09-02-18 03:36 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:09-02-18 03:36 AM
Created:04-09-09 11:46 AM
Downloads:29,909
Favorites:140
MD5:

rFilter  Popular! (More than 5000 hits)

Version: 800.20180901
by: zork [More]


Intro

Buff, debuff and cooldown filter button framework. Does nothing on its own. Needs a layout like rFilter_Zork.
Slash Command
/rfilter
API documentation
rFilter API documentation
Requires
rLib
Git
https://github.com/zorker/rothui/tre...wow8.0/rFilter

Optional Files (0)


Post A Reply Comment Options
Unread 05-05-11, 06:42 PM  
mikenavi
A Kobold Labourer

Forum posts: 0
File comments: 40
Uploads: 0
Originally posted by zork
If you need to track more that one buff at a time add them to the spelllist.
Code:
        spellid = 92075, -- use this as icon if none is found
        spelllist = { --check both
          [1] = 92075,
          [2] = 92076,
        },
Thanx a lot for your advice but i suppose i didn't desribe my problem clearly. I need to track only one of those debuffs, and don't track another at all. I create rule with only one spellID, but, in fact, both of them are tracking at the same time (one of them have an expiration timer, and another one don't have one, but both of them have exactly same spellName).

I can upload my config somewhere. And sorry for my bad English
Last edited by mikenavi : 05-06-11 at 01:08 AM.
Report comment to moderator  
Reply With Quote
Unread 05-05-11, 05:05 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
If you need to track more that one buff at a time add them to the spelllist.
Code:
        spellid = 92075, -- use this as icon if none is found
        spelllist = { --check both
          [1] = 92075,
          [2] = 92076,
        },
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 05-05-11 at 05:07 PM.
Report comment to moderator  
Reply With Quote
Unread 05-05-11, 04:15 PM  
mikenavi
A Kobold Labourer

Forum posts: 0
File comments: 40
Uploads: 0
Hi, thanks for great addon, but i have one problem. I try to track first phase debuffs on heroic Twilight Ascendant Council encounter. I use this code:

Code:
        spec = nil, 
        spellid = 92075, -- first Gravity Core debuff
        spelllist = { },
        ...
        unit          = "player",
        validate_unit = true,
        ...
But in this container i have two different spells shown during the fight: 92076 and 92075. This spells have same names "Gravity Core", but different IDs. Same problem with another debuff - 92068 and 92067. I need to track only one of them. How can i sovle this problem?
Last edited by mikenavi : 05-06-11 at 01:02 AM.
Report comment to moderator  
Reply With Quote
Unread 04-28-11, 03:58 PM  
burtonag
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Originally posted by zork
Spec config is long time gone. You define spec for each icon and icons get checked every set timespan. If the spec is active by that time the icon will show up. See changelog.
Doh, I guess I need to update and redo my config.
Report comment to moderator  
Reply With Quote
Unread 04-28-11, 02:25 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Spec config is long time gone. You define spec for each icon and icons get checked every set timespan. If the spec is active by that time the icon will show up. See changelog.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 04-28-11, 02:18 PM  
burtonag
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
When I log on it brings up my spec 1 configuration even though I am in spec 2. I reload UI and spec 2 comes up.
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 05:43 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Is it not?
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 04:56 AM  
gossipgirlxo
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 108
Uploads: 1
is this mod currently working in 4.1?
Report comment to moderator  
Reply With Quote
Unread 04-02-11, 08:26 AM  
Musinn
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Hey, I'm quite noobish when it comes to this kind of stuff.
Currently everything in the config.lua is set to your warriors ui.
So, if I log with my warrior it works as intended without touching anything in the congif.lua

But I want to use this addon on my priest, how do I go about changing everything and modifying it for my priest?
Report comment to moderator  
Reply With Quote
Unread 03-19-11, 09:10 AM  
IraTatsu
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Ah, super, danke für die schnelle Antwort.
Schade, okay dann schau Ich halt wie gewohnt nach, is ja kein alzugroßes
Problem .

Mfg
Report comment to moderator  
Reply With Quote
Unread 03-19-11, 04:39 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
rFilter prüft Spells nur auf validen Zielen. (Also sogenannten UnitIDs). http://www.wowwiki.com/UnitId

Du könntest also für die unit den Namen des Spielers angeben auf den du es gesetzt hast. Anders ist das nicht möglich.

Alternativ kannst du es auf focus setzen und musst von zeit zu zeit eben nachgucken falls du dein foucs ziel änderst.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 03-18-11, 07:36 PM  
IraTatsu
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Hey Zork,
hab eine Frage, habe alles gut hinbekommen, nur leider ein Problem.

Und zwar bei meinen Magier, Ich nutze auch dein UI und dazu nun auch Filter eingestellt.
Nur bei den Buff "Magie fokussieren" klappt es nicht so wie Ich möchte.
Und zwar soll er es genau so anzeigen, wie jeden anderen Buff auch, also wielange der noch läuft. Nur zeigt der immer nur den "Proct" an.

Ich hoffe du weißt was Ich meine .

Vielen Dank schonmal
Report comment to moderator  
Reply With Quote
Unread 03-02-11, 10:32 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
This is not possible. The addon works without tables and just tracks stuff on existing units.

Thus you could track a debuff on focus and target units for example. The limitation is intended.

If you want to track multitargets you may get results you like via using focus and target settings.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 03-02-11 at 10:33 AM.
Report comment to moderator  
Reply With Quote
Unread 03-02-11, 09:44 AM  
Dhaern
A Kobold Labourer

Forum posts: 0
File comments: 63
Uploads: 0
Hiii, support multi-target DoT? for living bombs, ruptures etc in 2+ targets. Thxx for this new and nice addon
Report comment to moderator  
Reply With Quote
Unread 02-27-11, 10:24 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Thanks

You can save the config.lua in UTF-8 and russian signs are possible by then.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: