What can one wizard do against ogre horde? You can find it out in the new level
Great level! I was too lazy to do the bonus since I had to do homework, but still, awesome level!
Ok. Very interesting. I will path bonuses today at night. But can you return hero.debug method?
Not “return” - “add” Done.
Where can I find it on the map? I’d like to see the scoreboeard, if there is one…
Forest campaign. Lower left corner.
Not “return” - “add”
Done.
Thanks
Thanks, but there is no scoreboard
This is my code but for some reason i don’t survive. Why?
while True:
enemy = hero.findNearestEnemy()
if enemy:
hero.attack(enemy)
if hero.isReady("chain-lightning"):
hero.cast("chain-lightning", enemy)
if hero.isReady("lightning-bolt") and enemy.health >14:
hero.cast("lightning-bolt", enemy)
if hero.isReady("regen") and hero.health<70:
hero.cast("regen", hero)
if hero.health<30:
hero.moveXY(8, 36)
I don’t see how you could die in this challenge. also, use elif
Sorry i meant that i always get teleported.
it doesn’t help i keep on only killing 18 ogres
I have a question but how do I see about how many enemies are there?
do
enemy = hero.findNearestEnemy()
that doesn’t explain how many enemies there are.
oh ok i thought you were asking how to find an enemy
ok got up to killing 30
@Bryukh can you allow the twilight glasses so i can track missiles from the catapult and avoid them?
You have to destroy it to get destroy all ogres. Also, I would consider using lightning bolt against that. You also have the power to use root and shockwave.
i know but the fireball is still there and i cant avoid it