I need help on Siege of Stonehold

Theirs no right answer for this level.

1 Like

Rather than say its impossible say its possible but hard.

Can’t give answers on the forums.

topics?

??? I don’t understand.

do u mean topics?

did u mean topic?

or forum

Ok, I’m just confused, but we are getting off topic so go write some code and I’ll corect it.

# Help your friends beat the minions that Thoktar sends against you.
# You'll need great equipment and strategy to win.
# Flags might help, but it's up to you–be creative!
# There is a doctor behind the fence. Move to the X to get healed!
while True:
    enemy = hero.findNearestEnemy()
    if enemy:
        hero.bash(enemy)

its so hard

Have you forgotten about attack? also what if your not ready to bash.

dude you have to do

while True:
    enemy = hero.findNearestEnemy()
    if enemy:
        hero.attack(enemy)

you cant bash with a sword just attack the enemy

But you also have to go heal if your health is getting low.

why can t u just give a way of finishing it its to hard

Just try bro, and this forum is to learn not a copy paste data base.

are u still here?

hello?

Just post your code please.

are u still here?

i had to eat

# Help your friends beat the minions that Thoktar sends against you.
# You'll need great equipment and strategy to win.
# Flags might help, but it's up to you–be creative!
# There is a doctor behind the fence. Move to the X to get healed!
while True:
    enemy = hero.findNearestEnemy()
    if enemy:
        hero.attack(enemy)
    hero.moveXY(19, 69)
    if enemy and enemy.type == ORGE:
        hero.cleave(enemy)