HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: Studio089.de
Home Page:
Activity: 96.83% 96.83%
Members: 6 active members (14 total)
Avg. Member Points: 131,554
Total Kills: 212,977
Total Deaths: 212,935
Avg. Kills: 35,496
Kills per Death: 1.00
Kills per Minute: 1.70
Total Connection Time: 86d 18:17:39h
Avg. Connection Time: 14d 11:02:56h
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 209,594 34d 11:57:09h 91,569 42.99% 88,220 1.04
2  Germanyalkoholkonsum 193,967 24d 01:58:59h 51,457 24.16% 49,127 1.05
3  SwitzerlandHiddigeigei 166,784 7d 06:52:00h 22,774 10.69% 18,500 1.23
4  GermanyJennabolika 123,924 11d 18:59:00h 32,972 15.48% 35,099 0.94
5  GermanyFrau.Maulwurfツ 65,551 7d 09:30:39h 12,423 5.83% 19,322 0.64
6  GermanyDonDaCapo2 29,503 1d 16:59:52h 1,782 0.84% 2,667 0.67




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 11,594 times 11,594
2 for WIN the Round! 240 times 12,000
3 Double Kill (2 kills) 222 times 222
4 Triple Kill (3 kills) 114 times 228
5 Domination 82 times 410
6 Domination (4 kills) 54 times 162
7 Revenge 35 times 105
8 Rampage (5 kills) 22 times 88
9 Mega Kill (6 kills) 9 times 45
10 Ownage (7 kills) 4 times 24
11 Ultra Kill (8 kills) 3 times 21
12 Unstoppable (11 kills) 1 times 10




  Victims of Player-Player Actions *

Rank Action Times Victimized sort-descending.gif Points Bonus
1 Revenge 186 times -558
2 Domination 55 times -275




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 358 times 24.76%
2 Counter-Terrorist 338 times 23.37%




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