Не могу пройти уровень " Столкновение клонов"

Не могу пройти уровень столкновение клонов (последний в пустыне). Помогите. Вроде всё нормально, но герой просто погибает через несколько секунд. Вот мой код:
while True:
enemies = hero.findEnemies()
enemyIndex = 0
enemy = hero.findNearestEnemy()
if enemy.type != “sand-yak”:
if enemy.health > 0:
hero.attack(enemy)
enemyIndex += 1

Please learn to post your code properly. It’s really easy and only requires a very small amount of effort.

To post your code from the game, use the </> button or it won’t format properly. When you click the </> button, the following will appear:

Please paste ALL of your code inside the triple back tick marks.

``` <— Triple back tick marks.

Paste ALL of your code in here.

``` <— Triple back tick marks.

There are many people here willing and able to help. If you use the </> button correctly, then ALL of your code should look like this:

while True:
    enemy = hero.findNearestEnemy()
    if enemy:
        hero.attack(enemy)
    else:
        hero.say("My code is formatted properly")

If ALL of your code isn’t formatted like the code above, then you’re doing it wrong and we can’t see the structure of the code to troubleshoot whether or not that is the issue. Use the </> button and help us help you. This works when sending a private message as well.

Thank you.

Спасибо за совет! Мне он поможет.

type or paste code here
```while True:
    enemies = hero.findEnemies()
    enemyIndex = 0
    enemy = hero.findNearestEnemy()
    if enemy.type != "sand-yak":
        if enemy.health > 0:
            hero.attack(enemy)
        enemyIndex += 1

Насколько я помню, раньше этот уровень зависел от экипировки - на сильную генерировались сильные враги, на слабую - слабые, которых можно было победить. Потом что-то изменили. Я поэкспериментрировал - получилось пройти на таком обвесе:

Возможно, этот пост даст идеи по тактике :wink:

Попытайтесь использовать способности, которых у противника нет. Клон может использовать только атаку, поэтому, если вы используете что-то вроде bash, вы можете победить его. Кроме того, попытайтесь нацелить лучников?

1 Like

2018-10-27_9-44-05
Пока только так смог.

А как это "нацелить лучников "?

2018-10-27_10-02-12
А кристаллов то мало.

Ну я так понял, что надо сначала убрать лучников.

Вероятно, имеется в виду командование лучниками: сказать им, в кого стрелять первым делом)

То есть, уровень пройти получилось?

Нет я имею ввиду экипировку которую смог купить.

Use flags to go around and attack the archers first. Then, your archers and soldiers can take down the other enemies easily.

Спасибо, но я пробовал и не получил результата.

You need at least long sword to have a good damage against them.

У меня рунный меч, 228.57 урон

2018-10-27_9-44-05

well, if you know how to use flags, and you have good enough armor, then you should be able to kill the archers pretty easily.

браня у меня плохая.