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,405
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 02-05-10, 05:56 AM  
CalciumIRL
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 15
File comments: 35
Uploads: 1
Originally posted by zork
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.
Ahh wonderful, thanks. There is another thing that I did notice though. Even though it shows all the 0.X times, it only updates every 1 second so it will go...

4, 3, 2, 1, 0.4

as an example, it won't show every X number. Is this intended? I'd really like it to update faster.
Report comment to moderator  
Reply With Quote
Unread 02-21-10, 06:18 PM  
Kaidroth
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Is there a way to use the default Blizzard skin for the "bordertexture" ?
I'm pretty sure it's under "Interface/Buttons/", but I can't find it.
Report comment to moderator  
Reply With Quote
Unread 02-25-10, 12:55 PM  
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view AddOns

Forum posts: 384
File comments: 144
Uploads: 3
Is it me or is the duration on buffs/debuffs really sloppy.
They are not on par with debuffs/buffs from the default from or the targetframe.
__________________

Report comment to moderator  
Reply With Quote
Unread 02-25-10, 03:58 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
They are just a reminder. They update once each second. Enough for me.
__________________
| 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-22-10, 06:48 PM  
FourOne
A Kobold Labourer
 
FourOne's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 10
Uploads: 4
Originally posted by zork
They are just a reminder. They update once each second. Enough for me.
Wo kann ich einstellen das er öfter prüft als nur einmal pro sekunde?
__________________
Report comment to moderator  
Reply With Quote
Unread 03-23-10, 03:09 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 FourOne
Wo kann ich einstellen das er öfter prüft als nur einmal pro sekunde?
Change the update timer of the onUpdate function
__________________
| 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-09-10, 09:58 AM  
bublik42
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Code:
elseif rf2_player_name == "Мурзена" and rf2_player_class == "DRUID" then
		rf2_spell_list = {
			buffs = { 
				[1] = {tag = "Berserk", spellid = 50334, ismine=1, unit = "player", size=24, fontsize = 16, posx = -64, posy = -320, framestrata = "LOW", anchor = "UIParent"},
				[2] = {tag = "SavageRoar", spellid = 52610, ismine=1, unit = "player", size=24, fontsize = 16, posx = -32, posy = -320, framestrata = "LOW", anchor = "UIParent"},
					},
			debuffs = {
				[1] = {tag = "MangleC", spellid = 48566, ismine=0, unit = "target", size=24, fontsize = 16, posx=0, posy= -320, framestrata = "LOW", anchor = "UIParent"}, 
				[2] = {tag = "RIP", spellid = 49800, ismine=1, unit = "target", size=24, fontsize = 16, posx= 64, posy= -320, framestrata = "LOW", anchor = "UIParent"},
				[3] = {tag = "Rake", spellid = 48574, ismine=1, unit = "target", size=24, fontsize = 16, posx= 32, posy= -320, framestrata = "LOW", anchor = "UIParent"},
				[4] = {tag = "Lacerate", spellid = 48568, ismine=1, unit = "target", size=24, fontsize = 16, posx=0, posy= -320, framestrata = "LOW", anchor = "UIParent"},
				[5] = {tag = "Taunt", spellid = 61676, ismine=1, unit = "target", size=24, fontsize = 16, posx =64, posy= -320, framestrata = "LOW", anchor = "UIParent"},
				[6] = {tag = "DemoRoar", spellid = 9898, ismine=1, unit = "target", size=24, fontsize = 16, posx =32, posy= -320, framestrata = "LOW", anchor = "UIParent"},					
				      },
			cooldowns = {

				},
			}
				end
why it doesn't work?
(I had moved rTexures into my addons folder)
Last edited by bublik42 : 04-10-10 at 05:10 AM.
Report comment to moderator  
Reply With Quote
Unread 04-09-10, 12:59 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
You need Notepad++ or any text editor that can handle UTF-8.
You need to convert the rFilter2.lua into UTF-8. Thats it.
Currently rFilter2.lua is saved in ASCII, a 7bit code that cannot handle russian symbols. (your name)
__________________
| 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 : 04-09-10 at 01:06 PM.
Report comment to moderator  
Reply With Quote
Unread 04-09-10, 04:55 PM  
jasje
A Chromatic Dragonspawn
 
jasje's Avatar
AddOn Author - Click to view AddOns

Forum posts: 150
File comments: 279
Uploads: 4
Can't seem to get the borders to work, any tip's on that? This is what i've got so far:
Code:
    local t2 = f:CreateTexture(nil,"OVERLAY")
    t2:SetTexture(bordertexture)
    t2:SetVertexColor(.99,.99,.99,99)
    t2:SetPoint("TOPLEFT", f, "TOPLEFT", -3, 3)
    t2:SetPoint("BOTTOMRIGHT", f, "BOTTOMRIGHT", 3, -3)
wich does the trick in Filger
__________________

Tukui | Github
Report comment to moderator  
Reply With Quote
Unread 04-09-10, 05:33 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
your alpha is 99?
__________________
| 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-09-10, 05:34 PM  
jasje
A Chromatic Dragonspawn
 
jasje's Avatar
AddOn Author - Click to view AddOns

Forum posts: 150
File comments: 279
Uploads: 4
Originally posted by zork
your alpha is 99?
UHmz must have missed that...
__________________

Tukui | Github
Report comment to moderator  
Reply With Quote
Unread 04-28-10, 09:10 PM  
AAAAAA6678
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
Item(trinket) cooldowns

I am sorry if i missed this subject but i can't find out how to track item's(trinket's) cooldowns in rFilter. Trying to insert spelid of item's casts, but nothing happens.Is there any possibility?
Report comment to moderator  
Reply With Quote
Unread 06-05-10, 01:23 AM  
Slaxi81
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Heyho,

hat jemad eine Ahnung wie ich den Cooldown von "Göttlicher Sturm" überwachen kann?
Habe die spellID's von WoWHead alle durch, aber rFilter2 will's mir einfach nicht anzeigen.

does anyone have an idea how to show the cooldown of "Divine Storm"?
I try'd all spellID's from WoWHead, but rFilter2 doesn't want to show me that.

Schönes WE noch
Have a nice WE
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 06-05-10, 08:46 AM  
WaldoJeffers
A Molten Giant
 
WaldoJeffers's Avatar

Forum posts: 564
File comments: 58
Uploads: 0
Hey,

It's working great, thanks very much. I'm wondering if there is any way to have the buttons always close to each other? Rather than have one button with say posx= 60 and another button posx = 120. There is a big gap.
__________________
I said lady, step inside my Hyundai
Report comment to moderator  
Reply With Quote
Unread 06-07-10, 09:45 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Well you could adjust them in testmode with try/error. Make the one button posx=60 and the other 90,95,100 and so on, until you feel fine. I know its nasty but its just a small mod with no features
__________________
| 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: