Incognito   01-22-2015, 02:31 PM
#1
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.
k3iroll   01-22-2015, 03:22 PM
#2
(01-22-2015, 02:31 PM)Incognito Wrote: 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.

The current bot already has this option.
Incognito   01-22-2015, 06:01 PM
#3
(01-22-2015, 03:22 PM)k3iroll Wrote:
(01-22-2015, 02:31 PM)Incognito Wrote: 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.

The current bot already has this option.

The current bot (5.4.2.2.2) has an option for minimum trophies. I am looking for the addition of maximum trophies, so I can indicate a range for the bot to search within. Typically harder opponents have higher trophies, and I would like to be able to filter them out.
dinobot   01-22-2015, 06:20 PM
#4
Please look carefully at the General tab...
-j-   01-22-2015, 08:35 PM
#5
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.
Incognito   01-23-2015, 01:18 AM
#6
(01-22-2015, 06:20 PM)dinobot Wrote: Please look carefully at the General tab...

The general tab allows for the user to set a maximum for their trophy count. I am wanting a maximum limit for the trophies of the bases that are being attacked. As in, only attack bases where you can earn 'x' amount of trophies or lower. The same idea can be implemented by having a lower limit to trophies lost when searching for opponents to attack.

This would help the bot only attack bases where the user has an advantage.
copper   01-24-2015, 01:34 AM
#7
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....
  
Users browsing this thread: 1 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.