Tormentor ESP
Displays the Tormentor's state on the screen and minimap with a timer until its appearance/respawn.
Menu locationโ
Visual (ะะธะทัะฐะปั) โ Tormentor (ะขะตัะทะฐัะตะปั)
What it doesโ
The script tracks the Tormentor object (Miniboss) on the map and shows:
- An icon above the Tormentor's position on the main screen: while alive โ the
miniboss_alleviationability icon, after death โminiboss_unyielding_shield. - A timer next to the icon: a countdown until the first appearance, until the end of the active phase, or until the next night cycle (5 minutes = one night).
- A progress arc around the icon โ shows the fraction of remaining time as a green arc.
- An icon on the minimap: blue color โ the Tormentor is alive, red โ dead.
Timer logicโ
- Until the first appearance (by default 20 minutes of game time, set by the
dota_tormentor_spawn_timevariable) โ a countdown runs from the start of the game. - If the Tormentor is active (the TormentorPhaseEndTime phase is not finished) โ the time until the end of this phase is shown.
- After the phase ends, the timer switches to the night cycle: a countdown until the end of the current 5-minute night window.
- The respawn time between phases is taken from
dota_tormentor_respawn_time_base(by default 10 minutes).
Attack notification on the minimapโ
When the Tormentor takes damage with reflection (the miniboss_damage_reflect particle), an animated pulsating wave appears on the minimap โ a visual signal that someone is attacking the Tormentor.
Ping on the minimap on state changeโ
When the Tormentor dies or changes its position (side change) โ the script automatically places a ping on the minimap and plays the General.Ping sound (if the "Notify on minimap" option is enabled).
Settingsโ
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Enables/disables the entire script. |
| Notify on minimap | Toggle | On | On the Tormentor's death or position change, places a ping on the minimap with a sound signal. |
| Icon size | Slider | 0 | Additional icon size. Base size is 44px, the slider adds from 0 to 50px on top. Range: 0โ50. |
| Mode images | Dropdown | Circle | Display shape of the icon and progress arc: Circle โ round shape with an arc around the circumference; Square โ square shape with radial fill. |