[Solved] Help me! how to pass Kelvintaph Defiler in Glacier

English:The paladin is so stupid dose anyone know how to pass?
中文:怎么过冰川的Kelvintaph Defiler,有人过了吗?

2 Likes

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?

1 Like

// 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));
      
    }
    
}

}

2 Likes

Have you tried doing kelvintaph crusader and burglar?

1 Like

I who struggled for 1 year to complete thought that kelvintaph burglar helped me a lot.

1 Like

How do we rate kelvintaph defiler?

  • I like it
  • I do not like it

0 voters

1 Like

I didn’t Subscribe。。。。。。。。。。。。。。。。。

1 Like

I have already pass kelvintaph burglar , and I use Ice Yak and fence to pass it .

1 Like

Both kelvintaph defiler and burglar I use the unusual way to pass

1 Like

So you finished kelvintaph defiler?

1 Like

yes, I had:grinning::grinning::grinning:

1 Like

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.

1 Like

As SuperSmacker said, no asking for codes. Thanks

1 Like

Just like my post instead of posting the same stuff again… no need to make the length of this topic 5 centimeters longer…

1 Like

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

1 Like

got it thanks 20 characters

1 Like