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

  Clan Information

Statistics Summary
Clan: RSPKTSCHELLE
Home Page:
Activity: 83.44%
Members: 25 active members (36 total)
Avg. Member Points: 27,878
Total Kills: 200,740
Total Deaths: 132,358
Avg. Kills: 8,030
Kills per Death: 1.52
Kills per Minute: 0.69
Total Connection Time: 201d 17:25:40h
Avg. Connection Time: 8d 01:39:25h
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
21  GermanyĐДЯKŜPΞΞĐЎ[GER] elorank 11,965 0d 16:02:40h 636 0.32% 392 1.62
22  GermanyLuRod elorank 10,966 1d 13:12:00h 1,089 0.54% 1,083 1.01
23  Germanyn1 elorank 4,209 0d 05:26:47h 164 0.08% 145 1.13
24  Germany187iNsaNe elorank 2,245 0d 05:12:42h 86 0.04% 157 0.55
25  GermanyBob Lee elorank 1,103 0d 00:31:16h 15 0.01% 16 0.94


Page: 1 2




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 6,820 times 6,820
2 Double Kill (2 kills) 2,071 times 2,071
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 114 times 1,140
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




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 708 times 29.22%
2 Counter-Terrorist 691 times 28.52%




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