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,893
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 06-24-10, 05:40 PM  
Brilliant2U
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
hi zork,

there could be a potential bug in rFilter2.lua line 246:

if timeleft ~= nil then

it could be changed to:

if timeleft ~= nil and timeleft > 0 then

because if the buff is an aura such as Trueshot Aura, the timeleft is negative.
Report comment to moderator  
Reply With Quote
Unread 06-24-10, 05:47 PM  
Brilliant2U
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
btw, it's really a gread addon, thanks very much.

Originally posted by Brilliant2U
hi zork,

there could be a potential bug in rFilter2.lua line 246:

if timeleft ~= nil then

it could be changed to:

if timeleft ~= nil and timeleft > 0 then

because if the buff is an aura such as Trueshot Aura, the timeleft is negative.
Report comment to moderator  
Reply With Quote
Unread 06-25-10, 03:32 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Yeah its just a small mod that could use some tweaks but it's working just alright.
__________________
| 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 06-26-10, 01:38 PM  
DNBRMG
A Murloc Raider

Forum posts: 5
File comments: 20
Uploads: 0
Dynamically Polling SpellIDs

Have you ever thought about dynamically polling SpellIDs based on the aura/buff/debuff name using the UnitAura, UnitBuff and/or UnitDebuff functions? A while back I had read a post (which i can no longer find, unfortunately) on the official Blizzard forums where you could get the SpellIDs from aura/buff/debuff in game using a quick little mouseover macro/script. With a little bit of API research, and some help from the official forums, to try and recreate the macro/script I came up with the following:

Code:
/run print(select(11,UnitAura("[player/target]","[aura/buff/debuff]")))
Exammple: /run print(select(11,UnitAura("player","Life Tap")))
After getting this to work beautifully in game the thought occurred to me that this same functionality might be a valuable addition to this addon. More specifically instead specifying the SpellID in the configuration section, you specify the aura/buff/debuff name. You can then use the result of the "select(11,UnitAura())" call as your check to see if the aura/buff/debuff is present when deciding whether or not to draw the aura/buff/debuf icon on the UI as the SpellID of the aura/buff/debuff is returned when present and "nil" when not present.

I bring this up as I suspect the problem I am having with a few auras/buffs/debuffs when trying to get this addon configure through online research is the result of different SpellIDs for each spell rank and with this code the current aura/buff/debuff SpellID is return regardless of which spell rank was used to apply it.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

EDIT #1: I managed to get around to coding the changes that I figured were need to insert a dynamic polling of aura ids from aura names. The changes were simple enough, yet I realized that they weren't going to work based on how the "buttons" were created in the first place seeing as how they are created at player login as apposed to when an aura is applied to a specified target. I might be able to rework the even trigger to work off of the SPELL_AURA_[APPLIED/REFRESHED/REMOVED] events to get this to work. If not, it shouldn't be that hard to and another event trigger procedure to print the spell id to the chat window when and aura is applied to help in troubleshooting configuration problems.
Last edited by DNBRMG : 07-03-10 at 02:39 PM.
Report comment to moderator  
Reply With Quote
Unread 07-03-10, 01:57 AM  
strickland
A Cyclonian

Forum posts: 40
File comments: 195
Uploads: 0
is it not possible to set "ismine = 1" on my buffs that are on unit "target" ive tried to do so with my hots as druid, rejuv/lb etc, but it showed even if other druids buff a target with rejuv... so its not working for my target/buff
Last edited by strickland : 07-03-10 at 01:57 AM.
Report comment to moderator  
Reply With Quote
Unread 07-31-10, 02:57 AM  
Slaxi81
Guest

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

is there a way to let me show my rFilter2 buffs, only if the remaining time is (for example) 30 seconds?

And i not yet getting this to work:
"show the cooldown of "Divine Storm"

(i have no problem to show other Spell's, so i know how to do. But this Spell is some strange s h i t).

have a nice day

slaxi
Last edited by : 08-01-10 at 12:08 AM.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 10-19-10, 01:40 PM  
fir3fly
A Defias Bandit

Forum posts: 3
File comments: 21
Uploads: 0
This mod seems to be broke (for me at least) since the patch =( Anyway to fix it?
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 02:03 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
It will be patched since I need it for tanking.
__________________
| 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 : 10-19-10 at 02:03 PM.
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 02:56 PM  
fir3fly
A Defias Bandit

Forum posts: 3
File comments: 21
Uploads: 0
Originally posted by zork
It will be patched since I need it for tanking.
Yay, its the 1 mod I can't live without :P
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 03:49 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Mod updated for Cata including ingame resizing, moving and locking.

SHIFT+LEFTCLICK to move icon
ALT+LEFTCLICKDRAG to resize

Console command
Code:
/rf3
__________________
| 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 : 10-24-10 at 03:51 PM.
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 04:02 PM  
zohar101
A Cyclonian
 
zohar101's Avatar

Forum posts: 43
File comments: 188
Uploads: 0
Yay! I was just looking at this the past few days trying to get it to work.
Thanks for the update!!
Report comment to moderator  
Reply With Quote
Unread 10-24-10, 04:11 PM  
fir3fly
A Defias Bandit

Forum posts: 3
File comments: 21
Uploads: 0
Woot, <3 the changes as well. Don't suppose you can save me the trouble of figuring out the code to change config depending on spec...deleted my rFilter2 like a douche and its been a while... =(


Also, I was wondering if you plan to add the option to track CDs again at some point?
Last edited by fir3fly : 10-24-10 at 04:23 PM.
Report comment to moderator  
Reply With Quote
Unread 10-25-10, 01:35 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
I'm not quite satisfied yet. I think I will make an option to show a statusbar instead of text. Still need to think this through.
__________________
| 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 10-25-10, 04:44 AM  
Slaxi81
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally posted by zohar101
Yay! I was just looking at this the past few days trying to get it to work.
Thanks for the update!!
Dito. Thank you for the New Functions.

Have a nixe Day.

Slaxi
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 10-25-10, 02:16 PM  
zohar101
A Cyclonian
 
zohar101's Avatar

Forum posts: 43
File comments: 188
Uploads: 0
Uh so I was trying to set up my cds with this. Does it not track cds anymore or am I just not setting this up correctly?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: