1. #1

    How to track ICD with Chronosbars?

    I might be doing something wrong, but ive followed the steps from wowinterface found here.

    This is how my setting looks

    "Tracking internal cooldowns

    When you want to track internal cooldown of a "proc", what you really want to be tracking is the appearance of an effect that it triggers. Every weapon, trinket or enchantment proc will put a buff on the player when it activates. Often, some players would test the behaviour of the item and figure out the duration the effect is being prevented from triggering again by the game. This is known as "internal cooldown" of that effect. Note that internal cooldowns are never exposed by the game normally and are just a term that players have come up with.

    To track internal cooldowns you need to set the effect type of the bar to Custom, then set the duration in the Custom settings... submenu, and change the Trigger setting to Another bar activated. You need to set the effect name to the name of an effect that is being tracked by another existing bar. Whenever that other bar reactives, the internal cooldown bar will be triggered. You can specify multiple effect names or IDs by separating them with commas, to trigger the same internal cooldown from multiple sources."

    I keep getting this LUA error:
    Message: Interface\AddOns\ChronoBars\ChronoBars_Status.lua:768: attempt to call method 'GetTexture' (a nil value)
    Time: 03/20/13 16:57:18
    Count: 2
    Stack: Interface\AddOns\ChronoBars\ChronoBars_Status.lua:768: in function `Bar_UpdateStatusCustom'
    Interface\AddOns\ChronoBars\ChronoBars_Status.lua:115: in function `Bar_UpdateEffect'
    Interface\AddOns\ChronoBars\ChronoBars_Gui.lua:1150: in function `Bar_OnEvent'
    Interface\AddOns\ChronoBars\ChronoBars_Gui.lua:1188: in function `BroadcastBarEvent'
    Interface\AddOns\ChronoBars\ChronoBars_Status.lua:151: in function `Bar_UpdateEffect'
    Interface\AddOns\ChronoBars\ChronoBars_Gui.lua:1150: in function <Interface\AddOns\ChronoBars\ChronoBars_Gui.lua:1146>

    Locals: bar = ChronoBars_Bar13 {
    0 = <userdata>
    gsettings = <table> {
    }
    barId = 1
    settings = <table> {
    }
    status = <table> {
    }
    bg = <unnamed> {
    }
    cacheId = 13
    fgBlink = <unnamed> {
    }
    spark = <unnamed> {
    }
    groupId = 4
    group = ChronoBars_Group4 {
    }
    numEffectStatus = 1
    prevFrame = <table> {
    }
    text = <table> {
    }
    effectStatus = <table> {
    }
    effectDesc = <table> {
    }
    events = <table> {
    }
    fg = <unnamed> {
    }
    timer = ChronoBars_Bar13TimerFrame {
    }
    anim = <table> {
    }
    removeInactive = false
    icon = ChronoBars_Bar13IconFrame {
    }
    }
    status = <table> {
    desc = "Inner Brilliance"
    }
    now = 26659.577
    event = "CHRONOBARS_BAR_ACTIVATED"
    arg1 = ChronoBars_Bar4 {
    0 = <userdata>
    gsettings = <table> {
    }
    barId = 4
    settings = <table> {
    }
    status = <table> {
    }
    bg = <unnamed> {
    }
    cacheId = 4
    fgBlink = <unnamed> {
    }
    spark = <unnamed> {
    }
    groupId = 1
    numEffectStatus = 1
    prevFrame = <table> {
    }
    text = <table> {
    }
    effectStatus = <table> {
    }
    effectDesc = <table> {
    }
    events = <table> {
    }
    fg = <unnamed> {
    }
    group = ChronoBars_Group1 {
    }
    anim = <table> {
    }
    removeInactive = false
    icon = ChronoBars_Bar4IconFrame {
    }
    }
    arg2 = nil
    set = <table> {
    enabled = true
    type = 6
    auto = <table> {
    }
    totem = <table> {
    }
    cd = <table> {
    }
    custom = <table> {
    }
    style = <table> {
    }
    aura = <table> {
    }
    usable = <table> {
    }
    fixed = <table> {
    }
    enchant = <table> {
    }
    name = "Inner Brilliance"
    }
    activate = false
    otherBar = ChronoBars_Bar4 {
    0 = <userdata>
    gsettings = <table> {
    }
    barId = 4
    settings = <table> {
    }
    status = <table> {
    }
    bg = <unnamed> {
    }
    cacheId = 4
    fgBlink = <unnamed> {
    }
    spark = <unnamed> {
    }
    groupId = 1
    numEffectStatus = 1
    prevFrame = <table> {
    }
    text = <table> {
    }
    effectStatus = <table> {
    }
    effectDesc = <table> {
    }
    events = <table> {
    }
    fg = <unnamed> {
    }
    group = ChronoBars_Group1 {
    }
    anim = <table> {
    }
    removeInactive = false
    icon = ChronoBars_Bar4IconFrame {
    }
    }
    (*temporary) = nil
    (*temporary) = ChronoBars_Bar4IconFrame {
    0 = <userdata>
    tex = <unnamed> {
    }
    bg = <unnamed> {
    }
    bar = ChronoBars_Bar4 {
    }
    }
    (*temporary) = "attempt to call method 'GetTexture' (a nil value)"
    CB = <table> {
    Input_SetLabelText = <function> defined @Interface\AddOns\ChronoBars\Gui\ChronoBars_Basic.lua:72
    ScrollFrame_New = <function> defined @Interface\AddOns\ChronoBars\Gui\ChronoBars_ContainerScroll.lua:16
    TabFrame_OnSizeChanged = <function> defined @Interface\AddOns\ChronoBars\Gui\ChronoBars_ContainerTab.lua:272
    Bar_OnMouseDown = <function> defined @Interface\AddOns\ChronoBars\ChronoBars_Gui.lua:198
    UpgradeChar_1_2 = <function> defined @Interface\AddOns\ChronoBars\ChronoBars_Upgrade.lua:59
    Var_ProfileName_Set = <function> defined @Interface\AddOns\ChronoBars\Config\ChronoBars_MainConfig.lua:83
    Func_GroupCopy = <function> defined @Interface\AddOns\ChronoBars\Config\ChronoBars_BarConfig.lua:700
    FontDrop_New = <function> defined @Interface\AddOns\ChronoBars\Gui\ChronoBars_DropdownFont.lua:15
    USABLE_TYPE_ITEM = 3
    LAYOUT_STACK = 2
    Container_AddChild = <function> defined @Interface\AddOns\ChronoBars\Gui\ChronoBars_Container.lua:79
    UpdateBarSettings = <function> defined @Interface\AddOns\ChronoBars\ChronoBars.lua:363
    DEFAULT_GROUP = <table> {
    }
    SIDE_RIGHT = 2
    Frame_Encha
    Anyone know what im doing wrong?
    Last edited by Muliercula; 2013-03-20 at 04:06 PM.

Posting Permissions

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