teel / apostasis

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

Heroic log parsing - need Spell ID's. #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you've looked through the LogSplit.pm file, you will notice a lot of this:

heroic      => [ ], 

When being written - they aren't identified as heroic or not.

I created this so we can fill in the blanks.

Starting with Lady Deathwisper:

2/17 22:39:32.512
SPELL_INTERRUPT,0x030000000384FEEF,"Hmzrockin",0x514,0xF130008FF7023D26,"Lady
Deathwhisper",0x800a48,47528,"Mind Freeze",0x10,72502,"Frostbolt",16

2/17 21:04:21.031  SPELL_CAST_START,0xF13000943D01F3FE,"Empowered
Adherent",0x4000a48,0x0000000000000000,nil,0x80000000,72487,"Deathchill
Blast",0x30

2/17 21:04:22.190  SPELL_CAST_SUCCESS,0xF13000940201F3FF,"Cult
Fanatic",0xa48,0x0300000003174D46,"Frzn",0x100514,72492,"Necrotic Strike",0x1

Normal: Frostbolt - 72007
Heroic: Frostbolt - 72502

Normal: Deathchill Blast - 72485
Heroic: Deathchill Blast - 72487

Normal: Necrotic Strike - 72490
Heroic: Necrotic Strike - 72492

{
    short       => "deathwhisper",
    zone        => "icecrown",
    long        => "Lady Deathwhisper",
    mobStart    => [ 36855 ],
    mobContinue => [ 36855, 37949, 37890 ],
    mobEnd      => [ 36855 ],
    timeout     => 30,
    endAll      => 1,
    heroic      => [ 72502, 72487, 72492 ], 
    normal      => [ 72007 ], # Frostbolt

},

tested...

./stasis: Encounter start: deathwhisper at 2/17 21:03:33.648 .. writing
Heroic: Lady Deathwhisper try 1 (sws-deathwhisper-heroic-1266401013) .. done.

Original issue reported on code.google.com by frznm...@gmail.com on 18 Feb 2010 at 1:58

GoogleCodeExporter commented 8 years ago
I'm not going to do anything myself tonight.... but you now have commit rights 
frznmatt. Feel free to submit 
changes.

Original comment by eddedmondson on 18 Feb 2010 at 2:03

GoogleCodeExporter commented 8 years ago
Cheers, I'll commit the change later tonight!

Original comment by frznm...@gmail.com on 19 Feb 2010 at 7:38

GoogleCodeExporter commented 8 years ago
- Updated Lady Deathwhisper.

Original comment by frznm...@gmail.com on 19 Feb 2010 at 8:01

GoogleCodeExporter commented 8 years ago

Original comment by eddedmondson on 19 Feb 2010 at 11:17

GoogleCodeExporter commented 8 years ago
From my combatlog tonight:

{
    short       => "gunship",
    zone        => "icecrown",
    long        => "Gunship",
    mobStart    => [ 37215, 37540 ],
    mobContinue => [ 37215, 37540 ],
    mobEnd      => [ 37215, 37540 ],
    timeout     => 30,
    heroic      => [ 72541, 69689 ], # Hurl Axe
    normal      => [ 72539, 69687 ], # Hurl Axe

},
{
    short       => "saurfang",
    zone        => "icecrown",
    long        => "Deathbringer Saurfang",
    mobStart    => [ 37813  ],
    mobContinue => [ 37813, 38508 ],
    mobEnd      => [ 37813 ],
    timeout     => 30,
    heroic      => [ 72443, 73058 ],
    normal      => [ 72385, 72442 ],

},

- Tested, works.

./stasis: Encounter start: gunship at 2/19 20:09:33.613 .. writing Heroic: 
Gunship
try 1 (sws-gunship-heroic-1266570573) .. done.
./stasis: Encounter start: saurfang at 2/19 20:35:36.218 .. writing Heroic:
Deathbringer Saurfang try 1 (sws-saurfang-heroic-1266572136) .. done.

Original comment by frznm...@gmail.com on 19 Feb 2010 at 3:14

GoogleCodeExporter commented 8 years ago
Reopened this so I can action it tomorrow:

- Festergut:

2/21 22:32:37.493 
SPELL_DAMAGE,0xF130008F1208EF05,"Festergut",0x10a48,0x0300000003174D46,"Frzn",0x
511,72553,"Gastric
Bloat",0x28,11543,0,40,1516,0,0,nil,nil,nil

Normal ID: 72551
Heroic ID: 72553

{

    short       => "festergut",
    zone        => "icecrown",
    long        => "Festergut",
    mobStart    => [ 36626  ],
    mobContinue => [ 36626 ],
    mobEnd      => [ 36626 ],
    timeout     => 30,
    heroic      => [ 72553 ],
    normal      => [ 72551 ],
},

- Blood Prince Council:

2/21 19:28:15.509  SPELL_DAMAGE,0xF1300094520870BF,"Prince
Valanar",0x8000a48,0x0300000003174D46,"Frzn",0x511,73039,"Empowered Shock
Vortex",0x1,3929,0,1,0,0,0,nil,nil,nil

