This level is a demonstration of one more advanced pet – the Brown Rat. That cute pet can be useful for rangers because it can distract enemies. You can use that pause to sneak by enemies, retreat from combat or backstab an enemy.
Good question. I tried sword with “powerUp” ability and strongest swords. I can’t make “one powerful hit”. I’ll try the fire-trap’s. May be they will work.
# Collect the treasure and escape.
# Prepare the hero and the pet.
pet.moveXY(32, 28)
hero.moveXY(10, 19)
# Distract the skeleton.
pet.distractionNoise()
# Sneak while the skeleton is distracted.
hero.moveXY(10, 46)
# Repear this maneuver to get the treasure:
pet.moveXY(hero.pos.x, hero.pos.y)
pet.moveXY(64, 28)
hero.moveXY(48, 40)
pet.distractionNoise()
hero.moveXY(49, 8)
hero.moveXY(72, 8)
hero.moveXY(49, 8)
pet.distractionNoise()
# Escape from the dungeon (the red mark):
hero.moveXY(40, 56)
just use hero.backstab(enemy) when you are hidden or when you can hit an enemy from the back. You can use enemy.rotation and hero.rotation to check it. Or just use your eyes