02-02-2015, 11:03 AM
(02-02-2015, 10:28 AM)SongHyeKyo Wrote:(02-02-2015, 10:16 AM)mathdarkmoon Wrote: @safar46
The only bug I found is that attacking is not finished yet but the bot press the surrender button if I get two stars.
Otherwise, the bot working flawlessly to me... Thanks once again for the great update,
Is not bug ... bot surrender when no elixir gold detected already or troops kill already all the storage collector or bot got all the gold and elixir.
If you want to get 3 star .. we need an option to delay battle end
change this line in GoldElixirChange function
While TimerDiff($iBegin) < 30000
to
While TimerDiff($iBegin) < 60000
or more. it will wait 60 seconds before ending battle instead of 30.