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

  Clan Information

Statistics Summary
Clan: RSPKTSCHELLE
Home Page:
Activity: 83.64%
Members: 25 active members (36 total)
Avg. Member Points: 27,880
Total Kills: 200,756
Total Deaths: 132,374
Avg. Kills: 8,030
Kills per Death: 1.52
Kills per Minute: 0.69
Total Connection Time: 201d 17:51:16h
Avg. Connection Time: 8d 01:40:27h
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  Germany. J o k e r J o e # elorank 56,719 16d 04:28:26h 22,458 11.19% 8,662 2.59
2  GermanyLe`FuXx elorank 49,611 14d 10:27:36h 19,284 9.61% 9,006 2.14
3  Irelandred_bairn elorank 49,333 25d 03:28:26h 28,397 14.15% 15,675 1.81
4  Germanyᶨᵘᶨᵘ ♥ elorank 47,748 11d 08:32:14h 13,316 6.63% 5,986 2.22
5  Germany[PL] Apfelasch elorank 45,104 15d 18:01:17h 15,513 7.73% 9,911 1.57
6  Austria✪plexx♛[♥] elorank 42,815 5d 13:37:24h 7,143 3.56% 2,980 2.40
7  GermanySchwento elorank 40,457 21d 08:37:27h 17,386 8.66% 14,113 1.23
8  GermanyNebu elorank 39,436 12d 04:31:46h 12,512 6.23% 7,647 1.64
9  Germanyg1N^ elorank 36,262 21d 02:06:37h 20,097 10.01% 17,383 1.16
10  Germany©PPG»Taubsi»®© elorank 33,729 7d 20:48:36h 8,283 4.13% 4,827 1.72
11  GermanySaiya'7 elorank 33,536 9d 23:15:43h 9,519 4.74% 7,060 1.35
12  GermanyDaDa Life elorank 26,500 5d 01:27:05h 4,565 2.27% 3,774 1.21
13  Germany// k a r L ´s Я ∪ s h elorank 25,211 13d 01:49:33h 5,540 2.76% 9,706 0.57
14  SwitzerlandBorutoo elorank 24,913 2d 07:19:59h 2,162 1.08% 1,663 1.30
15  GermanyVOGELSBERGER <AᵗzεHᵃʰᵑ> elorank 20,723 4d 10:31:41h 3,141 1.56% 2,745 1.14
16  Germanymonu elorank 20,600 3d 22:18:04h 3,467 1.73% 2,880 1.20
17  GermanyS 1 N O X x elorank 20,557 1d 23:02:01h 1,877 0.93% 1,384 1.36
18  Germany@Master of Butcher elorank 19,975 4d 23:48:57h 1,888 0.94% 3,634 0.52
19  GermanyHEADSHEET © elorank 17,003 1d 12:05:38h 1,206 0.60% 953 1.27
20  Germanyrkiii elorank 16,277 0d 21:07:21h 1,012 0.50% 592 1.71


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 6,830 times 6,830
2 Double Kill (2 kills) 2,075 times 2,075
3 Triple Kill (3 kills) 1,107 times 2,214
4 Pick up the Bomb 989 times 2,967
5 Drop the Bomb 569 times -1707
6 Domination (4 kills) 443 times 1,329
7 Plant the Bomb 362 times 2,172
8 Rampage (5 kills) 186 times 744
9 Start Defusing the Bomb With a Defuse Kit 158 times 0
10 Defuse the Bomb 115 times 1,150
11 Mega Kill (6 kills) 56 times 280
12 Ownage (7 kills) 22 times 132
13 Killing Spree (9 kills) 3 times 24
14 Ultra Kill (8 kills) 2 times 14
15 Start Defusing the Bomb Without a Defuse Kit 1 times 0




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 708 times 29.17%
2 Counter-Terrorist 693 times 28.55%




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