Jump to content
EN
Play

Forum

old rating


 Share

Recommended Posts

The old rating, that was removed on 19.09.2014 was calculated as per the below formula:

   ___________

√(exp * K/D) + К / 2000 (К = all earned crystals; + 1 to the number of deaths)

 

 

 

if you want to see your old rating again, please paste in console mode the following stroke:

 

alert(tankiRating.user.data.name + ": " + Math.round(Math.sqrt(tankiRating.user.data.score*(tankiRating.user.data.kills/(tankiRating.user.data.deaths+1)))+(tankiRating.user.data.earnedCrystals/2000),0).toString());

  • Like 1

Share this post


Link to post
Share on other sites

What is console mode?

 

Chrome: on the rating page, right click and select "inspect", then select "console" (just after elements), paste the command and press Enter.

 

 

for instance your rating is 1 144

Edited by Bpega
  • Like 1

Share this post


Link to post
Share on other sites

a reminder how to check crystals (and more):

 

after opening the ratings page for a certain account (you can find a player here http://ratings.tankionline.com/en ), right click and select "inspect", then select "console" (just after elements) and write or paste:

tankiRating.user.data

 

unfold if necessary and on the third row (below caughtGolds and deaths) you will see earnedCrystals - the amount that has been accumulated for the account since the beginning of its time in TO.

Edited by Bpega

Share this post


Link to post
Share on other sites

Is higher or lower better?

Higher is better. Increase in experience points, earned crystals and K/D make the number go up..

 

√(exp * K/D) + К / 2000 (К = all earned crystals; + 1 to the number of deaths)

  • Like 1

Share this post


Link to post
Share on other sites

 Share

×
×
  • Create New...