• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Omen Threat Meter

 
Project Updated:
Files Updated: Wed, Dec 23 2009
Supports Game Version: 3.3.0
Category: Boss Encounters, and Combat
Tags:

, , , , , , and [Edit Tags]

Project Manager: Xinhuan
Additional Authors: Antiarc , Nevcairiel , anmoch
Current Version: v3.0.9
License: All Rights Reserved
Development Site: WowAce.com
Avg Daily DL (last 30 days): 368
Downloads Total: 10,843,628
Favorites: 11,402
Comments: 709
  • About Omen Threat Meter
  •  

Omen

https://www.paypal.com/en_US/i/btn/x-click-but21.gif

Omen is a threat meter.

Basically, enemies in WoW decide who to attack by deciding who is the most threatening based on the abilities you use. What Omen does is provide accurate values of your group's relative threat level on individual enemies, so that you can see when you're in danger of pulling aggro (or, if you're next on the snack list if your tank bites it). This info is usually only critical in raids, where only tanks can survive aggro, but it's useful for any multi-player situation.

Changes from version v3.0.8 to v3.0.9

  • Add option to make Omen click-through (non-interactive).
  • Optimized the bar animation code significantly.
  • Fix bar backgrounds not being set to the inverted color on login if the "Invert Bar/Text Colors" setting is on. This wasn't noticeable if the bar label color was the default white text with 100% alpha.

FAQ

How is Omen3 different from Omen2?

Omen3 relies completely on the Blizzard threat API and threat events. It does not attempt to calculate or extrapolate threat unlike Omen2.

Omen2 used what we called the Threat-2.0 library. This library was responsible for monitoring the combat log, spellcasting, buffs, debuffs, stances, talents and gear modifiers for calculating each individuals threat. Threat was calculated based on what was known or approximated from observed behaviors. Many abilities such as knockbacks were just assumed (to be a 50% threat reduction) as they were mostly impossible to confirm.

The Threat-2.0 library also included addon communication to broadcast your threat to the rest of the raid as long as they were also using Threat-2.0. This data was then used to provide a raid wide display of threat information.

Since patch 3.0.2, Omen no longer does any of these things and the need for a threat library is no longer necessary. Omen3 uses Blizzard's new in-built threat monitor to obtain exact values of every members threat. This means Omen3 has no need for synchronisation of data, combat log parsing or guessing, resulting in a significant increase in performance with regards to network traffic, CPU time and memory used. The implementation of boss modules for specific threat events (such as Nightbane wiping threat on landing) are also no longer necessary.

Further benefits of this new implementation include the addition of NPC threat on a mob (eg, Human Kalecgos). However, there are some drawbacks; frequency of updates are much slower, threat details cannot be obtained unless somebody in your party/raid are targetting the mob and it is also not possible to obtain threat from a mob you are not in direct combat with.

How do I get rid of the 2 vertical gray lines down the middle?

Lock your Omen. Locking Omen will prevent it from being moved or resized, as well as prevent the columns from being resized. If you haven't realized it, the 2 vertical gray lines are column resizing handles.

How do I make Omen3 look like Omen2?

Change both the Background Texture and Border Texture to Blizzard Tooltip, change the Background Color to black (by dragging the luminance bar to the bottom), and the Border Color to blue.

Why does no threat data show on a mob when I target it even though it is in combat?

The Blizzard threat API does not return threat data on any mob you are not in direct combat with. We suspect this is an effort on Blizzard's part to save network traffic.

Is there ANY way around this Blizzard limitation? Not being able to see my pet's threat before I attack has set me back to guessing.

There is no way around this limitation short of us doing the guessing for you (which is exactly how Omen2 did it).

The goal of Omen3 is to provide accurate threat data, we no longer intend to guess for you and in the process lower your FPS. Have some confidence in your pet/tank, or just wait 2 seconds before attacking and use a low damage spell such as Ice Lance so that you can get initial threat readings.

Can we get AoE mode back?

Again, this is not really possible without guessing threat values. Blizzard's threat API only allows us to query for threat data on units that somebody in the raid is targeting. This means that if there are 20 mobs and only 6 of them are targeted by the raid, there is no way to obtain accurate threat data on the other 14.

This is also extremely complicated to guess particularly for healing and buffing (threat gets divided by the number of mobs you are in combat with) because mobs that are under crowd control effects (sheep, banish, sap, etc) do not have their threat table modified and addons cannot reliably tell how many mobs you are in combat with. Omen2's guess was almost always wrong.

The tooltips on unit mouseover shows a threat % that does not match the threat % reported by Omen3. Why?

Blizzard's threat percentage is scaled to between 0% and 100%, so that you will always pull aggro at 100%. Omen reports the raw unscaled values which has pulling aggro percentages at 110% while in melee range and 130% otherwise.

By universal agreement, the primary target of a mob is called the tank and is defined to be at 100% threat.

Does Omen3 sync or parse the combat log?

No. Omen3 does not attempt to sync or parse the combat log. Currently there are no intentions to do so.

The threat updates are slow...

Omen3 updates the threat values you see as often as Blizzard updates the threat values to us.

In fact, Blizzard updates them about once per second, which is much faster than what Omen2 used to sync updates. In Omen2, you only transmitted your threat to the rest of the raid once every 3 seconds (or 1.5s if you were a tank).

Where can I report bugs or give suggestions?

Who wrote Omen3?

Xinhuan (Blackrock US Alliance) did.

Do you accept Paypal donations?

Yes, send to xinhuan AT gmail DOT com.

Older Changes

Changes from version v3.0.7 to v3.0.8

  • Fix GetShapeShiftFormInfo() error that occurs for DKs when they aren't in any presence. This occurs when they respec between their primary/secondary specs and the game drops them out of all presences and subsequently enter combat presence-less.
  • Add ConfigMode support (see addon OneButtonConfig).
  • Omen will now update its bars immediately on showing from a hidden state instead of updating on the next threat event.
  • Includes updates to all localizations via http://www.wowace.com/projects/omen-threat-meter/localization/

Changes from version v3.0.6 to v3.0.7

  • Add optional !ClassColors support.
  • Add /omen show and /omen hide slash commands.
  • Add "Invert Bar/Text Colors" option (default off) which swaps the bar background and text colors.
  • Omen now generates the config tables on demand to make it use less memory.
  • Omen now provides better error feedback if AceGUI-3.0-SharedMediaWidgets is not found and will continue to function (but without any config).
  • Includes updates to all localizations via http://www.wowace.com/projects/omen-threat-meter/localization/

Changes from version v3.0.5 to v3.0.6

  • Update zhTW/zhCN/deDE localizations
  • Add Fade/MI Color to the options. This color is used on players under the effects of MI/Fade.
  • Add 410065408 threat to all players with negative threat for display purposes. English translation: You can now see the "un-Faded/un-MIed threat" of players under the effects of Fade and Mirror Image.

Changes from version v3.0.4 to v3.0.5

  • Implement an update event throttle, reducing CPU usage significantly without any loss of updates.
  • Clear the guidNameLookup table on zoning to recover some memory.
  • Fix Omen getting stuck to the mouse if autocollapse is on and you moved Omen while you are in combat and exited combat during the move.
  • Set a player's threat to 0 (for display purposes) if the player's threat is less than 0. This occurs on Fade and Mirror Image, which gives the caster a temporary threat reduction of 410057408 (or 4.1m threat in Omen's terms). Previously Omen ignored players with negative threat.
  • Omen will now remember its visible state when you log out (applicable only if auto-show/hide is off).

Changes from version v3.0.3 to v3.0.4

  • Update ruRU, koKR and zhTW localizations
  • Fix "Passed X% of Y's threat" message where it would report your name instead of the tank's name if you passed your tank's aggro AND pulled aggro at the same time.

Changes from version v3.0.2 to v3.0.3

  • Update various localizations. esMX will now see the same translations as esES
  • Add LSM callbacks so that the user can use custom media or media registered by other addons correctly
  • Allow the user to have different background settings for the Title Bar than from the main Omen window

Changes from version v3.0.1 to v3.0.2

  • Update various localizations
  • Fix error that occurs on changing Clamp To Screen option
  • Add option to change the Pet Color and changed the default Pet Color to violet
  • Omen will no longer create its internal minimap button if FuBar or Broker2FuBar are loaded
  • Fix bugs with "Hide Omen on 0 bars" option that caused Omen to keep appearing when unwanted

Changes from version v3.0.0 to v3.0.1

  • Fix error that occurs on changing profiles: Omen-3.0.0\Omen.lua:592: attempt to index global 'bar' (a nil value)

Changes from version RC3 to v3.0.0

  • Updated various localizations
  • Add Show threat values and % options
  • Add Aoogah! sound from Omen2
  • Fix Omen's alpha setting not applying on login
  • Add option not to use class colors
  • Fix bug which caused ghost bars to show when some classes are not selected to be shown
  • Add Tank Bar color option
  • Add "Always Show Self" option
  • Add Show/Hide Title Bar option
  • Add Use Focus Target and Test Mode checkboxes into the configuration panel
  • Add Show Aggro Bar option
  • Make Test Mode much more useful by showing bars of every possible class and the player
  • Fix minor issue where the TPS numbers are 1 pixel higher than the rest of the text on the threat bars
  • Hard embed LibDataBroker-1.1 and use it
  • Add LibDBIcon-1.0 external
  • Add minimap button option, default shown
  • Fix Omen's FuBar plugin issue for right clicks to open the configuration panel interfering with library upgrading paths
  • Rewrite Auto Show/Hide options to be more intuitive. Add option not to use Auto Show/Hide
  • Add an internal flag so that if the user manually toggles Omen's visibility, it stays shown/hidden until he next zones, join/leave a party/raid, or change any Auto Show/Hide settings
  • Add option to ignore player pets to display threat info on (Default: On). Yes, player pets have aggro tables too!
  • Add Frame Strata and Clamp To Screen options
  • Apply a whole list of configuration settings that were forgotten on changing profiles
  • Updated the FAQ

Changes from version RC2 to RC3

  • Renamed localization\deDE.lua to Localization\deDE.lua so that the auto-generated zip file will contain the folder "Localization" rather than "localization", which means Omen will now work on non-Windows operating systems

Changes from version RC1 to RC2

  • Add keybind to toggle using the focus target
  • Fix missing localization entry for "Passed %s%% of %s's threat!"
  • Add option to color your own threat bar to a color of your choice
  • Fix "VGrip1Ratio" error that occurs when completing a drag and Omen incorrectly attempts to hide itself.
  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Omen Threat Meter v3.0.9 Release 3.3.0 527,580 12/23/2009
  Omen Threat Meter v3.0.8 Release 3.2.0 1,035,457 8/8/2009
  Omen Threat Meter v3.0.7 Release 3.1.0 655,624 4/15/2009
  Omen Threat Meter v3.0.6 Release 3.0.3 902,723 1/9/2009
  Omen Threat Meter v3.0.5 Release 3.0.3 292,664 12/18/2008
  • 1 page(s)
  • Screenshots (1)
  •  
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • milkme2010 said

    aim having soooo much problems with this add-on i download it to world of warcraft/interface/addons and its still not working it wont even come up in my addons list at the character selection screens..its almost as if vie never DL it all.. :(

    aim currently just running atlas loot and dbm and those work fine but recount as well Omen is not working i have the most recent version as well..SOMEONE PLSE HELP

    Reply Report Permalink
  • Omen cannot become abandoned.... it's one of the staple addons that everybody has (or should have, anyway).

    WTB update....

    Reply Report Permalink
  • Kubasniak said

    I can't change Bar texture... When I try to change then it shows:
    Date: 2010-07-23 16:48:42
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ...ts\AceGUI-3.0-SharedMediaWidgets\StatusbarWidget.lua line 35:
    attempt to perform arithmetic on global 'number' (a nil value)
    Debug:
    [C]: ?
    ...ts\AceGUI-3.0-SharedMediaWidgets\StatusbarWidget.lua:35:
    ...ts\AceGUI-3.0-SharedMediaWidgets\StatusbarWidget.lua:29
    ...ts\AceGUI-3.0-SharedMediaWidgets\StatusbarWidget.lua:150:
    ...ts\AceGUI-3.0-SharedMediaWidgets\StatusbarWidget.lua:137
    AddOns:
    Swatter, v5.8.4723 (CreepyKangaroo)
    ACP, v3.3.3
    Align, v
    BigWigs, v3.21
    Dominos, v1.18.4
    DominosCast, v
    DominosConfig, v
    DominosRoll, v
    DominosTotems, v
    DominosXP, v
    ForteCasting, v
    ForteCooldown, v
    ForteCore, v1.959.8
    ForteDruid, v
    ForteTalent, v
    ForteTimer, v
    ForteVehicle, v
    GearScoreLite, v3x04
    Grid, v1.30300.1304
    GridIndicatorCornerText, v1.3
    GridSideIndicators, v1.0-30300
    GridStatusRaidDebuff, vv3.01
    GridStatusRaidIcons, v30300-2
    GridStatusRDBC, v1.0
    GridStatusRDWotLK, v1.0
    LibSharedMedia30, v3.0-56
    oGlow, v1.12
    Omen, v3.0.9
    OmniCC, v2.5.9
    OmniCCOptions, v
    oRA3, v
    pError, v30300.4-Release
    PitBull4, vv4.0.0-beta10
    PitBull4Aggro, vv4.0.0-beta10
    PitBull4Aura, vv4.0.0-beta10
    PitBull4Background, vv4.0.0-beta10
    PitBull4BlankSpace, vv4.0.0-beta10
    PitBull4Border, vv4.0.0-beta10
    PitBull4CastBar, vv4.0.0-beta10
    PitBull4CastBarLatency, vv4.0.0-beta10
    PitBull4CombatFader, vv4.0.0-beta10
    PitBull4CombatIcon, vv4.0.0-beta10
    PitBull4CombatText, vv4.0.0-beta10
    PitBull4ComboPoints, vv4.0.0-beta10
    PitBull4DruidManaBar, vv4.0.0-beta10
    PitBull4ExperienceBar, vv4.0.0-beta10
    PitBull4HealthBar, vv4.0.0-beta10
    PitBull4HideBlizzard, vv4.0.0-beta10
    PitBull4Highlight, vv4.0.0-beta10
    PitBull4HostilityFader, vv4.0.0-beta10
    PitBull4LeaderIcon, vv4.0.0-beta10
    PitBull4LuaTexts, vv4.0.0-beta10
    PitBull4ManaSpark, vv4.0.0-beta10
    PitBull4MasterLooterIcon, vv4.0.0-beta10
    PitBull4Portrait, vv4.0.0-beta10
    PitBull4PowerBar, vv4.0.0-beta10
    PitBull4PvPIcon, vv4.0.0-beta10
    PitBull4RaidTargetIcon, vv4.0.0-beta10
    PitBull4RangeFader, vv4.0.0-beta10
    PitBull4ReadyCheckIcon, vv4.0.0-beta10
    PitBull4ReputationBar, vv4.0.0-beta10
    PitBull4RestIcon, vv4.0.0-beta10
    PitBull4RoleIcon, vv4.0.0-beta10
    PitBull4Sounds, vv4.0.0-beta10
    PitBull4ThreatBar, vv4.0.0-beta10
    PitBull4VisualHeal, vv4.0.0-beta10
    PitBull4VoiceIcon, vv4.0.0-beta10
    Postal, v3.3.2
    Prat30, v3.3.22
    Prat30Libraries, v
    Quartz, v3.0.3
    SellOMatic, vv1.2.7
    SharedMedia, v3.0.1-177
    Skada, v1.2-27
    SkadaAbsorbs, v1.0
    SkadaCC, v1.0
    SkadaDamage, v1.0
    SkadaDamageTaken, v1.0
    SkadaDeaths, v1.0
    SkadaDebuffs, v1.0
    SkadaDispels, v1.0
    SkadaEnemies, v1.0
    SkadaFailbot, v1.0
    SkadaHealing, v1.0
    SkadaPower, v1.0
    SkadaThreat, v1.0
    SnowfallKeyPress, v
    Stubby, v5.8.4723 (CreepyKangaroo)
    BlizRuntimeLib_enUS v3.3.5.30300 <eu>
    (ck=97d)

    Reply Report Permalink
  • solaner said

    Im not sure what this means, but this is the error message i get.

    Message: Interface\AddOns\Omen\Omen.lua:3: Usage: EmbedLibrary(addon, libname, silent, offset): 'libname' - Cannot find a library instance of "AceTimer-3.0".
    Time: 07/17/10 01:03:09
    Count: 1
    Stack: [C]: ?
    ...AddOns\Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:209: in function `EmbedLibrary'
    ...AddOns\Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:191: in function `EmbedLibraries'
    ...AddOns\Bartender4\libs\AceAddon-3.0\AceAddon-3.0.lua:158: in function `NewAddon'
    Interface\AddOns\Omen\Omen.lua:3: in main chunk

    Locals: (*temporary) = "Usage: EmbedLibrary(addon, libname, silent, offset): 'libname' - Cannot find a library instance of "AceTimer-3.0"."

    Reply Report Permalink
  • babaluzado said

    Having an issue with either Omen or Prat.

    Recently switched PCs (also Vista to 7 btw) and while resetting my addons I found that I receive an error with Omen when trying to change the background texture from that god awful, wood looking default setting (no offense) to anything else.

    Clicked on the drop down arrow and BAM... error. The window does drop but is empty.

    Anywho... through the old 'on/off addon' method (41 addons btw) I traced it back to the addon Prat.

    Of my 41 addons, everyone plays nice except Prat and Omen.. makes me sad =( cause I luv'em both.

    Posted this in the Prat forum and after that fact, thought it may be helpful to post here as well.

    Said error:

    Date: 2010-07-15 18:55:58
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ...s\AceGUI-3.0-SharedMediaWidgets\BackgroundWidget.lua line 42:
    attempt to perform arithmetic on global 'number' (a nil value)
    Debug:
    (tail call): ?
    (tail call): ?
    [C]: ?
    ...s\AceGUI-3.0-SharedMediaWidgets\BackgroundWidget.lua:42:
    ...s\AceGUI-3.0-SharedMediaWidgets\BackgroundWidget.lua:36
    ...s\AceGUI-3.0-SharedMediaWidgets\BackgroundWidget.lua:159:
    ...s\AceGUI-3.0-SharedMediaWidgets\BackgroundWidget.lua:146
    AddOns:
    Swatter, v5.8.4723 (CreepyKangaroo)
    Ace3, v
    Atlas, v1.16.1
    AtlasBattlegrounds, v1.16.1
    AtlasDungeonLocs, v1.16.1
    AtlasOutdoorRaids, v1.16.1
    AtlasTransportation, v1.16.1
    AtlasLoot, vv5.11.03
    AtlasLootBurningCrusade, vv5.11.03
    AtlasLootCrafting, vv5.11.03
    AtlasLootOriginalWoW, vv5.11.03
    AtlasLootWorldEvents, vv5.11.03
    AtlasLootWrathoftheLichKing, vv5.11.03
    AtlasLootFu, vv5.11.03
    AucAdvanced, v5.8.4723 (CreepyKangaroo)
    AucFilterBasic, v5.8.4723 (CreepyKangaroo)
    AucFilterOutlier, v5.8.4723.2531
    AucMatchUndercut, v5.8.4723.2531
    AucStatHistogram, v5.8.4723 (CreepyKangaroo)
    AucStatiLevel, v5.8.4723 (CreepyKangaroo)
    AucStatPurchased, v5.8.4723 (CreepyKangaroo)
    AucStatSales, v5.8.4723.2842
    AucStatSimple, v5.8.4723 (CreepyKangaroo)
    AucStatStdDev, v5.8.4723 (CreepyKangaroo)
    AucStatWOWEcon, v5.8.4723.2530
    AucUtilAHWindowControl, v5.8.4723.3311
    AucUtilAppraiser, v5.8.4723.2530
    AucUtilAskPrice, v5.8.4723.3175
    AucUtilAutoMagic, v5.8.4723.3142
    AucUtilCompactUI, v5.8.4723.2530
    AucUtilEasyBuyout, v5.8.4723.3583
    AucUtilFixAH, v5.8.4723 (CreepyKangaroo)
    AucUtilGlypher, v5.8.4723.2545
    AucUtilItemSuggest, v5.8.4723.3108
    AucUtilPriceLevel, v5.8.4723.2545
    AucUtilScanButton, v5.8.4723.2530
    AucUtilScanFinish, v5.8.4723.3576
    AucUtilScanProgress, v5.8.4723.2530
    AucUtilScanStart, v5.8.4723.2530
    AucUtilSearchUI, v5.8.4723.3655
    AucUtilSimpleAuction, v5.8.4723.4546
    AucUtilVendMarkup, v5.8.4723.2530
    Bagnon, v2.13.2b
    BagnonConfig, v
    BagnonForever, v1.1.2
    BagnonTooltips, v
    Bartender4, v4.4.2
    BeanCounter, v5.8.4723 (CreepyKangaroo)
    BonusScanner, v5.3
    CantHealYou, v2.12
    Cooldowns, v
    CoolLine, v3.3.003
    Cromulent, vv1.5.1
    CurseProfiler, v
    DBMCore, v
    Decursive, v2.5.0
    ElkBuffBars, v2.2.5-150
    Enchantrix, v5.8.4723 (CreepyKangaroo)
    EnchantrixBarker, v5.8.4723 (CreepyKangaroo)
    Factionizer, v30300.4
    GearScore, v3.1.17 - Release
    Grid, v1.30300.1304
    GridDynamicLayout, v1.0
    GridIndicatorCornerIcons, v30300-2
    GridIndicatorCornerText, v1.3
    GridIndicatorSideText, v1.3
    GridManaBars, v1.02
    GridStatusHots, v3.31
    IceHUD, v1.6.4 (Revision: 518)
    Informant, v5.8.4723 (CreepyKangaroo)
    LookinAtMe, v1.0.4
    Mapster, v1.3.9
    MinimapButtonFrame, v3.1.0
    MinimapButtonFrameSkinPack, v3.0
    Omen, v3.0.9
    Prat30, v3.3.22
    Prat30Libraries, v
    QuestHelper, v1.4.0
    RatingBuster, v
    Recount, v
    SexyMap, v
    ShadowedUnitFrames, vv3.2.12
    SlideBar, v5.8.4723 (CreepyKangaroo)
    SquawkAndAwe, v1.5.1
    Stubby, v5.8.4723 (CreepyKangaroo)
    SunnArt, v3.43
    SunnArtPack6, v1.4
    TipTac, v10.05.01
    TipTacItemRef, v10.02.27
    TipTacTalents, v10.02.27
    Titan, v4.3.8.30300 - Revision 386
    TitanAmmo, v4.3.8.30300
    TitanBag, v4.3.8.30300
    TitanClock, v4.3.8.30300
    TitanCoords, v4.3.8.30300
    TitanGoldTracker, v4.3.8.30300
    TitanItemBonuses, v4.0.1.30000
    TitanLootType, v4.3.8.30300
    TitanPerformance, v4.3.8.30300
    TitanRegen, v4.3.8.30300
    TitanRepair, v4.3.8.30300
    TitanVolume, v4.3.8.30300
    TitanXP, v4.3.8.30300
    TooltipOnMouse, vv201003132120
    BlizRuntimeLib_enUS v3.3.5.30300 <us>
    (ck=c32)

    Reply Report Permalink
  • Kirra241 said

    i have a problem with my settings being properly saved. anytime i change the scale of Omen, it resets [i.e.(set to 96% scale, /rl, scale resets back to 100%) or (set scale to 96%, exit WoW, reopen, scale resets back to 100%)]

    i have tried reinstalling the addon and deleting all .lua files in my WTF folder(s) and the same problem over and over. anyone?

    Reply Report Permalink
  • iddymaz said

    why doesn't the threat show up when i am healing aswell this would be useful. if there is another addon that does this please tell me

    Reply Report Permalink
  • Kynn said

    Anyone know of a way of removing names from the bars? I use Omen with just one bar, showing me, and I dont need to see the name. I can move the column divider to the left, but it still shows about a quarter inch of space along with a .. where the name used to be.

    Reply Report Permalink
  • Where in settings can I make everything transparent aside from the bars and names/numpers? I can get it close, but I can't remove the title bar.

    Reply Report Permalink
  • MatneX said

    Here are the AddOns i use:
    http://wow.curse.com/downloads/packs/8680/default.aspx

    Maybe it will help you, if there is a conflict

    Reply Report Permalink
  • MatneX said

    My Omen sometimes shows no data.
    It is working, for maybe 3 to 10 Dungeons, and then it shows nothing more :(
    I must log out and log in again, to make it work again.

    Reply Report Permalink
  • vtmoon said

    it's not your omen that is messing up but rather your combat log is because it's stops recording info, it's a weird bug not sure what causes it.

    Reply Report Permalink
  • Arnib said

    Awesome addon. Must have.

    Reply Report Permalink
  • quick questioin how do i move the omen box?

    Reply Report Permalink
  • Ahie said

    Like the information that is given, but agree, need to be able to move location.

    Reply Report Permalink
  • Is there any way to make Omen work for mouseover targets? I know it's not built into this version, but if it would be possible to have a second set of bars for your mouseover target that would be amazing. Or if another Omen AddOn was made to do this. It'd make keeping track of multiple targets a million times easier than tabbing through them all.

    Reply Report Permalink
  • T-Base said

    MouseThreat ist similar to what you want.
    http://wow.curse.com/downloads/wow-addons/details/mousethreat.aspx

    Reply Report Permalink
  • Thanatosia said

    There any way to flip omen? So that the highest threat people are at the bottom instead of the top?

    Reply Report Permalink
  • not sure how healer mode is suppose to work but if it works like i think it does, the new patch must have disabled it's functionality by changing the way data would have to be received by the tank and it's target for this addon to measure the targets threat, i started using this addon for the first time on the date of patch 3.3.3 release so i'm not well versed in it's functionality but so far since i'm a healer, being able to see the threat of my tanks target would be beautiful, please inform me of what settings to change to enable this since it does not appear to function whatsoever with either of the 2 data input types unless you plan on releasing an update to solve this issue cuz this would be so great if i could have it working, ty :)

    Reply Report Permalink
  • GrauerRat said

    Hi i have a question.
    In the past, if i deactivate my sound effects, i still was be able to hear the aggro alert.
    Now i reinstall WoW and all Addons (and lose my savevariables) and i can't hear the aggro alert if a turn off the sound effects.

    there must be a way to change this, or not?

    the addon ShockAndAwe ( http://wow.curse.com/downloads/wow-addons/details/shockandawe.aspx ) plays the lightning bolt sound if malestorm is rdy(5 stacks) no matter if the soundeffects are turn on or off

    i hope u understand my crappy english ;-)

    and for germans:
    Wieso hör ich den Aggrosound nicht mehr wenn ich die Soundeffekte ausgeschaltet hab? Ging früher doch und ShockAndAwe kann das auch nach dem neuinstallieren noch...

    Reply Report Permalink
  • Addon Packs Containing Omen Threat Meter
  • Similar Addons
  •  

Average downloads per day

  1. 1,834 Deadly Boss Mods Boss Encounters, and Combat
  2. 755 Recount Combat
  3. 518 Quartz Combat, and Buffs & Debuffs
  4. 496 Power Auras Classic PvP, Buffs & Debuffs, and...
  5. 444 Decursive Buffs & Debuffs, Boss Encounters...