This is a very simple guide but is usually helpful to people
First open client.java
Search for this
Code:
out.write(playerRights);
Replace all of that with this code
Code:
if (playerRights == 3) {
out.write(2); //Crown fixup
} else {
out.write(playerRights); // mod level
}
Remember this is only for Player Rights 3 players only
Yes I know this is a very short tutorial
Thanks, =)






