Clash Of Clones Help appreciated

while True:
    enemy = hero.findNearestEnemy()
    captain = hero.findByType("captain", hero.findEnemies())
if captain:
    hero.bash(captain)
    hero.attack(captain)
    if enemy.type != "sand-yak":
        hero.attack(enemy)
        hero.shield()
        hero.bash(enemy)
        hero.attack(enemy)

this is my current code. My hero still doesn’t attack the clone first or attack at all.

If you want i can send a screenshot of my gear

OK, let’s see what we can see))

Too weak, I think. How much HP does your hero have with this stuff?

Too strong :wink:
4 lines of code, same armour, no bash, only shield.

1 Like

I take off my hat to you))

Does it work with Tharin/Anya though?

He/she has about 1500 health. Can be done with any hero if shiled() available. In fact only 3 lines of code with moveXY, but I always use move.

1 Like

Gosh!) Sometimes the most simple way is the best one) It’s funny I didn’t thought about shield() in spite of being annoyed many times by shielding guys on multplayer arena)
One more time - brilliant! And thanks)

i cant believe that worked. I had been stuck for so long. thank you.

It’s better to use chain lightning.

         victim2 
         victim1 
->->->-> victim0 

I think it’s most effective when lighting and the target row form 90 degree angle.
See hero with less health and use of emperor gloves Without Losing Friends

1 Like