1. You are currently viewing a section that predates the release of FFXIV:ARR and the information you see here is most likely outdated and/or useless.
  1. FFXIV Reset Timers
    Last daily reset was 8 hours, 6 minutes ago / Next daily reset is in 15 hours, 53 minutes
    Last weekly reset was 1 days, 1 hours, 6 minutes ago / Next weekly reset is in 5 days, 8 hours, 53 minutes
Page 7 of 9 FirstFirst ... 5 6 7 8 9 LastLast
Results 121 to 140 of 164

Thread: ParseModXIV     submit to reddit submit to twitter

  1. #121
    New Merits
    Join Date
    Oct 2011
    Posts
    214
    BG Level
    4
    FFXI Server
    Bahamut

    Quote Originally Posted by Epicadin View Post
    How do you auto-update? :/
    When it starts up a notify balloon will appear on taskbar, just click that; in either case I'll add a manual update button or you can download from site ^^

  2. #122
    New Merits
    Join Date
    Oct 2011
    Posts
    214
    BG Level
    4
    FFXI Server
    Bahamut

    wow... amazon ec2 crashed; where i'm hosted. Power outages in virgina...

  3. #123
    RIDE ARMOR
    Join Date
    Jun 2012
    Posts
    11
    BG Level
    1

    I don't see anything for the auto-update, and I have no idea where to manually download it.

    Because I am a noob can you post me a link

  4. #124
    New Merits
    Join Date
    Oct 2011
    Posts
    214
    BG Level
    4
    FFXI Server
    Bahamut

    Quote Originally Posted by Epicadin View Post
    I don't see anything for the auto-update, and I have no idea where to manually download it.

    Because I am a noob can you post me a link
    No worries; my site finally came back up; bad storms in Virginia knocked out my host.

    http://ffxiv-app.com/files/public/Ap...V/FFXIVAPP.zip

  5. #125
    RIDE ARMOR
    Join Date
    Jun 2012
    Posts
    11
    BG Level
    1

    Ran some tests today, and unless there is an option that I need to turn on before hand, I still don't see multi-hit ws in the log.




  6. #126
    New Merits
    Join Date
    Oct 2011
    Posts
    214
    BG Level
    4
    FFXI Server
    Bahamut

    If you go into your log folder is there a unmatched_parse.xml file? If you could email that to me i can test with it :D my files/testing works webmaster @ ffxiv - app.com

  7. #127

  8. #128
    Relic Weapons
    Join Date
    Oct 2005
    Posts
    370
    BG Level
    4
    FFXI Server
    Ragnarok

    Is there some initial setting you have to do? or a User guide for this app? Tried it out so i could test the translation app part of it but I couldn't get anything to work.

    Edit: To be clearer, the app launched and all but any shouts or linkshell chat in Japanese was not being translated, same with tells. I haven't tried the other mods. And yes, I've enabled all 3 in the main page. The program also attached itself to an ID, which I'll assume is the XIV process, and the program shifted from "FFXIV APP OFFLINE" to "FFXIV APP" so I'm guessing the program hooked onto the game fine. Just not sure why its not working. Windows 7 user here btw (and yes I've ran the program under admin too with no luck).

  9. #129
    New Merits
    Join Date
    Oct 2011
    Posts
    214
    BG Level
    4
    FFXI Server
    Bahamut

    Do you have these listed in your Programs/Features of Windows:
    Microsoft .NET Framework 4 Client Profile
    Microsoft .NET Framework 4 Extended

    If not you'll need to do the full install of .NET4

    Found:
    http://www.microsoft.com/en-us/downl....aspx?id=17851

  10. #130
    Ridill
    Join Date
    Apr 2007
    Posts
    13,293
    BG Level
    9

    I've been trying to use your parser for testing but I'm having the same trouble with it that I did with tachi's, it doesn't register hits for low damage, making testing using broken weapons impossible.

    In tachi's case idk what the issue was (he's discontinued it anyway) but on yours I think I know, it seems to register hits for 0 but not for 1, most likely because a hit for 0 reads:

    ......for 0 points of damage.

    While a hit for 1 reads.

    .....for 1 point of damage.

    Since 0 damage and any damage more than 1 would read "points" I can only assume the parser wasn't told to recognize "point" singular.

    Assuming that's the issue it would be great if it could be resolved, testing with broken weapons is much, much easier than having to constantly run away to let mobs regen.

  11. #131
    New Merits
    Join Date
    Oct 2011
    Posts
    214
    BG Level
    4
    FFXI Server
    Bahamut

    Quote Originally Posted by Niiro View Post
    I've been trying to use your parser for testing but I'm having the same trouble with it that I did with tachi's, it doesn't register hits for low damage, making testing using broken weapons impossible.

    In tachi's case idk what the issue was (he's discontinued it anyway) but on yours I think I know, it seems to register hits for 0 but not for 1, most likely because a hit for 0 reads:

    ......for 0 points of damage.

    While a hit for 1 reads.

    .....for 1 point of damage.

    Since 0 damage and any damage more than 1 would read "points" I can only assume the parser wasn't told to recognize "point" singular.

    Assuming that's the issue it would be great if it could be resolved, testing with broken weapons is much, much easier than having to constantly run away to let mobs regen.
    Updated ^^

  12. #132
    Ridill
    Join Date
    Apr 2007
    Posts
    13,293
    BG Level
    9

    Much thanks.

  13. #133
    New Merits
    Join Date
    Oct 2011
    Posts
    214
    BG Level
    4
    FFXI Server
    Bahamut

    Just as a FYI as well I have updated the program so if you want to try your own regex's you can as well In the resources folder there is a "RegularExpressions.xml"

    Example:
    <Player ID="AdditionalEn" Comment="Needed Groups: amount">
    <![CDATA[^A.+effect: (?<amount>\d+) p.+of.+dealt.$]]>
    </Player>

    Groups in the list of each regex must be there for it to parse correctly. Most everything is the data type you would expect it to be; for stats which would usually be true or false, they will be consider boolean.

    What you would be looking for is a keyword, for example; the "hit" stat would be found by doing: You blah blah (?<hit>hit) the boo boo for ....

    I have to make up some more documentation of what I have and don't have in terms of data found; that could be a good starting point. I will however not provide assistance in troubleshooting regex's because that's a whole other ball of wax. I can say however if you goto http://regexhero.net/tester and plugin your regex and a line of chat; it's really good. Turn explicit capture on and have at it You can click on "groups" in the center right to see how the data gets separated.

  14. #134
    D. Ring
    Join Date
    Nov 2011
    Posts
    4,998
    BG Level
    7
    FFXIV Character
    Raldo Volca
    FFXIV Server
    Balmung


  15. #135
    Relic Weapons
    Join Date
    Oct 2005
    Posts
    370
    BG Level
    4
    FFXI Server
    Ragnarok

    Quote Originally Posted by Icehunter View Post
    Do you have these listed in your Programs/Features of Windows:
    Microsoft .NET Framework 4 Client Profile
    Microsoft .NET Framework 4 Extended

    If not you'll need to do the full install of .NET4

    Found:
    http://www.microsoft.com/en-us/downl....aspx?id=17851
    Yes I do, I did a repair installation to be sure but I still get nothing. See pic below
    Spoiler: show



  16. #136
    D. Ring
    Join Date
    Jul 2006
    Posts
    4,945
    BG Level
    7
    FFXIV Character
    Grey Jorildyn
    FFXIV Server
    Hyperion

    Wait, gold ore +1 is 50k on your server? What the fuck...

  17. #137
    Relic Weapons
    Join Date
    Oct 2005
    Posts
    370
    BG Level
    4
    FFXI Server
    Ragnarok

    More like 90k, i think the guy is just severely undercutting lol

  18. #138
    New Merits
    Join Date
    Oct 2011
    Posts
    214
    BG Level
    4
    FFXI Server
    Bahamut

    ^^; well I guess I'll reactivate my account lol;; It's working for other people so could be something else I'm not familiar with. Try this if you don't mind:

    %userprofile% or %appdata% find the FFXIVAPP folder and destroy it; that will wipe out any latent settings; if that still doesn't work ill have a gander at it tomorrow night. Getting ready to move to another part of the city and working on getting a new job so been really busy ^^

  19. #139
    Relic Weapons
    Join Date
    Oct 2005
    Posts
    370
    BG Level
    4
    FFXI Server
    Ragnarok

    Quote Originally Posted by Icehunter View Post
    ^^; well I guess I'll reactivate my account lol;; It's working for other people so could be something else I'm not familiar with. Try this if you don't mind:

    %userprofile% or %appdata% find the FFXIVAPP folder and destroy it; that will wipe out any latent settings; if that still doesn't work ill have a gander at it tomorrow night. Getting ready to move to another part of the city and working on getting a new job so been really busy ^^
    Doesn't that imply an installation? The download I got was a runnable exe file that launched the program. I checked that folder anyway but there was no FFXIV APP folder to begin with.

    Also having some funky problem with the auto update it seems. Every time I launch the program, a balloon pops up notifying me of an update. Once I click the balloon, it updates itself for a 3 seconds, then launches the program again. The balloon then reappears saying a new update is available. Tried this 10+ times and it keeps asking to update.

  20. #140
    New Merits
    Join Date
    Oct 2011
    Posts
    214
    BG Level
    4
    FFXI Server
    Bahamut

    Quote Originally Posted by Darte View Post
    Doesn't that imply an installation? The download I got was a runnable exe file that launched the program. I checked that folder anyway but there was no FFXIV APP folder to begin with.

    Also having some funky problem with the auto update it seems. Every time I launch the program, a balloon pops up notifying me of an update. Once I click the balloon, it updates itself for a 3 seconds, then launches the program again. The balloon then reappears saying a new update is available. Tried this 10+ times and it keeps asking to update.
    There should be more than an exe in that zip file? Also try this folder location:

    C:\Users\name\AppData\Local\FFXIVAPP

    Windows applications use that folder to store user.config files for programs which have stored settings; no installation. There should be no reason whatsoever that your getting that update notice unless the version your redownloading off the net does not overwrite the current one.

    Please nuke any folders related to my programs and redownload.

Page 7 of 9 FirstFirst ... 5 6 7 8 9 LastLast