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,927
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-30-13, 05:56 AM  
Politig
A Chromatic Dragonspawn
AddOn Compiler - Click to view compilations

Forum posts: 176
File comments: 396
Uploads: 1
Not sure why my water elemental's freeze ability cooldown won't track. Here is my section under the Cooldowns section:

Code:
        spellid = 33395, --pet frost nova
        spec = nil,
        size = 28,
        framestrata = "LOW",
	  caster = "pet",
        pos = { a1 = "BOTTOM", a2 = "BOTTOM", af = "UIParent", x = 0, y = 250 },
        desaturate      = true,
        move_ingame     = false,
        hide_ooc        = true,
        alpha = {
          cooldown = {
            frame = 1,
            icon = 1,
          },
          no_cooldown = {
            frame = 1,
            icon = 1,
The filter is not appearing. What's wrong? Thanks for any help
Report comment to moderator  
Reply With Quote
Unread 11-21-13, 01:45 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Not possible. Want crazy stuff? Use WeakAuras! It will blow your ass off.
__________________
| 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-21-13 at 01:45 AM.
Report comment to moderator  
Reply With Quote
Unread 11-20-13, 10:24 PM  
Shyssiryuxius
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
How difficult would it be to add optional timeout to hide_ooc? When such timeout is specified, rfilter would wait for n seconds before hiding what wants to be hidden ooc. This is handy when you're moving between groups of mobs and don't want the icons to disappear while you're technically ooc. For example, it's important to engage the next group of monsters before Arcane Charge goes out, but out of combat you stop seeing the countdown.
Report comment to moderator  
Reply With Quote
Unread 11-12-13, 02:44 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: question about spell icon

No there isn't.
__________________
| 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-11-13, 08:32 PM  
nonoroazoro
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Question question about spell icon

when i got a buff/debuff, is there anyway to show another spell's icon on screen instead of the buff/debuff i've just got, like TellMeWhen(but TMW is toooooooo big! I love rfilter3!).

Please help, thank you!
Report comment to moderator  
Reply With Quote
Unread 10-20-13, 12:17 PM  
Naehq
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Even with match_spellid the problem persist. With it active, the Tigereye Brew "stack" icon change to match with Tigereye Brew "buff", but it's while u have 10 or least stacks. That is while u havnt got two Tigereye Brew buffs at same time. I think that is becouse the function prior the spell name over spellID :_(

Even so, thank for support me!
Report comment to moderator  
Reply With Quote
Unread 10-20-13, 11:52 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Yeah that is a hard one. If you check the documentation you will find the match_spellid attribute. You can try using that but it can still fail if the returned aura that matches the name is the one without the spellid match.
__________________
| 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-20-13 at 11:52 AM.
Report comment to moderator  
Reply With Quote
Unread 10-20-13, 10:47 AM  
Naehq
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Is it possible to track the spells by "exact id"?? Normally that isnt a problem, but blizzard had the bright idea of name Tigereye Brew buff same as Tigereye Brew stacks... Ty.

Btw, really great job with this addn zork!!
Report comment to moderator  
Reply With Quote
Unread 10-11-13, 03:29 PM  
ironmoney
A Murloc Raider

Forum posts: 4
File comments: 9
Uploads: 0
i have no idea how to get this to work

/unlock does not reveal draggable frames. how do i get this up and running?

EDIT: nvm i renamed "zork" warrior presets in the charspecific.lua to get me started
Last edited by ironmoney : 10-11-13 at 09:19 PM.
Report comment to moderator  
Reply With Quote
Unread 09-16-13, 11:54 AM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
Sweet thanks.
__________________
Tweets YouTube Website
Report comment to moderator  
Reply With Quote
Unread 09-16-13, 09:30 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Well you can just hack the icon generation code. The frames have names but those are spellid/spec specific.

Basically change this line http://code.google.com/p/rothui/sour...e/core.lua#132 to
Lua Code:
  1. i:CreateBorder(...)
  2. bo:SetTexture(nil)
__________________
| 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-16-13, 09:11 AM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
Is there a frame name I can call on to skin with !Beautycase ?

the function is simple it's just simply
Lua Code:
  1. frame:CreateBorder(##)

Been looking to skin this for a while with BobUI even though the default border is really similar to the border I use just bothers me a little bit when I feel like being nit picky.
__________________
Tweets YouTube Website
Report comment to moderator  
Reply With Quote
Unread 07-22-13, 01:33 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
@kkot
If you can snap the spellid there might be a chance. Just make sure if it is an action button or an aura. Action buttons may be tracked by cooldown.
__________________
| 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 07-17-13, 01:39 PM  
kkot
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 10
File comments: 24
Uploads: 1
Thanks for this addon. Do you know if there's a way to show the spell copied on the icon of Dark Simulacrum?
Report comment to moderator  
Reply With Quote
Unread 07-09-13, 12:32 PM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 81
Uploads: 2
Thank you for such an amazing addon!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: