mrmin123 / kancolle-auto

Kantai Collection (Kancolle) bot/automation tool - DEPERECATED - see kcauto-kai:
https://github.com/mrmin123/kcauto-kai
54 stars 22 forks source link

LBAS sortie start button issue #255

Closed stackhanovets closed 7 years ago

stackhanovets commented 7 years ago

Hi. I've catched a new excepcion in the combat module. Look at this config part:

[LBAS] Enabled: False EnabledGroups: 1,2,3 Group1Nodes: Group2Nodes: Group3Nodes:

As you see I've used an air defence strategy when all three LBAS slots were used to obtain the white text (no damage taken during an abbyssal base air raid). The sortie start button was _combatstart.png: combat_start

But the script has missed it and looked for _combat_startlbas.png followed by green line: combat_start_lbas

I've disabled the LBAS section, so I have to resupply all three slots manually now.

mrmin123 commented 7 years ago

I'm not considering this a bug only because at the time the LBAS module was implemented there was no need to sortie all the LBAS groups on defense-only, so the button for such a scenario was never checked. I'll probably implement this in the next cleanup.

mrmin123 commented 7 years ago

Should be fixed in master.