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.
Ooga and Eulorea, you are both missing libraries for Omen to work.
Somehow they have not been downloaded. Just go to files.wowace.com and download the libraries you need (Ooga: Sharedmedia - Eulorea: SpecialEvents-Aura-2.0). In case you still receive errors after downloading these libraries, read the errors and download new libraries if Omen complains.
Another solution would be to download Omen from files.wowace.com - it should have all the correct libraries then.
I keep getting some errors as well:
Date: 2007-11-02 04:35:04
ID: 14
Error occured in: Global
Count: 1
Message: ..\AddOns\Omen\OmenDisplay.lua line 1:
Cannot find a library instance of SharedMedia-1.0.
Debug:
[C]: ?
[C]: error()
...face\AddOns\AtlasLoot\Libs\AceLibrary\AceLibrary.lua:512: AceLibrary()
Omen\OmenDisplay.lua:1: in main chunk
Date: 2007-11-02 04:35:04
ID: 15
Error occured in: Global
Count: 1
Message: ..\AddOns\Omen\OmenMenu.lua line 3:
Cannot find a library instance of SharedMedia-1.0.
Debug:
[C]: ?
[C]: error()
...face\AddOns\AtlasLoot\Libs\AceLibrary\AceLibrary.lua:512: AceLibrary()
Omen\OmenMenu.lua:3: in main chunk
Date: 2007-11-02 04:35:04
ID: 16
Error occured in: Global
Count: 1
Message: ..\AddOns\Omen\OmenThreatBar.lua line 2:
Cannot find a library instance of SharedMedia-1.0.
Debug:
[C]: ?
[C]: error()
...face\AddOns\AtlasLoot\Libs\AceLibrary\AceLibrary.lua:512: AceLibrary()
Omen\OmenThreatBar.lua:2: in main chunk
If it matters, these are the other addons active:
Atlas, v1.10.1
AtlasBattlegrounds, v1.10.1
AtlasDungeonLocs, v1.10.1
AtlasEntrances, v1.10.1
AtlasFlightPaths, v1.10.1
AtlasOutdoorRaids, v1.10.1
AtlasLoot, vAtlasLoot Enhanced v4.01.03
Bonusscanner, vv2.3
Damagemeters, v5.7.0
HealBot, v2.47
Lifebloomer, vbeta
MetaMap, v20100-2
Omen, v1.0b
Swatter, v4.0.5
Titan, v3.1.1.20200
I can't get Omen to work and keep getting the following error:
Addons/Omen/Libs/Threat-1.0/ThreatClassModuleCore.lua:66;Cannot find a library instance of SpecialEvents-Aura-2.0
Can anyone tell me how to fix this?
I also use the following addons:
Auctioneer
Bag Status Meter
Bagnon and Bagnon Options
Bean Counter
Bongos and the entire Bongos suite
Bottom Scanner
Cartographer
CT_Core, Mailmods, RABossMods, Raid Assist
Damage Meters
Dhasks Flightmap v2.1.1
EnhTooltip
EquipCompare
Gatherer
Guild Event Manager v 2
Informant
Mapnotes
MetaMap and the entire MetaMap suite
NaturECB and related NECB mods
Omen (it shows it's loaded)
Personal Sentry
Spam Sentry
Stubby
Telo's Quickoot
Zone Level v4.1
Money Display v1
Thanks in advance for your help!
Is there a problem with copying profiles? When I try to copy a profile I've previously configured, it seems to grab the settings, but not the relative x/y placement (i.e., it sits in the middle of the screen). If I go into the savedvariables file and rename the profile to match the character I'm logging in as it loads all the settings properly, so I know the profile itself is good. Ideas?
Most recent updates here:
http://files.wowace.com/Omen/
Help! We've got a problem that has us completely baffled. We have one tank in the guild (so far) that just doesn't show up on anyone else's Omen threat bars. I compared (using the Right-Click -> About window) the version we're running.
He and I are both running 2.1r50185
We both updated to that version by using the WowAceUpdater tool.
We tried exiting the game and re-entering. And tried reloading the UI.
We compared the options that were checked. We both do have "Enabled" checked. All our other options were identical.
What could be the problem? I love this threat meter but if the tank doesn't show up on the meter, someone usually winds up dying :(
Any ideas? What else should we look at? Is there additional information that might help debug this? It's an awesome addon so I'd love to get it working.
Thanks in advance!
Can I get a list of the other mods he's running?
http://files.wowace.com/Omen/Omen.zip
Latest version
Why are the updates to this mod going up on another site and not here as well?
The Wowace builds are built directly from the Wowace SVN, and are automatic. I'll be releasing a 2.3-compatible version on Curse when the patch hits, but you can always stay up to date on the Wowace site.
i have a unique problem that involved not see the tanks threat in a party but when i do test bars, he shows (till the testing finish) and it isn't there again ^^; i'm a hunter so maybe my pet is bugging it?
LVBM send comes from Deadlybossmod (ex-LaVendetta)
You can get the latest versions at Wowace here:
http://files.wowace.com/sw-o.html
I've been using Omen ever since I found out about it and I'm very pleased with it. Excellent work!
I have one or two issues with the later versions:
1) Omen used to be able to show itself automatically when joining a group or raid, then hide itself after leaving the group. This seems to have either been moved somewhere I can't find, or it just doesn't work anymore (it seemed to stop working around the time Patch 2.2 was released). Always Show Omen in the Display options is UNticked.
2) Skins can be saved, but the saved ones can't be deleted. Also, when switching to a different skin, some of the options seem to reset to default values no matter what their setting was before, most evidently the Show Title option.
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\Omen\Omen.lua line 3:
Cannot find a library instance of Deformat-2.0.
Debug:
[C]: ?
[C]: error()
...ace\AddOns\cgProfiler\libs\AceLibrary\AceLibrary.lua:516: AceLibrary()
Omen\Omen.lua:3: in main chunk
AddOns:
AuraAspects, vv2.0.6
cgProfiler, v1.49966
CustomEmotes, v1.00
GFWFeedOMatic, v2.1
GFWHuntersHelper, v2.1
flagRSP2, v1.3.0
Gatherer, v3.0.2
HunterRange
KHunterTimers
Lore, v7.5.7
MyRolePlay, vBeta 2.7.38
Omen, v2.1
CharacterProfiler, v2.2.0
GuildProfiler, v2.2.0
Swatter, v4.0.2
DBMAPI
MeuhmeuhFeignDeathResistBell, v1.0.0.11200
Try downloading Omen with externals, or find the Deformat-2.0 library from files.wowace.com...it's looking for something you obviously haven't downloaded to your computer.
I don't have Bongos (use LedMirage's compilation with a few extras). 4 of us in the guild have this issue...sometimes it works fine (we can see everyone else's Omen threat), but usually we can only see the threat from others with something in the latest LedMirage compilation (3 of the 4 use this for sure...checking to see about the 4th member). All members of the guild use the same Omen version (45044). I've tried upgrading Omen several times, but no impact (sometimes works, usually doesn't synch).
Not sure what in the LedMirage compilation is doing it, but it isn't just Bongos. If I can determine something more refined, I'll be sure to post.
4th member of the guild doesn't use LedMirage compilation, but he does use Bongos. The LedMirage users and Bongo user can see each other's Omen, but other members can not when it is misbehaving (about 50% of the time or so).
Ok, so for this Omen / Bongos conflict issue with the skinned map, I understand that the skinned map causes a conflict, and that the skinned map replaced bongos mapbar. Does this conflict exist between bongos mapbar and omen as well? I've been trying to figure out WHICH addon has been causing me threat display problems. Basically, every time I join a raid / party or zone, I HAVE to reload UI for Omen to function properly again. After a while, it locks up to the "global" target again and will NOT allow me to monitor threat. I also generate odd numbers on other peoples threat meters apparently, like 200,000 threat / second with a single frostbolt (I wish that was real...).
I should not that I have similar threat weirdness with KTM if I try that instead. I don't run them both at the same time BTW.
Any idears? Is it mapbar? I've just removed it to see if bongos mapbar was the culprit, but my realm is currently down so can't test.
This Bongos issue is really bizarre. I'm going to look into it ASAP and hopefully work with Tuller to get a fix in place. Thanks for the heads up.