Normal ID: 73037
Heroic ID: 73039

{
    short           => "bloodprince",
    zone            => "icecrown",
    long            => "Blood Prince Council",
    mobStart        => [ 37970, 37972, 37973 ],
    mobContinue     => [ 37970, 37972, 37973 ],
    mobEnd          => [ 37970, 37972, 37973 ],
    timeout         => 30,
    heroic          => [ 73039 ],
    normal          => [ 73037 ],
    endAll      => 1,
},

- Blood-Queen Lana'thel:

2/21 20:35:07.967  SPELL_DAMAGE,0xF13000944308A1CF,"Blood-Queen
Lana'thel",0x10a48,0x0300000003174D46,"Frzn",0x511,71626,"Delirious
Slash",0x1,19051,0,1,0,0,0,nil,nil,nil

Normal ID: 72265
Heroic ID: 71626 

{
    short           => "bloodqueen",
    zone            => "icecrown",
    long            => "Blood-Queen Lana'thel",
    mobStart        => [ 37955 ],
    mobContinue     => [ 37955 ],
    mobEnd          => [ 37955 ],
    timeout         => 30,
    heroic          => [ 71626 ],
    normal          => [ 72265 ],
},

- TESTING:

./stasis: Encounter start: bloodprince at 2/21 19:27:56.208 .. writing Heroic: 
Blood
Prince Council try 1 (sws-bloodprince-heroic-1266740876) .. done.

./stasis: Encounter start: bloodqueen at 2/21 20:05:16.675 .. writing Heroic:
Blood-Queen Lana'thel try 1 (sws-bloodqueen-heroic-1266743116) .. done.

./stasis: Encounter start: festergut at 2/21 21:28:04.712 .. writing Heroic:
Festergut try 1 (sws-festergut-heroic-1266748084) .. done.

Original comment by frznm...@gmail.com on 21 Feb 2010 at 2:38

GoogleCodeExporter commented 8 years ago
Commited, still seeking more combatlogs if anyone can provide - need 10man log 
id's also.

Original comment by frznm...@gmail.com on 25 Feb 2010 at 2:01

GoogleCodeExporter commented 8 years ago
Rotface spell ID's are working as intended.

./stasis: Encounter start: rotface at 2/25 20:29:47.682 .. writing Heroic: 
Rotface
(sws-rotface-heroic-1267090187) .. done.

Next on the list, Valithria Dreamwalker.

There isn't much you can really go from with this, except the spells from the 
adds.

Figured I'd use the following:

2/25 22:24:45.288  SPELL_DAMAGE,0xF1300093FE01E25F,"Gluttonous
Abomination",0xa48,0x0300000003174D46,"Frzn",0x511,72026,"Gut
Spray",0x8,14146,0,8,1915,0,0,nil,nil,nil

2/25 22:25:00.218  SPELL_DAMAGE,0xF13000942E01E279,"Blistering
Zombie",0xa48,0x03000000040196D8,"Happysama",0x514,72018,"Acid
Burst",0x8,18593,0,8,0,0,0,nil,nil,nil

Also added the Abomination to mobContinue     

{
    short           => "valithria",
    zone            => "icecrown",
    long            => "Valithria Dreamwalker",
    mobStart        => [ 37868 ],
    mobContinue     => [ 36789, 37868, 48463 ],
    mobEnd          => [ 36789 ],
    timeout         => 30,
    heroic          => [ 72026, 72018 ],
    normal          => [ 71733 ],
    endFriendly     => 1,
    endUltimate     => 1,

},

Tested:

./stasis: Encounter start: valithria at 2/25 22:24:07.293 .. writing Heroic:
Valithria Dreamwalker try 1 (sws-valithria-heroic-1267097047) .. done.

Need to commit this, will do it later with Sindragosa.

Original comment by frznm...@gmail.com on 25 Feb 2010 at 5:33

GoogleCodeExporter commented 8 years ago
{
    short           => "valithria",
    zone            => "icecrown",
    long            => "Valithria Dreamwalker",
    mobStart        => [ 37868 ],
    mobContinue     => [ 36789, 37868, 36791, 37863, 37886 ],
    mobEnd          => [ 36789 ],
    timeout         => 30,
    heroic          => [ 72026, 72018 ],
    normal          => [ 71733 ],
    endFriendly     => 1,
    endUltimate     => 1,

},

- Updated with correct mob id's.

Original comment by frznm...@gmail.com on 25 Feb 2010 at 5:38

GoogleCodeExporter commented 8 years ago
2/28 23:04:38.084 
SPELL_DAMAGE,0xF130008FF5061144,"Sindragosa",0xa48,0x0300000003174D46,"Frzn",0x5
11,71058,"Frost
Breath",0x10,38144,0,16,11620,0,0,nil,nil,nil

^ 25 heroic, also added 10man spell ID's along with Valitharia.

