Fight Illia Shieldsmith!

if he’s going to get released with the volcano world, people all should have max equipment LOL

Well if Illia is getting released then she’ll be on the humans’ side, not the ogres side. The ogres will need max equipment :stuck_out_tongue:

Finaly got her, and i dont even get a reward?
Just kidding, i had my fun in playing the level, even when it WAS hard. :sunglasses:

This is a nice level for shocking my newbiefriends: “You think, this is hard (refering to a level in Kithgard, wich is a problem for them)? Then lokk at this one!”
Whoever made this level, i wanna thank and curse this person (since i cant do the second, i stay with the first).

I didn’t saw any bugs and would say, the level is ready for release.

Greets

Eek, I hope you don’t curse me…But it’s good to hear that you enjoyed it :wink: (The reason I made this level was to test Ilia’s strength.)

Will she realy be so strong when the player plays her?

hopefully
:wink:
it’ll help us

Probably not that much, but with the abilities, I’m sure she’ll beat the Illia in this level

you mean like in clash of clones? where the evil lllia doesn’t have abilities but the good lllia does? also how do you pronounce “lllia”?

i also have a code that doesn’t work. it needs arryn stonewall. see if it works with different armor. i used the worn dragonplate set, sowrd of the temple guard, deflector, ring of earth, flags, and the wooden builder’s hammer. \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/

hero.moveXY(3,16)
while True:
    enemy = hero.findNearestEnemy()
    friends = hero.findFriends()
    flag = hero.findFlag("green")
    flag0 = hero.findFlag("violet")
    flag1 = hero.findFlag("black")
    f = hero.distanceTo(enemy)
    x=enemy.pos.x-40
    if flag:
        hero.pickUpFlag(flag)
        hero.buildXY("fence",flag.pos.x,flag.pos.y)
    elif flag0:
        hero.pickUpFlag(flag0)
        hero.buildXY("fire-trap", flag0.pos.x, flag0.pos.y)
    elif flag1:
        hero.pickUpFlag(flag1)
    if hero.gold>=hero.costOf("soldier"):
        hero.summon("soldier")
        for friend in friends:
            hero.command(friend,"attack",enemy)
    if hero.isReady("throw") and enemy.f<=55:
        hero.throw(enemy)
    if hero.isReady("earthskin"):
        hero.cast("earthskin", hero)

Try to spawn some archers (“THATS a lot of damage!”). Search the secret in the hints. Attack by yourself and dont use this hammer. Shield, bash, attack, use chainlightning.

You need to use everything you have!

1 Like

I defeat her with using this code but with enamled dragonplate helmet and enamled dragonplate(okar stompfoot)and with boss star 4

Hey guys! I’ll soon add her abilities to her attacks. :slight_smile:

1 Like

Hi. I just defeated her with the free hero


With this equipment

I think it can be done with worse armour and boss star 3. Sie did no damage to me at all and I summoned archers.
It really was a challenge! :slight_smile:

Yeah like you sure think i was a challenge.

hero.buildXY("bear-trap", 14, 28)
while True:
    enemy = hero.findNearestEnemy()
    self.attack(enemy)

You still are a challenge… :smile:
Danny

1 Like

I mean the level not me

it’s so easy, trap her and repeatly attack her. I beat it with no armor, you just need kithsteel blade and possiblely boss star 2

1 Like

You got this tactic from me!!! :unamused:

1 Like

hehe, btw for me, she walked out of the trap

Do u know why? i dont get it