Hi there, I’m using Nalfar in this level, here’s my code:
witch = hero.findByType("witch")[0]
def onSpawn():
pet.moveXY(12, 62)
pet.moveXY(60, 62)
pet.moveXY(60, 56)
pet.moveXY(60, 55)
pet.moveXY(44, 17)
pet.moveXY(6, 32)
pet.moveXY(18, 39)
pet.moveXY(witch.pos.x, witch.pos.y)
pet.on("spawn", onSpawn)
for i in range(12):
hero.summon("soldier")
for friend in hero.findFriends():
if friend.type == 'soldier':
hero.cast("sacrifice", friend, hero)
pet.distractionNoise()
hero.attack(witch)
I know I could beat this level very easily if ther are more time, but It is clearly that I don’t have time to cast sacrifice on every soldier. Pls help me to beat this level using Nalfar (I don’t have enough gems to buy Ritic). Thanks
New code:
witch = hero.findByType("witch")[0]
pet.on("spawn", onSpawn)
hero.cast("summon-burl")
burl = hero.findByType("burl")[0]
hero.cast("sacrifice", burl, hero)
for i in range(9):
hero.summon("soldier")
for friend in hero.findFriends():
if friend.type == 'soldier':
hero.cast("sacrifice", friend, hero)
def onSpawn():
pet.moveXY(33, 60)
pet.moveXY(60, 55)
pet.moveXY(44, 17)
pet.moveXY(6, 32)
pet.moveXY(witch.pos.x, witch.pos.y)
pet.distractionNoise()
hero.attack(witch)
I can beat Witch,but yes waring. 
Which wands/staffs do you have?
ENCHANTED STICK, TWISTED PINE WAND, VINE STAFF, only these. 
Why would you buy twisted pine wand
Uh, do you have any fast warrior with rune sword?
Well ,why would I buy TWISTED PINE WAND, becuase that I was stupid.
I just realized that you can’t complete the level with warrior.
Wait I’ll test another strategy and write here some tips
Do you have Elemental Codex V?
Becuase I can’t get jump out the fire-trap
Yes, I do(You want to cast shockwave?)
No, it has slow range. And I’m glad you have it because it’s the best book.
So, here is another solution:
You cast swap the witch.
Build as much fire-traps as you want
Swap back
Complete the level
1 Like
(use the xray goggles as well
1 Like
@PeterPalov Thank you very much!
1 Like
It worked? Congratulations! 
1 Like
Meh, you can replace ritic with senick, you will just need other strategy.
Actually, you can beat everyone with Omarn though.
1 Like
Well, including “darkhopper”?
Well, yes. I think it’s possible to complete the level with a wizard.
1 Like