HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: Studio089.de
Home Page:
Activity: 81.71% 81.71%
Members: 7 active members (15 total)
Avg. Member Points: 136,423
Total Kills: 315,699
Total Deaths: 272,104
Avg. Kills: 45,100
Kills per Death: 1.16
Kills per Minute: 1.97
Total Connection Time: 111d 12:56:34h
Avg. Connection Time: 15d 22:25:13h
Favorite Server:* -= GG-Studio089.de =- Turbo GunGame Simpsons
Favorite Map:* gg_simpsons_house
Favorite Weapon:* Steyr Scout
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  United kingdomAds 205,312 34d 04:11:08h 90,648 28.71% 87,488 1.04
2  GermanyCoke2709 193,936 26d 00:14:47h 104,332 33.05% 61,055 1.71
3  Germanyalkoholkonsum 188,600 23d 20:46:42h 50,931 16.13% 48,717 1.05
4  SwitzerlandHiddigeigei 165,433 7d 05:20:05h 22,581 7.15% 18,376 1.23
5  GermanyJennabolika 116,504 11d 13:47:33h 32,477 10.29% 34,586 0.94
6  GermanyFrau.Maulwurfツ 66,003 7d 06:13:54h 12,168 3.85% 19,039 0.64
7  Germanym0zz 19,175 1d 10:22:25h 2,562 0.81% 2,843 0.90




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 14,895 times 14,895
2 Double Kill (2 kills) 430 times 430
3 for WIN the Round! 356 times 17,800
4 Triple Kill (3 kills) 196 times 392
5 Domination 142 times 710
6 Domination (4 kills) 99 times 297
7 Rampage (5 kills) 39 times 156
8 Revenge 34 times 102
9 Mega Kill (6 kills) 20 times 100
10 Ultra Kill (8 kills) 7 times 49
11 Ownage (7 kills) 6 times 36
12 Killing Spree (9 kills) 4 times 32
13 Unstoppable (11 kills) 1 times 10
14 Monster Kill (10 kills) 1 times 9




  Victims of Player-Player Actions *

Rank Action Times Victimized sort-descending.gif Points Bonus
1 Revenge 226 times -678
2 Domination 53 times -265




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 459 times 26.95%
2 Terrorist 384 times 22.55%




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