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,386
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-01-16, 08:11 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Schau ich mir an.

*edit*
Hab's mir angesehen. Konnte nix feststellen. Geht genauso wie beschrieben.

Lua Code:
  1. --count, aura stack count
  2. actionButtonConfig.count = {
  3.   font = { STANDARD_TEXT_FONT, 11, "OUTLINE"},
  4.   points = {
  5.     --{"BOTTOMRIGHT", 0, 0 },
  6.     --{"BOTTOMLEFT", 0, 0 },
  7.     {"TOPRIGHT", 0, 0 },
  8.     {"TOPLEFT", 0, 0 },
  9.   },
  10.   halign = "CENTER",
  11.   valign = "TOP",
  12.   alpha = 1,
  13. }

*edit2* Kann es sein, dass du kein Theme installiert hast? Dann kann das auch nicht gehen.
Die Gestaltung der Knöpfe übernimmt rButtonTemplate.
https://github.com/zorker/rothui/blo.../theme.lua#L11
https://github.com/zorker/rothui/blo.../theme.lua#L43

Ohne theme hast du automatisch die Standardanzeige des Blizzard Actionbutton templates.
__________________
| 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-02-16 at 03:32 AM.
Report comment to moderator  
Reply With Quote
Unread 12-02-16, 03:48 AM  
apfelei
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Originally Posted by zork
*edit2* Kann es sein, dass du kein Theme installiert hast? Dann kann das auch nicht gehen.
Die Gestaltung der Knöpfe übernimmt rButtonTemplate.
https://github.com/zorker/rothui/blo.../theme.lua#L11
https://github.com/zorker/rothui/blo.../theme.lua#L43

Ohne theme hast du automatisch die Standardanzeige des Blizzard Actionbutton templates.
Daran lag es
Danke dir für deine Hilfe!
Report comment to moderator  
Reply With Quote
Unread 02-08-17, 02:09 PM  
ronjon
A Kobold Labourer
 
ronjon's Avatar

Forum posts: 0
File comments: 43
Uploads: 0
Is it not possible to show count for cooldowns, like tracking shield block or ironskin/purifying brew stacks?
Report comment to moderator  
Reply With Quote
Unread 03-06-17, 11:46 PM  
Ginji
A Defias Bandit
 
Ginji's Avatar

Forum posts: 3
File comments: 21
Uploads: 0
debuff

hi, im trying to show vampiric touch debuff but its not working
can someone help me?

Code:
funlction rFilter:CreateDebuff(spellid,unit,size,point,visibility,alpha,desaturate,caster)
  local button = L.F.CreateButton("debuff","DebuffButton",34914,"target",36,"{CENTER}","[combat]show;hide",{0.2,1},true,nil)
  if button then 
  table.insert(L.debuffs,button) end
end
Report comment to moderator  
Reply With Quote
Unread 06-21-17, 11:49 PM  
Sythral
A Kobold Labourer
 
Sythral's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 21
Uploads: 1
Forgive my ignorance, but I am having a hard time modifying the font size for count and duration of buffs/debuffs. Would you be able to point me in the right direction to do this? I have a layout setup with my buffs and debuffs created but the font size on the duration and count are way too small for my liking.
Report comment to moderator  
Reply With Quote
Unread 08-04-17, 09:40 AM  
cozmos
A Murloc Raider

Forum posts: 8
File comments: 24
Uploads: 0
@ Ginji

try using the rFilter_Zork folder and files
and restore the rFilter folder to its original state.

but Im at the same point as Sythral, I tried a lot but I cant seem to modify the font size (Theme.lua has no effect)
also I didnt find a possibility to show aura stacks on cooldowns
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: