teel / stasiscl

Automatically exported from code.google.com/p/stasiscl
0 stars 0 forks source link

Combat log text #105

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I was wondering if there is already a mode to save a combat log text saving
option for each report.
I've seen there is a toString() function for each line in the log so it
shouldn't be too hard to add an option to the command line of stasis (like
-savetextlog) to save it for each boss attempt/slain.
It could be pretty interesting so that we can see exactly what is used
when, which dps cycle is being used by who and so on...
Something like

....
Ryu [shadowbolt] hits Patchwerk 5000 shadow damage.
Patchwerk hits Ryu for 20000 melee.
....

I would love working on a page filtering stuff from such a file to get what
we want out from it.

Original issue reported on code.google.com by traveltoaiur on 17 Feb 2009 at 2:56

GoogleCodeExporter commented 8 years ago
Yes, there's a mode that does this. Do something like:

stasis print -file xxx.txt

Sorry it took so long to respond, I didn't notice this at first :)

Original comment by gianmerlino@gmail.com on 6 Mar 2009 at 3:31