I can’t figure out what code to use
Hi @guy_oy,
This level is quite hard, mainly because unlike almost all the other levels there is no correct answer. Many different codes work.
I will give you some starting hints, and if you still have problems post the code you have so far, and we’ll go from there.
- Use all the special abilities you can (“cleave”, rings, “chain-lightning” etc…).
- Target the archers.
I hope this helps,
Danny
thx Deadpool198 i’ll try it out
my code didn’t make my hero attack the archers
while True:
enemy=hero.findNearestEnemy()
if enemy.type==“archer”:
if hero.isReady(“cleave”):
hero.cleave(enemy)
else:
hero.attack(enemy)
else:
hero.findNearestEnemy()
if enemy:
hero.attack(enemy)
I suggest that you don’t use a good sword since the clone will just take advantage of it.
i beat it (its really hard) with the simple sword and a really good shield (use bash and shield to target the
archers).
Well, it depends. It also means you have a good sword. I can beat it with Sword of the Temple Guard. It doesn’t really matter in my opinion.
an easy way to do it (if you’re a sub) is get a ranger and the boom ball and a bad crossbow with no armor.
target all the archers by throwing them.
i am not a sub but i will try using the simple sword and my steel striker but what about armour?
my worst armor is the tarnished bronze set
never mind I JUST EXPEREMENTED AND I FINISHED THE LEVEL!!!