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

  Clan Information

Statistics Summary
Clan: RSPKTSCHELLE
Home Page:
Activity: 80.62%
Members: 16 active members (24 total)
Avg. Member Points: 20,927
Total Kills: 106,838
Total Deaths: 73,241
Avg. Kills: 6,677
Kills per Death: 1.46
Kills per Minute: 0.69
Total Connection Time: 107d 21:51:56h
Avg. Connection Time: 6d 17:51:59h
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  Switzerlandϻafia elorank 39,834 8d 00:09:51h 13,386 12.53% 4,422 3.03
2  GermanyLe`FuXx elorank 32,210 9d 03:09:35h 12,301 11.51% 5,690 2.16
3  GermanyTyson elorank 30,547 23d 11:16:06h 21,457 20.08% 16,545 1.30
4  Germanyᶨᵘᶨᵘ ♥ elorank 29,731 5d 09:06:50h 6,263 5.86% 2,877 2.18
5  GermanyALKOHOLISIERT g1NNNNNNNNNNNNNN^ elorank 26,544 11d 09:59:07h 11,203 10.49% 9,522 1.18
6  Germany©PPG»Taubsi»®© elorank 25,825 5d 13:29:51h 5,936 5.56% 3,356 1.77
7  GermanySchwento elorank 25,195 11d 00:03:43h 8,887 8.32% 7,396 1.20
8  Germany[PL] Apfelasch elorank 22,872 8d 03:29:22h 8,088 7.57% 5,356 1.51
9  Germany戦士 M K C | #Gooolazo elorank 19,774 7d 15:01:23h 4,873 4.56% 5,310 0.92
10  Germanymonu elorank 19,086 3d 15:41:40h 3,242 3.03% 2,696 1.20
11  GermanySchnappii elorank 18,074 1d 10:51:23h 2,045 1.91% 985 2.08
12  Germany// kαɾL´s rush elorank 17,299 6d 11:12:56h 2,883 2.70% 4,900 0.59
13  GermanyNebu elorank 16,329 5d 05:18:29h 5,292 4.95% 3,222 1.64
14  GermanyMachtel_2104 TTV elorank 8,987 1d 07:03:25h 912 0.85% 908 1.00
15  Germanyn1 elorank 1,353 0d 01:23:52h 51 0.05% 36 1.42
16  GermanyS 1 N O X x elorank 1,170 0d 00:34:23h 19 0.02% 20 0.95




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 3,448 times 3,448
2 Double Kill (2 kills) 1,123 times 1,123
3 Triple Kill (3 kills) 537 times 1,074
4 Pick up the Bomb 530 times 1,590
5 Drop the Bomb 272 times -816
6 Plant the Bomb 222 times 1,332
7 Domination (4 kills) 192 times 576
8 Rampage (5 kills) 83 times 332
9 Start Defusing the Bomb With a Defuse Kit 77 times 0
10 Defuse the Bomb 51 times 510
11 Mega Kill (6 kills) 37 times 185
12 Ownage (7 kills) 7 times 42
13 Ultra Kill (8 kills) 1 times 7




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 398 times 29.31%
2 Counter-Terrorist 389 times 28.65%




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