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,909
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 04-09-09, 12:08 PM  
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 204
Uploads: 4
Yay rFilter2 on WowInterface!
I love this addon Rothar, you've done a great work.

Danke Schön.
__________________
All I see is strobe lights blinding me in my hindsight.
Report comment to moderator  
Reply With Quote
Unread 04-09-09, 12:26 PM  
Vranx
A Flamescale Wyrmkin
 
Vranx's Avatar

Forum posts: 101
File comments: 176
Uploads: 0
Might want to put a note about rTextures since the mod is referencing a border from there.
Report comment to moderator  
Reply With Quote
Unread 04-09-09, 12:49 PM  
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 201
Uploads: 7
Hu,

ist im endeffekt das selbe wie Debuff Filter oder?

lg
- imi
Report comment to moderator  
Reply With Quote
Unread 04-09-09, 12:51 PM  
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 204
Uploads: 4
Originally posted by Vranx
Might want to put a note about rTextures since the mod is referencing a border from there.
And you might want to update your website as it's still linking to Roth UI.
__________________
All I see is strobe lights blinding me in my hindsight.
Report comment to moderator  
Reply With Quote
Unread 04-09-09, 12:57 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally posted by Vranx
Might want to put a note about rTextures since the mod is referencing a border from there.
If you read the red text and still use this mod you will know
__________________
| 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-09, 01:19 PM  
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 204
Uploads: 4
Code:
Interface\AddOns\rFilter2\rFilter2.lua:120: attempt to index global 'rf2_spell_list' (a nil value)
Get this error on log in, i'm on a level 14 mage and i haven't changed anything in the addon so far except the border.
__________________
All I see is strobe lights blinding me in my hindsight.
Report comment to moderator  
Reply With Quote
Unread 04-09-09, 02:27 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally posted by Wimpface
Code:
Interface\AddOns\rFilter2\rFilter2.lua:120: attempt to index global 'rf2_spell_list' (a nil value)
Get this error on log in, i'm on a level 14 mage and i haven't changed anything in the addon so far except the border.
Remember the red text. If you don't know why this is happening this addon may be not for you.
You have loaded rFilter2 with a char you have no spells set up. So either add spells for that char (or do not activate the mod for that toon) or add this to the end of the spell table.
Code:
  else
    rf2_spell_list = {
      buffs = {
      
      },
      debuffs = {

      },
      cooldowns = {

      },
    }
__________________
| 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-09 at 02:29 PM.
Report comment to moderator  
Reply With Quote
Unread 04-09-09, 04:33 PM  
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 204
Uploads: 4
Originally posted by zork
Remember the red text. If you don't know why this is happening this addon may be not for you.
You have loaded rFilter2 with a char you have no spells set up. So either add spells for that char (or do not activate the mod for that toon) or add this to the end of the spell table.
Code:
  else
    rf2_spell_list = {
      buffs = {
      
      },
      debuffs = {

      },
      cooldowns = {

      },
    }
I have no problems with editing code, nor writing my own stuff, so the addon is for me and i've used it without problems before.
Thing is, i suggest adding some kind of check to see as it's annoying to disable it for everytoon where i don't have anything to track.

Anyways, thanks.
__________________
All I see is strobe lights blinding me in my hindsight.
Report comment to moderator  
Reply With Quote
Unread 04-09-09, 07:44 PM  
hujiewei
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
thank you for the great addon
would you mind tell me how to move these icon ? i put testmode=1 and i can see these icon on my screen, but i can't move anyone of it. it really borther me.
apologize for my poor english
Report comment to moderator  
Reply With Quote
Unread 04-09-09, 09:55 PM  
Vranx
A Flamescale Wyrmkin
 
Vranx's Avatar

Forum posts: 101
File comments: 176
Uploads: 0
Originally posted by hujiewei
would you mind tell me how to move these icon ?
Change the values for posx and posy to move the icons.
Report comment to moderator  
Reply With Quote
Unread 04-09-09, 11:51 PM  
hujiewei
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally posted by Vranx
Change the values for posx and posy to move the icons.
Thanks a lot . I think i get it
Report comment to moderator  
Reply With Quote
Unread 04-10-09, 10:18 AM  
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 204
Uploads: 4
Thanks for implementing the failsafe empty table.
__________________
All I see is strobe lights blinding me in my hindsight.
Report comment to moderator  
Reply With Quote
Unread 04-10-09, 08:41 PM  
Dimpf
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 22
Uploads: 5
Perhaps I'm missing something, but is there a way to get the cooldown spiral type effect on the icons?

I like sFilter for that, but it doesn't support cooldowns, which makes this superior for an Enhance Shaman (I normally play a feral druid, which sFilter does a fine job for, since I didn't need to use it to track cooldowns).
Report comment to moderator  
Reply With Quote
Unread 04-11-09, 02:22 PM  
zedbg
A Kobold Labourer

Forum posts: 0
File comments: 41
Uploads: 0
Everything works great thanx for that nice addon, only thing i miss is ismine for buffs. Would be great if u can add that.
Report comment to moderator  
Reply With Quote
Unread 04-11-09, 03:48 PM  
Vranx
A Flamescale Wyrmkin
 
Vranx's Avatar

Forum posts: 101
File comments: 176
Uploads: 0
Originally posted by zedbg
Everything works great thanx for that nice addon, only thing i miss is ismine for buffs. Would be great if u can add that.
From the description notes on the mod page:
debuffs can have the "ismine" argument. ismine = 1 --> only show debuffs by me, ismine = 0 --> I don't care who casted it, show me that it's active
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: