HLstatsX Community Edition
  • AIM
  • AWP
  • CODMW
  • DM
  • DMFFA
  • FFAONLYHS
  • DUST2
  • FURIEN
  • FY
  • GUNGAME
  • KNIFE
  • MEGA
  • OLDSCHOOL
  • PAINTBALL
  • SCOUT
  • VANOCNI
  • Contents
  • Search
  • Forum
  • Help

  Sections

  Player Information

Player Profile

Steam Community Avatar
 Archetyp
Location: (Unknown)
Steam: Archetyp
Status: (Unknown)
Click here to add as friend
Karma: In good standing
Member of Clan: (None)
Real Name: (Not Specified)
E-mail Address: (Not Specified)
Home Page: (Not Specified)
Last Connect:* Fri. Aug. 15th, 2025 @ 11:42:52
Total Connection Time: 8d 05:58:58h
Average Ping:* 11 ms (Latency: 6 ms)
Favorite Server:* csko.cz | dust2 only
Favorite Map:* de_dust2
Favorite Weapon:* Arctic Warfare Magnum (Police)

Statistics Summary

Activity: 94% 94%
Points: 63,509
Rank: 139
Kills per Minute: 0.96
Kills per Death: 2.1282 (2.44*)
Headshots per Kill: 0.3567 (0.2565*)
Shots per Kill: 10.09
Weapon Accuracy: 20.4% (23%*)
Headshots: 4,080 (525*)
Kills: 11,437 (2,047*)
Deaths: 5,374 (838*)
Longest Kill Streak: 8
Longest Death Streak: 7
Suicides: 16
Teammate Kills: 0 (0*)

  History Archetyp's History:
  Events | Sessions | Awards (87) | Chat
  Search Find other players with the same name


  Miscellaneous Statistics

Player Trend
Player Trend Graph
Forum Signature


forum sig image

bbCode 1 (phpBB, SMF) | bbCode 2 (IPB) | Direct Image


  Ranks

Current rank: Lieutenant General
Lieutenant General
57.48% Kills needed: 1063 (57%)
Rank history
Recruit Private Private First Class Lance Corporal Corporal Sergeant Staff Sergeant Gunnery Sergeant Master Sergeant First Sergeant Master Chief Sergeant Major Ensign Third Lieutenant Second Lieutenant First Lieutenant Captain Group Captain Senior Captain Lieutenant Major Major Group Major Lieutenant Commander Commander Group Commander Lieutenant Colonel Colonel Brigadier Brigadier General Major General


  Awards (hover over image to see name)

Ribbons
Award of AK47 Supreme Top Assassin Gold AWP Sniper Supremef Desert Eagle Award of Bomb Defuser Supreme Dual Beretta Elites Platinum Fusil Automatique Supreme Galil Bronze Glock Supreme Grenade Supreme Combat Knife Supreme M3 Super Award of Colt M4A1 Supreme MP5 Supremef P90 Award of Bomb Planter Supreme Hostage Rescuer Supreme Scout Elite Bronze USP
Global Awards
AWP


  Player Actions *

Rank Action Earned sort-descending.gif Accumulated Points
1 Headshot 525 times 525
2 Double Kill (2 kills) 293 times 293
3 Triple Kill (3 kills) 174 times 348
4 Domination (4 kills) 88 times 264
5 Spawn with the Bomb 71 times 142
6 Plant the Bomb 52 times 780
7 Drop the Bomb 37 times -74
8 Pick up the Bomb 33 times 66
9 Start Defusing the Bomb With a Defuse Kit 31 times 0
10 Rampage (5 kills) 29 times 116
11 Defuse the Bomb 22 times 330
12 Mega Kill (6 kills) 9 times 45
13 Ownage (7 kills) 3 times 18




  Team Selection *

Rank Team Joined sort-descending.gif % Ratio
1 Counter-Terrorist 57 times 61.96% 61.96%
2 Terrorist 34 times 36.96% 36.96%




ERROR
Database Error

Server Address: 192.168.1.22:3306
Server Username: webik

Error Diagnostic:
Bad query.

Server Error: (1267) Illegal mix of collations (utf8_czech_ci,IMPLICIT) and (utf8_general_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,
			hlstats_Frags_as_res.killsTotal,
			hlstats_Frags_as_res.deathsTotal,
			ROUND(hlstats_Frags_as_res.killsTotal / IF(hlstats_Frags_as_res.deathsTotal = 0, 1, hlstats_Frags_as_res.deathsTotal), 2) AS kpd
		FROM
			hlstats_Events_ChangeRole
		LEFT JOIN
			hlstats_Roles
		ON
			hlstats_Events_ChangeRole.role = hlstats_Roles.code
		LEFT JOIN
			hlstats_Frags_as_res
		ON
			hlstats_Frags_as_res.role = hlstats_Events_ChangeRole.role
		WHERE
			hlstats_Events_ChangeRole.playerId = 5717654
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
			AND hlstats_Roles.game = 'dust2'
		GROUP BY
			hlstats_Events_ChangeRole.role
		ORDER BY
			rolecount desc,
			name desc