[SOLVED] Siege of Stonehold Help!

Guys can you help me on siege of stonehold? its IMPOSSIBLE!

There are some other posts about this here. Basically it is supposed to be difficult! Make sure you have plenty of health (Like 500 I think). Also youā€™ll need good strategy, use the skills youā€™ve learned. (And look for the other thread with more help)

I tried all the skills but the ogres are just too op and the other posts dont help.

How many hit points do you have, and what weapon, that itā€™s too hard right now?

I have 27.62 damage and 505 health

Okay. With that health, it should be pretty hard, but doable, as long as you find a way to let your soldiers soak up the damage while you help kill things and protect your archers.

We may also make it a bit easier soon, but Iā€™m going to gather some more data first, since itā€™s in Adventurer testing week right now.

I did it with 28dps long sword and 498 health no problem.

Hereā€™s my clumsy code if you want to take a look at:

loop:
    enemy = self.findNearestEnemy()
    flag = self.findFlag("green")
    if flag:
        self.pickUpFlag(flag)
    elif enemy:
        if self.isReady("cleave"):
            self.cleave(enemy)
        else:
            self.attack(enemy)

Here is the other Stonehold thread link if you are still having troubles:

http://discourse.codecombat.com/t/what-are-you-supposed-to-do-in-the-siege-of-stonehold/

Thank you SO MUCH it worked! youre awesome sam :smile:

Mod edit: Please do not request/give solutions anywhere in the forum

I used Samā€™s code, killed a bunch of ogres alongside my peasants, then near the end I simply hung out by the ā€˜baseā€™ until the timer ran out.

Not everything has to die. Simply you need to not die.

Nick: I donā€™t have the super jump bootsā€¦ so Iā€™m not sure exactly how they workā€¦ but couldnā€™t you simply play dodge using really really fast boots & lots of health?

I donā€™t think you are correct @rytrik You do have to kill everyone as well as survive. Iā€™ve survived many times without winning because they werenā€™t all dead.

Sorry but using someoneā€™s codes makes you failure , this lvl is made to makes you use all the lesson you had learn before , donā€™t wait for help use your own code andif they didnā€™t works for some reason then put them here and ask for help

1 Like

@dwhittaker actually i have less than 500 hp and i killed them all , it weird how ppl getting trouble in that lvl :confused:

Yeah, I ended up winning with only about 110 HP. :slight_smile:

Challenge accepted, ReFinig.

I had also attempted this at a different point - will give it a go with my own code.
I embrace failure.

And isnā€™t using someoneā€™s code the whole basis behind Linux? :wink:

1 Like

I beat it with 186 HP lol but it took like me like 15 trys so yea.

hi there, I have problem in "Siege of Stonehold " i face sudden frozen and hanging of all thing and nothing work. why it happen?

Hi Arash, would love to fix this up for you. Can you describe in more detail (maybe with some screenshots) the freezing problem youā€™re seeing?