[SOLVED] Clash of Clones: level help

I am stuck in the level Clash of Clones for a day and I kept dying in the battle.
Here is my equipment:

  • long sword
  • worker’s gloves
  • simple wristwatch
  • leather belt
  • programmation III
  • woodent strand
  • mahogany glasses
  • quarts sense stone
  • tarnished copper band
  • basic flags
  • steel helmet
  • enameled dragonplate
  • deflector
  • leather boots
  • the HP is 3111
    and here is the code, but it don’t have any errors
# You'll need good strategy to win this one!
# Your clone will have the same equipment you have!
# But, they're not very skilled at using special powers.
hero.moveXY(80, 80)
enemy = hero.findNearestEnemy()
hero.cleave(enemy)
enemy = hero.findNearestEnemy()
while True:
    enemy = hero.findNearestEnemy()
    if hero.isReady("cleave") and enemy.type != "sand-yak":
        hero.cleave(enemy)
    if enemy.type != "sand-yak":
        hero.attack(enemy)
    if hero.isReady("bash"):
        hero.bash(hero.findNearestEnemy())
    pass
    hero.moveXY(58, 70)

The hero can attack the enemies, but the enemies are much stronger and the hero is killed everytime.

Hi. Too strong equipment, I think.
Did you search forum for the same topics?

but I saw some players who have about 3800 HP and they won

oh I forgot. let me search first

@Alexbrand I know the clone can’t use any special skills, so I used cleave and bash. I don’t know how to use shield, through.

Shield is about hero.shield() .

Well, maybe they have nnja-skills with coding)

so how much HP I should be

Depends on your gear, tactic and code.
Mine last solution was with 2850 HP and weak sword, we talk about it in this thread

But smart players like xython can do it with about 1500 HP) Clash Of Clones Help appreciated - #31 by xython

I don’t have enough money to buy the emperors gloves and viking helmet

You don’t need to) It’s optional.

so how can I win, I saw many people used emperors gloves to cast lightning but I can’t
bash is not enough

I saw some posts and someone success with 4 lines of code

here and I still don’t get it: you said that you can win without emp. gloves or vik. helmet. but I kept dying

OH WAIT I FINISHED IT’
WHAT’S HAPPENING!
I just jumped out of my chair ._.

I just cancelled the hero.move xy