Respawn ESP
Displays the respawn time of dead heroes next to the fountain on the map.
Menu location
Visual (Визуалы) → Maphack (Мапхак) → Respawn (Возрождение)
What it does
The script tracks all dead heroes (your own, enemy, or both — depending on the setting) and draws, right on the map at the fountain, the hero icon with a countdown timer until it respawns.
Display logic
- The icon's position is tied to the hero's actual respawn point in the world (the fountain position), converted to screen coordinates via
WorldToScreen. If the point goes outside the game interface, the icon is not drawn. - A colored frame in the player's color is drawn around the hero icon: rectangular for the Square mode, a circular arc for the Circle mode. In Circle mode the arc is fully filled, and a black arc is drawn over it to show the progress of the remaining time.
- The timer is drawn over the icon in white text. The format depends on the Format time setting:
- If the time is more than 60 seconds and the format is enabled, it is shown as
mm:ss. - If the time is more than 60 seconds and the format is disabled, it is shown in seconds (a whole number).
- If the time is less than 2 seconds, it is shown with one decimal place (for example,
1.3). - In all other cases, a whole number of seconds.
- If the time is more than 60 seconds and the format is enabled, it is shown as
- When less than 1 second remains until respawn, the icon fades out smoothly (its opacity decreases proportionally to the remaining time).
Settings
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Enables/disables the script. |
| Format time | Toggle | On | When enabled, time over 60 seconds is shown in mm:ss format. When disabled, it is always in seconds. |
| Team | Dropdown | Only enemy | Which heroes to show the timer for: Allies and enemy, Only enemy, Only ally. |
| Mode images | Dropdown | Circle | The shape of the frame around the hero icon: Circle — an arc, Square — a rectangle. |
| Additional size | Slider | 22 | Increases the size of the icon and the timer. Range: 0–60. |