Download
(179 Kb)
Download
Updated: 07/30/23 05:02 PM
Pictures
File Info
Compatibility:
Necrom (9.0.0)
Updated:07/30/23 05:02 PM
Created:04/26/16 04:14 PM
Monthly downloads:18,091
Total downloads:6,083,240
Favorites:1,678
MD5:
Categories:Combat Mods, Buff, Debuff, Spell, Character Advancement, Data Mods, Beta-version AddOns
Combat Metrics  Popular! (More than 5000 hits)
Version: 1.5.15
by: Solinur [More]
Info for PTS users: There might be issues when trying to load or save fights.

Dependencies

This addon requires the following libraries to be installed:

The following library is optional:

Additionally the package contains a sub module called CombatMetricsFightData.
This needs to be enabled in the ingame addon manager.
It will take care of saving combat data to keep it separately from your settings.

Description

I made Combat Metrics basically for two reasons. First to have a tool to analyse my fights in a useful and comfortable manner. The second was to provide more insightful and meaningful damage parses.

Combat Metrics is an addon to track your fights. You can use it to measure your DPS, you can analyse which skills make your DPS or who caused your incoming damage. You can also analyse the heals you received or cast. You can check which buffs and debuffs were running, how much magicka or stamina per second you used and regenerated. You can Analyse the Combat log, filter it to analyse specific issues.

Combat Metrics basically just records your fight during combat and analyses it when you attempt to view the statistics. That way I hope to keep the impact on the fps as low as possible. Since it saves the data of the whole fight, you might hit the lua memory limit especially when a lot of heavy fights are happening in a row (I suspect Cyrodil is a candidate). If you want to keep the impact on memory small you can select to only keep a few fights in storage. For minimal performance impact there is a light mode that only uses a minimum of resources to show you DPS and HPS of your current fight.

The main report window can be toggled by assigning a key to it or by typing /cmx into the chatbox.
You can also assign keys to post the damage per second (DPS) or healing per second (HPS) of your most recent fight to the chat. Alternatively you can use /cmx dps, /cmx sdps, /cmx mdps, /cmx alldps for automatic, single-target, multi-target or single + multitarget DPS respectively. You can use /cmx hps to post you healing per second.

I want to thank Atropos for letting me use his functions to build the user interface. Coolmodi's addons were also quite insightful especially for handling the event registrations. I also learned from the addons of Circonian and Spellbuilder. Finally I want to mention @EgoRush and all participants in his thread at Tamrielfoundry. The discussions there lead to my motivation for creating this addon.

Common Issues
Q: The main window won't show any statistics in PvP areas, how can I see them ?
A: disable "Light Mode in Cyrodil"
------
Q: Why is Minor Savagery no shown?
A: It is ignored, since it is too spammy"
------
Q: How are the effective stats like Spell Damage calculated?
A: Whenever a damage or heal event happens the current stats are noted. At the end of the fight a weighted average is calculated. For example you have a short fight where you only do two light attacks. The first one does 1000 Damage, the second one 2000. During the first attack you have 3000 Spell Damage, during the second you have 3600. Then the effective Spell Damage will be 3400 since the second attack does twice as much damage as the first, so the spell damage from that moment gets twice as much weight, compared to the first. For Critical Damage, only critical hits are considered. When you have a healing category selected, only healing events are considered"
------
Q: How is overpenetration calculated and what does the tooltip show?
A: The overpenetration % is calculated as how much damage was done while the penetration was too high. In order to reproduce that number you'd have to look at each single damage event and check the current penetration. Also CMX cannot determine the resistance of targets. instead a fixed number is used (default: 18200) which can be changed in the settings. The effective penetration directly shown on the panel gives you a damage weighted average, where any penetration above the set cap (=target resistance mentioned above) is ignored.

When you open the tooltip, the average number you see is calculated like the effective number, but this time no penetration is ignored.
So there is a difference between "effective" which ignores anything past the target resistance and "average" which is just the damage weighted average.

Finally the table shows you which fraction of your damage was done at various penetration: "<18.2k: 42%" means that 42% of your damage in this fight was done while the penetration was below 18.2k, which means that 58% was done while above 18.2k, which with the default target resistance set to 18200 whould directly be the overpenetration value.
Lets assume some other lines for example show "14.2k: 22.1%" and "19.2k: 73.5%" then 22.1% of your damage was done while you were below 14.2k penetration, and 73.5 % was done while below 19.2k penetration. Since with many sources, many penetration values can be reached during a fight, steps are rounded to X.2k values to keep the list to a reasonable size while still providing a good picture how penetration was distributed during the fight."
Feedback

If you find a bug or another issue with Combat Metrics, please report errors in the comments here, in game (@Solinur (EU-PC)) or on Github.
Solinur (EU)
Version 1.5.15
  • Added Runic Sunder to penetration ability tracking. That one somehow slipped through so far.

Version 1.5.14
  • Added support for Force of Nature (by popular request). This includes adding tracking for all status effects. A dummy debuff with stacks will be shown, to show the combined uptime.

Version 1.5.13
  • Fixed an issue where filter buttons in the combat log were inaccessible (Thx to virtus753 for the report)

Version 1.5.12
  • Fixed an issue were the top row buttons were unclickable (Thx to Sizzyy for the report)

Version 1.5.11
  • Update for Scribes of Fate (API 101037)

Version 1.5.10
  • Added special tracking for Z'en, to show achieved stacks in the buff panel. It uses the same tracking method as ExoYs ExoYs ProcSet Timer and TouchOfZen. Let me know if any source for Z'en is missing.
  • Added special tracking for the Spell/Weapon Damage modifying portion of Seething Fury. It is shown with a square version of the icon and named "Seething Fury (Buff)".

Version 1.5.9
  • Updated critical damage calculation to reflect warden changes with Update 36 (Thanks to SkinnyCheeks and Baumlaus for the reminders)
  • Updated fonts to fix an issue when using Chinese locale
  • Added compatibility with Lost Depths (API 101036).

Version 1.5.8
  • Adjusted crusher value on target dummy to reflect the change in Update 35 (Thanks to zvavi for the hint)

Version 1.5.7
  • Added compatibility with Lost Depths (API 101035).
  • Updated Alkosh and Elemental Catalyst for the Trial Dummy (Thanks @ToxicKitty135 for the hint)

Version 1.5.6
  • Fixed a Lua error appearing on PTS (Note: Adjustments for the Trial Target Dummy will be implemented with the next uodate)
  • Fixed an issue where short cast time abilities showed wrong weaving statistics (Thanks SkinnyCheeks for the hint)

