teel / apostasis

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

New LogSplit entries, error during parsing #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
First off, here are accurate (I think) LogSplit entries for the 3 new 
bosses

{

    short       => "rotface",
    zone        => "icecrown",
    long        => "Rotface",
    mobStart    => [ 36627  ],
    mobContinue => [ 36627, 36899, 36897 ],
    mobEnd      => [ 36627 ],
    timeout     => 30,
    heroic      => [73022, 73023],#Mutated infection
    normal      => [69674, 71224],#Mutated infection

},
{

    short       => "festergut",
    zone        => "icecrown",
    long        => "Festergut",
    mobStart    => [ 36626  ],
    mobContinue => [ 36626 ],
    mobEnd      => [ 36626 ],
    timeout     => 30,
    heroic      => [ 72229, 72230 ], #Gastric Explosion
    normal      => [ 72227 ], #Gastric Explosion
},
{

    short       => "putricide",
    zone        => "icecrown",
    long        => "Professor Putricide",
    mobStart    => [ 36678  ],
    mobContinue => [ 36678, 37672, 37562 ],
    mobEnd      => [ 36678 ],
    timeout     => 30,
    heroic      => [ 72619 ], #Choking Gas
    normal      => [ 71278 ], #Choking Gas

},

Should work for all except when Putricide 25 heroic is available, those 
spell ids havent been mined yet.

Second thing, I get an error when parsing last nights ICC log.  Something 
like 
" Argument 0x040000000029EE7A isn't numeric in numeruc eq (==) at 
lib/Stasis/ClassGuess.pm line 135, <INPUT> line 1331032.

Then a few lines of "Illegal hexadecimal digit ' ' ignore at 
lib/Stasis/Parser/V2.pm line 97 <INPUT> line 1331728.

All the parsing seems to be working correctly, regardless of these errors 
however.

Original issue reported on code.google.com by numen.re...@gmail.com on 7 Jan 2010 at 4:24

GoogleCodeExporter commented 8 years ago
Issue 12 has been merged into this issue.

Original comment by eddedmondson on 7 Jan 2010 at 3:06

GoogleCodeExporter commented 8 years ago
Thanks - I'll use issue 11 to find out what's going on with the parse errors. 
I'm not able to reproduce them 
myself (if you have a log, feel free to post it there).

I'll add your patches in now (confirmed it works on the 25 man Rotface attempt 
I have handy, at least!)

Original comment by eddedmondson on 7 Jan 2010 at 3:09

GoogleCodeExporter commented 8 years ago

Original comment by eddedmondson on 7 Jan 2010 at 3:09