01-24-2015, 11:04 PM
(01-24-2015, 02:11 AM)nimlyel Wrote: Hi, first thank you for bot. This my settings and i use dead base.
i want to find 1000 dark elixir but bot does not take into account.
i hope this bug fixed the new version.
i also noted that, the code that checks that is faulty.
replace with this one
Code:
Local $Boolean = False
If $G Or $E Then $Boolean = True
If $chkConditions[0] = 1 Then
If $G = False Or $E = False Then $Boolean = False
;Return $Boolean ;this is wrong
EndIf
If $chkConditions[1] = 1 Then
If $D = False Then $Boolean = False
;Return $Boolean ;this is wrong
EndIf
If $chkConditions[2] = 1 Then
If $T = False Then $Boolean = False
;Return $Boolean ;this is wrong
EndIf
Return $Boolean