Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[S] King Customize
#1
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.
Reply
#2
''if king hp =<X then activate skill'' good idea.... Thumbup
Reply
#3
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.
Reply
#4
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
Reply
#5
(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!
Reply
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website