This seems to be a running theme, I love killing yetis

hero.moveXY(90, 51)
hero.moveXY(13, 72)
hero.moveXY(17, 75)
hero.moveXY(13, 72)
while True:
    if hero.time > 16.5:
        y = hero.findNearestEnemy()
        if y:
            hero.attack(y)

this kills all ogres and the yeti in this level, with speed ring and sword of the forgotten + max armor (noble sacrifice) although i did complete this level the intended way first so i did learn lol