Version 1.5.5
  • Added compatibility with High Isle (API 101034).
  • Added settings to adjust the values used for Alkosh and Tremorscale as their strength can not be determined if they are not cast by the player.
  • Removed an error message, complaining about LibFeedback missing, although it is no longer a dependency.
  • Fixed an issue where the account name and date could be cut off in the status bar at the bottom.

Version 1.5.4
  • Fixed an issue where category buttons were unresponsive, due to some faulty code that mysteriously worked for years. (Thx to LordKruxis for the bug report)

Version 1.5.3
  • Added tracking of Major Brittle for Critical Damage Bonus.

Version 1.5.2
  • Fixed an issue with a lua error introduced in last patch.

Version 1.5.1
  • Fixed an issue where the live report could pop up randomly. (Thx to chaozzblade for reporting the issue)

Version 1.5.0
  • Added tracking for Critical Damage Bonus of Warden's "Glacial Presence"
  • Changed the way the effective Critical Damage Bonus is calculated (It is now similar to the way Penetration values are calculated and shown). It will now consider the cap of 125% when calculating the effective value. The actual average and a breakdown of the portion of damage done at different values are shown in the tooltip.

Version 1.4.6
  • Fix an issue that appeared when using the graph resulting in a lua error
  • Added Crimson Oath to penetration ability tracking.
  • Fixed an issue, where incorrect durations were calculated for stackable abilities when only a few stacks got removed (e.g. Harpooner's Wading Kilt).

Version 1.4.5
  • Added tooltips to Live Report Window to indicate what each of the panels shows.
  • Changed the single target DPS panel to show boss DPS instead during boss fights.
  • Fixed rescaling of live report window.
  • Fixed an issue in logs where one could not scroll to bring the top into view.

Version 1.4.4
  • Added chinese locale. Thanks to Juijote for providing the translation.
  • Added ability IDs to log when the "debug IDs" setting is enabled.

Version 1.4.3
  • Fixed an issue where the uptime of stackable buffs was incorrectly calculated when you entered fights with more stacks than one already active.
  • Updated crit damage value for Elemental Catalyst
  • API bump to Blackwood (100035)

Version 1.4.2
  • Fixed an issue where penetration values on Trial dummy where incorrect, when using LUI extended (Thx to xfroggerx for reporting this)

Version 1.4.1
  • Fixed inconsistent version numbers

Version 1.4.0
  • Added tracking of target based stat modifiers (Elemental Catalyst, Minor Brittle and Spell Strategist)
  • Added support for target dummies. They are detected via a unique version of Minor Sorcery, which they apply to you every second. For target dummies a selection of debuffs is assumed with 100% uptime
  • Removed tracking of Alkosh penetration amount, as it now works in a way where it is no longer possible to detect the exact amount of penetration applied. Instead the maximum value is always assumed, which should be fine, since the value is reached quite often.
  • Fixed an issue where stats where shown as 0. This happened especially when wearing Band of Malacath, where the zero crit rate value silently broke some calculations. (Thx to shira for pointing this out)

Version 1.3.4
  • Finally fixed an issue where effective penetration values were often significantly too low.
  • Added italian translation by Dusty82. Thanks!
  • Added an asterisk and tooltip to critical damage bonus display, to indicate that the value might be overestimated. The API doesn't allow to detect when one is flanking a target, so it is simply assumed flanking is always happening.
  • Added protection to avoid a rare lua error.

Version 1.3.3
  • Fixed an issue where too big weaving times were shown for channeled or casttime abilities which are faster than one second. (Thx to Liko for reporting this.)

Version 1.3.2
  • Fixed a lua error which appeared when showing resources in the graph

Version 1.3.1
  • Fixed a lua error which appeared for players using custom languages.
  • Fixed a lua error which appeared for tooltips of CP 1.0 stars.

Version 1.3.0
  • Added support for CP 2.0. Parses done with CP 1.0 will be shown in the old style (but without tooltips).
  • Updated the system to calculate effective Stat values. This is also done to allow future implementations of advanced stats, which are recorded already but not shown yet.
  • Fixed some skill timing issues with vampire toggle.
  • API Bump to Flames of Ambition (100034)

Version 1.2.6
  • Added Skill Timings for the werewolf bar. You can toggle it on via a button on the top right of the skill analysis. The button will be hidden, when werewolf wasn't used.
  • Fixed an issue where Crystal Fragment Proc casts were not being tracked properly.
  • Fixed a typo where the output string when posting buff uptimes would refer to HPS instead.

Version 1.2.5
  • Fixed an issue, where a lua error appeared during opening of the main report window, due to misformed saved variables introduced in an old version.
  • Added an option to reset the settings to default in the addon settings menu.

Version 1.2.4
  • Fixed an issue, where a lua error appeared when loading the fight list.

Version 1.2.3
  • Fixed an issue, where max/min hits weren't working. You can use recalculate fight via the option button to fix it for saved fights. (thx to Eymix for the report)

Version 1.2.2
  • Fixed some inconsistencies in shown DPS numbers.

Version 1.2.1
  • Reworked display of thin lines by using textures. This should result in more consistent display of line UI elements.
  • Fixed an issue, where damage to shields was awarded twice for total DPS (You can use recalculate fight via the option button to fix it for saved fights from version 1.2.0).

Version 1.2.0
  • Added colorization of enchant quality in the item overview panel. (Thx to Rhyono for the code)
  • Reworked the feedback menu. It's now accessed by a new button "S" that will also be implemented in my other addons sooner or later. As a consequence the dependency for LibFeedback (along with it's own dependency LibStub) has been dropped.
  • Fixed an issue that would prevent some preapplied buffs to be registered. (For example Minor Force when wearing Medusa or potions taken before combat start)
  • Added a workaround for Minor Magickasteal. Since the API currently reports the wrong source, it will always be shown as a buff added by a group member.
  • Fixed an issue where Blastbone casts were not registered.

Version 1.1.2
  • Added Crystal Weapon and Breach/Fracture Poisons resistance debuffs to be recognized for penetration stat calculations
  • Fixed Minor/Major Breach not being considered as physical resistance debuff

Version 1.1.1
  • Fixed an issue with Grim Focus and its morphs for the reworked skill timing and weaving stat

Version 1.1.0
  • Reworked skill timing and weaving stats. Now only one weaving time is shown, it shows the time wasted when weaving a skill, i.e. the gap between the global cooldowns or cast times of the skill and the following one. For light attacks it shows the time until the next skill was cast (it can sometimes show small negative values due to the way the API works). A new column "miss" will show the number of missed light/heavy attacks after a skill. In case of LA/HA it shows the number of times no skill has been casted between two subsequent LA/HA attacks.
  • In the log you can now see for casts when an input was registered, an early input automatically activated (from queue) and the cast actually fired.
  • While some of the weaving stats are also shown for old fights, recalculating an old fight will remove the stats.
  • Added new buff values for Minor/Major Breach for penetration calculation in the new patch (Already works on PTS)
  • API Bump to Markath

