@xython how did u do it??? I ****ing died at 5000 hp!!!
hmmmm, ARE YOU A HACKER @xython
Guys, please do not post “I see you typing”. It is rude, adds a lot of clutter to the topic and please keep in mind, it will send a notification to everyone who has replied to the topic. I get enough notifications already, as it is…thank you
No, I’m not a hacker. If you read this : [Adventurer] Brown Noise and many other posts you will maybe understand how to do this.
In science, Brownian noise also known as Brown noise
I think @xython is da best coder, he beat all levels without buying anything and has over 30000 gems
No, the best coders left CodeCombat around the time the last level was published
wow cool you know a lot @xython and i agree with @EpicCoder999 your the best right now
How, show code.want to understand
ya @xython show us the awesome code
yea do it, do it for all ur fans
yes do it show us the awesomeness of @xython
plz? plz? ur da best
yes u r “da super duper best”
Bonjour a tous
J’ai reussi le niveau sans avoir le bonus. Aprés une matiné a chercher par moi meme, avec un guerrier. Je me suis interreser, a la question et regardé sur discourse un indice. Alors j’ai vu qu’en utilisant Ritic et la fameuse dague on pouvait tuer un skelette. Je me suis dit " bon allons chercher ce fameux ranger. Mais impossible de faire une attaque derriere son dos. Il y a t il une commande que j’aurai oublié?
Merci a ceux qui pourront m’aiguiller
How about ‘blink’?
If you still need help, please post your code, properly formatted. This link will help you learn how: [Essentials] How To Post/Format Your Code Correctly
Merci pour ton aide. Je vais essayer dès à présent.
Je n’arrive pas à l’utiliser correctement. Je viens d’avoir Ritic, et c’est pour cela que je dois avoir du mal. Voici les 1ere lignes de code jusqu’au premier Skeleton.
<
pet.moveXY(22, 28)
hero.moveXY(25, 9)
hero.moveXY(28, 21)
pet.distractionNoise()
hero.moveXY(28, 29)
pet.distractionNoise()
enemy = hero.findNearestEnemy()
if enemy and hero.isReady(“backstab”) and hero.isReady(“blink”):
hero.blink(enemy)
hero.backstab(enemy)
J’avais vraiment envie de finir Brown Noise, avec le bonus. J’ai donc acheter des gemmes pour cela.
En temps normal, je n’aime pas donner d’argent pour des “jeux” ou “application”, mais je vois codeCombat tout autrement. L’argent donner pour eux, certes en échange de gemme, serviront pour le dévellopement de celui-ci.
Merci a toi pour ton aide, en attendant je vais essayer de continuer a chercher par moi meme. C’est en faisant des erreurs qu’on apprend.
Alors j’ai essayé ceci, mais j’ai l’impression que le héro ne trouve pas le “skeleton” ducoup c’est pour cela qu’il ne veut pas l’attaquer:
pet.moveXY(32, 28)
hero.moveXY(9, 23)
pet.distractionNoise()
enemy = hero.findNearestEnemy()
if enemy:
hero.blink(hero.pos)
hero.backstab(enemy)
Voici la syntaxe: