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:30,312
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-06-10, 11:00 AM  
zohar101
A Cyclonian
 
zohar101's Avatar

Forum posts: 43
File comments: 188
Uploads: 0
Originally posted by zork
Icons get updated once a second to keep the cpu usage at minimum. Thus if your spell was at a cooldown of 0.1 seconds on the last update the rdy will appear if you are at 0.9 seconds after the spell went rdy. Well you could decrease the onupdate timer but I cannot recommend that. I think it's more of a get used to it kind of thing.

Actually I don't know why would someone not put his most important spells on the actionbars and track cooldown on the actionbutton directly.

The cooldown is mostly for spels that may not be your most used spells.
It's the way my UI is built. I need a few of my most important cds next to my raidframes, and actionbars are too far away (and too small) for it.
Anyway, got the desired effect by changing line 226 to 0.99 instead of 0. Maybe a hack way to do it but it works for me. Thanks for the explanation though Yeah you're right, messing with an onupdate timer would have defeated the purpose of a lightweight addon.

Code:
local checkCooldown = function(f)
    if f.name and f.spellid then
      local start, duration, enable = GetSpellCooldown(f.spellid)
      if start and duration then
        local now = GetTime()        
        local value = start+duration-now
        if(value > 0.99) and duration > 2 then
Last edited by zohar101 : 11-06-10 at 11:03 AM.
Report comment to moderator  
Reply With Quote
Unread 11-06-10, 10:51 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Icons get updated once a second to keep the cpu usage at minimum. Thus if your spell was at a cooldown of 0.1 seconds on the last update the rdy will appear if you are at 0.9 seconds after the spell went rdy. Well you could decrease the onupdate timer but I cannot recommend that. I think it's more of a get used to it kind of thing.

Actually I don't know why would someone not put his most important spells on the actionbars and track cooldown on the actionbutton directly.

The cooldown is mostly for spels that may not be your most used spells.
__________________
| 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-06-10 at 10:53 AM.
Report comment to moderator  
Reply With Quote
Unread 11-06-10, 10:10 AM  
zohar101
A Cyclonian
 
zohar101's Avatar

Forum posts: 43
File comments: 188
Uploads: 0
I am playing with the cooldown display and from what I'm seeing on my spells, the RDY/change in opacity is a full second behind the actual time the spell is up. Like for example my 10 sec Prayer of Mending or Circle of Healing will actually be up when the countdown hits 0, not RDY so RDY is actually up at 11 secs. As these spells are part of my main rotation, it makes a difference. Any way I can adjust this?
Last edited by zohar101 : 11-06-10 at 10:16 AM.
Report comment to moderator  
Reply With Quote
Unread 11-05-10, 07:50 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Spell-lists are now included:


Version 4.004
__________________
| 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-03-10, 12:46 PM  
fir3fly
A Defias Bandit

Forum posts: 3
File comments: 21
Uploads: 0

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. [/b]
Looking forward to this, was going to suggest it because of Jinx on my warlock, but thought I'd already asked you enough crap :P
Report comment to moderator  
Reply With Quote
Unread 11-03-10, 10:15 AM  
Slaxi81
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Hey Zork,

is there a way to show me the "count numbers" of an ability, like 3 charges of the lightning shield?
that would turn this in an perfect buff/debuff/cooldown/showmewhatimustknow mod : )


Have a nice day

Slaxi

Edit: Oh, that already do this... I LOVE IT : )
Last edited by : 11-03-10 at 11:33 AM.
Report comment to moderator  
Edit/Delete Message 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
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-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 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 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-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-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, 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, 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
Post A Reply



Category Jump: