Omen Threat Meter
Omen
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.1.6 to v3.1.7
- Add option to choose what sound channel to play warnings on, default is SFX (thanks tharai).
- Add fixes for MoP patch 5.0.4 (thanks dridzt).
- Removed compatibility code for older versions of WoW. This version now only runs in MoP.
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 except when Tricks, Misdirection, Mirror Image, Fade and glyphed Hand of Salvation are active.
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.
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/Barthilas US Alliance) did.
Do you accept Paypal donations?
Yes, send to xinhuan AT gmail DOT com.
Older Changes
Changes from version v3.1.5 to v3.1.6
- Multiply the threat values reported by the WoW Servers in Dragon Soul instance by 10 because they are scaled by 10%. This fixes MI/Fade/Tricks oddities and reported TPS values.
Changes from version v3.1.4 to v3.1.5
- Remove code that causes divide by 0 for future WoW updates/PTRs.
- Show the "Hide Minimap Button" option if the button is ever registered with LDBIcon instead of trying to check whether FuBar or FuBar2Broker is loaded.
Changes from version v3.1.3 to v3.1.4
- Omen will no longer create a second unremovable minimap button for the players that have other installed addons providing the LibFuBarPlugin-3.0 library but are not using FuBar.
Changes from version v3.1.2 to v3.1.3
- Optimize CLEU codepath for 4.2 instead of 4.1 now that we are in 4.2. That is, the 4.2 forward compatibility code is now 4.1 backwards compatibility code.
- Rearrange initialization code slightly.
Changes from version v3.1.1 to v3.1.2
- Fixed issue where some players are unable to see any threat text on the bars until the current profile or TPS option is changed. The fix also fixes issues with some bar settings being "reverted to default" on login.
- Fixed potential errors caused from combat log changes introduced in patch 4.2 PTR (untested on PTR servers).
Changes from version v3.1.0 to v3.1.1
- Fixed errors caused from combat log changes introduced in patch 4.1.
Changes from version v3.0.11 to v3.1.0
- Omen3 will now read the combat log and:
- Track and estimate temporary threat created by Tricks and Misdirect
- Track and estimate threat caused by damage while Fade, Mirror Image and glyphed Hand of Salvation are active
- Display these *estimated* threat in a grey (default) color bar, with an expiry countdown (earliest one) next to the name.
- When using class colored bars, the alpha transparency of the bars is now controlled by the "BG Bar Color" setting (which can only be modified if "Use Class Colors" is turned off).
Changes from version v3.0.10 to v3.0.11
- Death Knights will now check for Blood Presence instead of Frost Presence for tanking (the description wasn't updated, please update DISABLE_WHILE_TANKING_DESC at http://www.wowace.com/addons/omen-threat-meter/localization/ for your language).
Changes from version v3.0.9 to v3.0.10
- Updated a few digits in the TOC to make people happy for Cataclysm.
- Removed the outdated Warrior FAQ.
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.
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.
Hey, just had a small problem with my raid tonight, I could see everyone else's threat as usual, however not mine; my threat bar wasn't anywhere to be seen - is this a bug or is there a setting for this that I can switch back around?
Hello I am contacting you because I am having a issue using the Healer/Tank part of omen. What it is that I am a healer and so as I am healing I can see no threat bars what soever, I have gone into the options and put it on blzz tank options being that it is the only one highlighted, and still nothing. Am I missing something and can you help me out it is vital that I see my threat to everyone els especially the tank's. Please help I have exhausted all my other options of finding the answer be for I wrote this.
Hey
Your omen is nice, but if i change my backgrounds alpha to zero and next time i log to wow its on 100% again. So please can u fix the bug.
And for suggestion, these new buttons really sux, would be nice to choose their appearance. One thing more, I cant change alpha for threat bars.
ihave just recently updated omen to the 2.4 version and its pretty screwy...the addon is staying in a selected frame that kinda shuffles all the info in a very samll space (just the bar) i cant see any of the threat bars and playing around with the settings yielded no results...heres a pic of my problem http://i28.photobucket.com/albums/c220/Wilshire01/omen.jpg
Wilshire I had this same problem at first.. on the top bar of the mod you'll see the diagnal lines? " // " in the right hand corner. Click on those lines and drag it will 'open up' the threat meter instead of being compact. You can also change the 'skin' to the classic version and not have this issue.
I love you
Is there any way to disable the Red glow around the edges of the screen? For some reason mine glows when not in combat, but it stops when I enter combat. It dosn't start glowing when I pull aggro like it should, but comes back on as soon as I am out of combat...
Looking at the list of downloads I notice that the link offered at the top of the page in general description is older than the latest one listed at the bottom of the page in the downloads box. Is this intentional or a bug. Also, do you (the developer) have a website that may have an even more up to date version than curse.com. Because of the constant updates since 2.4, our guild has had a hard time keeping in sync, I just want to keep everybody on the same page. Thanks :)
Dastank
is there a way to turn off the annoying warning sound? i can't find one...
You guys need to go learn to go through the options. You CAN turn the sound off. Check yur settings. It can't be that you don't find the time to find it in the settings
I got this error when trying to make omen work. I love the new omen and all its features but no threat is coming up. :(
Date: 2008-04-18 13:26:58
ID: 56
Error occured in: Global
Count: 3
Message: ...ce\AddOns\Omen\Modules\SingleTarget\SingleTarget.lua line 390:
attempt to compare number with string
Debug:
(tail call): ?
...ce\AddOns\Omen\Modules\SingleTarget\SingleTarget.lua:390:
...ce\AddOns\Omen\Modules\SingleTarget\SingleTarget.lua:386
[C]: ?
...ce\AddOns\Omen\Modules\SingleTarget\SingleTarget.lua:593: ArrangeBars()
...ce\AddOns\Omen\Modules\SingleTarget\SingleTarget.lua:715: DisplayThreatForGUID()
...ce\AddOns\Omen\Modules\SingleTarget\SingleTarget.lua:774: ?()
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:146:
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:146
[string "safecall Dispatcher[1]"]:4:
[string "safecall Dispatcher[1]"]:4
[C]: ?
[string "safecall Dispatcher[1]"]:13: ?()
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:91: Fire()
Ace3\AceEvent-3.0\AceEvent-3.0.lua:70:
Ace3\AceEvent-3.0\AceEvent-3.0.lua:69
[C]: TurnOrActionStop()
[string "TURNORACTION"]:4:
[string "TURNORACTION"]:1
AddOns:
Ace, v1.4
AntiInvite
ArkInventory, v2.27
AshCommunication
AshCooldowns
AshCore
AshDoTimer
AshNotifications
AshPlayerAuras
AshProminence
AtlasLoot, vAtlasLoot Enhanced v4.04.01
AtlasLootBCInstances, v4.04.01
AtlasLootCrafting, v4.04.01
AtlasLootOldInstances, v4.04.01
AtlasLootRepFactions, v4.04.01
AtlasLootSetsandPvP, v4.04.01
AtlasLootWorldLoot, v4.04.01
AucAdvanced, v5.0.PRE.3024
AucFilterBasic, v5.0.PRE.3024 (BillyGoat)
AucScanData, v1.0
AucStatClassic, v5.0.PRE.3024 (BillyGoat)
AucStatPurchased, v5.0.PRE.3024 (BillyGoat)
AucStatSimple, v5.0.PRE.3024 (BillyGoat)
AucStatStdDev, v5.0.PRE.3024 (BillyGoat)
BanzaiAlert, v1
Bartender3, v3.1.2 r68497
BGDefender, v1.4
beql, v0.99
BeanCounter, v5.0.PRE.3024 (BillyGoat)
BtmScan, v5.0.PRE.3024
Cartographer, vr68896
CartographerMailboxes, v1.0
CartographerQuestInfo, v1.9.20
CartographerFishing, v1.0
CartographerQuestObjectives, v0.9b
CartographerQuests, v0.2
CartographerRoutes, v1.0
CartographerTrainers, v1.0
CartographerTreasure, v1.0
CartographerVendors, v1.0
cgProfiler, v1.69934
ChatBar
ChatMOD, v118
Critline, vv5.2.4
cyCircled, v0.5
DamageMeters, v5.8.2
DetachedMiniButtons, v0.9.42
Enchantrix, v5.0.PRE.3024
EnchantrixBarker, v5.0.PRE.3024 (BillyGoat)
EnhTooltip, v5.0.PRE.3024
Examiner, v08.04.08
FuBarClockFu, v3.0
FuBarCritlineDmg, v1.2.4
FuBarCritlineHeal, v1.2.4
FuBarCritlinePet, v1.2.4
FuBarDurabilityFu, v2.0
FuBarEmoteFu2, v0.1.5
FuBarExperienceFu, v1.1 $Revision: 36333 $
FuBarFactionsFu, v2.2
FuBarFriendsFu, v2.4
FuBarFuXPFu, v3
FuBarGarbageFu, v2.0.$Revision: 55484 $
FuBarGuildFu, v2.4
FuBarLocationFu, v2.0
FuBarMailFu, v2.0
FuBarMoneyFu, v20000-1
FuBarMoteFu, v2.2.0.7272.1
FuBarPerformanceFu, v2.0
FuBarRegenFu, v2.1.0
FuBar, v60201
FuTextures, v2.0
Gatherer, v3.1.1
GathererHUD, v3.1.1
GathererDBWowhead, v1.0.2008-04-09
GroupCalendar, v3.4.4
InFlightLoad, v2.4.006
Informant, v5.0.PRE.3024
ItemRack
Ace2
Ace3
FuBarPlugin20, v2.0 $Revision: 54514 $
Waterfall10
MobInfo2, v3.60
Nauticus, v2.4.0
Omen, vOmen r70244 / Threat-2.0 r70265
SphereLoader, v0.1
Stubby, v52
Swatter, v5.0.PRE.3024
AutoDing, v1.02
WIM, v2.4.9
XPerlArcaneBar
XPerlCustomHighlight
XPerlParty
XPerlPartyPet
XPerlPlayerBuffs
XPerlPlayer
XPerlPlayerPet
XPerlRaidAdmin
XPerlRaidHelper
XPerlRaidMonitor
XPerlRaidPets
XPerlRaidFrames
XPerlTarget
XPerlTargetTarget
XPerl, v2.4.2
LSChat
UltimateUI, v2.0.0
Would it pleeeeeease be possible to make this spine-breaking aggro-gain-sound optional? I'm no more using this addon because of that sound. It's so loud, I'd rather die than hearing it every 2 seconds!
check your settings...you can turn it off. Just take your time to find it...
Big Thanks for the tip sinistre!
I really missed to check for the "+" Buttons on the right of some options!
Now I'm completely happy again thanks :-)
During our 25 man raids I see so many overlapping bars it becomes impossible to see who has aggro, who is gaining aggro etc (overview mode). I've been using omen to anticipate damage to heal the raid and looking forward to any help that shows me the right way to configure omen so I can use it like I used to.
It looks like it is showing me the full aggro list of all mobs and I end up seeing 4x25 bars (when we have a 4 mob pull) and as a result; a bar galore that is impossible to decipher.
All I need is a simple aggro list (first 3 people would be enough) of the mobs we are fighting.
I tried making omen window auto-expand, limiting the bars, limiting the classes the list, and all failed at what I was aiming.
Can anyone help?
It does not work for me at all. Yes i can configure it and stuff but no threat will come up. Ive been getting updates all day for this from the curse client and it Downloads it from the wowace part of curse. Please fix this addon. :(
Try expanding the window. Sometimes the window start shrunken and does not expand if you do not have the right options selected.
i use to love this addon. especially for solo play on my hunter because it would enable me to slow down or pick up on the dps whilst in pve ... but the new version just will not work with me and my pet... i have friends that say its working fine for them but it seems that no matter what i do it just wont work, i have checked un checked and rechecked all the settings over and over ..... i miss the old omen :(
I agree with most of the post here, yes omen was a little umm how shell I say unstable when it was first released after 2.4 but so weren't a lot of the mobs I used after that patch, as far as switching back to KTM haha never with each patch made to omen (and yes if you use wowace updater there are a few) it's getting better and from what I hear from a lot of people I play with is that KTM has it's fair share of bugs still being worked out. So if you have a problem with omen don't bitch about it here keep it in game with your friends that are prolly to simple to get a recent version of it or know what mode they should be running it in.. I also seen a few post about having problems with it not working in pug groups I got sick of this also but found that with a simple click of the "check versions" button that A LOT of people are still running the first few releases of omen sence 2.4 and that tells me 1 thing that these are the people that only downloaded it to have it not really the people that care about the threat they make and are prolly not the best people to group with for that reason. And I only say this because only the people that seem like they don't make a attempt to keep upto date are the one's that dump dps as soon as I pull and get aggro and end up wiping the group. So to end this I say stop blaming the threat meter. and stop blaming the tank/healer for wipes and start pointing the fingers at the noob dps that don't know how to let the tank get a few hits in ( a good rule of thumb even w/o a meter) b4 unloading all the dps you have on a mob. oh and btw keep up the good work on this mod bro I love it :-)