HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Clan Information

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




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 6,878 times 6,878
2 Double Kill (2 kills) 138 times 138
3 for WIN the Round! 134 times 6,700
4 Triple Kill (3 kills) 75 times 150
5 Domination 50 times 250
6 Domination (4 kills) 39 times 117
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 112 times -336
2 Domination 34 times -170




  Team Selection *

Rank Team Joined sort-ascending.gif Percentage of Times %
1 Counter-Terrorist 211 times 23.60%
2 Terrorist 221 times 24.72%




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