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,975
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 05-29-13, 09:02 AM  
Zinnah
A Murloc Raider
 
Zinnah's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 4
File comments: 10
Uploads: 1
Any update on when we'll see the new version?
__________________
IT`S PEANUT BUTTER JELLY TIME!!!
Report comment to moderator  
Reply With Quote
Unread 05-30-13, 04:57 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Actually I decided to mock the spell overlay integration into rFilter3. I just created a separate addon for this.

rFilter3 is still unchanged and working. Only the toc number is not updated so you have to activate "use out of date addons" atm until I update it.
__________________
| 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 05-30-13, 04:19 PM  
Zinnah
A Murloc Raider
 
Zinnah's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 4
File comments: 10
Uploads: 1
oh no that I know, was more thinking of the overlay and you said you where gonna implant the item CD as well.

tho haven't really taken myself time to sit down and play with the code posted by Julchen, should probably do that.

Recently swapped from my old Sfilter version(nothing wrong with it, just wanted the CD tracking), so far I really like your version tho!
__________________
IT`S PEANUT BUTTER JELLY TIME!!!
Report comment to moderator  
Reply With Quote
Unread 06-05-13, 05:58 PM  
skarie
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 77
Uploads: 1
http://www.wowhead.com/spell=113858 <-- darksoul

How can i add Dark Soul to cooldownlist? Or is it possible?

When adding spellid 113858 to cooldownlist, rFilter gives error.
Report comment to moderator  
Reply With Quote
Unread 06-06-13, 01:50 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Why should you get an error? I doubt GetSpellCooldown() will error out just because of an ID.
You can post a screenshot from the lua error. Make sure your config/charspecific file is correct.
__________________
| 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-06-13, 03:21 AM  
skarie
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 77
Uploads: 1
Originally Posted by zork
Why should you get an error? I doubt GetSpellCooldown() will error out just because of an ID.
You can post a screenshot from the lua error. Make sure your config/charspecific file is correct.
After reading the error, i realized the error caused by my own restyled button function.

What I am trying to get is just a square icon with 1px border. What's the easiest way of achieving that?
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
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-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 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 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, 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 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 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-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
Post A Reply



Category Jump: