HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: Studio089.de
Home Page:
Activity: 87.50% 87.50%
Members: 6 active members (14 total)
Avg. Member Points: 130,113
Total Kills: 212,238
Total Deaths: 212,293
Avg. Kills: 35,373
Kills per Death: 1.00
Kills per Minute: 1.71
Total Connection Time: 86d 08:36:44h
Avg. Connection Time: 14d 09:26:07h
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 sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  United kingdomAds 207,146 34d 08:43:13h 91,223 42.98% 87,933 1.04
2  Germanyalkoholkonsum 191,273 24d 00:01:26h 51,263 24.15% 48,989 1.05
3  SwitzerlandHiddigeigei 166,105 7d 06:30:42h 22,740 10.71% 18,485 1.23
4  GermanyJennabolika 121,604 11d 17:10:35h 32,867 15.49% 34,968 0.94
5  GermanyFrau.Maulwurfツ 65,549 7d 08:51:09h 12,381 5.83% 19,282 0.64
6  GermanyDonDaCapo2 28,999 1d 15:19:39h 1,764 0.83% 2,636 0.67




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 6,881 times 6,881
2 Double Kill (2 kills) 144 times 144
3 for WIN the Round! 136 times 6,800
4 Triple Kill (3 kills) 76 times 152
5 Domination 50 times 250
6 Domination (4 kills) 39 times 117
7 Revenge 23 times 69
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 114 times -342
2 Domination 36 times -180




  Team Selection *

Rank Team Joined sort-ascending.gif Percentage of Times %
1 Counter-Terrorist 203 times 23.33%
2 Terrorist 218 times 25.06%




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