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,884
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 12-14-12, 03:47 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally Posted by kkot
Would you consider implementing something akin to `spelllist` for cooldowns? It'd be useful for things like the top-tier talents.
Uhhh. Nice catch, I had the same problem using Shockwave/DragonBreath. To make it possible I need to a spellbook check and match the icons in the spellbook.

Sounds possible, gonna try it.

Ok I found the function.

/run print(GetSpellBookItemName(spellName))

That returns nil if the spell fails.

*edit*

Thanks for the suggestion. Added it. Upload is coming.

Preview:



Thanks.
__________________
| 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 : 12-14-12 at 04:35 AM.
Report comment to moderator  
Reply With Quote
Unread 12-13-12, 05:29 PM  
kkot
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 10
File comments: 24
Uploads: 1
Would you consider implementing something akin to `spelllist` for cooldowns? It'd be useful for things like the top-tier talents.
Report comment to moderator  
Reply With Quote
Unread 12-08-12, 02:18 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Sure. But don't let it bite you.
__________________
| 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 12-08-12, 12:54 AM  
Greensleeper
A Defias Bandit

Forum posts: 2
File comments: 29
Uploads: 0
Hey Zork !
Can this mod be used to track stacks or do i need another mod for that? Things like taste for blood for example?

Thanks in advance
Report comment to moderator  
Reply With Quote
Unread 10-23-12, 03:46 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Hmm sure. I can add that.
__________________
| 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-22-12, 11:30 AM  
leizeQ
A Murloc Raider
 
leizeQ's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 8
File comments: 44
Uploads: 1
Zork ... do you remember the request to add FrameLevel to buffs so I could make something like a priority list? (from beta rFilter)

Will you be adding that ?

thanks
Report comment to moderator  
Reply With Quote
Unread 10-20-12, 07:34 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
I'm going to update this mod. Currently I'm not able to display the strength of certain buffs like Vengeance or Shield Barrier.

But there are new values in UnitAura that give exactly that information. Thus I'm going to add another attribute to make it possible to show that value. (value1, 2 and 3)

lua Code:
  1. local name, rank, icon, count, dispelType, duration, expires, caster, isStealable, shouldConsolidate, spellID, canApplyAura, isBossDebuff, value1, value2, value3 = UnitAura("unit", index [, "filter"]) or UnitAura("unit", "name" [, "rank" [, "filter"]])
http://wowprogramming.com/docs/api/UnitAura

So an update is coming reflecting that.

Thus it will be able to track auras and even see the strength of the current aura applied.

Result:
http://imgur.com/a/poj24

.
__________________
| 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-12 at 08:08 AM.
Report comment to moderator  
Reply With Quote
Unread 10-09-12, 02:33 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Spec is your Specilization. Not your current talent spec. Example for warrior: 1 = arms, 2 = fury, 3 = prot
__________________
| 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-09-12, 12:21 PM  
Xully
An Aku'mai Servant

Forum posts: 38
File comments: 180
Uploads: 0
thank you, I uncommented player_name and it worked, but now I don't understand the variable "spec = " because when I put nil, it works, when I put spec 1 it works as the secondary talent, when I put spec 2, it deosn't work, and I don't know what works for the Primary talent?
Report comment to moderator  
Reply With Quote
Unread 10-09-12, 04:29 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
You are adding all your charspecific stuff to the global config. Not to the charspecific.lua.

That would be OK if you had commented in the player_name variable at the top. Currently you check every name against 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)
Last edited by zork : 10-09-12 at 04:34 AM.
Report comment to moderator  
Reply With Quote
Unread 10-09-12, 12:32 AM  
Xully
An Aku'mai Servant

Forum posts: 38
File comments: 180
Uploads: 0
zork, could you please point to me where my wrong is in the config file? I'm dazzled by this, because I think everything is right, and the icons are not showing.... no errors in game, but no icons either.

http://pastebin.com/bZ5HyMx2

if you need i can post the whole code in here, but its kinda long for many classes.
Report comment to moderator  
Reply With Quote
Unread 10-08-12, 03:58 PM  
atticu5
A Defias Bandit

Forum posts: 3
File comments: 8
Uploads: 0
holy avenger

Hi, loving rfilter3.

I started messing around with the code to have it work with my ret pally. I'm trying to get Holy Avenger tracked as a cooldown, but I would like the icon to only show if I have that talent selected and not while I'm using Sanctified Wrath or Divine Purpose.

help? lol
Report comment to moderator  
Reply With Quote
Unread 10-05-12, 05:23 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
That's right. You need to add another attribute to the config that stated "hideAbove10Sec = true" and check for that in the checkCooldown function in core.lua. If the time is still above you hide the icon.
__________________
| 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-05-12 at 05:24 AM.
Report comment to moderator  
Reply With Quote
Unread 10-05-12, 02:19 AM  
Romarioo
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
What if I only want cooldowns to be visible with less than 10 seconds? I reckon something has to be changed in the core.

Thanks in advance.
Report comment to moderator  
Reply With Quote
Unread 10-04-12, 03:54 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Of course. Set the alpha for an icon on cooldown to 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: