Results: 5Comments by: oranje-elf
File: AlphaGear 2 (Builds, Gear, Skills, Banking)05/17/20
Possible bug
Posted By: oranje-elf
Just installed the addon; saving/loading gear works perfectly, also linking it to the build. However, I cannot save my current skills in the skill panel on the right (also, no menu appears similar to the one with a gear). Pressing shift does not help either. Mana nightblade, with all skills equipped on both panels Addon vers...
File: Combat Metrics11/30/18
Re: Re: Direct vs. Dot damage
Posted By: oranje-elf
ground AOE dots (checked for Endless Hail and Caltrops) are represented as ACTION_RESULT_DAMAGE (1) and ACTION_RESULT_CRITICAL_DAMAGE (3) damage types; instead it should either have its own type, or use an existing DOT type - ACTION_RESULT_DOT_TICK (2) and ACTION_RESULT_DOT_TICK_CRITICAL (4). looks like bug to me. I tried to imple...
File: Combat Metrics11/29/18
Direct vs. Dot damage
Posted By: oranje-elf
ground AOE dots (checked for Endless Hail and Caltrops) are represented as ACTION_RESULT_DAMAGE (1) and ACTION_RESULT_CRITICAL_DAMAGE (3) damage types; instead it should either have its own type, or use an existing DOT type - ACTION_RESULT_DOT_TICK (2) and ACTION_RESULT_DOT_TICK_CRITICAL (4). looks like bug to me. I tried to imple...
File: Combat Metrics08/30/18
The problem is that for the most pa...
Posted By: oranje-elf
The problem is that for the most part I don't add events based on ID, so far I only do this for some glyph procs or monster sets. I rather track certain type of events. Adding the data you are interested in in general would require to assemble and curate a list of events of interest, something I don't want to do due to maintenance ef...
File: Combat Metrics08/28/18
Combat events for trial mechanics
Posted By: oranje-elf
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,...