[SOLVED]Siege of Stonehold - Python

can u please post your gear?

1 Like

sorry for the long reply but i think your gear is ok

i used similar gear to pass the level

I’m not subscriber too)

It’s possible to complete the lvl with 344 HP, good tactics and proper code. And code is on the first place.

i used scattershot rapidly

I agree with @Alexbrand i used the same gear (except the shield) and it worked (same 7 lignes of code)

1 Like

@riticmaster9087 he’s using a warrior

oh sorry I was going off topic…

Try it with 344 HP and Tharin or Anya)

@AlwaysConfused

You don’t need to go to use hero.moveXY(19, 69) when ogres are coming. You need to go there when your HP is low.

also @AlwaysConfused u can try simulating to get more gems even tough its not alot a little is still better than 0 gems(off-topic)

1 Like

Alright then. (20 char is bad)

Simulate

I
still
need
level help.

People may advice and give hints, if they want to.( Or not, if they don’t)
But they may not wright the code instead of someone.
Provide us the last version of your code and maybe forummates will help)

1 Like
# 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()
    flag = hero.findFlag("green")
    if enemy and enemy.type == "munchkin" and hero.isReady("cleave"):
        hero.attack(enemy)
    elif enemy and enemy.type == "ogre":
        hero.cleave(enemy)
        hero.attack(enemy)
        hero.punch(enemy)
        hero.bash(enemy)
    elif enemy and enemy.type == "thrower":
        hero.attack(enemy)
        hero.say("UR SO ANNOYING DIE IN A POOL YOU PODDLE")
    if flag:
        hero.pickUpFlag(flag)
        hero.cleave()

was on a call with my cousin as i said ur annoying to the thrower. we decided on that insult. just for no reason.

I would definitely recommend not to swear in your posts on forum. As well as in game levels.
Also, two people said that it’s better to avoid hero.say for you in this lvl. But you keep to. Why?

1 Like

I do it just for funny stuff. I don’t have a really big reason to.

Sometimes, all you need is a simple attack code with some special abilities with some semi-good armor.
I managed to pass with Tharin and some armor and the cleave sword. If it helps you.
Lydia