Giter VIP home page Giter VIP logo

combatmetrics's People

Contributors

everneret avatar floliroy avatar juijote avatar sharlikran avatar solinur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

combatmetrics's Issues

Supposedly LibStub isn't needed anymore

Comment on lib's page

LibStub was replaced by features in the game and won't be updated anymore!
If you are using an addon which still relies on LibStub, either ask the author to remove it or you just need to live with it.

User ID too long

Hello,

First to all, thank you for this wonderfull addon that we use in my guild !

Today someone shared his DPS on our discord but his user ID is 20 signs long. So I can't see the time code.
Capture_decran_2022-03-19_174356

I'ts a little problem because I always compare the time code on the DPS page and the time code in the Info page to know if is the same parse or is it a cheat. (In this particular case I assume the guy is not a cheater.)

Could you do something for that please ?

Thank you by advance.

Question about saved fight data

Hey there, Solinur. I'm about to start development on a discord bot that will automatically assign parse tags in Discord and I'm looking to use CMX for this. I was wondering where the fight data is stored for fights? I plan on using whatever data is saved to do this. Thanks!

problem with the russian version of the game

If the game interface is in Russian, your addon does not show anything in the windows except a black background

I looked and found a problem in the file ru.lua
you need to comment out two lines and register new ones or replace

It was:
-- Fonts

SafeAddString(SI_COMBAT_METRICS_STD_FONT, GetString(MEDIUM_FONT), 1)
SafeAddString(SI_COMBAT_METRICS_BOLD_FONT, GetString(BOLD_FONT), 1)

and need so:
-- Fonts

SafeAddString(SI_COMBAT_METRICS_STD_FONT, "EsoUI/Common/Fonts/Univers57.otf", 1)
SafeAddString(SI_COMBAT_METRICS_BOLD_FONT, "EsoUI/Common/Fonts/Univers67.otf", 1)

--SafeAddString(SI_COMBAT_METRICS_STD_FONT, GetString(MEDIUM_FONT), 1)
--SafeAddString(SI_COMBAT_METRICS_BOLD_FONT, GetString(BOLD_FONT), 1)

Light Attacks not counted on 'Info' panel

I've been having an issue for a while now where Light Attacks are not counted when viewing the info page. I've disabled all addons to rule out conflicts and the issue still persists. I've also tried the 'Recalculate fight' option to no avail. The 'Fight Stats' panel correctly reports the number of light attacks so I am using this to compare with the 'Info' panel.
Screenshot from 2022-06-27 14-12-26

Screenshot from 2022-06-27 13-57-54

How to hide or modify the yellow chat log after parsing?

Hello,

Hope all is well. This is not an issue but rather a question/concern. Just wondering, how can we hide or modify this yellow text after parsing? I would like to add more details to it to tailor to my needs, and sometimes i just don't want to show it. I tried to disable the chat log but that line is still existing. Hope you could help! Thank you.

Yellow Text

Dummy shows up as "unknown"

There is a single Iron Atro dummy that CM is malfunctioning on. It shows up as "unknown". The single target damage display in the live report window remains at zero, and target debuffs are not tracked.

This happens across all characters on my account, and has persisted through multiple restarts.

Other Iron Atro dummies in other places do not have this problem, and a skeleton dummy in the same location does not have this problem.

This is a new problem. The same dummy has worked well in the past.

All of my previous parses are gone

Hey man,

I got some new gear and decided to parse afterwards I went to save the parse and I saw that all of my other parses are gone.
Can I find them in a file anywhere or are they just gone?

Combat events for trial mechanics

I would like to take the log generated by the combat metrics and make an advice to dds where their dps is lost (comparing to other people or based on the mechanics of the trial, etc).

So far I was able to decode the log, and to turn it into a sequence of events (combat, event, power, message, etc) that I can look through. However, I do not see any events with abilities representing the mechanics of the trial. For example, there is no event with id 98535 (which corresponds to asylum.olms_storm_the_heavens according to the raid notifier addon).

Would it be possible to add those events to the combat metrics log as well? They are not happening that often, I do not think that the log will become that much bigger because of these extra events (you already generate about 120k events for a 30min fight in a trial, those extra events representing mechanics will only add a fraction of those) but it will be extremely useful to see how your dps is influenced by the mechanics of the trial.

Giving an unique ID ?

Hey Solinur, I love the job you do on CombatMetrics, surely the best add-on in the game !

I'm wondering if you can add an unique ID for each fight datas ?

Arcanist Ability not being counted

The arcanist ability fulminating rune does not show as being used in cmx. if I light attack and then use fulminating rune back and forth cmx only show my light attacks and not fulminating rune. so this has been giving me an LAR of grater than 1 in the cmx window

Cannot load logdata from saved fight

Attempting to plot resources/boss health/stats from a saved fight returns the following UI error:

bad argument #1 to 'ipairs' (table/struct expected, got nil)
stack traceback:
[C]: in function 'ipairs'
user:/AddOns/CombatMetrics/CombatMetricsUI.lua:3021: in function 'ResourceAbsolute'
(tail call): ?
user:/AddOns/CombatMetrics/CombatMetricsUI.lua:3348: in function 'UpdateXYPlot'
user:/AddOns/CombatMetrics/CombatMetricsUI.lua:3879: in function 'newFunc'
user:/AddOns/CombatMetrics/libs/LibCustomMenu/LibCustomMenu.lua:136: in function 'MouseUp'

Seems like fightdata.log returns nil if you load fight from saved data. If you try to graph resources from a recent fight, everything functions as intended.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.