Version 1.0.9
  • Renamed the left part of the the stat summary to "effective" instead of "mean" which is more accurate.
  • Changed the effective penetration value to cap values at the total unit resistance (can be changed in settings, default = 18200) during the calculation.
  • The old "cap-ignorant" penetration average is now shown in the tooltip
  • Requires LibCombat version 33
  • [LibCombat] Corrected the calculation for the critical damage bonus to mind the new values from shadow mundus. It will now extract the value from the same tooltip which you can see in the character window, instead of using a hard coded base value and the extracted bonus from divine pieces.

Version 1.0.8
  • Prevented a lua error which appeared when Alkosh values were unkown. Instead a warning is shown via LibDebugLogger. (Thx to Citizen for reporting)
  • Added LibCombat version to version string
  • Made some adjustments to the tooltip of penetration values to improve readability
  • Requires LibCombat version 32 to ensure Alkosh tracking is working

Version 1.0.7
  • API Bump to Stonethorn (100032)
  • Added tracking of the new Alkosh penetration debuff
  • Added tracking of Tremorscale penetration debuff

Version 1.0.6
  • Fixed an issue with russian fonts for real this time

Version 1.0.5
  • Put back tracking of skill timings for Necro Siphon since it is back on GCD
  • Removed tracking of skill timing for Blood Frenzy and it's morphs, since they are off the GCD
  • Fixed an issue with russian fonts
  • put in checks to prevent unreasonably sized windows after resizing
  • fixed some issues that occured after resizing the live report window

Version 1.0.4
  • Fixed an issue where streaming the log to chat was not working.
  • Fixed an issue where a lua error would appear during fight calculation.
  • Removed preliminary code to handle penetration given by the new Piercing Spray set (vAS Bow). As this is a conditional resistance modifier it is more complicated to implement and will be added in a future patch.
  • Added handling for a lua error that would show if libdebuglogger wasn't up to date.

Version 1.0.3
  • Fixed an issue causing a lua error when previous saved vars didn't exist (e.g. new char or when they were deleted)
  • Fixed an issue where icons where missing in the buff panel for older fights

Version 1.0.2
  • Improved some code for posting to chat (thx @Scootworks)
  • Fixed missing buff/debuff Icons in graph

Version 1.0.1
  • Fixed a lua error that happened when showing Parses.
  • some small fixes
  • renamed Cyrodil options to PvP for clarification (They work for Cyrodil and BGs now)

Version 1.0.0
  • Rewrote buff/debuff calculation system. It can now handle cases of stacked buffs or minor/major buffs from various sources properly.
  • In the buff/debuff display you can now open/collapse buffs with additional data (like uptimes of individual stacks, different sources)
  • If a buff has multiple stacks the total uptime now reflects the maximum number of stacks and their averaged uptime. This allows to directly calculate the benefit of this buff. E.g. for Siroria given 20 stacks with a total uptime shown of 53% the total benefit is 20 * 0.53 multiplied by the sets spell damage bonus.
  • Added skill input lag to skill timing events. It shows the time difference between activating a skill on your bar and the skill actually firing.
  • Added performance stats in form of ping and fps. Together with input lag their averages are shown at the bottom of the main window and can also be viewed in the graph and the log
  • Added deaths and resurrections to combat log. To show them you have to allow info messages (which also show weapon swaps).
  • Combat Metrics now optionally depends on libdebuglogger. It is set up to handle all debug output and also saves them for later review. When it is not installed no debug output will be shown. Consequently, the debug settings have been removed.
  • The size of the main report window can now be changed by dragging the corners/edges.
  • The settings that apply when the player is in cyrodil, now also include battlegrounds.
  • Additional minor fixes and performance improvements.

Version 0.9.18
  • Fixed a lua error that occured when saving fights with bosses.

Version 0.9.17
  • Added an error handler for the issue when a too old version of LibFeedback is installed. When you see it, please update LibFeedback to the latest version.

Version 0.9.16
  • Fixed a bug introduced in last version that could cause display issues with dividers and several lua errors (graph display, combat log). (Thx at Benny and others for reporting this)

Version 0.9.15
  • Fixed an issue with skill timings due to the Necromancers siphon ignoring the global cooldown.
  • Added a notification icon on the fight report window to help me finding players for my raid group. At the moment it's only shown sometimes on german clients and can be disabled.

Version 0.9.14
  • Added an option to show display names (@names) in the fight reports.
  • Added an option to toggle pets shown in heal panels in the fight report window. You can also set it via the settings menu in the opened fight report window.

Version 0.9.13
  • Fixed a few issues caused by some ability ids that were removed by ZOS. (Thx to SnakE for the report)
  • If you see some irregularities regarding stats (like penetration or critical damage), please let me know.
  • Combat Metrics will now generally require the latest version of LibCombat, please make sure to update both.

Version 0.9.12
  • Fixed an issue where in the incoming damage page inconsistant data was shown. You can now select to show block or crit data with the % column adjusting accordingly.
  • Average column can now also show the average block values.
  • Let me know if you'd find block statistics also useful for the damage out page.

Version 0.9.11
  • Removed embedded libraries. Please install them yourself. Check the Addon description page for a list of required libraries.
  • Fixed a display issue in fight stats panel
  • Some code formatting and cleanup
  • Small fixes to prevent rare lua errors

Version 0.9.10
  • Added a fix to fix the fix. I shouldn't try fixing from work where I can't check ingame if I didn't break things :D.
  • Combined instances of different spellings of Off Balanced so they are treated as always.
  • Updated LibAddonMenu

Version 0.9.9
  • Added a fix to prevent the lua error introduced in last update

Version 0.9.8
  • added a small fix to LibCombat to properly detect Soul Trap activations on both magicka and stamina chars.
  • Info: The next update will remove bundled libraries. This won't affect internal libraries (CombatMetricsFightData and LibCombat).

Version 0.9.7
  • API Bump to Dragonhold (100029)
  • Added bossfight to LIBCOMBAT_EVENT_FIGHTRECAP callback object by request
  • Added a warning to stream log to chat option to indicate that it uses quite a lot of CPU.

