HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Clan Information

Statistics Summary
Clan: RSPKTSCHELLE
Home Page:
Activity: 72.20%
Members: 15 active members (22 total)
Avg. Member Points: 21,074
Total Kills: 84,666
Total Deaths: 60,694
Avg. Kills: 5,644
Kills per Death: 1.39
Kills per Minute: 0.67
Total Connection Time: 87d 07:23:57h
Avg. Connection Time: 5d 19:41:35h
Favorite Server:* * SchlachtHof :|: Dust2 Only :|: *Test* // noAim.eu
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  GermanyLe`FuXx elorank 33,142 9d 13:36:47h 12,757 15.07% 5,983 2.13
2  AustriaHalliGalli elorank 31,259 3d 21:54:13h 5,765 6.81% 2,814 2.05
3  GermanySchwento elorank 30,192 13d 06:52:16h 10,830 12.79% 8,937 1.21
4  GermanySaiya'7 elorank 29,351 8d 16:08:55h 8,182 9.66% 6,178 1.32
5  Germany©PPG»Taubsi»®© elorank 29,107 6d 08:04:10h 6,799 8.03% 3,861 1.76
6  Germanyg1N^ elorank 29,037 14d 11:17:40h 14,302 16.89% 12,043 1.19
7  GermanySOX elorank 27,202 5d 08:25:58h 5,082 6.00% 3,349 1.52
8  Germany[PL] Apfelasch elorank 23,899 8d 09:27:39h 8,318 9.82% 5,538 1.50
9  Germany戦士 M K C | #Gooolazo elorank 20,625 7d 21:14:24h 5,037 5.95% 5,490 0.92
10  Germanymonu elorank 19,665 3d 17:50:59h 3,329 3.93% 2,764 1.20
11  GermanyVOGELSBERGER <AᵗzεHᵃʰᵑ> elorank 15,400 3d 06:59:06h 2,424 2.86% 2,057 1.18
12  GermanyLuRod elorank 10,085 1d 10:14:03h 1,019 1.20% 1,009 1.01
13  GermanyS 1 N O X x elorank 8,865 0d 11:50:44h 458 0.54% 337 1.36
14  GermanyUNTERMIETER ;f elorank 7,195 0d 10:44:50h 343 0.41% 317 1.08
15  GermanyEvel elorank 1,085 0d 00:42:13h 21 0.02% 17 1.24




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 2,684 times 2,684
2 Double Kill (2 kills) 930 times 930
3 Pick up the Bomb 477 times 1,431
4 Triple Kill (3 kills) 433 times 866
5 Drop the Bomb 273 times -819
6 Domination (4 kills) 168 times 504
7 Plant the Bomb 167 times 1,002
8 Rampage (5 kills) 66 times 264
9 Start Defusing the Bomb With a Defuse Kit 41 times 0
10 Defuse the Bomb 31 times 310
11 Mega Kill (6 kills) 16 times 80
12 Ultra Kill (8 kills) 4 times 28
13 Ownage (7 kills) 2 times 12




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 297 times 29.15%
2 Terrorist 295 times 28.95%




ERROR
Database Error

Server Address: localhost
Server Username: hlsx

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '='

Last SQL Query:
		SELECT
			IFNULL(hlstats_Roles.name, hlstats_Events_ChangeRole.role) AS name,
			IFNULL(hlstats_Roles.code, hlstats_Events_ChangeRole.role) AS code,
			COUNT(hlstats_Events_ChangeRole.id) AS rolecount,
			ROUND(COUNT(hlstats_Events_ChangeRole.id) / IF(0 = 0, 1, 0) * 100, 2) AS percent,
			killsTotal,
			deathsTotal,
			ROUND(killsTotal/if(deathsTotal=0,1,deathsTotal), 2) AS kpd
		FROM
			hlstats_Events_ChangeRole
		LEFT JOIN
			hlstats_Roles
		ON
			hlstats_Events_ChangeRole.role = hlstats_Roles.code
		LEFT JOIN
			hlstats_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_ChangeRole.serverId
		LEFT JOIN
			hlstats_Frags_as_res
		ON
			hlstats_Frags_as_res.role = hlstats_Events_ChangeRole.role
		LEFT JOIN
			hlstats_Players
		ON
			hlstats_Players.playerId = hlstats_Events_ChangeRole.playerId
		WHERE
			hlstats_Servers.game='css'
			AND hlstats_Players.clan=11
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'css'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc