I need help with clash of clones I get past the archers and the ogres but the wizards and clone of me get me
def findArcher(units):
for unit in units:
if unit.type == "archer":
return unit
while True:
enemies = hero.findEnemies()
archer = findArcher(enemies)
if archer:
hero.attack(archer)
else:
enemy = hero.findNearestEnemy()
hero.attack(enemy)
Try to use all of your equipment to take down your clone because your clone can only use its sword. Also, you could use a very weak sword and/or armor to make your clone almost useless because it has the same armor and weapon as you. But, if you use weak equipment you have to be careful that the archers won’t kill you.
Remember, to use your other equipment, such as your shield, steel ring, flags, bear trap, and gloves. Also, if you have trouble with the archers, try to use the wolf pet to catch their arrows. Remember I only know the JavaScript coding language.
I have an idea, use the worst sword, and a shield that has high bash damage. Then, use the shield to bash your clone and other enemies. When you are waiting to bash again, use your shield to protect yourself.
(your clone basically can’t do any damage because of the bad sword)