Get an Epic Experience with Premium

Retribution FCFS helper (clcret)

Paladin Login to Add Favorites
  • 25 Likes
  • World of Warcraft
  • 53,615 Monthly Downloads
  • Supports: 5.2.0
  • 1,613,370 Total Downloads
  • Updated 05/09/2013
  • Created 08/11/2009
  • 1,062 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: All Rights Reserved
  • Newest File: v.1.5.20.002
or
Support development! **
Donate

About Retribution FCFS helper (clcret)

!!! IMPORTANT: For a more updated and universal solution please check: http://wow.curse.com/downloads/wow-addons/details/clctracker.aspx

!!! IMPORTANT: For the modified paladin power bar use: http://wow.curseforge.com/addons/clcppb/files/

!!! IMPORTANT: Mod should reflect best rotation according to EJ forums. If there are issues with that please report them. If you want customized rotations and options try clcInfo.

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 post some EJ user took time to write: http://elitistjerks.com/f76/t53171-ret_fcfs_rotation_helper/p15/#post1502393

------------------------------------------------------------------------
r221 | abija | 2013-05-09 05:19:55 +0000 (Thu, 09 May 2013) | 1 line
Changed paths:
   A /tags/v.1.5.20.002 (from /trunk:220)

Tagging as v.1.5.20.002
------------------------------------------------------------------------
r220 | abija | 2013-05-03 17:00:12 +0000 (Fri, 03 May 2013) | 1 line
Changed paths:
   M /trunk/retmodule/rotation.lua

- retmodule - action added: cs_n4t15 (cs when 4pt15 not active)
------------------------------------------------------------------------
r219 | abija | 2013-04-11 11:56:49 +0000 (Thu, 11 Apr 2013) | 2 lines
Changed paths:
   M /trunk/retmodule/options.lua
   M /trunk/retmodule/rotation.lua

cs and exo clash options
fix tv4aw bug
------------------------------------------------------------------------
r218 | abija | 2013-04-07 15:34:51 +0000 (Sun, 07 Apr 2013) | 1 line
Changed paths:
   M /trunk/retmodule/rotation.lua

- 4t15 stuff
------------------------------------------------------------------------

Comments

First Previous Page 41 of 42 Next Last
  • #23
    If you want to be able to click on those buttons, that's not possible.
  • #27
    is their any macro that could action what is coming up
  • #28
    No.
  • #21
    Great addon, but why no Holy Wrath? Granted it's situational, but I would love to be able to activate it in the rotation list during Lord Jaraxxus or The Val'kyr Twins. Of course, there is also Naxx as well.

    Better yet, if possible, would it be possible to add an "If Then Else" (I don't know anything about LUA) to determine if the mob is Undead or a Demon, and if so, to add Holy Wrath to the rotation?
  • #24
    Because it's really mana intensive and useful in very few scenarios. I'll add it to the list of spells in the next builds, but I won't add an undead/demon check for the target.
    Until I release the new build you can edit core.lua, and after line 75 add the Holy Wrath id. The code should look like this after your change:
    [code]clcret.spells = {
    how = { id = 48806 }, -- hammer of wrath
    cs = { id = 35395 }, -- crusader strike
    ds = { id = 53385 }, -- divine storm
    jol = { id = 53408 }, -- judgement (using wisdom atm)
    cons = { id = 48819 }, -- consecration
    exo = { id = 48801 }, -- exorcism
    dp = { id = 54428 }, -- divine plea
    ss = { id = 53601 }, -- sacred shield
    hw = { id = 2812 }, -- holy wrath
    }[/code]
  • #19
    Strangely, my addon isn't showing how many SoV debuff stacks on the target anymore after I updated.

    Any idea how to fix that?
  • #20
    I changed some stuff for BF and forgot to check without it :( Should be fixed in last build.
  • #18
    this is an amazing addon!! I love you SO much for this!!!! You are the best!
  • #12
    hi the addon was working fine for a few minutes, then when i configured it ther was an error and now all i can see is grey boxes instead of the recomment spell to cast, and even if i reinstall it its still the same
  • #16
    From the line numbers you were using an alpha. If you didn't add the command yet or deleted the saved variables try with latest alpha let me know if error is still there.
  • #13
    oh and the error text was Date: 2009-08-22 22:40:27
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\clcret\core.lua line 845:
    attempt to index field '?' (a nil value)
    Debug:
    (tail call): ?
    [C]: ?
    clcret\core.lua:845: GetBest()
    clcret\core.lua:836: CheckQueue()
    clcret\core.lua:279:
    clcret\core.lua:275
    if that helps
  • #15
    The queue needs to have at least 2 skills. Did you set them all to none or entered a wrong command?
    Try entering the command /clcreteq how cs jol
    If it doesn't work try deleting WTF//SavedVariables/clcret.lua and WTF//SavedVariables/clcret.lua.bak
  • #17
    tyvm works perfectly now thanks ^^
  • #14
    What changes did you make and what build exactly?
  • #11
    Ok it is now showing, i clicked on disabled addon and clicked ok and then went back and unticked it and then it showed. Strange. I blame Blizzard lol.
  • To post a comment, please login or register a new account.
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Infinite Crisis NA

Get Your Preferred Access Code!