Xadras / stasiscl

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

XT-002 Deconstructor #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# 0xF15 000820D 01DA44, "XT-002 Deconstructor"
{
    short       => "xt002 deconstructor"
    zone        => "ulduar",
    long        => "XT-002 Deconstructor",
    mobStart    => [ ],
    mobContinue => [ ],
    mobEnd      => [ ],
    timeout     => ,

not sure where to get the rest of the information, but if it's in the
combat log I can provide it.

Original issue reported on code.google.com by Ohi....@gmail.com on 11 Mar 2009 at 12:05

GoogleCodeExporter commented 9 years ago
I'd need any line in which the boss appears, something like SPELL_DAMAGE that 
includes "XT-002 
Deconstructor".

Original comment by gianmerlino@gmail.com on 11 Mar 2009 at 2:19

GoogleCodeExporter commented 9 years ago
I added the following block to LogSplit.pm and successfully parsed my XT-002
attempts. I'd like to request that his short name not include the dash for 
parsing
reasons.

{
    short       => "xt002",
    zone        => "ulduar",
    long        => "XT-002 Deconstructor",
    mobStart    => [ 33293 ],
    mobContinue => [ 33293, 33343, 33344, 33346 ],
    mobEnd      => [ 33293 ],
    timeout     => 20,
},

Original comment by falconi...@gmail.com on 11 Mar 2009 at 3:03

GoogleCodeExporter commented 9 years ago
3/9 19:55:27.046  SWING_DAMAGE,0xF15000820D01DA44,"XT-002
Deconstructor",0x10a48,0x010000000080DAC5,"Downrock",0x514,22024,0,1,0,2238,0,ni
l,nil,nil

I also tried adding that to the logsplit.pm file and for whatever reason it 
still
didn't work.

Original comment by Ohi....@gmail.com on 11 Mar 2009 at 3:45

GoogleCodeExporter commented 9 years ago
Thanks for the help everyone, please post again in a new report if there are 
any problems. (the print is in r247)

Original comment by gianmerlino@gmail.com on 11 Mar 2009 at 4:01