PDA

View Full Version : New Combat Log Analysis Tool



elija
26.12.2010, 12:42
Hi,


There is a new World of Warcraft Combat Analysis project - http://www.raidlogs.com

Key Features:
* Guild Raid Sessions Management - Easy navigation.
* Multi-Team Guild Support - Manage all teams under a single or many account sharing the same guild association.
* Role Detection.
* Attempt Overview Report - Output pies, Tank/Raid Healing Responsiveness, Major events, Synchronized Zooming and Role Cast.
* Meters and Histograms Reports
* Raid-wide Reports - Raid wide reports using a stacking bar chart format.
* Encounter Mechanics Performance Reports - Auto generated mechanics reports.
* Comprehensive Comparison System - Output/Mechanics in both Raid/Players modes.
* State of the Art Raw Log Browsing System - Full SQL support for filtering.
* Guild and Player Search Tool - Quick access to a Player statistics Page or to a Guild Session Index.
* Ranking system - World/Location/Realm and Multiple Class Specs Support.


Official Europe WoW Forums Thread:
http://eu.battle.net/wow/en/forum/topic/900711353


Home Page:
http://www.raidlogs.com

Demo Sessions:
http://www.raidlogs.com/fight/info/684/7


Elija
Author of raidlogs

Razzoc
26.12.2010, 13:10
Couple of question if you please.

Here is a sample parse from your site
http://www.raidlogs.com/fight/player_breakdown?session_id=587&fight_id=5&player_id=10244716&type=DD

Where here can i check for procs and uptimes, melee damage gone to glancing strikes etc?
Is there an implementation of browsing a part of the source combat log?

Loek
26.12.2010, 16:49
http://www.raidlogs.com/fight/player_breakdown?session_id=842&fight_id=52&player_id=15760415&type=AU
Procs and uptimes, it doesn't have a nice timeline like WoL does.

http://www.raidlogs.com/fight/browser/842/52
Raw Log Browser.
http://forums.raidlogs.com/index.php?topic=85.0

I can upload some more of our old logs if someone wants that.

Razzoc
26.12.2010, 19:59
Loek please upload wednesday's log, id like to check if picking screw ups is easier with this, thx.

Loek
26.12.2010, 21:23
Check the stuff I just linked again ; )

+e: Our guildpage on that site http://www.raidlogs.com/info/guild/332

Bloodi
27.12.2010, 08:41
does not show absorbs correctly.

elija
06.01.2011, 16:11
does not show absorbs correctly.

Hi,
bit busy here so I'm behind on monitoring all my threads.

beside block it accumulate all avoidance into Resisted.
I'm working on a dedicated Tanking reports to show a detailed breakdown + shields info
I'm also working on Supportive DPS report to show damage compensation to supportive players(DK UF and Rogue Tricks) based on the added bonus to the recieving player.

If you have any comments guys, it'll be easier for me to follow it in my forums though I'll be monitoring this thread too from time to time.

Elija

Razzoc
06.01.2011, 16:54
One thing that Loek told me about is the ridiculous amount of time that is needed to parse logs for your tool.
As you may know when compressing for WOL it simply archives the data, but I was made to believe that your parser is far too complicated and slow for basically doing the same thing. Wouldn't it be a smart idea to deal with most things server side and leave the client side of the parser as light, fast and user friendly as possible?

Brory
08.01.2011, 01:22
I don't think it's possible to change something like that at this point without rewriting basically all of it.

elija
09.01.2011, 10:37
doing so server side require a big server farm supporting 10s of parsing simultaneously.

Basically your own CPU helps raidlogs sharing the load.

Loek
09.01.2011, 17:40
I know that and that wasn't the point. WoL is also sharing the cpu load that way.

But for your raidlogs you have to start up the program (which basically starts up a webserver on your own pc), visit your own pc in your webbrowser, find your wowcombatlog.txt, then you can finally parse it and upload it. Doing all this takes ages and is rather tedious where the WoL client only requires a few mouseclicks and you're there.

elija
10.01.2011, 09:05
I'll see what I can do to ease the upload process.