Fight Illia Shieldsmith!

Those who are noble enough, those who are brave enough, be prepared to go to another dimension and fight Illia! She will not care, she will kill every one who stands in her way! The key to fighting her is here: ENTER PORTAL
fullsizeoutput_5

3 Likes

Hehe I got a message from nick that he beat it. He defeated his own prototype. :smile:

I defeated her with ritic

Beat her with all types of hero classes

Guys nick can’t go on discourse because he’s currently in China doing all sorts of stuff.

@Chaboi_3000 could you pls give more time like around 5 min. i got her down to 4000 but the time ran out

you could beat illia with senick, gift of the trees, boss star IV, and the best armor.

Im using pender with builders hammer and book of the dead 5

Wait its fine i realized the secret and beat it with ritic flags and the gift of the trees

you spelled “realize” wrong.

Oh ok. I don’t know why they deleted the autocorrect from the forum

realise vs realize

1 Like

Should do warrior vs warrior only allowed cuz range is not fair for Illia. And nick is smart enough to beat her using the hardest way. So I’ll give him the most credit, and he’s contributed to helping me build this level. :stuck_out_tongue:

I was actually talking to @Chaboi_3000 in the hints.

but you got it correct anyway.

I got her health down to 4000 using this code:

// Should fill in some default source
function Fight(unit){
    if (unit) {
        if (hero.canCast("chain-lightning")) {
            hero.cast("chain-lightning", unit);
        }else if(hero.isReady("bash")){
                 hero.bash(unit);
                 hero.shield();
        }else{
                hero.attack(unit);
                hero.shield();
        }
    }
}
function Command(){
    var enemy = hero.findNearestEnemy();
    if (hero.gold > hero.costOf("archer")) {
        hero.summon("soldier");
        var archers = hero.findByType("archer");
        for(var i = 0; i < archers.length; i += 1){
            var archer = archers[i];
            if(archer) {
                hero.command(archer, "attack", enemy);
            }
        }
    }
}
while(true) {
    var enemy = hero.findNearestEnemy();
    Fight(enemy);
    Command();
}

using runesword, boss star III, deflector, obsidian helmet, and worn dragonplate armor.

I think you need the max armor to beat Illia ;(

@Chaboi_3000 if you increase the lifespan of the level, you only need the deflector (and some non-max armor) and boss star IV to beat it.

and you need the sword of the temple guard.

Nah I won’t increase the lifespan, since Nick and I beat it easily with warrior equipment

I said “if”. You don’t have to do it, but people with non-max armor might need it.