HLstatsX Community Edition
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Clan Information

Statistics Summary
Clan: ITA$
Home Page:
Activity: 63.00% 63.00%
Members: 4 active members (4 total)
Avg. Member Points: 918
Total Kills: 1,188
Total Deaths: 1,244
Avg. Kills: 297
Kills per Death: 0.95
Kills per Minute: 1.11
Total Connection Time: 0d 17:47:20h
Avg. Connection Time: 0d 04:26:50h
Favorite Server:* GravityGunOnly|Buff GravGun|Stats
Favorite Map:* dm_ob_killbox_gravity_gun
Favorite Weapon:* Physics
Player Locations

  Members

Rank Name sort-ascending.gif Points Activity Time Kills Clan Kills % Deaths Kpd
1  Italy|ITA$| Cookie Monster 712 63% 0d 05:22:49h 334 28.11% 28.11% 370 0.90
2  Italy|ITA$| ☜Aиtoиiиo☞ 642 63% 0d 03:15:56h 262 22.05% 22.05% 275 0.95
3  Italy|ITA$|alucard 1,526 63% 0d 02:59:16h 245 20.62% 20.62% 214 1.14
4  Italy|ITA$|Orange Drop 791 63% 0d 06:09:19h 347 29.21% 29.21% 385 0.90




  Player Actions *

Rank Action Achieved sort-ascending.gif Points Bonus
1 Killing Spree (9 kills) 1 times 8
2 Monster Kill (10 kills) 1 times 9
3 God Like (12+ kills) 2 times 22
4 Ownage (7 kills) 2 times 12
5 Mega Kill (6 kills) 8 times 40
6 Rampage (5 kills) 13 times 52
7 Domination (4 kills) 23 times 69
8 Triple Kill (3 kills) 71 times 142
9 Double Kill (2 kills) 153 times 153




ERROR
Database Error

Server Address: 172.17.0.1
Server Username: ggo

Error Diagnostic:
Bad query.

Server Error: ()

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