I keep dying, and then the other hero dies, but im not sure how to kill all the clones first without dying.
my code:
while(true) {
var enemy = hero.findNearestEnemy();
if (hero.isReady("cleave")) {
hero.cleave(enemy);
} else {
hero.attack(enemy);
}
}
2 Likes
AnSeDra
2
Can you show me what equipment are you using?
Andrei
3 Likes
Welcome to the forum!
Where is “if enemy”?
3 Likes
AnSeDra
4
What is @PeterPalov trying to say is what happens if there is no enemy?
Andrei
4 Likes
yeah but there is going to be enemies because of the clones at the beginning of the thing
i wish i could get the emperor gloves
AnSeDra
8
How many gems do you have?
Andrei
1 Like
bout 16 hundred, not enough, i need 3300
1 Like
AnSeDra
10
You could jump near the archers then cleve and attack them.
Andrei
2 Likes
Yeah, and maybe shield in the middle of armies. Then when your army beat Clone’s army you can bash, attack.
3 Likes
wow guys thanks a lot this really means a lot to me
1 Like
AnSeDra
13
So have you finished the level?
Andrei
system
Closed
14
This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.