HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: Studio089.de
Home Page:
Activity: 85.83% 85.83%
Members: 6 active members (14 total)
Avg. Member Points: 130,176
Total Kills: 212,253
Total Deaths: 212,305
Avg. Kills: 35,376
Kills per Death: 1.00
Kills per Minute: 1.71
Total Connection Time: 86d 09:36:37h
Avg. Connection Time: 14d 09:36:06h
Favorite Server:* -= GG-Studio089.de =- Turbo GunGame Simpsons
Favorite Map:* gg_churches_x_final_fixed
Favorite Weapon:* Steyr Scout
Player Locations

  Members

Rank Name sort-descending.gif Points Activity Time Kills Clan Kills % Deaths Kpd
1  GermanyJennabolika 121,604 11d 17:10:35h 32,867 15.48% 34,968 0.94
2  SwitzerlandHiddigeigei 166,408 7d 06:38:08h 22,747 10.72% 18,487 1.23
3  GermanyFrau.Maulwurfツ 65,626 7d 08:57:42h 12,389 5.84% 19,291 0.64
4  GermanyDonDaCapo2 28,997 1d 16:05:33h 1,764 0.83% 2,637 0.67
5  Germanyalkoholkonsum 191,273 24d 00:01:26h 51,263 24.15% 48,989 1.05
6  United kingdomAds 207,146 34d 08:43:13h 91,223 42.98% 87,933 1.04




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 6,782 times 6,782
2 Double Kill (2 kills) 137 times 137
3 for WIN the Round! 133 times 6,650
4 Triple Kill (3 kills) 74 times 148
5 Domination 49 times 245
6 Domination (4 kills) 36 times 108
7 Revenge 22 times 66
8 Rampage (5 kills) 14 times 56
9 Ownage (7 kills) 4 times 24
10 Mega Kill (6 kills) 4 times 20
11 Ultra Kill (8 kills) 1 times 7




  Victims of Player-Player Actions *

Rank Action Times Victimized sort-descending.gif Points Bonus
1 Revenge 110 times -330
2 Domination 34 times -170




  Team Selection *

Rank Team Joined sort-ascending.gif Percentage of Times %
1 Counter-Terrorist 211 times 23.87%
2 Terrorist 216 times 24.43%




ERROR
Database Error

Server Address: localhost
Server Username: hl1148

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=1427
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'css'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc