The Bytecode Club

Full Version: [S] King Customize
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
''if king hp =<X then activate skill'' good idea.... Thumbup
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.
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
(02-16-2015, 12:05 AM)M Khalid Wrote: [ -> ]''if king hp =<X then activate skill'' good idea.... Thumbup

Bad idea. Shadehappy Because they capture screen and find something it in the capture screen. you need a strong computer to run this bot with this feature ^.^.
we should happiness at the current bot.
cheers!