1. #1
    Deleted

    CLCinfo Prot Paladin

    So I've been looking for a setup guide or finished setup for Prot Paladins for CLCinfo, but all the guides I can find on google are outdated.

    Are there any alternate addons that do the same thing, or am I just not looking well enough for a guide?

    - - - Updated - - -

    There's NOBODY with CLCinfo experience?

  2. #2
    There is a CLCProt addon that works like CLCRet which I use. It's not as customizable as CLCInfo though but it works really good for me in conjunction with WeakAuras.

  3. #3
    Deleted
    Quote Originally Posted by Arothand View Post
    There is a CLCProt addon that works like CLCRet which I use. It's not as customizable as CLCInfo though but it works really good for me in conjunction with WeakAuras.
    And what's that called? The CLCProt I can find on Curse Client seems VERY outdated.

  4. #4
    I think it's the same; it seems to work pretty well for me without any issues.

  5. #5
    What exactly are you looking for? Just luse Requital's guide for ret and use return IconProtection1() and return IconProtection2() for the 2 ability icons instead.

    The only protection specific code iirc is:

    Multi Icon that displays some useful cooldowns:
    Code:
    return MIconProtPCooldowns()

    and Text that shows vengeance value (for engb locale):
    Code:
    local v = TextVengeance()
    if v > 0 then return v end

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •