teel / apostasis

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

Removing "Mini Boss" Encounters #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. There is no problem, just a modification in question

What is the expected output? What do you see instead?
I want to disable parsing of the mini bosses such as precious, rimefang, 
spinestalker, stinky, & sister svala and just have apostasis skip over them.

What version of the product are you using? On what operating system?
Windows Vista Ultimate SP2

Please provide any additional information below.
Do I just need to remove the data from each corresponding mob in the 
LogSplit.pm file?

Original issue reported on code.google.com by ben...@gmail.com on 21 Jun 2010 at 7:55

GoogleCodeExporter commented 8 years ago
Yes, removing them from the logsplit will work.

I'll leave this open as a feature request though in case anyone wants to 
implement it properly.

Original comment by eddedmondson on 21 Jun 2010 at 8:00

GoogleCodeExporter commented 8 years ago
I can just remark it out using # in front of each line correct? Such as:

{
    #short           => "rimefang",
    #zone            => "icecrown",
    #long            => "Rimefang",
    #mobStart        => [ 37533 ],
    #mobContinue     => [ 37533 ],
    #mobEnd          => [ 37533 ],
    #timeout         => 30,
    #heroic          => [ ],
    #normal          => [ ],

},

Thanks for the help in advance

Original comment by ben...@gmail.com on 22 Jun 2010 at 2:06

GoogleCodeExporter commented 8 years ago
I'd #-out the '{' and '},' too as I'm not sure what effect leaving an empty 
pair would have!

Original comment by eddedmondson on 22 Jun 2010 at 8:57