Skip to main content

Creep Waves Tracker

Shows enemy creep waves on the map and minimap — the number of creeps in a group and whether a catapult is present — when they are out of vision.


Visual (Визуалы)  →  Maphack (Мапхак)  →  Creep waves tracker (Отслеживание волн крипов)

What it does

The script tracks all enemy lane creeps on the map and groups them into waves. A wave is a set of creeps from one lane located within a radius of 600 units of each other.

The display works only when the creep group is invisible (out of the player team's vision). If at least one creep in the group is visible, the group is not displayed.

Display on the minimap

At the position of the creep group's center, the minimap shows:

  • The number of creeps in the wave (as a digit).
  • A shield icon — if there is a catapult (siege creep) in the wave.

The display depends on the selected Type:

  • Text — the digit for the creep count; if a catapult is present, a shield icon is drawn next to it in a separate color.
  • Icon — the siege creep icon (siege); if a catapult is present, a shield icon is shown.

Display in the game world (on the map)

Above the creep group's position in world space, a panel is shown with:

  • A background — green with a circle for Radiant creeps, red for Dire creeps.
  • A team emoji animation (creepdance for Radiant, creep_complain for Dire).
  • The creep count as a digit (white text).
  • A shield icon (light blue) at the bottom of the panel — if there is a catapult in the wave.

The Only text mode removes the background and emoji, leaving only the creep count digit.

The panel is not drawn over HUD elements: the shop, the minimap, the bottom panel, and the scoreboard.


Settings

General

OptionTypeDefaultDescription
StateToggleOnEnables/disables the script.

Settings world

Display settings on the game map (world space).

OptionTypeDefaultDescription
Only textToggleOffWhen enabled, shows only the creep count digit, without the background and emoji.
SizeSlider0The panel icon/text size in world space. Range: 0–50.

Settings minimap

Display settings on the minimap.

OptionTypeDefaultDescription
TypeDropdownTextDisplay mode: Text — the creep count digit, Icon — the siege creep icon.
SizeSlider0The icon/text size on the minimap. Range: 0–100.
ColorColor pickerAquaThe icon/text color on the minimap.
Siege colorColor pickerLightGrayThe color of the catapult (shield) icon on the minimap.