Item Search
     
BG-Wiki Search
Page 1 of 2 1 2 LastLast
Results 1 to 20 of 22

Thread: Salvage Parse     submit to reddit submit to twitter

  1. #1
    Yoshi P
    Join Date
    Jul 2005
    Posts
    5,016
    BG Level
    8

    Salvage Parse

    If anyone has ever used my parser during Salvage, could you please send me one of the raw chat log files? Would have a .dvsc extension.

  2. #2
    Campaign
    Join Date
    Mar 2006
    Posts
    6,192
    BG Level
    8

    I haven't yet, I've just nabbed the new version though, if you still need parses when I do my next run on Wednesday, I'll fire one over.

  3. #3
    Yoshi P
    Join Date
    Jul 2005
    Posts
    5,016
    BG Level
    8

    Quote Originally Posted by Shuemue
    I haven't yet, I've just nabbed the new version though, if you still need parses when I do my next run on Wednesday, I'll fire one over.
    Yea that would be tight. I don't really care if you filter everything either, all I care about is seeing item drops from enemies, and seeing those items get distributed out to players.

  4. #4
    Sea Torques
    Join Date
    Feb 2005
    Posts
    631
    BG Level
    5
    FFXI Server
    Bismarck
    WoW Realm
    Kilrogg

    actually remembered to run it tonight during salvage, you still need the data?

  5. #5
    Yoshi P
    Join Date
    Jul 2005
    Posts
    5,016
    BG Level
    8

    I got one already, but a second wouldn't hurt.

  6. #6
    Sea Torques
    Join Date
    Jan 2005
    Posts
    535
    BG Level
    5

    Hmm, smells like somebody is writing an app that logs what cells dropped, and who has what to make Salvage easier to manage :3

  7. #7
    Yoshi P
    Join Date
    Jul 2005
    Posts
    5,016
    BG Level
    8

    Quote Originally Posted by Faranim
    Hmm, smells like somebody is writing an app that logs what cells dropped, and who has what to make Salvage easier to manage :3
    Just an experiment for the time being If it turns out to be useful maybe it'll see the light of day. At the moment I'm struggling over how to make it know when a person has used a cell. Do you parse the "obtained a xxx cell", the "uses an xxx cell", or something else? If the first, then it fails when people use slots to dupe cells, or bazaar extra cells. If the second, then it fails when people are out of range when using the cell.

    That being said, it is possible to have an accurate view of the treasure pool in real time, and provided you configure rule priorities in advance, and provided you can reliably tell who has used what, you should be able to have it down to the level of detail that it actually calls out in LS the exact players who should lot the 1st, 2nd, 3rd, etc items in the treasure pool.

  8. #8
    Ridill
    Join Date
    Oct 2005
    Posts
    10,210
    BG Level
    9
    FFXI Server
    Asura

    Quote Originally Posted by divisortheory
    Quote Originally Posted by Faranim
    Hmm, smells like somebody is writing an app that logs what cells dropped, and who has what to make Salvage easier to manage :3
    Just an experiment for the time being If it turns out to be useful maybe it'll see the light of day. At the moment I'm struggling over how to make it know when a person has used a cell. Do you parse the "obtained a xxx cell", the "uses an xxx cell", or something else? If the first, then it fails when people use slots to dupe cells, or bazaar extra cells. If the second, then it fails when people are out of range when using the cell.

    That being said, it is possible to have an accurate view of the treasure pool in real time, and provided you configure rule priorities in advance, and provided you can reliably tell who has used what, you should be able to have it down to the level of detail that it actually calls out in LS the exact players who should lot the 1st, 2nd, 3rd, etc items in the treasure pool.
    The first case also fails when people trade cells. I've gotten an extra cell before that I've given to someone else.

    You could do a combination to reduce error. Keep track of confirmed and tentative uses, as well as unaccounted cells (cells that drop to a person that already has unlocked that pathos).

    e.g.

    "___ obtains a ___ cell."
    Set tentative flag for that cell. If the person already has a tentative or confirmed flag for that cell type, set unaccounted flag for the repeat cell.

    "___ uses a ___ cell."
    If the person previously had a tenative flag for that cell type, clear tentative flag and set confirmed flag. If someone else had a tenative flag for that cell type (but the cell user didn't), clear their tentative flag and set the cell user's confirmed flag (and assume it was traded to them).

    "You find a ___ cell on (slot NM)." x N
    Remove N/2 cells of that type that were set to tentative or unaccounted for whoever had them (remove unaccounted cells first, then tentative), then reassign tentative flags as the new cells drop.

    When getting a report of who has what cells, each cell for a person would be reported as either being a confirmed use (i.e. you saw them use it), a tentative use (you saw them get the cell, but didn't actually see them use), or an unaccounted cell (you saw them get a repeat cell, despite them already having or using another).

    It still has some room for error, but at least it gives you a good idea of who either has used, or is holding on to, a cell.

  9. #9
    Sea Torques
    Join Date
    Jan 2005
    Posts
    535
    BG Level
    5

    I think for the most basic App, it would be easier to just look for _____ uses a Cell messages and store that information. Then provide a big button that says "Show me the status" and it prints out a table in Party/LS Chat like...

    Code:
    Player_Name   Weapon   Ranged   Head   Body   Hand   Ring   Waist   Feet   HP   MP   Abil   Magic   SJ
    Faranim        O         X        X      O      O      X      X      X     O    O     O       O     X
    SomeOtherGuy    X         etc...
    then the next step is to provide reporting functions for a specific piece. Eg:

    Still_Needs_Hands: Faranim, SomeOtherGuy, FrankTheTank

    Even something with just these 2 functions, would be incredibly useful.

    Future versions could support setting "Priority" based on jobs / zone. So you could rank cells on a scale of 0-10 for each job, and when cells drop the program would automatically decide who lots on which cells. But I think we need to get the basics working first :wink:

  10. #10
    Yoshi P
    Join Date
    Jul 2005
    Posts
    5,016
    BG Level
    8

    Quote Originally Posted by Faranim
    Code:
    Player_Name   Weapon   Ranged   Head   Body   Hand   Ring   Waist   Feet   HP   MP   Abil   Magic   SJ
    Faranim        O         X        X      O      O      X      X      X     O    O     O       O     X
    SomeOtherGuy    X         etc...
    Something like this?

    http://dvsparse.ultimals.com/wp-imag...Attainment.jpg

  11. #11
    Puppetmaster
    Join Date
    Oct 2006
    Posts
    71
    BG Level
    2

    That is incredibly hot.

  12. #12
    New Spam Forum
    Join Date
    Aug 2005
    Posts
    161
    BG Level
    3
    FFXI Server
    Kujata

    Don't forget to make it analyze spells, ranged attacks, etc. And if you get bored, how often people evade, block, parry stuff, etc. Apparently some WHMs wish their was a parser that parsed their Cure spells, but screw WHMs.

  13. #13
    Yoshi P
    Join Date
    Jul 2005
    Posts
    5,016
    BG Level
    8

    Quote Originally Posted by Hiruke
    Don't forget to make it analyze spells, ranged attacks, etc.
    Been doing that for a long time >.>

  14. #14
    New Spam Forum
    Join Date
    Aug 2005
    Posts
    161
    BG Level
    3
    FFXI Server
    Kujata

    It says how much total damage for ranged, but doesn't give low/avg/high for crits or noncrits. Doesn't give low/avg/high for spells either. Nor does it, now that I think of it, give you a by mob breakdown. Unless, of course, there's something I'm missing.

  15. #15
    Yoshi P
    Join Date
    Jul 2005
    Posts
    5,016
    BG Level
    8

    Quote Originally Posted by Hiruke
    doesn't give low/avg/high for crits or noncrits.
    It does this, I think you just never tried clicking "Select Reporting Fields".

  16. #16
    Renegade Philosopher
    Join Date
    Jul 2004
    Posts
    4,439
    BG Level
    7

    I'm sure this is a work in progress, but would using some kind of colored icons or colored dots instead of X's and O's be hard to do? Just from the point of view of being able to pick out specific people/slots out of the data, it seems like it might be a little more noticeable. Of course you might prefer having X's and O's aesthetically or for practical reasons too.

  17. #17
    Yoshi P
    Join Date
    Jul 2005
    Posts
    5,016
    BG Level
    8

    Quote Originally Posted by Quicklet
    I'm sure this is a work in progress, but would using some kind of colored icons or colored dots instead of X's and O's be hard to do? Just from the point of view of being able to pick out specific people/slots out of the data, it seems like it might be a little more noticeable. Of course you might prefer having X's and O's aesthetically or for practical reasons too.
    Heh, was trying to keep that a secret. But guess you unknowingly let the cat out of the bag.

    http://dvsparse.ultimals.com/wp-imag...CellColors.jpg


    About 30 minutes from now is the first chance I'll have to test it during an actual Salvage. Been waiting on that for testing purposes, but otherwise it pretty much works now.

  18. #18
    Sea Torques
    Join Date
    Feb 2005
    Posts
    631
    BG Level
    5
    FFXI Server
    Bismarck
    WoW Realm
    Kilrogg

    oh snap

  19. #19
    Motherfucking
    NOSTRADAMUS

    Vamos los Perds!

    Join Date
    May 2006
    Posts
    10,582
    BG Level
    9
    FFXIV Character
    Wulfgang Amadeus
    FFXIV Server
    Hyperion
    FFXI Server
    Sylph

    My search skills obviously fail, can you post the link to your parser Divisor?

  20. #20
    Renegade Philosopher
    Join Date
    Jul 2004
    Posts
    4,439
    BG Level
    7

    Check his sig? I'm assuming that works.

    And this is just another thing I thought of and I imagine you've probably already thought of it, but including the person's current job with each name, and then even have different jobs grouped/sorted (all the mage jobs together, etc.).

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Salvage!
    By Demosthenes11 in forum FFXI: Everything
    Replies: 183
    Last Post: 2007-01-08, 14:03
  2. Salvage r/e drops
    By NynJa in forum FFXI: Everything
    Replies: 105
    Last Post: 2006-12-29, 21:25
  3. New Multiplayer Battlefields: Salvage (12/15/2006)
    By Calina in forum FFXI: Everything
    Replies: 419
    Last Post: 2006-12-19, 09:37
  4. Subtile Blow "Parses"
    By Lyramion in forum FFXI: Everything
    Replies: 9
    Last Post: 2005-08-29, 20:18