Change Log:
--------------------
50100.03
- Merged Buff/Debuff checks into Aura checks
- attribute "ismine" is deprecated
- added a new attribute: "caster"
50100.02
- added spelllist tracking for cooldowns (useful to track cooldowns of talents the same tier)
50100.01
- updated for patch 5.1
50001.04
- Added a petbattle handler to hide the icons in petbattle
50001.03
- Added charspecific.lua to rFilter3
- Fixed GetSpecilization() (now the spec will match your current spec id correctly)
- Updated the documentation
50001.02
- fixed the spellid checks
- fixed the size reset
50001.01
- initial release
40300.03
- added the visibility_state attribute for buffs, debuffs and cooldowns
40300.02
- changed the talent tree identifictation based on a suggestion of Monolit. The spec value now acepts: nil, 1, 2 or 3. Check the documentation for more info.
40300.01
- updated for patch 4.3
4.011
- updated toc for patch 4.2
4.010
- added slash command for locking / unlocking. Use "/rf" or "/rfilter" for more info ingame
- all frames that have the move attribute and are in the same spec that you have defined can be moved
4.009
- added ingame movability again
- Add the move attribute to any spell you want to move ingame (see documentation)
- Ingame: LEFT MOUSE+ALT+SHIFT = DRAG
RIGHT MOUSE+ALT+SHIFT = RESIZE
4.008
- rFilter3 has a new config attribute for buffs and debuffs called "match_spellid". The value can be true or false. With the spell given is nailed down by spellid in.
4.007
- updated TOC for patch 4.1
4.006
- removed the global spec settings
- it is now possible to set a spec per icon
-- 1 is your first spec
-- 2 is your second spec
-- false or nil will remove the spec tracking
Check config.lua for examples
4.005
- added the updatetimer to the config
- added two new config options to hide icons if the unit being tracked is not available or if you are out of...
Description:
--------------------
!!! This mod eats puppies. If you are a puppy, stay away from it. It will bite you. !!!
Intro
rFilter3 is a buff, debuff and cooldown filter mod.
You can track a single spell by spellid or a full list of spellids having a similar effect. Example: many buffs give +5% crit, those could be combined to a spelllist.
Visibility settings
Active spec
Visibility state macro condition
Unit validation
Combat status
Ismine (Only show my buff/debuff)
Match spellid (Spellid of the aura found has to fully match)
Opacity values based on active/inactive
Supports spelllists for buffs/debuffs/cooldowns
Slash commands
/rfilter
/rfillter unlock
/rfillter lock
/rfillter reset
Config Documentation
Lua config only.
http://rothui.googlecode.com/svn/trunk/wow5.0/rFilter3/documentation.txt
SVN
http://code.google.com/p/rothui/source/browse/trunk/wow5.0/rFilter3
--------------------
50100.03
- Merged Buff/Debuff checks into Aura checks
- attribute "ismine" is deprecated
- added a new attribute: "caster"
50100.02
- added spelllist tracking for cooldowns (useful to track cooldowns of talents the same tier)
50100.01
- updated for patch 5.1
50001.04
- Added a petbattle handler to hide the icons in petbattle
50001.03
- Added charspecific.lua to rFilter3
- Fixed GetSpecilization() (now the spec will match your current spec id correctly)
- Updated the documentation
50001.02
- fixed the spellid checks
- fixed the size reset
50001.01
- initial release
40300.03
- added the visibility_state attribute for buffs, debuffs and cooldowns
40300.02
- changed the talent tree identifictation based on a suggestion of Monolit. The spec value now acepts: nil, 1, 2 or 3. Check the documentation for more info.
40300.01
- updated for patch 4.3
4.011
- updated toc for patch 4.2
4.010
- added slash command for locking / unlocking. Use "/rf" or "/rfilter" for more info ingame
- all frames that have the move attribute and are in the same spec that you have defined can be moved
4.009
- added ingame movability again
- Add the move attribute to any spell you want to move ingame (see documentation)
- Ingame: LEFT MOUSE+ALT+SHIFT = DRAG
RIGHT MOUSE+ALT+SHIFT = RESIZE
4.008
- rFilter3 has a new config attribute for buffs and debuffs called "match_spellid". The value can be true or false. With the spell given is nailed down by spellid in.
4.007
- updated TOC for patch 4.1
4.006
- removed the global spec settings
- it is now possible to set a spec per icon
-- 1 is your first spec
-- 2 is your second spec
-- false or nil will remove the spec tracking
Check config.lua for examples
4.005
- added the updatetimer to the config
- added two new config options to hide icons if the unit being tracked is not available or if you are out of...
Description:
--------------------
!!! This mod eats puppies. If you are a puppy, stay away from it. It will bite you. !!!
Intro
rFilter3 is a buff, debuff and cooldown filter mod.
You can track a single spell by spellid or a full list of spellids having a similar effect. Example: many buffs give +5% crit, those could be combined to a spelllist.
Visibility settings
Active spec
Visibility state macro condition
Unit validation
Combat status
Ismine (Only show my buff/debuff)
Match spellid (Spellid of the aura found has to fully match)
Opacity values based on active/inactive
Supports spelllists for buffs/debuffs/cooldowns
Slash commands
/rfilter
/rfillter unlock
/rfillter lock
/rfillter reset
Config Documentation
Lua config only.
http://rothui.googlecode.com/svn/trunk/wow5.0/rFilter3/documentation.txt
SVN
http://code.google.com/p/rothui/source/browse/trunk/wow5.0/rFilter3