English:The paladin is so stupid dose anyone know how to pass?
中文:怎么过冰川的Kelvintaph Defiler,有人过了吗?
See this post for a few tips: Kelvintaph Defiler Feedback
My rant: Kelvintaph Defiler is the absolute worst level I have played on CodeCombat.
This level is completely unintuitive.
The only way to beat this is through using an attacking-while-in-air exploit. Who designs levels that require exploits to complete? Really?
// The ogres are trapping you with their dark rituals!
// Your hero can’t do anything besides command and move without angering the warlocks.
// Beware ice, robots, traps, antigravity fields, and other dark magic.
// Somehow, you’ll need to defeat Nalfar and save your paladin.
// The great treasure of Kelvintaph awaits your victory.
hero.moveXY(33, 23);
hero.moveXY(33, 22);
hero.moveXY(33, 23);
hero.moveXY(33, 22);
hero.moveXY(33, 23);
hero.moveXY(33, 22);
hero.moveXY(33, 23);
hero.moveXY(33, 22);
while(true) {
var friends = hero.findFriends();
var enemies = hero.findEnemies();
for(var v=0;v<enemies.length;v++){
var enemy = enemies[v];
if (enemy.type==“Necromancer”) {
hero.say(“a”);
}
}
var friends = hero.findFriends();
for (var friendIndex = 0; friendIndex < friends.length; ++friendIndex) {
var paladin = friends[friendIndex];
if (paladin.type=="paladin"&&paladin.canCast("heal")) {
hero.command(paladin, "cast", "heal", paladin);
} else if(paladin.type=="paladin"){
hero.command(paladin, "attack", paladin.findNearest(enemies));
}
}
}
Have you tried doing kelvintaph crusader and burglar?
I who struggled for 1 year to complete thought that kelvintaph burglar helped me a lot.
How do we rate kelvintaph defiler?
- I like it
- I do not like it
0 voters
I didn’t Subscribe。。。。。。。。。。。。。。。。。
I have already pass kelvintaph burglar , and I use Ice Yak and fence to pass it .
Both kelvintaph defiler and burglar I use the unusual way to pass
So you finished kelvintaph defiler?
yes, I had:grinning:
whats is the code for it than i need some help
could i have the code for both levels burgler and defiler?
Moderator edit: We do not post solutions here so please don’t ask. Thanks.
@Beatrice_Prior stop breaking the rules. Please. Stop asking for solutions.
I told you not to ask for solutions before. I am flagging this post.
As SuperSmacker said, no asking for codes. Thanks
Just like my post instead of posting the same stuff again… no need to make the length of this topic 5 centimeters longer…
ok sorry all of you guys
how do you even live for 2 seconds you can’t shield and if you don’t you get blasted to bits
You have to run inside the room and go up or down to avoid the energy blasts. It requires a precise movement to avoid hitting the energy blasts again when you get sucked into the center.
Danny
got it thanks 20 characters