HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: Studio089.de
Home Page:
Activity: 86.00% 86.00%
Members: 6 active members (14 total)
Avg. Member Points: 130,247
Total Kills: 212,282
Total Deaths: 212,321
Avg. Kills: 35,380
Kills per Death: 1.00
Kills per Minute: 1.71
Total Connection Time: 86d 10:04:03h
Avg. Connection Time: 14d 09:40:40h
Favorite Server:* -= GG-Studio089.de =- Turbo GunGame Simpsons
Favorite Map:* gg_gs_shoddy
Favorite Weapon:* Steyr Scout
Player Locations

  Members

Rank Name sort-ascending.gif Points Activity Time Kills Clan Kills % Deaths Kpd
1  United kingdomAds 207,146 34d 08:43:13h 91,223 42.97% 87,933 1.04
2  Germanyalkoholkonsum 191,273 24d 00:01:26h 51,263 24.15% 48,989 1.05
3  GermanyDonDaCapo2 29,050 1d 16:19:07h 1,766 0.83% 2,640 0.67
4  GermanyFrau.Maulwurfツ 65,626 7d 08:57:42h 12,389 5.84% 19,291 0.64
5  SwitzerlandHiddigeigei 166,784 7d 06:52:00h 22,774 10.73% 18,500 1.23
6  GermanyJennabolika 121,604 11d 17:10:35h 32,867 15.48% 34,968 0.94




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 6,945 times 6,945
2 Double Kill (2 kills) 141 times 141
3 for WIN the Round! 138 times 6,900
4 Triple Kill (3 kills) 76 times 152
5 Domination 50 times 250
6 Domination (4 kills) 37 times 111
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-descending.gif Percentage of Times %
1 Terrorist 222 times 24.45%
2 Counter-Terrorist 217 times 23.90%




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