If I cast haste and reset cooldown before I start running, it takes too long and the yeti gets me. If I try to cast them after mana blasting the orcs, it takes too long and the yetis get me. I think I’ve tried every conceivable option but the reset cooldown just takes too long. Am I missing something?
Side note: I’m using moveXY as that seems to go faster than move, on account of if I use move, the yetis get me really quickly.
My code does not have errors per se, so I think the problem must lie in the solutions I’m using.
Try cast haste than move to where all the ogre is cast manaBlast than reset cooldown for haste and then summon some skeleton or burl to distract the yeti or build decoys and move to the X.
Here’s my code. If I don’t immediately run after mana blast, hero dies at wall. If I run for 40, hero dies casting haste (not reset cooldown).
If I run for 50 her o dies casting reset reset cooldown.
# Escape off the right side of the map.
# To outrun the yeti, you'll have to make yourself faster.
# Use resetCooldown to use a spell or skill more frequently.
# manaBlast can help clear the path.
hero.cast("haste", hero)
hero.moveXY(hero.pos.x + 80, hero.pos.y)
hero.manaBlast()
hero.moveXY(hero.pos.x + 40, hero.pos.y)
hero.resetCooldown("haste")
hero.cast("haste", hero)
hero.moveXY(300, 38)
If you’ve watched the tutorial and you still die, it’s probably because your hero doesn’t have enough health. Try equipping your hero with stronger gear.