Posts: 7
Threads: 3
Joined: Jan 2015
Reputation:
0
For those of us wishing to trophy push a bit with this bot, or hoping not to lose a ton of trophies, it would be nice to be able to set a maximum trophy amount in order to be able to face only weaker opponents. I would have to assume that this would be a very minor tweak to the existing bot, and it would help out immensely.
Posts: 278
Threads: 6
Joined: Dec 2014
Please look carefully at the General tab...
Posts: 9
Threads: 1
Joined: Jan 2015
Wouldnt the best option to be to search for the ammount of trophies lost as the lower this number the harder the target. Im at afk at the moment so cant be 100% on this but i believe this is the system.
Posts: 8
Threads: 0
Joined: Jan 2015
Reputation:
0
01-24-2015, 01:34 AM
(This post was last modified: 01-24-2015, 02:29 AM by copper.)
try working with the Func CompareResources()
maybe change the function of min with "<=" instead of ">=" under $T = (Number($searchTrophy) >= Number($MinTrophy)).
or if you want to hard code a number such as 20
If $searchTrophy <= Number(20) Then
$Boolean = False
Return $Boolean
EndIf
I have not tested either of these....