ws = hero.findByType("warlock")
w = hero.findNearest(ws)
hero.moveXY(21, 32)
hero.cast("invisibility", hero)
hero.attack(w)
hero.attack(w)
while True:
enemy = hero.findNearestEnemy()
if enemy:
if hero.isReady("bash"):
hero.bash(enemy)
else:
hero.attack(enemy)
This is a spoiler, you must have at least 3340 health to use this code and pass the level!
Pls use the Runesword, the Precious and with a hero which has a [Deals 106%(or more) of listed Warrior damage] stat.