{
    short           => "valithria",
    zone            => "icecrown",
    long            => "Valithria Dreamwalker",
    mobStart        => [ 37868 ],
    mobContinue     => [ 36789, 37868, 36791, 37863, 37886 ],
    mobEnd          => [ 36789 ],
    timeout         => 30,
    heroic          => [ 72026, 72018, 72025, 72017 ],
    normal          => [ 71733 ],
    endFriendly     => 1,
    endUltimate     => 1,

},

{
    short           => "sindragosa",
    zone            => "icecrown",
    long            => "Sindragosa",
    mobStart        => [ 36853 ],
    mobContinue     => [ 36853 ],
    mobEnd          => [ 36853 ],
    timeout         => 30,
    heroic          => [ 73063, 71058 ],
    normal          => [ 73061, 73062 ],

},

Tested, works fine.

-- To do: Commit Entry 8, 9 and this one.

Original comment by frznm...@gmail.com on 28 Feb 2010 at 12:42

GoogleCodeExporter commented 8 years ago
Added Putricide and committed as above.

I need to go over the logs for Putricide, or find a spell cast towards the 
start of
the fight so logs can identify as heroic.

As is, it gives this:

./stasis: Encounter start: putricide at 3/2 20:39:22.002 .. writing Heroic: 
Professor
Putricide try 1 (sws-putricide-heroic-1267522762) .. done.
./stasis: Encounter start: putricide at 3/2 20:53:40.398 .. writing Professor
Putricide try 1 (sws-putricide-1267523620) .. done.
./stasis: Encounter start: putricide at 3/2 21:01:04.594 .. writing Professor
Putricide try 2 (sws-putricide-1267524064) .. done.
./stasis: Encounter start: putricide at 3/2 21:07:56.876 .. writing Heroic: 
Professor
Putricide try 2 (sws-putricide-heroic-1267524476) .. done.
./stasis: Encounter start: putricide at 3/2 21:20:09.673 .. writing Professor
Putricide try 3 (sws-putricide-1267525209) .. done.
./stasis: Encounter start: putricide at 3/2 21:26:55.553 .. writing Heroic: 
Professor
Putricide try 3 (sws-putricide-heroic-1267525615) .. done.
./stasis: Encounter start: putricide at 3/2 21:40:02.809 .. writing Heroic: 
Professor
Putricide try 4 (sws-putricide-heroic-1267526402) .. done.

Original comment by frznm...@gmail.com on 3 Mar 2010 at 3:00

GoogleCodeExporter commented 8 years ago
3/2 20:39:33.600  SPELL_AURA_APPLIED,0xF150008F46019335,"Professor
Putricide",0xa48,0x0300000003920945,"Fakë",0x512,72855,"Unbound 
Plague",0x20,DEBUFF

fixed, tested - works & commited, also improved Sindragosa ID's.

Original comment by frznm...@gmail.com on 3 Mar 2010 at 3:15

GoogleCodeExporter commented 8 years ago
Commited Putricide 10man, and Festergut 10man.

Original comment by frznm...@gmail.com on 5 Mar 2010 at 8:59

GoogleCodeExporter commented 8 years ago
{
    short           => "theking",
    zone            => "icecrown",
    long            => "The Lich King",
    mobStart        => [ 36597 ],
    mobContinue     => [ 36597, 37695, 37698, 36701, 36633, 37098, 37799, 38579, 38995 ],
    mobEnd          => [ 36597 ],
    timeout         => 240,
    heroic          => [ 73780 ],
    normal          => [ 70541 ],

},

this is for 10man, works fine.

./stasis: Encounter start: theking at 3/7 01:03:32.179 .. writing Heroic: The 
Lich
King try 1 (sws-theking-heroic-1267884212) .. done.
./stasis: Encounter start: theking at 3/7 01:09:48.357 .. writing Heroic: The 
Lich
King try 2 (sws-theking-heroic-1267884588) .. done.

etc... need to commit, will do later.

Original comment by frznm...@gmail.com on 7 Mar 2010 at 1:03

GoogleCodeExporter commented 8 years ago
3/15 20:26:07.256  SPELL_CAST_START,0xF130008EF5013D3C,"The Lich
King",0x30a48,0x0000000000000000,nil,0x80000000,73781,"Infest",0x20

./stasis: Encounter start: theking at 3/15 20:25:54.483 .. writing Heroic: The 
Lich
King try 1 (sws-theking-heroic-1268645154) .. done.

{
    short           => "theking",
    zone            => "icecrown",
    long            => "The Lich King",
    mobStart        => [ 36597 ],
    mobContinue     => [ 36597, 37695, 37698, 36701, 36633, 37098, 37799, 38579, 38995 ],
    mobEnd          => [ 36597 ],
    timeout         => 240,
    heroic          => [ 73780, 73781 ],
    normal          => [ 70541 ],

},

25man LK done, also committed.

Original comment by frznm...@gmail.com on 15 Mar 2010 at 8:58

GoogleCodeExporter commented 8 years ago
No need to have this open, all is well thus far!

Original comment by frznm...@gmail.com on 23 Mar 2010 at 11:35