1. Something WronG with ADDons on Warmane

    OK

    i notice some things and here is

    Example ...Afflicted 3 / Intterupt Bar / Gladius addons

    Same addons its working on realm Blackrock and is not Working on Icecrovn
    Same addons work on my arena mate on icecrovn ,and is not working for me on icecrovn (ps he send me the addons ,we use the same ones)

    How is this possible..can someone help or explane

  2. Afflicted 3 / Intterupt Bar / Gladius
    These AddOn's rely on an event named "COMBAT_LOG_EVENT_UNFILTERED".
    This event basically "lists" all the actions in the CombatLog.

    The AddOn's get their information (e.g. cooldown used) by parsing the arguments of this event.
    It is known since retail WoTLK (maybe even earlier?) that the CombatLog tends to break hence making the event not firing anymore.

    Have a look at this thread on AJ for more information:
    http://www.arenajunkies.com/topic/12...-supposed-fix/
    This means your combat log AND any addons that use that event get screwed up
    The only real "fix" is to either get CombatLogFix
    >>http://www.wowinterface.com/download...batLogFix.html
    (Works with this patch) or run the following macro:

    Code:
    /run CreateFrame('Frame'):SetScript('OnUpdate',CombatLogClearEntries)
    (Wouldn't recommend this as it creates too many cpu cycles.)

Posting Permissions

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