Version 0.9.6
  • Made some performance improvements. (thx to @andy.s for the idea)
  • Attempted a fix where the fight could reset once you enter a portal in the Nahviintaas fight.
  • Replaced enchants with poison in equip overview when a poison was equipped.
  • Updated Libraries

Version 0.9.5
  • Fixed an issue where heal ratio in live report was always 0%.
  • Fixed an issue where group heal amount in fight report was always 0.
  • Added Entropy and Soul Trap ability detection for Scalebreaker.

Version 0.9.4
  • Added total weapon and skill attacks on info panel.
  • Add an option to show absolute heal (= effective + overheal) to live report window. it can be accessed in the addon settings or via the cogwheel button in the fight report window.
  • Added an option to show absolute heal in ability panel
  • Added some code to ensure functionality with scale breaker due to API changes
  • Updated French translation (thx to @Floliroy)
  • Fixed an issue where fights were not completely loaded
  • Fixed cast delay of channeled and cast time abilities
  • Fixed a rounding issue on combat time
  • Fixed an issue where the main window position was changing between relog / reloadui
  • Fixed an issue that resulted in a lua error or wrong data when posting the DPS to a selection of units.
  • Fixed an issue that resulted in wrong versions to be sent when submitting feedback ingame

Version 0.9.3
  • Fixed an issue where divine armour pieces were not detected correctly on languages which use comma as decimal separator. Thx again to @Pymad for pointing this out.

