I was killing mobs and after killing about 10 zombies 2 skelletons and 1 endermen I died with level 14 xp. when I died the YOU DIED! screen popped up with the options respawn and quit to title. there was also the score but it displayed 0
what I expected to happen:the game would show me my real score.
what actually happened:It showed 0
steps to reproduce:
1. kill mobs
2. die
3. look at the score
Attachments
Comments 12
We cannot change the priority. It can only be voted on by the users I believe. I voted it up. From what I can tell, only Mojang has the ability to change priority and to close/resolve/fix issues.
Erik, according to the wiki, Markus fixed the score in Beta 1.9pre2. http://www.minecraftwiki.net/wiki/Score
However, I've just force updated to 1.3.2 and haven't been able to achieve a score yet. All of my tests have been acquiring 1 level of XP (which should be a score of 1) and then drowning. I have not gone a full day/night cycle. Testing that to see if that is the issue.
Did it work in multiplayer in 1.2.5? Maybe it was broken when singleplayer and multiplayer were merged?
I did a bit of debugging in MCP. The server updates the score, but doesn't send it to the client. Also the score isn't saved/loaded.
I made a small mod that fixes this bug. I attached it here (MC-66-fix.zip).
@mojang I modified packet 43 (0x2B) to also include the current score and moved score saving/loading from EntityPlayerSP (which is never used since 1.3) to EntityPlayer.
Confirmed. Issue persists on 1.4.2 prerelease.