Quote:
Originally Posted by nymkhan8
mind telling me what program?
|
The program, as mentioned in the opening post in red, is called WinAutomation. Have fun. Hope to see your bot release soon ;)
Quote:
Originally Posted by stephiso
it is currently doing battle training, but it seems like it spammed too much /ff and now even past 21 min, /ff does not work at all anymore. Even if i type it manually, nothing happens.
It's up to 35 minutes now already
|
I've seen it happen too. Go to the comment "Battle Training". Under that section there is a loop, and a Wait function inside that loop. Decrease the number of loops (line:96) and increase the Wait time (line:111).
Take a look at this picture:
[Only registered and activated users can see links. Click Here To Register...]
The number of loops times the Wait time must be equal to 25 minutes. I am using 25 minutes just to be safe. For example, if Wait time is 30s, number of loops must be 50; equals to 1500s or 25 minutes. Doesn't mean the game will be played for 25 minutes, because every 30s the bot will check for end-game screen.