Difference between revisions of "Website Help: Ranking"

From Elma Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
On the rankings page you can see all kinds of rankings. Click a battle type to see rakings for that category only.
+
On this page you can see the battle rankings and who is the best players and teams. There's four type of rankings, each is divided into player and team rankings. In the right most column you can specify the rankings by a special battle type and wether you wanna see overall, yearly, monthly, weekly or dayly ranking. The default setting is normal battle type and overall(all time) ranking.
 +
 
 +
==Ranking==
 +
The ranking list is the main rankings and it's the biggest prestige to be first here. It is calculated after each battle by looking at each player that a certain player has beaten in the battle and doing the following calculation for each of those:
 +
 
 +
NewRanking = OldRanking * (1 + 0.003 * exp(0.001 * (BeatedPlayersRanking - OldRanking)));
 +
 
 +
This basically means that a player get a small amount of points for beating a player with worse ranking than himself, and a bigger amount for beating a player with better ranking than himself.
 +
 
 +
==Wins==
 +
Wins is quite simply the amount of times a player has won a battle.
 +
 
 +
==Exp. Points==
 +
Battle Experience Points is the point system used for battles and mopobattles ect. back in the day. You get simply one point per player you beat plus 1, and plus 1 if you won the battle.
 +
 
 +
==Relative==
 +
The relative ranking uses basically same system as the main rankings but you also lose points according to those players that beat you, like this:
 +
 
 +
 
 +
NewRanking = OldRanking / (1 + 0.003 * exp(0.001 * (BeatedPlayersRanking - OldRanking)));
  
 
[[Category:Website Help]]
 
[[Category:Website Help]]

Revision as of 19:36, 12 March 2010

On this page you can see the battle rankings and who is the best players and teams. There's four type of rankings, each is divided into player and team rankings. In the right most column you can specify the rankings by a special battle type and wether you wanna see overall, yearly, monthly, weekly or dayly ranking. The default setting is normal battle type and overall(all time) ranking.

Ranking

The ranking list is the main rankings and it's the biggest prestige to be first here. It is calculated after each battle by looking at each player that a certain player has beaten in the battle and doing the following calculation for each of those:

NewRanking = OldRanking * (1 + 0.003 * exp(0.001 * (BeatedPlayersRanking - OldRanking)));

This basically means that a player get a small amount of points for beating a player with worse ranking than himself, and a bigger amount for beating a player with better ranking than himself.

Wins

Wins is quite simply the amount of times a player has won a battle.

Exp. Points

Battle Experience Points is the point system used for battles and mopobattles ect. back in the day. You get simply one point per player you beat plus 1, and plus 1 if you won the battle.

Relative

The relative ranking uses basically same system as the main rankings but you also lose points according to those players that beat you, like this:


NewRanking = OldRanking / (1 + 0.003 * exp(0.001 * (BeatedPlayersRanking - OldRanking)));