HLstatsX Community Edition
  • Contents
  • Search
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: [The ba
Home Page:
Activity: 94.00% 94.00%
Members: 3 active members (3 total)
Avg. Member Points: 60,621
Total Kills: 8,706
Total Deaths: 11,777
Avg. Kills: 2,902
Kills per Death: 0.74
Kills per Minute: 0.88
Total Connection Time: 6d 20:10:27h
Avg. Connection Time: 2d 06:43:29h
Favorite Server:* -= GG-Studio089.de =- Turbo GunGame Simpsons
Favorite Map:* gg_bunker
Favorite Weapon:* Steyr Scout
Player Locations

  Members

Rank Name Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  France[The bastards] Selassi 67,416 2d 14:29:15h 3,288 37.77% 4,125 0.80
2  France[The bastards] Psyco 57,658 2d 16:51:23h 3,213 36.91% 5,373 0.60
3  Spain[The bastards] thxraph 56,788 1d 12:49:49h 2,205 25.33% 2,279 0.97




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 20,270 times 20,270
2 for WIN the Round! 355 times 17,750
3 Double Kill (2 kills) 188 times 188
4 Triple Kill (3 kills) 91 times 182
5 Revenge 39 times 117
6 Domination 26 times 130
7 Domination (4 kills) 24 times 72
8 Rampage (5 kills) 13 times 52
9 Pick up the Bomb 5 times 10
10 Mega Kill (6 kills) 5 times 25
11 Drop the Bomb 5 times -10
12 Ultra Kill (8 kills) 1 times 7
13 Ownage (7 kills) 1 times 6
14 Killing Spree (9 kills) 1 times 8




  Victims of Player-Player Actions *

Rank Action Times Victimized sort-descending.gif Points Bonus
1 Revenge 225 times -675
2 Domination 74 times -370




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Terrorist 962 times 49.21%
2 Counter-Terrorist 14 times 0.72%




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=2117
			AND (hidden <>'1' OR hidden IS NULL)
			AND hlstats_Roles.game = 'css'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc