Germany | 240 | 33.3333333333 |
No Connection Area Information | 87 | 12.0833333333 |
Poland | 52 | 7.2222222222 |
Romania | 48 | 6.6666666667 |
Hungary | 37 | 5.1388888889 |
Czech Republic | 34 | 4.7222222222 |
Serbia | 30 | 4.1666666667 |
United Kingdom | 25 | 3.4722222222 |
Austria | 23 | 3.1944444444 |
Bulgaria | 23 | 3.1944444444 |
Croatia | 11 | 1.5277777778 |
United States | 11 | 1.5277777778 |
Korea | 9 | 1.25 |
Belgium | 8 | 1.1111111111 |
France | 8 | 1.1111111111 |
Slovakia | 8 | 1.1111111111 |
Turkey | 8 | 1.1111111111 |
Japan | 7 | 0.9722222222 |
Russian Federation | 5 | 0.6944444444 |
Ireland | 4 | 0.5555555556 |
Italy | 4 | 0.5555555556 |
Netherlands | 4 | 0.5555555556 |
Canada | 3 | 0.4166666667 |
Spain | 3 | 0.4166666667 |
Estonia | 2 | 0.2777777778 |
Europe | 2 | 0.2777777778 |
Finland | 2 | 0.2777777778 |
Philippines | 2 | 0.2777777778 |
Portugal | 2 | 0.2777777778 |
Switzerland | 2 | 0.2777777778 |
Afghanistan | 1 | 0.1388888889 |
Australia | 1 | 0.1388888889 |
Bosnia and Herzegovina | 1 | 0.1388888889 |
Hong Kong | 1 | 0.1388888889 |
Iceland | 1 | 0.1388888889 |
Indonesia | 1 | 0.1388888889 |
Israel | 1 | 0.1388888889 |
Luxembourg | 1 | 0.1388888889 |
Montenegro | 1 | 0.1388888889 |
New Zealand | 1 | 0.1388888889 |
Norway | 1 | 0.1388888889 |
Puerto Rico | 1 | 0.1388888889 |
Slovenia | 1 | 0.1388888889 |
Sweden | 1 | 0.1388888889 |
Thailand | 1 | 0.1388888889 |
Ukraine | 1 | 0.1388888889 |
How to:
0. Log into conquerx2
1. On chrome, open Javascript console(Ctrl + Shift + J)
2. Paste the following Javascript code.
function openPlayerNation(usernick)
{var params={"usernick":usernick};jQuery.exec_json('game.loadTargetPlayerData',params,_loadTargetPlayerNation);}
_loadTargetPlayerNation=function (data)
{
if(data&&data.player)
{var player=data.player;var html='';
if(player.not_exist)
{html+='<DIV style="padding:10px;">'+getLanguageString('header_str703')+'</DIV>';}
else
{ document.writeln(player.usernick+','+player.score+','+player.owned_planet_count+','+player.empirename+','+player.nationflag[0]);
document.write("<br>");
}
}
}
3. Type openPlayerNation("Ace"); for all the users..Or write out python code.
No comments:
Post a Comment