Posts: 28
Threads: 5
Joined: Feb 2015
Reputation:
0
I want to edit king skill activation.
Like;
• if King hp =< X then activate skill.
• after X sec then activate skill.
• if == X barb with King then activate skill. etc..
If you can add these options its will be awesome.
Posts: 14
Threads: 1
Joined: Feb 2015
Reputation:
5
This bot is using timers and pixel searching. The current use of a timer is resource friendly. I don't think HP would be an easy solution until the bot is using memory hooks. Plus it's working pretty good now. Could just be better.
Posts: 61
Threads: 3
Joined: Jan 2015
Reputation:
0
hard to detect BK/AQ hp.
i think pixel search just detecting a stop picture, not a moving pic (like when draining HP bar).
but u can still change the timer of BK skill activation on "COCbot", Global Variables.au3.
Global $checkKPower = False ; Check for King activate power
Global $checkQPower = False ; Check for Queen activate power
Global $delayActivateKQ = 6000 ;Delay before activating KQ
change 6000 to your timer, 6000 means 6 second