HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: Studio089.de
Home Page:
Activity: 74.33% 74.33%
Members: 6 active members (14 total)
Avg. Member Points: 128,450
Total Kills: 213,009
Total Deaths: 212,485
Avg. Kills: 35,502
Kills per Death: 1.00
Kills per Minute: 1.72
Total Connection Time: 86d 03:15:25h
Avg. Connection Time: 14d 08:32:34h
Favorite Server:* -= GG-Studio089.de =- Turbo GunGame Simpsons
Favorite Map:* gg_simpsons_house
Favorite Weapon:* Steyr Scout
Player Locations

  Members

Rank Name sort-descending.gif Points Activity Time Kills Clan Kills % Deaths Kpd
1  Germanym0zz 19,175 1d 10:22:25h 2,562 1.20% 2,843 0.90
2  GermanyJennabolika 121,604 11d 17:10:35h 32,867 15.43% 34,968 0.94
3  SwitzerlandHiddigeigei 166,051 7d 06:23:20h 22,725 10.67% 18,479 1.23
4  GermanyFrau.Maulwurfツ 65,450 7d 08:38:25h 12,369 5.81% 19,273 0.64
5  Germanyalkoholkonsum 191,273 23d 23:57:27h 51,263 24.07% 48,989 1.05
6  United kingdomAds 207,146 34d 08:43:13h 91,223 42.83% 87,933 1.04




  Player Actions *

Rank Action Achieved sort-ascending.gif Points Bonus
1 Ultra Kill (8 kills) 2 times 14
2 Ownage (7 kills) 6 times 36
3 Mega Kill (6 kills) 7 times 35
4 Rampage (5 kills) 25 times 100
5 Revenge 42 times 126
6 Domination (4 kills) 75 times 225
7 Domination 94 times 470
8 Triple Kill (3 kills) 148 times 296
9 for WIN the Round! 263 times 13,150
10 Double Kill (2 kills) 321 times 321
11 Headshot 12,823 times 12,823




  Victims of Player-Player Actions *

Rank Action Times Victimized sort-descending.gif Points Bonus
1 Revenge 193 times -579
2 Domination 61 times -305




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 345 times 25.94%
2 Counter-Terrorist 332 times 24.96%




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