Can you give a link to the match? I don’t see a lot of important information on your screenshot.
You win, Just wrong health points. There is even “MOONWATCHER348 WINS” sign
The screenshot in the middle shows it’s a loss, i think this is what he is talking about
That’s not what I mean, I mean the small screenshot, like @Aya said above… why do I “lose” there
Great Arena! What does the score mean?
It means how many of your “players” got to the other side and scored
Oh ok! Thanks for the tip! I just got #1
while True:
for monster in hero.findTheirPlayers(0):
if monster[name] == 'charger':
hero.summon("charger", 0)
It says error or protected property May anyone check this code please, thanks a lot!
Try monster.type
(20)
Not exactly, it means how many score points you get. As in Basketball you can get 2 or 3 points per shot.
As for the “small” screenshot – don’t take too much attention to it. Its a problem with changing versions so maybe they won against you with previous version of code.
Hmmm, so during spectating does it use the code from before, or the submitted code?
Well I have a ton of losses like that, and it’s making me be in the top 200 instead of the top 50… (just estimating here)
Just in the spectating round, not in the ranking
It uses the last submitted code.
You don’t know that, the ELO system doesn’t work so
Can you maybe add something like hero.findEnemyPlays()
?