Results 1 to 10 of 71

Hybrid View

  1. #1
    Player
    razz's Avatar
    Join Date
    Jul 2011
    Posts
    147
    Character
    Razzana Kustodi
    World
    Hyperion
    Main Class
    Arcanist Lv 60
    Hey Yurai,
    really nice work *thumbs up*
    I wrote a (very small) LogParser by myself in Java. There's also a logparser webproject in python somewehere out there.
    I took a short look on the code, really nice coding style. But some of the for-loops are kinda crazy, haha Maybe i can help you port your programm for german logs. But I'm a bit short on time right now...

    Greetz razz
    (0)

  2. #2
    Player
    Yurai's Avatar
    Join Date
    Mar 2011
    Location
    Ul'dah
    Posts
    65
    Character
    Yurai Kago
    World
    Ragnarok
    Main Class
    Archer Lv 90
    Version 1.2 is now available. New features:
    • Damage taken / mitigation tab has been added.
    • Evade % is parsed and displayed.
    • Mousing over evade column will list total hits suffered and total attacks evaded.
    • Parry % is parsed and displayed.
    • Mousing over parry column will list total hits suffered and total attacks parried.
    • Block % is parsed and displayed.
    • Mousing over block column will list total hits suffered and total attacks blocked.
    • Total damage taken is parsed and displayed.
    • Mousing over damage taken column will display a shortlist of top damage sources and the top abilities the player sustained damage from.

    Direct link: http://www.curseforge.com/media/file...Parser-1.2.jar

    Known caveats:
    Due to the way the ffxiv log works, there is no way to differentiate between players and named enemies (enemies with unique names) when parsing damage taken. Due to this, if you want the damage taken tab to include damage taken from such enemies (NMs, bosses etc), you have to do the following:
    • Open your user home directory (in windows xp this is C:\Documents and Settings\<your windows username>.
    • In the subdirectory .lrParser, create a text file with the name namedEnemies.txt
    • Edit the file namedEnemies.txt For each named enemy you would like the parser to recognize, put in its name. The format is one name for each line. For example:

    Haughtpox Bloatbelly
    Antares
    Prison Pudding
    Sargas
    Shaula

    On each line, input just the name with nothing else, like spaces etc.

    In the future I hope to include a complete list of NMs and bosses out of the box. If you can contribute names to this list, please feel free to send them to me!
    (0)
    Author of lrParser

Tags for this Thread