Change Log:
--------------------
- minor changes to make the rotation module completely interchangeable with clcinfo one (in theory you should be able to move the folder from one addon to another and keep the same functionality)
- ignores es, hpr, lh and ss if in rotation and talent not present
- adjusts for exorcism glyph
- update for 5.04
- TOC update for 4.3 and some minor retribution changes
- CLEU fix for 4.1
- CS will not be suggested at 3HP
- 4.06 changes
- remove the hack
- temporary hack until Blizzard fixes Hand of Light
- options for inquisition in the behavior tab
- some tweaks, might be possible it works right for lower level characters or without zealotry but no promises
- fix for auras with items
- option to disable if HP bar is modified or not
- minor fix for hp bar
- fixed icon for sov bars
- fixes for 4.01
- fixed toggle for preset frame display not being persistent
- fixed changing preset names not being updated in the selection list
- fixed a typo in options
- added profiles
- untested change to item aura buttons
- fix for first runs
- fixed a bug regarding preset frame
- minor tweaks
- some tweaks for presets
- rudimentary preset system for ret fcfs
- fixing clcret.toc
- split sov bars in a new file
- moved the options to a LoD addon
- option to use checked or highlight state for highlighting main skill
- better choice for the highlight texture
- minor fix
- more work on fcfs and minor tweaks
- 2 more border choices
- more work on options
- minor change with sov tracking stack count
- added explanations for some of the settings
- highlight main skill when a spell is used
- improved fcfs code a bit
- warning when using on another class than paladin
M /trunk/core.lua
- example aura buttons are disabled by default (to fix an issue with lower level players)
- you need to reenable them if you used them and they just disappeared
- added holy wrath to the fcfs choi...
Description:
--------------------
!!! IMPORTANT: If there are problems going from 3.x to 4.x try first to reset the options:
/script clcretDB = nil; ReloadUI()
!!! IMPORTANT: It doesn't work for low level chars.
Notes/warnings:
* Even though they look like buttons they aren't. The addon displays what you should do, does not provide clickable buttons to do it. Or in more simple terms, you can't spam the mouse on the big button and do dps. Blizzard designed an entire system to prevent that kind of behavior.
* The addon is intended to be used by raiding level 85 retribution paladins. There might be issues at lower levels.
- shows the next skill that should be used by a retribution paladin in the FCFS "rotation"
- tries to highlight the skill until the server confirms the action
- enables exorcism in FCFS only if The Art of War buff is up
- options to edit the FCFS queue
- options to control the layout of the frame (all positions are relative to the black box that appears when you unlock the frame)
- 10 configurable buttons to display the buffs/skills/items you want to track
- ButtonFacade support for skill and configurable buttons
- rudimentary preset system for retribution FCFS
- experimental tracking of sov dot on multiple targets. It's disabled by default so check the options.
This feature had minimal testing though so when you find a bug or if you think it can be improved somehow please let me know.
Commands:
/clcret
* opens the options frame
Note:
- alpha option for sov tracking is selected in the non target color option (for buttons it takes only alpha value, for bars both color and alpha)
- helps to select type "None" when you want to change the layout for a configurable button (sets it to always show)
- when you first enable the button it will show with a blank texture, don't worry, the texture gets updated first time it is displayed properly
- most testing is done on dummies, so not really thorough
- for ICD Procs, here's a really good tutorial...
--------------------
- minor changes to make the rotation module completely interchangeable with clcinfo one (in theory you should be able to move the folder from one addon to another and keep the same functionality)
- ignores es, hpr, lh and ss if in rotation and talent not present
- adjusts for exorcism glyph
- update for 5.04
- TOC update for 4.3 and some minor retribution changes
- CLEU fix for 4.1
- CS will not be suggested at 3HP
- 4.06 changes
- remove the hack
- temporary hack until Blizzard fixes Hand of Light
- options for inquisition in the behavior tab
- some tweaks, might be possible it works right for lower level characters or without zealotry but no promises
- fix for auras with items
- option to disable if HP bar is modified or not
- minor fix for hp bar
- fixed icon for sov bars
- fixes for 4.01
- fixed toggle for preset frame display not being persistent
- fixed changing preset names not being updated in the selection list
- fixed a typo in options
- added profiles
- untested change to item aura buttons
- fix for first runs
- fixed a bug regarding preset frame
- minor tweaks
- some tweaks for presets
- rudimentary preset system for ret fcfs
- fixing clcret.toc
- split sov bars in a new file
- moved the options to a LoD addon
- option to use checked or highlight state for highlighting main skill
- better choice for the highlight texture
- minor fix
- more work on fcfs and minor tweaks
- 2 more border choices
- more work on options
- minor change with sov tracking stack count
- added explanations for some of the settings
- highlight main skill when a spell is used
- improved fcfs code a bit
- warning when using on another class than paladin
M /trunk/core.lua
- example aura buttons are disabled by default (to fix an issue with lower level players)
- you need to reenable them if you used them and they just disappeared
- added holy wrath to the fcfs choi...
Description:
--------------------
!!! IMPORTANT: If there are problems going from 3.x to 4.x try first to reset the options:
/script clcretDB = nil; ReloadUI()
!!! IMPORTANT: It doesn't work for low level chars.
Notes/warnings:
* Even though they look like buttons they aren't. The addon displays what you should do, does not provide clickable buttons to do it. Or in more simple terms, you can't spam the mouse on the big button and do dps. Blizzard designed an entire system to prevent that kind of behavior.
* The addon is intended to be used by raiding level 85 retribution paladins. There might be issues at lower levels.
- shows the next skill that should be used by a retribution paladin in the FCFS "rotation"
- tries to highlight the skill until the server confirms the action
- enables exorcism in FCFS only if The Art of War buff is up
- options to edit the FCFS queue
- options to control the layout of the frame (all positions are relative to the black box that appears when you unlock the frame)
- 10 configurable buttons to display the buffs/skills/items you want to track
- ButtonFacade support for skill and configurable buttons
- rudimentary preset system for retribution FCFS
- experimental tracking of sov dot on multiple targets. It's disabled by default so check the options.
This feature had minimal testing though so when you find a bug or if you think it can be improved somehow please let me know.
Commands:
/clcret
* opens the options frame
Note:
- alpha option for sov tracking is selected in the non target color option (for buttons it takes only alpha value, for bars both color and alpha)
- helps to select type "None" when you want to change the layout for a configurable button (sets it to always show)
- when you first enable the button it will show with a blank texture, don't worry, the texture gets updated first time it is displayed properly
- most testing is done on dummies, so not really thorough
- for ICD Procs, here's a really good tutorial...