Posts: 228
Threads: 7
Joined: Dec 2014
Posts: 228
Threads: 7
Joined: Dec 2014
I will be remaking the GUI to add more features and with that I will also begin to rewrite the codes that Antidote has made to make it more efficient and work for long periods of time. Antidote has done a great job in coding the bot and its all thanks to him that all the features we have now are available.
In the new GUI, I will include instructions and info about the bot so that when anyone has problems we can specifically target the source.
Posts: 22
Threads: 1
Joined: Dec 2014
Reputation:
0
12-25-2014, 09:39 PM
(This post was last modified: 12-25-2014, 09:53 PM by some(rnd)guy.)
<bug> needs a longer press when selecting barracks to train ..if there is a bit of lag it will fail to open a barracs abd rapidly press the spot on village that would be behind the troop that it was ganna train
<bug2> when i hit stop on bot it still do this (copy /pasted from log)
Bot Stopped
Waiting for Full Army...
Waiting for Full Army...
Waiting for Full Army...
Waiting for Full Army...
Waiting for Full Army...
Waiting for Full Army...
thanks for all your time ..i suxxor at autoit so just trying to do my part bug finding
<bug3> some times when collecting it will try to boost all in barracs if you have gems <edit> this only happins if i stop bot and restart it with stop/start button..if i close bot and the run it fresh it dont seem to do it
Posts: 228
Threads: 7
Joined: Dec 2014
12-26-2014, 12:14 AM
(This post was last modified: 12-26-2014, 12:14 AM by GkevinOD.)
Posts: 129
Threads: 1
Joined: Dec 2014
Merry Christmas to everyone specially to Antidote, GKevinOD and to other people trying to help develop this bot. I'm having a hard time keeping up with you guys. And everytime I test the old version, another version would come up and most issues are already fixed .. so fast.. I hope everyone is doing good! keep it up guys!
Posts: 129
Threads: 1
Joined: Dec 2014
12-26-2014, 01:01 AM
(This post was last modified: 12-26-2014, 01:03 AM by AtoZ.)
Code:
Global $TPaused
HotKeySet("{PAUSE}", "TogglePause")
HotKeySet("!{q}", "Terminate") ; PRESS Alt Q to terminate.
Func TogglePause()
$TPaused = NOT $TPaused
While $TPaused
sleep(100)
ToolTip('BOT PAUSE',0,0)
WEnd
ToolTip("")
EndFunc
Func Terminate()
Exit 0
EndFunc
These hotkeys are surely helpful incase of malfunction like gem buying etc.