HLstatsX Community Edition
  • Contents
  • Search
  • SourceBans
  • Forum
  • Help

  Clan Information

Statistics Summary
Clan: 개못해
Home Page:
Activity: 100.00%
Members: 1 active members (1 total)
Avg. Member Points: 1,145,068
Total Kills: 219,860
Total Deaths: 8,934
Avg. Kills: 219,860
Kills per Death: 24.61
Kills per Minute: 4.46
Total Connection Time: 34d 05:23:03h
Avg. Connection Time: 34d 05:23:03h
Favorite Server:* [KR] 봇전쟁 (플레이어 VS 봇) ☆★
Favorite Map:* de_dust2
Favorite Weapon:* Kalashnikov AK-47
Player Locations

  Members

Rank Name Rank Points sort-descending.gif Activity Time Kills Clan Kills % Deaths Kpd
1  Korea, republic ofHero elorank 1,145,068 34d 05:23:03h 219,860 100.00% 8,934 24.61




  Player Actions *

Rank Action Achieved sort-descending.gif Points Bonus
1 Headshot 38,515 times 38,515
2 Domination 4,342 times 21,710
3 Round MVP 2,056 times 0
4 God Like (12+ kills) 983 times 10,813
5 Ownage (7 kills) 725 times 4,350
6 Ultra Kill (8 kills) 541 times 3,787
7 Start Defusing the Bomb With a Defuse Kit 488 times 0
8 Mega Kill (6 kills) 474 times 2,370
9 Defuse the Bomb 415 times 4,150
10 Domination (4 kills) 409 times 1,227
11 Killing Spree (9 kills) 400 times 3,200
12 Rampage (5 kills) 392 times 1,568
13 Touch a Hostage 350 times 0
14 Monster Kill (10 kills) 335 times 3,015
15 Unstoppable (11 kills) 305 times 3,050
16 Triple Kill (3 kills) 304 times 608
17 Double Kill (2 kills) 299 times 299
18 Rescue a Hostage 236 times 1,180
19 Kill a Hostage 61 times -915
20 Start Defusing the Bomb Without a Defuse Kit 4 times 0
21 Revenge 2 times 6




  Victims of Player-Player Actions *

Rank Action Times Victimized sort-descending.gif Points Bonus
1 Revenge 268 times -804
2 Domination 2 times -10




  Team Selection *

Rank Team Joined sort-descending.gif Percentage of Times %
1 Counter-Terrorist 733 times 42.20%




ERROR
Database Error

Server Address: localhost
Server Username: hlstatsx

Error Diagnostic:
Bad query.

Server Error: (1055) Expression #5 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'hlstatsx.hlstats_Frags_as_res.killsTotal' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

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