Results -9 to 0 of 61

Threaded View

  1. #10
    Player
    KisaiTenshi's Avatar
    Join Date
    Sep 2013
    Location
    Gridania
    Posts
    2,775
    Character
    Kisa Kisa
    World
    Excalibur
    Main Class
    White Mage Lv 100
    Quote Originally Posted by Beardfist View Post
    It is definitely not against the ToS. The line of the ToS that was quoted was referring to data mining, which has nothing at all to do with parsers. Parsers don't hook into anything, they just literally parse the text logs. If you would rather read the logs and do all the math yourself, then go for it, but just know that is exactly what parser does.
    There is actually a text log the game stores in the savegame directories (along with screenshots) I don't know if the tool is actually reading this or the game memory, but the latter is certainly violating the ToS.

    Quote Originally Posted by svann View Post
    Actually I think ffxiv parsers need to create their own logs (I know for a fact that at least one does). This is because the ffxiv logs do not contain timestamps. Without time you cannot calculate dps.
    Actually I'm pretty sure it does have a timestamp, it's just not a clock format
    Code:
    gains the effect of Great Strides.5256D5FB122E::
    gains the effect of Innovation.5256D600122E::
    gains the effect of Inner Quiet.5256D601122E::
    gains the effect of Waste Not.5256D602122E::
    Notice the increment hex value if you ignore the last two bytes. 52 56 D6 02 122E, these were 4 consecutive actions in between what I can only guess is markup the game understands. Upon checking a log file from another day I'm pretty certain the format is MM DD mm ss msns or something.
    (0)
    Last edited by KisaiTenshi; 10-11-2013 at 06:12 AM.

Tags for this Thread