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,155
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-28-09, 06:07 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 Gallahead
könntest du mir bitte verraten, wie der befehlt zum abprüfen eines talentes, heißt?

rf2_player_talent == " x " ?
http://www.wowwiki.com/API_GetTalentInfo

Beispiel: Heroic Strike, ist in TAB 1 und hat Index 1

Code:
local nameTalent, iconPath, tier, column, currentRank = GetTalentInfo(1,1)
Wichtig ist currentRank, da steht drin wieviel Punkte du vergeben hast.

Also z.b.
Code:
local nameTalent, iconPath, tier, column, currentRank = GetTalentInfo(1,1)
local nameTalent2, iconPath2, tier2, column2, currentRank2 = GetTalentInfo(1,2)

if currentRank > 0 then
  ..
end
if currentRank2 > 0 then
  ..
end
So ca denk ich mal.
__________________
| 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-28-09, 02:59 AM  
Gallahead
A Defias Bandit
 
Gallahead's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 199
Uploads: 1
Originally posted by zork
hmm schon wenn du auf bestimmte talente abprüfst. dann musst du allerdings das addon beim talentwechsel einmal durchstarten.
du kannst auf bestimmte talente prüfen z.b.
könntest du mir bitte verraten, wie der befehlt zum abprüfen eines talentes, heißt?

rf2_player_talent == " x " ?
Report comment to moderator  
Reply With Quote
Unread 05-26-09, 07:42 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 Gallahead
servus zork.

gibt es eine möglichkeit 2 profile für einen charakter anzulegen zum beispiel im falle eines zweitspeccs?
hmm schon wenn du auf bestimmte talente abprüfst. dann musst du allerdings das addon beim talentwechsel einmal durchstarten.

du kannst auf bestimmte talente prüfen z.b.
__________________
| 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-26-09, 05:02 AM  
Gallahead
A Defias Bandit
 
Gallahead's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 199
Uploads: 1
servus zork.

gibt es eine möglichkeit 2 profile für einen charakter anzulegen zum beispiel im falle eines zweitspeccs?
Report comment to moderator  
Reply With Quote
Unread 05-21-09, 04:46 AM  
Fama
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Hi Zork.


It is possible to see a debuff even when I did not in the target frame mob?

Thx
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 12:35 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 DaSaint79
Possibly a stupid question, can I use this to show procs like Overpower/Revenge? I use it for filters but wish there was see a revenge proc alert...
Sure. Find the revenge proc spellid on wowhead and add it to the debuff list. (the 3sec stun debuff)
If you want to know if you can use Revenge...look at your actionbar much?!
__________________
| 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-01-09, 12:09 PM  
DaSaint79
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Possibly a stupid question, can I use this to show procs like Overpower/Revenge? I use it for filters but wish there was see a revenge proc alert...
Report comment to moderator  
Reply With Quote
Unread 04-28-09, 04:31 AM  
Shestak
A Deviate Faerie Dragon
 
Shestak's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 65
Uploads: 1
Noticed no valid mapping timer on cooldown.

Frame disappears when the timer is suitable for two seconds, ie, he was gone, and it is possible to use again the spell, but in reality there is still one second.

Can I fix this?
Report comment to moderator  
Reply With Quote
Unread 04-25-09, 10:27 PM  
kewlbear77
A Kobold Labourer

Forum posts: 1
File comments: 16
Uploads: 0
Thanks zork~~!!
Report comment to moderator  
Reply With Quote
Unread 04-25-09, 05:59 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Time Format

Originally posted by kewlbear77
time
For Buffs and Debuffs look out for f2:SetText(floortime) and for cooldowns look out for f2:SetText(cooldown). Call your func with the floortime/cooldown value.
__________________
| 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-25-09, 04:04 AM  
kewlbear77
A Kobold Labourer

Forum posts: 1
File comments: 16
Uploads: 0
Time Format

I have one question..
Right now cooldown time only shows in number of seconds left no matter how big the cooldown is left.
If I want to change the time text format when cooldown left is greater than 60 seconds to mm:ss format. Where do I need to change the code?

I'm thinking timetext format function as follows:

local function timeformat(rawtime)
if rawtime > 60 then
local m_time, s_time
m_time = floor(timeleft/60)
s_time = timeleft - (m_time*60)
if m_time >= 5 then
return string.format("%.1dM", m_time)
else
return string.format("%.1d:%.2d", m_time, s_time)
end
end
end
But I am not quite sure where to call this function with what variable coming into it as rawtime.. Can you plz help me w/ this??
Last edited by kewlbear77 : 04-25-09 at 04:08 AM.
Report comment to moderator  
Reply With Quote
Unread 04-25-09, 01:26 AM  
kewlbear77
A Kobold Labourer

Forum posts: 1
File comments: 16
Uploads: 0
Argh~~~ It was just language problem..... Since it worked for you and didn't work for me, I figured the only difference could be language difference... so I changed the spellname from Korean to English then it starts work perfectly~~~ Again... Thanx for the great addon and sorry for bugging you with trash problem
Report comment to moderator  
Reply With Quote
Unread 04-24-09, 09:39 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Just checked it. I have no problems. It works properly:
http://img1.abload.de/img/wowscrnsho...09_173c8zc.jpg

Thats the rFilter2 version I am using:
http://code.google.com/p/rothui/sour...c=svn411&r=411
__________________
| 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-24-09, 07:56 AM  
kewlbear77
A Kobold Labourer

Forum posts: 1
File comments: 16
Uploads: 0
Is rFilter2 really works with 3.1?? I'm playing in Korean realm and we just got patched yesterday. It worked fine b4 patch but after 3.1 patch is done it starts showing some errors relating "timeleft" and it doesn't seem to work anymore.... does any of you know how to fix this? I tried both rFilter2 in rothui package and directly from rFilter2....
Please, help me with this... w/o this addon working I have to start loook up for another addon

I looked up wowwiki and found out timeleft has been changed to expirationTime and ismine is changed to unitCaster.... Could this problem related to this? if so can you tell me how to fix this? I tried changed every isMine to unitCaster and timeleft to expirationTime but it still doesn't work...
Last edited by kewlbear77 : 04-24-09 at 08:00 AM.
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 02:52 PM  
Dimpf
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 22
Uploads: 5
Originally posted by zork
No this is intended. I only update the icons once _every_ second. This is more than enough imo. That why you think its random. Do I intend to change that? No.
Does this mean that a cooldown spiral isn't possible with how rFilter2 is implemented?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: