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:30,131
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-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-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-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-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-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-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, 10:17 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
__________________
| 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 : 11-23-09 at 10:22 AM.
Report comment to moderator  
Reply With Quote
Unread 11-24-09, 07:36 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 11-24-09, 10:43 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Geht in der Tat so erstmal nicht, da ich nur mit dem SpellName arbeite, aber nicht mit SpellIcon

Du könntest mal probieren die Bedingung zu erweitern.

Das hier
Code:
if name == spellName then
ändern in
Code:
if name == spellName and SpellIcon == texture then
Zu finden ist die Bedingung in dieser Funktion
Code:
function addon:rf2_check_buff(frameTag,spellId,unit)
Dadurch muss dann nicht nur der Name stimmen, sondern auch noch die Textur.
__________________
| 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 : 11-24-09 at 10:44 AM.
Report comment to moderator  
Reply With Quote
Unread 12-20-09, 09:02 AM  
ashopedies
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 67
Uploads: 1
Is there another possibility to have different sets of buffs tracked based on spec other than just having two rfilter2 folders and reloading on spec switch?
__________________
Shields Up! - Another Resto Shaman Blog
Report comment to moderator  
Reply With Quote
Unread 12-22-09, 04:47 PM  
CalciumIRL
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 15
File comments: 35
Uploads: 1
Hey Zork, nice AddOn and works wonderfully, the only thing is, on one of my characters there is an accent in the name ( í ). And this breaks AddOn because it doesn't register the character and I get no Lua errors at all. Any ideas?
Report comment to moderator  
Reply With Quote
Unread 12-23-09, 01:42 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
To do this you need to convert the rFilter2.lua into UTF8 mode. Some editors can do this. Then you are allowed to use utf8-signs.
__________________
| 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 01-03-10, 11:24 AM  
micaelis
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Arcane blast

Very nice addon but I'm having trouble with tracking the arcane blast debuff.
This is the code I'm using:

[1] = { tag = "Arcane Blast", spellid = 36032, unit = "player", size = 24, fontsize = 16, posx = 80, posy = -15, framestrata = "LOW", anchor = "UIParent"},

I'm not getting any error, any solutions?
Everything else seems to work perfectly.

Greetz,

Mica
Last edited by micaelis : 01-03-10 at 11:34 AM.
Report comment to moderator  
Reply With Quote
Unread 01-16-10, 11:27 AM  
zohar101
A Cyclonian
 
zohar101's Avatar

Forum posts: 43
File comments: 188
Uploads: 0
Is there any way to make the counter go all the way down to zero and then disappear? I know what you posted about gcd but as a healer I'm not interested so much in pressing the ability the second it's up but more about knowing when not to try to cast it. I tried tinkering with the timer but it didn't work out so well.
Report comment to moderator  
Reply With Quote
Unread 01-31-10, 12:59 AM  
alimjocox
A Warpwood Thunder Caller
AddOn Author - Click to view AddOns

Forum posts: 96
File comments: 68
Uploads: 2
is there anyway to make it so if the buff isnt active and u are in combat that the missing buffs(properly inserted into the table) shows itself?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: