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,885
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 11-23-09, 09:18 AM  
breor
A Murloc Raider

Forum posts: 6
File comments: 35
Uploads: 0
Originally posted by zork
Not intended but impossible is nothing.
I'm struggling to get a cooldown frame on top of the icons, can you point me in the right direction?
Report comment to moderator  
Reply With Quote
Unread 11-23-09, 07:23 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally posted by breor
Is there any way to get a cooldown spiral on the icons?
Not intended but impossible is nothing.
__________________
| 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 11-22-09, 10:39 PM  
breor
A Murloc Raider

Forum posts: 6
File comments: 35
Uploads: 0
Is there any way to get a cooldown spiral on the icons?
Report comment to moderator  
Reply With Quote
Unread 11-21-09, 10:09 AM  
mavja
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I'm wondering if anyone has a rfilter for an unholy dk that they could post. I stole zork's for the warrior and i like it.

Thanks,
Report comment to moderator  
Reply With Quote
Unread 11-18-09, 01:32 PM  
branana
A Kobold Labourer
 
branana's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
On a separate note, is there any way to opt to not show any timer text on the icons?

For buffs like, Aspect of the Hawk.
Report comment to moderator  
Reply With Quote
Unread 11-17-09, 08:48 PM  
branana
A Kobold Labourer
 
branana's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
I'll answer my own question. You must include a buff, debuff and cooldown array in each rf2_spell_list, cannot not have those indices.
Report comment to moderator  
Reply With Quote
Unread 11-17-09, 07:49 PM  
branana
A Kobold Labourer
 
branana's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
How come for my enhancement shaman, it permanently shows the 2 buffs I want it to track, this is my code:

Code:
rf2_spell_list = {
	  buffs = {
		[1] = { tag = "mael", spellid = 53817, unit = "player", size = 24, fontsize = 16, posx = -64, posy = -320, framestrata = "LOW", anchor = "UIParent" },
		[2] = { tag = "shield", spellid = 49279, unit = "player", size = 24, fontsize = 16, posx = -32, posy = -320, framestrata = "LOW", anchor = "UIParent" },
	  },
	}
Report comment to moderator  
Reply With Quote
Unread 11-16-09, 11:08 AM  
Ake
A Kobold Labourer

Forum posts: 1
File comments: 16
Uploads: 0
HI

erstmal danke, dass du soviele tolle Addons schreibst
Ein Problem habe ich aber noch, und zwar spiele ich einen Gleichgewichtsdruiden. Jetzt würde ich mir gernen die Eclipsephasen (http://www.wowhead.com/?spell=48518 und http://www.wowhead.com/?spell=48517) anzeigen lassen. Das Problem ist aber folgendes:
Wenn ich beide Buffs in die Liste eintrage, dann werden beide im Spiel angezeigt, egal, welcher der beiden aktiv ist. Wenn ich nur einen in die Liste eintrage, zeigt der immer das selbe Symbol, egal welcher Buff aktiv ist.

Weißt du wie ich das lösen kann?
Report comment to moderator  
Reply With Quote
Unread 10-12-09, 10:53 AM  
Foppy
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
dual spec

i'm sorry, i knew you have already answer this question, but can you explain in english how i can set up the addon in order to have a different cooldown setup for each of the two spec?

thx in advance
Report comment to moderator  
Reply With Quote
Unread 10-10-09, 07:18 PM  
AlphaWolf
A Murloc Raider

Forum posts: 8
File comments: 4
Uploads: 0
Is it possible to track debuffs on me? For example Arcan blast is a debuff on me:

Code:
lse
    rf2_spell_list = {
      buffs = {
	[1] = { tag = "missile", spellid = 54490, unit = "player", size = 24, fontsize = 18, posx = 0, posy = -320, framestrata = "BACKGROUND", anchor = "UIParent"},
      
      },
      debuffs = {
	[1] = { tag = "blast", spellid = 36032, unit = "player", size = 24, fontsize = 18, posx = 50, posy = -320, framestrata = "BACKGROUND", anchor = "UIParent"},

      },
      cooldowns = {

      },
This does not work.

Edit: I forgot the "ismine" argument
Last edited by AlphaWolf : 10-11-09 at 11:36 AM.
Report comment to moderator  
Reply With Quote
Unread 09-15-09, 05:02 PM  
Dancingblade
A Murloc Raider
 
Dancingblade's Avatar

Forum posts: 9
File comments: 50
Uploads: 0
Originally posted by Doug4130
my bad zork. I have a bad habit of forgetting about aspect of the viper and I was trying to use rfilter2 to remind me that it's up
It's definitely not ideal, but if you set the font size to 2 it makes the numbers little more than a dash on the icon.

I use it for the same reason you are. I make Viper a large icon right in the center of my screen over my character so I can never forget about it.
Report comment to moderator  
Reply With Quote
Unread 09-10-09, 08:52 AM  
Doug4130
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
my bad zork. I have a bad habit of forgetting about aspect of the viper and I was trying to use rfilter2 to remind me that it's up
Report comment to moderator  
Reply With Quote
Unread 09-10-09, 07:06 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
This mod is not made for displaying buffs with infinite duration. Do not do this.
__________________
| 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 09-09-09, 10:56 PM  
Doug4130
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
anyone know how to make Aspect of the Viper not show a ridiculously long number of time left when added to the buffs section?
Report comment to moderator  
Reply With Quote
Unread 09-06-09, 12:26 PM  
elder69
A Deviate Faerie Dragon

Forum posts: 14
File comments: 30
Uploads: 0
:O how did that happen... thanks though
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: