Questions
-
How are players tracked? Or, why is my name listed more than once?
-
How is the "points" rating calculated?
-
What are all the weapon points modifiers?
-
How can I set my real name, e-mail address, and homepage?
-
My rank is embarrassing. How can I opt out?
Answers
Players are tracked by Unique ID. Your Unique ID is the last two sections of your Steam ID (X:XXXX).
A player may have more than one name. On the Player Rankings pages, players are shown with the most recent name they used in the game. If you click on a player's name, the Player Details page will show you a list of all other names that this player uses, if any, under the Aliases section (if the player has not used any other names, the Aliases section will not be displayed).
Your name may be listed more than once if somebody else (with a different Unique ID) uses the same name.
You can use the
Search function to find a player by name or Unique ID.
A new player has 1000 points. Every time you make a kill, you gain a certain amount of points depending on a) the victim's points rating, and b) the weapon you used. If you kill someone with a higher points rating than you, then you gain more points than if you kill someone with a lower points rating than you. Therefore, killing newbies will not get you as far as killing the #1 player. And if you kill someone with your knife, you gain more points than if you kill them with a rifle, for example.
When you are killed, you lose a certain amount of points, which again depends on the points rating of your killer and the weapon they used (you don't lose as many points for being killed by the #1 player with a rifle than you do for being killed by a low ranked player with a knife). This makes moving up the rankings easier, but makes staying in the top spots harder.
Specifically, the equations are:
Killer Points = Killer Points + (Victim Points / Killer Points)
× Weapon Modifier × 5
Victim Points = Victim Points - (Victim Points / Killer Points)
× Weapon Modifier × 5
Plus, the following point bonuses are available for completing objectives in some games:
Counter-Strike 2
| Action |
Player Action |
PlayerPlayer Action |
Team Action |
World Action |
Player Reward |
Team Reward |
| All Counter-Terrorists eliminated |
No |
No |
Yes |
No |
0 |
|
| All Terrorists eliminated |
No |
No |
Yes |
No |
0 |
|
| Become the VIP |
Yes |
No |
No |
No |
+1 |
|
| Counter-Terrorists defused the bomb |
No |
No |
Yes |
No |
0 |
|
| Counter-Terrorists rescued all the hostages |
No |
No |
Yes |
No |
0 |
|
| Defuse the Bomb |
Yes |
No |
No |
No |
+10 |
|
| Domination |
No |
Yes |
No |
No |
+5 |
|
| Domination (4 kills) |
Yes |
No |
No |
No |
+3 |
|
| Double Kill (2 kills) |
Yes |
No |
No |
No |
+1 |
|
| Drop the Bomb |
Yes |
No |
No |
No |
-2 |
|
| God Like (12+ kills) |
Yes |
No |
No |
No |
+11 |
|
| Headshot |
Yes |
No |
No |
No |
+1 |
|
| Kill a Hostage |
Yes |
No |
No |
No |
-15 |
|
| Killing Spree (9 kills) |
Yes |
No |
No |
No |
+8 |
|
| Mega Kill (6 kills) |
Yes |
No |
No |
No |
+5 |
|
| Monster Kill (10 kills) |
Yes |
No |
No |
No |
+9 |
|
| Ownage (7 kills) |
Yes |
No |
No |
No |
+6 |
|
| Pick up the Bomb |
Yes |
No |
No |
No |
+2 |
|
| Plant the Bomb |
Yes |
No |
No |
No |
+10 |
|
| Rampage (5 kills) |
Yes |
No |
No |
No |
+4 |
|
| Rescue a Hostage |
Yes |
No |
No |
No |
+5 |
|
| Revenge |
No |
Yes |
No |
No |
+3 |
|
| Round MVP |
Yes |
No |
No |
No |
0 |
|
| Saved the target |
No |
No |
Yes |
No |
0 |
|
| Spawn with the Bomb |
Yes |
No |
No |
No |
+2 |
|
| Start Defusing the Bomb With a Defuse Kit |
Yes |
No |
No |
No |
+2 |
|
| Start Defusing the Bomb Without a Defuse Kit |
Yes |
No |
No |
No |
+1 |
|
| Terrorists assassinated the VIP |
No |
No |
Yes |
No |
0 |
|
| Terrorists bombed the target |
No |
No |
Yes |
No |
0 |
|
| Touch a Hostage |
Yes |
No |
No |
No |
0 |
|
| Triple Kill (3 kills) |
Yes |
No |
No |
No |
+2 |
|
| Ultra Kill (8 kills) |
Yes |
No |
No |
No |
+7 |
|
| Unstoppable (11 kills) |
Yes |
No |
No |
No |
+10 |
|
| VIP escaped |
No |
No |
Yes |
No |
0 |
|
Showing:
Counter-Strike 2 Note: The player who triggers an action may receive both the player reward and the team reward.
Weapon points modifiers are used to determine how many points you should gain or lose when you make a kill or are killed by another player. Higher modifiers indicate that more points will be gained when killing with that weapon (and similarly, more points will be lost when being killed
by that weapon). Modifiers generally range from 0.00 to 2.00.
| ERROR |
Database Error
Error Diagnostic:
Bad query.
Server Error: (1146) Table 'hlstatsz.hlstats_Weapons' doesn't exist
Last SQL Query:
SELECT
hlstats_Games.name AS gamename,
hlstats_Weapons.code,
hlstats_Weapons.name,
hlstats_Weapons.modifier
FROM
hlstats_Weapons
INNER JOIN
hlstats_Games
ON
hlstats_Games.code = hlstats_Weapons.game
AND hlstats_Games.hidden = '0'
WHERE hlstats_Games.code = 'cs2'
ORDER BY
code ASC
|