Version 0.9.2
  • Fixed an issue where divine armour pieces were not detected correctly, when calculating bonus from shadow mundus.
  • Fixed base value of shadow mundus. ( I relied on a bad source :( )
  • Fixed an issue where shadow mundus was still considered active when it was actually removed during the session.
  • Fixed an issue where critical damage passive bonus was incorrectly awarded in the calculation even when it was not available or active
  • Thx to @Pymad for reporting the issue which made me find all of those bugs.

Version 0.9.1
  • Updated brazilian localozation (Thx @FelipeS11)
  • Fixed version numbers

Version 0.9.0
Added a new Info panel.
  • It shows the Equipment, CP, and Skills used in the selected fight.
  • For the skill panel "Weaving Metrics" are shown. They give some info on how fast you are able to cast subsequent abilities and the average time between two subsequent casts of the same ability.
  • Also some stats about how much time was spent and how much damage was done on each bar are shown. Werewolf is not supported at the moment but will be added in the future.
Added a new Graph panel.
  • Here you can view how DPS or HPS developed over time. You can also show Resources (e.g. Magicka) or Stats (e.g. Spell Damage).
  • You can click on the colour boxes on the left to change the colours of the plots.
  • When you select buffs/debuffs in the buff panel, while the graph panel is shown, the buff uptime will also be visualized in the graph.
  • By drawing a rectangle you can zoom in, a right click resets the zoom.
  • You can also directly edit the maximum and minimum value of the left Y axis by double clicking on it.
  • To activate a cursor with a tooltip that shows the exact numbers, toggle the icon next to the enlarge button.
Other Changes:
[list][*] API Bump to Elsweyr (100027)[*] Note that some of the new features only work for new fights, but not for saved fights.[*] Elsweyr only: Added Overheal to healing category. All heal values will generally refer to effective (i.e. actually HP restoring) heal. Overheal and the absolute heal (i.e. effective + overheal) can be viewed in the healing category of the big fight report. Let me know if you need a display on the livereport, I could add it if necessary.[*] Uptime % in the (De-)Buffs Out Panel are now considered towards the total time the respective units have been engaged in combat. This should lead to more reasonable results when you fight different bosses in succession (e.g. the iterations of Z'Maja in Cloudrest). It won't however help for fights where units are inactive in between (e.g. The minibosses in Asylum)[*] When in a healing category, the "(De-)buffs out" panel now also considers the uptime of yourself[*] Some of the columns in the abilities panel can now be changed. They are coloured in a bright yellow. You can for example choose to show the minimum hit instead of the maximum or show the average critical hit instead of the overall average hit. Just try them out![*] Added more options in the Combat Log. This includes Skill activations and for boss fights the remaining %HP.[*] Added accountname to the bottom info bar[*] Added a feedback/donation entry to the options menu on the fight report window, providing convenient access to give feedback in case you have suggestions or issues to report.[*] Added an option to go to the addon settings from the options menu on the fight report window.[*] Right click is no longer used to reset the selection in the different list panels, instead this is now set to the 3rd mouse button. [*] Added an option to post DPS/HPS to a selection of targets. When posting data for one unit only, the name of that unit is shown.[*] When right clicking a unit while in the DPS out panel, you can now post the DPS to that unit or all units that share that name. Big Thanks to @Letho for the idea and help with this.[*] Added an option to post Buff uptime (right click on buff).[*] Buff uptime from the "(De-)buffs out" panel can also be directly posted for all bosses or group members without the need to select them in the unit panel first
(Note: You can also just click on a single unit to select it and then click again on it to deselect it)
Optional Files (0)


Archived Files (137)
File Name
Version
Size
Uploader
Date
1.5.14
179kB
Solinur
05/15/23 04:18 PM
1.5.13
179kB
Solinur
03/15/23 06:58 AM
1.5.12
179kB
Solinur
03/13/23 08:47 AM
1.5.11
179kB
Solinur
03/12/23 05:49 PM
1.5.10
179kB
Solinur
12/19/22 03:10 PM
1.5.9
179kB
Solinur
11/09/22 05:04 PM
1.5.8
179kB
Solinur
09/15/22 03:09 PM
1.5.7
179kB
Solinur
08/24/22 02:35 PM
1.5.6
174kB
Solinur
07/18/22 04:02 PM
1.5.5
174kB
Solinur
06/03/22 03:24 PM
1.5.4
173kB
Solinur
04/19/22 10:14 AM
1.5.3
173kB
Solinur
04/04/22 04:40 PM
1.5.2
173kB
Solinur
01/19/22 06:36 AM
1.5.1
173kB
Solinur
01/18/22 05:37 PM
1.5.0
173kB
Solinur
11/14/21 07:09 AM
1.4.6
173kB
Solinur
09/16/21 04:59 PM
1.4.5
173kB
Solinur
08/22/21 02:45 PM
1.4.4
172kB
Solinur
07/05/21 04:06 PM
1.4.3
160kB
Solinur
06/09/21 01:50 PM
1.4.2
160kB
Solinur
05/09/21 05:39 AM
1.4.1
160kB
Solinur
04/17/21 04:08 PM
1.4.0
160kB
Solinur
04/17/21 04:00 PM
1.3.4
159kB
Solinur
03/15/21 05:56 PM
1.3.3
153kB
Solinur
03/12/21 06:22 PM
1.3.2
153kB
Solinur
03/09/21 04:55 PM
1.3.1
153kB
Solinur
03/07/21 07:47 AM
1.3.0
152kB
Solinur
03/04/21 05:54 PM
1.2.6
147kB
Solinur
01/30/21 07:04 AM
1.2.5
146kB
Solinur
12/27/20 02:25 PM
1.2.4
145kB
Solinur
12/27/20 09:33 AM
1.2.3
145kB
Solinur
12/26/20 11:42 AM
1.2.2
145kB
Solinur
12/25/20 02:54 PM
1.2.1
145kB
Solinur
12/13/20 03:13 PM
1.2.0
141kB
Solinur
12/02/20 05:19 PM
1.1.2
138kB
Solinur
11/04/20 01:53 PM
1.1.1
138kB
Solinur
10/20/20 03:47 PM
1.1.0
137kB
Solinur
10/13/20 04:19 PM
1.0.9
137kB
Solinur
09/17/20 11:55 AM
1.0.8
137kB
Solinur
09/04/20 05:48 PM
1.0.7
137kB
Solinur
08/24/20 02:11 AM
1.0.6
137kB
Solinur
06/11/20 10:36 AM
1.0.5
137kB
decay2
06/09/20 03:15 PM
1.0.4
137kB
decay2
05/23/20 02:53 PM
1.0.3
137kB
decay2
05/19/20 06:03 PM
1.0.2
136kB
decay2
05/19/20 02:13 PM
1.0.1
136kB
decay2
05/18/20 03:28 PM
1.0.0
136kB
decay2
05/17/20 02:30 PM
0.9.18
132kB
decay2
04/22/20 01:30 AM
0.9.17
132kB
decay2
04/20/20 04:30 PM
0.9.16
132kB
decay2
04/19/20 04:14 AM
0.9.15
132kB
decay2
04/16/20 12:41 PM
0.9.14
131kB
decay2
03/22/20 10:06 AM
0.9.13
131kB
decay2
02/25/20 04:18 PM
0.9.12
131kB
decay2
02/22/20 04:20 PM
0.9.11
130kB
decay2
01/21/20 05:11 PM
0.9.10
217kB
decay2
10/21/19 11:49 AM
0.9.9
214kB
decay2
10/21/19 05:08 AM
0.9.8
217kB
decay2
10/20/19 03:02 PM
0.9.7
217kB
decay2
09/17/19 12:09 PM
0.9.6
217kB
decay2
08/11/19 04:08 PM
0.9.5
224kB
decay2
08/03/19 06:32 PM
0.9.4
224kB
decay2
07/17/19 04:52 PM
0.9.3
224kB
decay2
06/06/19 03:40 PM
0.9.2
224kB
decay2
06/05/19 02:36 PM
0.9.1
221kB
decay2
05/13/19 06:16 PM
0.9.0
220kB
decay2
05/13/19 02:06 PM
0.8.4
169kB
decay2
01/21/19 05:53 PM
0.8.3
167kB
decay2
01/06/19 11:52 AM
0.8.2.12
167kB
decay2
11/11/18 04:22 AM
0.8.2.11
167kB
decay2
11/10/18 02:22 PM
0.8.2.10
163kB
decay2
10/26/18 12:23 PM
0.8.2.9
163kB
decay2
09/18/18 02:23 PM
0.8.2.8
163kB
decay2
08/21/18 03:54 PM
0.8.2.7
163kB
decay2
08/13/18 05:05 PM
0.8.2.6
163kB
decay2
08/12/18 05:43 PM
0.8.2.5
163kB
decay2
06/05/18 04:58 PM
0.8.2.4
163kB
decay2
05/30/18 04:25 PM
0.8.2.4
163kB
decay2
05/30/18 04:19 PM
0.8.2.3
157kB
decay2
05/21/18 08:08 AM
0.8.2.2
147kB
decay2
05/03/18 11:28 AM
0.8.2.1
146kB
decay2
04/26/18 05:12 PM
0.8.2.0
146kB
decay2
04/18/18 03:18 PM
0.8.1.5
145kB
decay2
03/18/18 08:22 AM
0.8.1.4
145kB
decay2
03/15/18 05:17 PM
0.8.1.3
145kB
decay2
03/13/18 05:01 PM
0.8.1.2
145kB
decay2
03/13/18 02:41 PM
0.8.1.1
145kB
decay2
03/12/18 04:55 PM
0.8.1
145kB
decay2
03/12/18 03:47 PM
0.7.14
122kB
decay2
01/27/18 02:05 PM
0.7.13
122kB
decay2
01/26/18 04:14 PM
0.7.12
122kB
decay2
01/20/18 02:34 PM
0.7.11
122kB
decay2
01/11/18 03:27 PM
0.7.10
122kB
decay2
01/06/18 08:07 AM
0.7.9
119kB
decay2
01/05/18 12:49 PM
0.7.8
119kB
decay2
08/13/17 12:41 PM
0.7.7
119kB
decay2
08/05/17 10:48 AM
0.7.6
119kB
decay2
07/27/17 01:44 PM
0.7.5
119kB
decay2
07/02/17 02:49 PM
0.7.4
119kB
decay2
06/19/17 03:37 PM
0.7.3
119kB
decay2
05/31/17 03:09 PM
0.7.2
119kB
decay2
05/30/17 03:55 PM
0.7.1
119kB
decay2
05/29/17 05:34 PM
0.7.0
119kB
decay2
05/28/17 03:41 PM
0.6.21
116kB
decay2
05/22/17 02:41 PM
0.6.20
116kB
decay2
03/19/17 07:28 AM
0.6.19
116kB
decay2
03/01/17 05:01 PM
0.6.18
110kB
decay2
02/20/17 02:55 PM
0.6.17
111kB
decay2
02/17/17 02:36 PM
0.6.16
106kB
decay2
02/17/17 02:18 PM
0.6.15
106kB
decay2
02/16/17 03:31 AM
0.6.14
106kB
decay2
02/15/17 04:57 PM
0.6.13
107kB
decay2
02/08/17 03:48 PM
0.6.12
106kB
decay2
02/06/17 06:04 PM
0.6.11
106kB
decay2
02/05/17 08:51 AM
0.6.10
106kB
decay2
01/08/17 05:38 PM
0.6.9
105kB
decay2
11/01/16 02:20 PM
0.6.8
105kB
decay2
11/01/16 02:10 PM
0.6.7
102kB
decay2
10/24/16 02:40 PM
0.6.6
102kB
decay2
10/23/16 03:26 PM
0.6.5
101kB
decay2
10/05/16 05:40 AM
0.6.4
101kB
decay2
08/14/16 04:33 PM
0.6.3
92kB
decay2
08/08/16 02:18 PM
0.6.2
92kB
decay2
08/07/16 02:33 PM
0.6.1
91kB
decay2
07/15/16 02:08 PM
0.6.0
91kB
decay2
07/11/16 05:28 PM
0.6.0
87kB
decay2
07/02/16 07:23 AM
0.5.10
87kB
decay2
06/28/16 05:10 PM
0.5.8
87kB
decay2
06/21/16 06:00 PM
0.5.7
87kB
decay2
06/13/16 05:00 PM
0.5.6
87kB
decay2
06/13/16 03:12 PM
0.5.5
118kB
decay2
05/29/16 04:29 PM
0.5.4
118kB
decay2
05/29/16 03:49 PM
0.5.3
118kB
decay2
05/25/16 03:56 PM
0.5.2
85kB
decay2
05/19/16 05:52 PM
0.5.1
85kB
decay2
05/19/16 04:22 PM
0.5.0
85kB
decay2
05/18/16 03:14 PM
0.48
84kB
decay2
04/26/16 04:14 PM


Post A Reply Comment Options
Unread 02/11/24, 12:31 PM  
rugby_hook

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: Re: Re: UI Errors

Thank you very much! It turns out it had been reading them from a different folder than the one I updated, so knowing these numbers helped me to track that down. I have it working again. I really appreciate your help!

Originally Posted by Solinur
Originally Posted by rugby_hook
My apologies. Here is the full error message. The other day I received two error messages, but today I only received one

user:/AddOns/LibCombat?LibCOmbat.lua:2157: table index is nil
stack traceback:
user:/AddOns/LibCombat/LibCombat.lua:2157: in function '(main chunk)'
I checked for the issue, and it seems your version of LibCombat is not up to date, since the line your message refers to is empty in the current version (and has been like that for a while).
Please update to the Combat Metrics and LibCombat to the most recent version.
Once you have done that it should read CMX 1.5.16 / LC 71 in the bottom right corner of the CMX main window.

If the window is blank you can also check that the text files in the addon folders have a line that starts with "## Version:" which should continue with "71" for LibCombat and "1.5.16" for Combat Metrics

Also since you are checking the pts make sure you are installing the addons into the PTS Addon folder ("...\Elder Scrolls Online\pts\AddOns") and not into the live folder
Report comment to moderator  
Reply With Quote
Unread 02/11/24, 02:44 AM  
Solinur
AddOn Author - Click to view AddOns

Forum posts: 78
File comments: 703
Uploads: 8
Re: Re: Re: UI Errors

Originally Posted by rugby_hook
My apologies. Here is the full error message. The other day I received two error messages, but today I only received one

user:/AddOns/LibCombat?LibCOmbat.lua:2157: table index is nil
stack traceback:
user:/AddOns/LibCombat/LibCombat.lua:2157: in function '(main chunk)'
I checked for the issue, and it seems your version of LibCombat is not up to date, since the line your message refers to is empty in the current version (and has been like that for a while).
Please update to the Combat Metrics and LibCombat to the most recent version.
Once you have done that it should read CMX 1.5.16 / LC 71 in the bottom right corner of the CMX main window.

If the window is blank you can also check that the text files in the addon folders have a line that starts with "## Version:" which should continue with "71" for LibCombat and "1.5.16" for Combat Metrics

Also since you are checking the pts make sure you are installing the addons into the PTS Addon folder ("...\Elder Scrolls Online\pts\AddOns") and not into the live folder
Last edited by Solinur : 02/11/24 at 03:11 AM.
Report comment to moderator  
Reply With Quote
Unread 02/09/24, 12:54 PM  
rugby_hook

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: UI Errors

My apologies. Here is the full error message. The other day I received two error messages, but today I only received one

user:/AddOns/LibCombat?LibCOmbat.lua:2157: table index is nil
stack traceback:
user:/AddOns/LibCombat/LibCombat.lua:2157: in function '(main chunk)'



Originally Posted by Solinur
Originally Posted by rugby_hook
Hello,
I was hoping maybe somebody could help me out. I don't normally play ESO on PC, but I do get on when there is a new PTS cycle to test some stuff (I play mainly on PS5). Suffice to say, I am not that knowledgeable when it comes to add-ons. This is the only add-on I use and it has worked well for most of the time. However, with this latest PTS (starting last week). I have been getting two UI errors: UI Error 13B90078 and UI Error 4AF3F4EA. It shows the mini-screen and I can pull up CMX from the chat as I used to, but the information is all blank. I have all the appropriate libraries and I have redownloaded everything and emptied the recycling bin with the old files. Has this happened to anyone else and does anyone have any advice on how I can remedy this?
Hi, thanks for your report.
Could you please post the full error message or a screenshot? (make sure that you have detailed error messages activated in the addon panel) The error codes are generated by ZOS, and I can't reproduce what they mean, so right now I have no hint what might go wrong.
I'll only can go and check CMX myself this weekend on PTS to see if I get the errors myself.
Report comment to moderator  
Reply With Quote
Unread 02/07/24, 11:13 PM  
Solinur
AddOn Author - Click to view AddOns

Forum posts: 78
File comments: 703
Uploads: 8
Re: UI Errors

Originally Posted by rugby_hook
Hello,
I was hoping maybe somebody could help me out. I don't normally play ESO on PC, but I do get on when there is a new PTS cycle to test some stuff (I play mainly on PS5). Suffice to say, I am not that knowledgeable when it comes to add-ons. This is the only add-on I use and it has worked well for most of the time. However, with this latest PTS (starting last week). I have been getting two UI errors: UI Error 13B90078 and UI Error 4AF3F4EA. It shows the mini-screen and I can pull up CMX from the chat as I used to, but the information is all blank. I have all the appropriate libraries and I have redownloaded everything and emptied the recycling bin with the old files. Has this happened to anyone else and does anyone have any advice on how I can remedy this?
Hi, thanks for your report.
Could you please post the full error message or a screenshot? (make sure that you have detailed error messages activated in the addon panel) The error codes are generated by ZOS, and I can't reproduce what they mean, so right now I have no hint what might go wrong.
I'll only can go and check CMX myself this weekend on PTS to see if I get the errors myself.
Report comment to moderator  
Reply With Quote
Unread 02/07/24, 03:48 PM  
rugby_hook

Forum posts: 0
File comments: 3
Uploads: 0
UI Errors

Hello,
I was hoping maybe somebody could help me out. I don't normally play ESO on PC, but I do get on when there is a new PTS cycle to test some stuff (I play mainly on PS5). Suffice to say, I am not that knowledgeable when it comes to add-ons. This is the only add-on I use and it has worked well for most of the time. However, with this latest PTS (starting last week). I have been getting two UI errors: UI Error 13B90078 and UI Error 4AF3F4EA. It shows the mini-screen and I can pull up CMX from the chat as I used to, but the information is all blank. I have all the appropriate libraries and I have redownloaded everything and emptied the recycling bin with the old files. Has this happened to anyone else and does anyone have any advice on how I can remedy this?
Report comment to moderator  
Reply With Quote
Unread 01/14/24, 09:56 PM  
virtus753

Forum posts: 0
File comments: 27
Uploads: 0
Re: Re: tiny text and error on resetting to defaults

Originally Posted by Solinur
Originally Posted by virtus753
I typically have my dps displayed (no HPS or time) in the little live report window. Yesterday the font size somehow shrank to the point of illegibility when I clicked on the window to move it. I can make out a few numbers - enough to tell it's working properly - but really can't read most of it. 3s and 8s are too small to properly differentiate, for example.

I tried adjusting the sizes in the options, but nothing made the text larger again. So I tried resetting things to Defaults, and I got this error:

UI Error: 14AD1D89

user:/AddOns/CombatMetrics/CombatMetrics.lua:2619: attempt to index a nil value
stack traceback:
user:/AddOns/CombatMetrics/CombatMetrics.lua:2619: in function 'CMX.RemoveCombatLog'
user:/AddOns/CombatMetrics/CombatMetricsMenu.lua:567: in function 'setFunc'
user:/AddOns/LibAddonMenu-2.0/controls/checkbox.lua:63: in function 'UpdateValue'
user:/AddOns/LibAddonMenu-2.0/controls/panel.lua:53: in function 'ForceDefaults'
user:/AddOns/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:334: in function 'm_callback'
/EsoUI/Libraries/ZO_Dialog/ZO_Dialog.lua:120: in function 'HandleCallback'
/EsoUI/Libraries/ZO_KeybindButton/ZO_KeybindButton.lua:215: in function 'ZO_KeybindButtonMixin:OnClicked'
/EsoUI/Libraries/ZO_Dialog/ZO_Dialog.lua:1238: in function 'ZO_Dialogs_HandleButtonForKeybind'
/EsoUI/Libraries/ZO_Dialog/ZO_Dialog.lua:1250: in function 'ZO_Dialogs_ButtonKeybindPressed'
:1: in function '(main chunk)'

I dismissed that error message and reloaded the UI. At that point the font size was back to normal.

But today I found I had to redo the settings for the report window on all my characters as a result of that, so I figured why not use the account wide settings? I want them to be the same for all character anyhow and was happy to see that offered as an option (thank you!). As soon as I enabled that and reloaded, though, the tiny font problem was back. Again I hit Defaults, and again got the same error message.

What am I doing wrong here? Do I need to update something?

I see Version 1.5.15 in the settings, and as far as Minion can see everything else I have is up to date.

TYIA!
To fix this, either increase the scale in the settings or simply use "." to enter cursor mode and drag the corner of the live report window to the desired size (This is what you probably did unintentionally). The font size should adapt then.

The error message you received should be an unrelated issue (although it stops the reset to default routine), I'll look into fixing this.
Thanks for the reply!

I was very curious about it because I must have touched the corner by mistake, but it didn't resize noticeably. The scaling just suddenly dropped.

I appreciate the help with a fix, and sorry for the late follow up. It seems to be all sorted now.
Report comment to moderator  
Reply With Quote
Unread 12/14/23, 02:21 PM  
Solinur
AddOn Author - Click to view AddOns

Forum posts: 78
File comments: 703
Uploads: 8
Re: tiny text and error on resetting to defaults

Originally Posted by virtus753
I typically have my dps displayed (no HPS or time) in the little live report window. Yesterday the font size somehow shrank to the point of illegibility when I clicked on the window to move it. I can make out a few numbers - enough to tell it's working properly - but really can't read most of it. 3s and 8s are too small to properly differentiate, for example.

I tried adjusting the sizes in the options, but nothing made the text larger again. So I tried resetting things to Defaults, and I got this error:

UI Error: 14AD1D89

user:/AddOns/CombatMetrics/CombatMetrics.lua:2619: attempt to index a nil value
stack traceback:
user:/AddOns/CombatMetrics/CombatMetrics.lua:2619: in function 'CMX.RemoveCombatLog'
user:/AddOns/CombatMetrics/CombatMetricsMenu.lua:567: in function 'setFunc'
user:/AddOns/LibAddonMenu-2.0/controls/checkbox.lua:63: in function 'UpdateValue'
user:/AddOns/LibAddonMenu-2.0/controls/panel.lua:53: in function 'ForceDefaults'
user:/AddOns/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:334: in function 'm_callback'
/EsoUI/Libraries/ZO_Dialog/ZO_Dialog.lua:120: in function 'HandleCallback'
/EsoUI/Libraries/ZO_KeybindButton/ZO_KeybindButton.lua:215: in function 'ZO_KeybindButtonMixin:OnClicked'
/EsoUI/Libraries/ZO_Dialog/ZO_Dialog.lua:1238: in function 'ZO_Dialogs_HandleButtonForKeybind'
/EsoUI/Libraries/ZO_Dialog/ZO_Dialog.lua:1250: in function 'ZO_Dialogs_ButtonKeybindPressed'
:1: in function '(main chunk)'

I dismissed that error message and reloaded the UI. At that point the font size was back to normal.

But today I found I had to redo the settings for the report window on all my characters as a result of that, so I figured why not use the account wide settings? I want them to be the same for all character anyhow and was happy to see that offered as an option (thank you!). As soon as I enabled that and reloaded, though, the tiny font problem was back. Again I hit Defaults, and again got the same error message.

What am I doing wrong here? Do I need to update something?

I see Version 1.5.15 in the settings, and as far as Minion can see everything else I have is up to date.

TYIA!
To fix this, either increase the scale in the settings or simply use "." to enter cursor mode and drag the corner of the live report window to the desired size (This is what you probably did unintentionally). The font size should adapt then.

The error message you received should be an unrelated issue (although it stops the reset to default routine), I'll look into fixing this.
Last edited by Solinur : 12/14/23 at 02:22 PM.
Report comment to moderator  
Reply With Quote
Unread 12/13/23, 12:13 PM  
virtus753

Forum posts: 0
File comments: 27
Uploads: 0
tiny text and error on resetting to defaults

I typically have my dps displayed (no HPS or time) in the little live report window. Yesterday the font size somehow shrank to the point of illegibility when I clicked on the window to move it. I can make out a few numbers - enough to tell it's working properly - but really can't read most of it. 3s and 8s are too small to properly differentiate, for example.

I tried adjusting the sizes in the options, but nothing made the text larger again. So I tried resetting things to Defaults, and I got this error:

UI Error: 14AD1D89

user:/AddOns/CombatMetrics/CombatMetrics.lua:2619: attempt to index a nil value
stack traceback:
user:/AddOns/CombatMetrics/CombatMetrics.lua:2619: in function 'CMX.RemoveCombatLog'
user:/AddOns/CombatMetrics/CombatMetricsMenu.lua:567: in function 'setFunc'
user:/AddOns/LibAddonMenu-2.0/controls/checkbox.lua:63: in function 'UpdateValue'
user:/AddOns/LibAddonMenu-2.0/controls/panel.lua:53: in function 'ForceDefaults'
user:/AddOns/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:334: in function 'm_callback'
/EsoUI/Libraries/ZO_Dialog/ZO_Dialog.lua:120: in function 'HandleCallback'
/EsoUI/Libraries/ZO_KeybindButton/ZO_KeybindButton.lua:215: in function 'ZO_KeybindButtonMixin:OnClicked'
/EsoUI/Libraries/ZO_Dialog/ZO_Dialog.lua:1238: in function 'ZO_Dialogs_HandleButtonForKeybind'
/EsoUI/Libraries/ZO_Dialog/ZO_Dialog.lua:1250: in function 'ZO_Dialogs_ButtonKeybindPressed'
:1: in function '(main chunk)'

I dismissed that error message and reloaded the UI. At that point the font size was back to normal.

But today I found I had to redo the settings for the report window on all my characters as a result of that, so I figured why not use the account wide settings? I want them to be the same for all character anyhow and was happy to see that offered as an option (thank you!). As soon as I enabled that and reloaded, though, the tiny font problem was back. Again I hit Defaults, and again got the same error message.

What am I doing wrong here? Do I need to update something?

I see Version 1.5.15 in the settings, and as far as Minion can see everything else I have is up to date.

TYIA!
Report comment to moderator  
Reply With Quote
Unread 11/20/23, 05:11 PM  
Solinur
AddOn Author - Click to view AddOns

Forum posts: 78
File comments: 703
Uploads: 8
Re: Easy way to preview/calculate a modified spell/weapon power?

Originally Posted by TheCyberSniper
Hi there, I was curious if there is an easy way to preview or calculate damage/skill dps by modifying the report's weapon and spell damage value?

I.E. if I did a trial atro parse and wanted to see how the current numbers would look if I had a higher or lower weapon and spell damage. I'm not sure if there's a way to easily adjust the report by allowing edits to that variable - kind of like a preview of how that exact parse would have been with a different power amount.

Thanks!
Hi, such a thing is in principle doable, but requires quite a bit of work. I have thought about such and similar things, but for now, I don't really have time for that. Its on my mind though as a potential feature.
Report comment to moderator  
Reply With Quote
Unread 11/18/23, 03:26 PM  
TheCyberSniper

Forum posts: 0
File comments: 4
Uploads: 0
Easy way to preview/calculate a modified spell/weapon power?

Hi there, I was curious if there is an easy way to preview or calculate damage/skill dps by modifying the report's weapon and spell damage value?

I.E. if I did a trial atro parse and wanted to see how the current numbers would look if I had a higher or lower weapon and spell damage. I'm not sure if there's a way to easily adjust the report by allowing edits to that variable - kind of like a preview of how that exact parse would have been with a different power amount.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 09/15/23, 03:01 AM  
Solinur
AddOn Author - Click to view AddOns

Forum posts: 78
File comments: 703
Uploads: 8
Re: just a little request !!

Originally Posted by rustyb13
Hello, i want to thank you for this extremely good and useful addon. I have nothing to complaint about, everything works great. I just wanted to ask you if it was pssible to add a option in keybinds so we can toggle light mode on/off. Thanks again for your good work and hopefully you ll be able to keep this addon alive for years to come, cheers !!!
Should be doable.
Report comment to moderator  
Reply With Quote
Unread 09/12/23, 06:27 PM  
rustyb13

Forum posts: 0
File comments: 1
Uploads: 0
just a little request !!

Hello, i want to thank you for this extremely good and useful addon. I have nothing to complaint about, everything works great. I just wanted to ask you if it was pssible to add a option in keybinds so we can toggle light mode on/off. Thanks again for your good work and hopefully you ll be able to keep this addon alive for years to come, cheers !!!
Report comment to moderator  
Reply With Quote
Unread 06/15/23, 03:57 PM  
Solinur
AddOn Author - Click to view AddOns

Forum posts: 78
File comments: 703
Uploads: 8
Re: Companions Combat Metrics

Originally Posted by LalMirchi
Thanks for this excellent addon. I wonder if it is possible to see the Companions Combat Metrics?
For now Companions are not supported. I'll look into what can be done there.
Report comment to moderator  
Reply With Quote
Unread 06/15/23, 05:55 AM  
LalMirchi

Forum posts: 10
File comments: 14
Uploads: 0
Companions Combat Metrics

Thanks for this excellent addon. I wonder if it is possible to see the Companions Combat Metrics?
Report comment to moderator  
Reply With Quote
Unread 05/09/23, 02:56 PM  
Solinur
AddOn Author - Click to view AddOns

Forum posts: 78
File comments: 703
Uploads: 8
Originally Posted by TheCyberSniper
Hey there, I was wondering if it is possible to see single target percentage damage compared to the group?

Unless I am missing it, I can currently see the percentage compared to the group of all of my combat, but if for example I wanted to see just the boss's damage percentage from me compared to the group is there a way to do that? When I select the single target in CMX it just shows a breakdown of my own damage versus Player vs Group damage.

Example below showing what I mean, imgur link: https://imgur.com/a/NVIr6PZ
So I can see how much damage I did between the mobs and High Kinlord Rilis combined, but can I see how much I did to High Kinlord Rilis alone/easily compared to the rest of the group?

In small mob settings I can probably calculate it, but it would be helpful when there is lots of adds or other things between attacked on top of a boss.

Thanks!
Hey sorry for the late answer. Generally the data exists and could be displayed, but for now its not possible to show it. The only way to do this for now would be via esologs.
I can consider it for implementing it somehow in the future, I just have to figure out how to squeeze in that additional data. I don't really want a toggle, as I want to keep the general view the same for all players, so that the Screenshots people often take remain comparable.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.