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,936
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 10-27-10, 08:58 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Nope, had to many backholes. Especially when it comes to saving the position even after spec-switch.
__________________
| 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-27-10, 03:59 PM  
fir3fly
A Defias Bandit

Forum posts: 3
File comments: 21
Uploads: 0
Noticed something earlier when I was editing some stuff, but (I don't think, haven't tested as I'm not raiding atm) the current version doesn't have an "ismine" or "unitCaster" option which will be a big problem for some peoples debuffs - aka anyone using dots. :P
Report comment to moderator  
Reply With Quote
Unread 10-27-10, 04:22 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Ah...right. No biggy to add that though.
__________________
| 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-28-10, 03:19 PM  
janangler
A Kobold Labourer

Forum posts: 0
File comments: 33
Uploads: 0
Looks great, but one question regarding the debuffs. Is is also possible to provide a list of spellIDs to check if one of the debuffs is up, e.g. for demo shout and demo roar?
Report comment to moderator  
Reply With Quote
Unread 10-28-10, 03:54 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
sure, since they will replace themselve anyway. Just hook them all in one spot. one will be visible. if you have such a tank list let me know. looking for it myself .
__________________
| 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-29-10, 02:54 AM  
Spudnik
A Murloc Raider

Forum posts: 4
File comments: 67
Uploads: 0
As a total LUA noob, let me ask this: How to you hook them all in one spot?

I tried

Code:
spellid = {1490,65142}, --8% damage
but no dice.
Report comment to moderator  
Reply With Quote
Unread 10-29-10, 04:10 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Different spellids but same button position. That's what I meant. Not all spellids at once.

Just sth like

DebuffList...
[1] = {
spellid = 123, --roar
pos = {"center", 0, 0}
},
[2] = {
spellid = 456, --demo shout
pos = {"center", 0, 0}
}
__________________
| 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-29-10, 11:45 AM  
rainite
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Hi all,

no idea to ask question in which topic for using the diablo style(rbbs) that I can't make the Buff Icon border like rActoinBottonStyler border texture.

i have installed addons including rActionBarStyler, rActioinBottonStyler, rBottomBarStyler, rMinimap, all of those are perfect . Besides Buff Icon Border is still Blizzard default style..


so, any suggestions?


thanks anyway.
Report comment to moderator  
Reply With Quote
Unread 10-29-10, 01:14 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
There is no mod to do this. At least no mod that I support. I sugget nivBuffs for you. You may be able to change the bodertextures of that mod.
__________________
| 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-29-10, 10:02 PM  
jessica
A Cyclonian

Forum posts: 49
File comments: 142
Uploads: 0
hi, did you add argument isMine for buffs? I'm a resto druid and hotting and I would like to add buffs like rejuv and lb, and I would hate to see rejuv's of other druids, thanks
Report comment to moderator  
Reply With Quote
Unread 10-30-10, 03:39 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Not just yet. Forgot about it, will be in by tonight.

Interesting...this got me thinking. I change the method how buffs/debuffs are tracked. In the old version I always went from 1-40. But it is also possible to just check for "name"+"rank". Now the problem with this is that if we have multiple debuffs/buffs of the same kind on a unit and Blizzard does not return the one with "caster" = "player" prioritized then it is possible that it will return: buff applied but not from you.

So maybe I have to switch back the buff/debuff tracking to the loop method if it's not working correctly.
__________________
| 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-30-10 at 03:55 AM.
Report comment to moderator  
Reply With Quote
Unread 10-30-10, 04:38 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
ismine is added.

Check the config.lua on how to add it.

To support the visible effect I added a blue border around buffs/debuffs that have "caster" = "player" in them

Test:
__________________
| 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-30-10 at 04:38 AM.
Report comment to moderator  
Reply With Quote
Unread 11-01-10, 03:32 AM  
sephra
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Heres something else for ya zork, for warlocks soulburn, with zero shards the button will still say ready even if you lack the shards to use it. (im using it under cooldowns right now) So a way to also check useable ?

Edit:
For people who totally hide the alpha when on cooldown, they will be unable to see the count down. For abilities like demonform which has a talent to reduce CD, It would be handy to have the button fade in with ~10 seconds left or some kinda option like that. I dunno , might be less minimalistic than you wanted for rfilter ...
Last edited by sephra : 11-01-10 at 03:38 AM.
Report comment to moderator  
Reply With Quote
Unread 11-01-10, 07:46 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
The cooldown display is correct. That you may or may not have enough power to use the ability does not effect the cooldown and is matter of you not preparing to get the power rdy. But you can add a new subobject to the config and check that in the checkCooldown function. Advanced only.

That 10sec fade-in thing. Well that actually is possible. I turn the color of the value orange within 10 seconds. So you can not only change the textcolor but even the alpha of the button. You could just add that to the value < 10 seconds condition.
__________________
| 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-01-10 at 07:56 AM.
Report comment to moderator  
Reply With Quote
Unread 11-03-10, 05:43 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
If any of you has a list of all the raidbuffs for stamina, strength and raid debuffs (boss slow) please let me know.

*edit* Found sth with all the spellids in.
http://elitistjerks.com/f15/t107452-...buffs_debuffs/

Check the spreadsheet page 2. It has all the info needed.

Prot Warrior List:
Code:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 rFilter3 - raid buff/debuff list for a prot warrior
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Filtering prot warrior buffs / debuffs against other classes/pets

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 T A R G E T . D E B U F F S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  ------------------------------------
  +20% time between attacks    (Thunderclap)
  ------------------------------------
  
  55095
  58180
  68055
  8042
  6343
  90315
  54404
  
  ------------------------------------
  -10% physical damage caused    (demo shout)
  ------------------------------------
  
  81130
  99
  26017
  702
  1160 (demo shout)
  50256
  24423
  
  ------------------------------------
  -12% armor (3x sunder)
  ------------------------------------
  
  91565
  8647
  58567 (sunder)
  95467
  95466
  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 P L A Y E R . B U F F S
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  ------------------------------------
  +strength and agility (battle shout)
  ------------------------------------
  
  57330
  8076
  6673 (battle)
  93435
  
  ------------------------------------
  +stamina                    
  ------------------------------------
  
  79105
  6307
  469 (commanding)
  90364


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I'm going to adjust rFilter3 to allow the use of spelllists so tracking buffs debuffs of the same effect will be alot easier. Need it myself.
__________________
| 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-03-10 at 06:37 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: