Help on any Levels for CodingGeek14

Summoning units failed.
See you tomorrow

I used only three methods of attack…cleave, bash and normal attack. For my flags, I concentrated on the NW and SW paths, healing only when I must. My gear setup was pretty much what you’d have by reaching this level…nothing big or special.

1 Like

One of the main things you will need to focus on to complete this level is by protecting the archers as they do the most damage.

This is solution using 152 hp but more health is better it still requires strategy and make sure to click submit in order for it to work

while True:

flag = hero.findFlag();
enemy = hero.findNearestEnemy();

if (flag):
    hero.pickUpFlag(flag)

if hero.health < hero.maxHealth / 2:
    hero.moveXY(heal position)

elif enemy and hero.distanceTo(enemy) < ???:

  if hero.isReady("cleave"):
      hero.cleave(enemy)
  
  else:
      hero.attack(enemy);
  pass

Usually a move hero.move(Up, Down, Left, Right) is 12 for distance.

P.S. it is better to focus on the bottom section of the map as the soldiers can handle the top. @CodingGeek14

I have done that several times, but all end in failures, @brotherofall
Will try your code.

Read your message, only have 18 gems. (Your deleted message, by the way.)

I do Python, by the way.

Tried code but I just kept standing still -wouldn’t respond to flags, and wouldn’t attack enemy. Logic errors?

Will try your strategy, @dedreous - I used only three methods of attack…cleave, bash and normal attack. For my flags, I concentrated on the NW and SW paths, healing only when I must. My gear setup was pretty much what you’d have by reaching this level…nothing big or special.

@CodingGeek14 What hero and items are you using?

Here is a screenshot:
image
My hero is Captain Anya Weston

Let me try this code first.
If it works, I thank you

Tag me if you get stuck with anymore I know the next section I had a long time getting through when I started but you learn a lot of useful things.

Works but ran out of time.
Don’t reply as I am trying again - your strategy works.
Thanks, @brotherofall

1 Like

It worked, @brotherofall .
Thanks for helping me

1 Like

@CodingGeek14 Sarven Desert don’t be discouraged keep trying it will take a little while for you to complete, if you need help after you try your best since it is a difficult level. Feel free to tag me @brotherofall

what about me @brotherofall can i tag you too

1 Like