Phylactery of the Nameless Lich trinket does not work #40


  • New
  • Defect
Open
Assigned to ardentvark
  • _ForgeUser2431032 created this issue May 26, 2010

    What steps will reproduce the problem?
    1. Equip Phylactery of the Nameless Lich
    2. Make it proc.
    3. SexyCD won't recognize it.

    What is the expected output? What do you see instead?
    nothing.

    What version of the product are you using?
    latest.

    Do you have an error log of what happened?
    no, it's not an error, but something that needs to be added?

    Please provide any additional information below.
    please fix this !

  • _ForgeUser2431032 added the tags New Defect May 26, 2010
  • _ForgeUser2431032 posted a comment May 26, 2010

    nevermind, i took a peek through the code and figured out how to fix this myself.

    Still, would be helpful to others if you made it clear in the options or something how to add cds that aren't present, or just integrated it into the options menu or something.

    In the rare case anyone is reading this, go to the SexyCooldown folder, then Libs, then LibInternalCooldowns-1.0, then open Data.lua

    Pretty self explanatory from there. In the first section add your trinket using values from wowhead. spellID = itemID, such as:

    [71636] = 50365, Phylactery of the Nameless Lich

    Then in the second section specify the internal cd time

    Phylactery of the Nameless Lich (Heroic) [71636] = 100,

    for 100 seconds

    enjoy.


To post a comment, please login or register a new account.