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

  Sections

  Player Information

Player Profile

Steam Community Avatar
Germany Ancient
Location: Merzig, Germany
Steam: STEAM_0:0:32713633
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:* Sat. Jun. 1st, 2024 @ 23:00:22
Total Connection Time: 3d 10:47:51h
Average Ping:* -
Favorite Server:* HL2F #2 | TEAM DEATHMATCH [NoSteam] | hl2forever.ru
Favorite Map:* dm_biohazard_cal
Favorite Weapon:* Shotgun

Statistics Summary

Activity: 92% 92%
Points: 10,929
Rank: 24
Kills per Minute: 1.57
Kills per Death: 1.9260 (1.83*)
Headshots per Kill: 0.0000 (0.0000*)
Shots per Kill: -
Weapon Accuracy: 0.0% (0%*)
Headshots: 0 (0*)
Kills: 7,804 (640*)
Deaths: 4,052 (350*)
Longest Kill Streak: 33
Longest Death Streak: 11
Suicides: 292
Teammate Kills: 0 (0*)

  History Ancient's History:
  Events | Sessions | Awards (8) | 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: Brigadier
Brigadier
73.866666666667% Kills needed: 196 (74%)
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


  Awards (hover over image to see name)

Ribbons
Connection Time - Supreme Supreme 357 Supreme AR2 Supreme Combine Ball Supreme Xbow Supreme Crowbar Supreme Grenade Supreme Headshotter Supreme Lowpinger Most Kills - Supreme Supreme Physbox Supreme Physics Supreme Pistol Supreme RPG Award of Shotgun Supreme Slam Supreme SMG Supreme SMG Grenade Supreme Stunstick Most Suicides - Supreme
Global Awards


  Псевдонимы

Rank Ник Время Был в использовании sort-descending.gif Убийств Смертей КПД Хедшотов Соотн. Самоубийств Точность
1 Ancient 3d 08:32:57h 2024-06-02 21:04:43 7,612 3,901 1.95 0 0.00 289 0.0%
2 unique 0d 02:10:06h 2023-05-12 21:24:52 186 144 1.29 0 0.00 2 0.0%
3 [DEU]unique 0d 00:04:48h 2022-12-10 00:55:28 6 7 0.86 0 0.00 1 0.0%




  Действия игрока *





ERROR
Database Error

Server Address: localhost
Server Username: byxue_hl2f_stats

Error Diagnostic:
Bad query.

Server Error: (1226) User 'byxue_hl2f_stats' has exceeded the 'max_queries_per_hour' resource (current value: 185000)

Last SQL Query:
		SELECT
			IFNULL(hlstats_Teams.name, hlstats_Events_ChangeTeam.team) AS name,
			COUNT(hlstats_Events_ChangeTeam.id) AS teamcount,
			ROUND(COUNT(hlstats_Events_ChangeTeam.id) / IF(116 = 0, 1, 116) * 100, 2) AS percent
		FROM
			hlstats_Events_ChangeTeam
		LEFT JOIN
			hlstats_Teams
		ON
			hlstats_Events_ChangeTeam.team = hlstats_Teams.code
		LEFT JOIN
			hlstats_Servers
		ON
			hlstats_Servers.serverId = hlstats_Events_ChangeTeam.serverId
		WHERE
			hlstats_Teams.game = 'hl2dm_2' 
			AND hlstats_Servers.game = 'hl2dm_2' 
			AND hlstats_Events_ChangeTeam.playerId = 350893 
			AND
			(
				hidden <> '1'
				OR hidden IS NULL
			)
		GROUP BY
			hlstats_Events_ChangeTeam.team
		ORDER BY
			teamcount desc,
			name desc