Radiuses
Displays attack, ability and item radiuses for heroes, towers, the Lone Druid bear and runes, and also lets you draw arbitrary circles around your own hero.
Menu locationโ
Visual (ะะธะทัะฐะปั) โ Radiuses (ะ ะฐะดะธััั)
What it doesโ
The script draws circular indicators (radiuses) over the game world using the particle system. It works in several independent modes, each of which is enabled separately.
Heroesโ
For every hero on the map (except illusions) the script automatically adds a personal node with settings to the menu. For each hero you can enable:
- Attack radius โ shown as a separate toggleable control. When enabled, a sub-node appears with settings for color, fill, style and team filter.
- Ability and item radiuses โ each ability and item is shown as a toggle icon (ImageSelector). By default only
item_blink(Blink Dagger) is enabled. When an ability is enabled, a sub-node appears with color, fill, style and team filter.
Clones are shown with the suffix (clone) in their name. If there are several heroes with the same name in the game, the player ID is added.
Towersโ
Displays the attack radius of both teams' towers. At night, tier 1 towers (tower1) automatically use the reduced night vision radius instead of the daytime one.
In addition: a line from the tower to its current attack target (a red line), which is only shown if the target is alive, visible and within attack range.
Bear (Lone Druid โ Spirit Bear)โ
Same as for heroes: separate settings for the bear's attack radius and its abilities.
Runesโ
Shows the fixed rune pickup radius โ 140 units โ as a filled circle. The radius is not adjustable; only the color can be changed.
Custom radiusesโ
5 slots (Radius #1 โ Radius #5) for drawing arbitrary circles around your own hero. Each slot is configured independently. They are shown only while your hero is alive.
Settingsโ
Generalโ
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Master switch for the script. When disabled, all radiuses are hidden. |
Heroesโ
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | Off | Enables radius display for heroes. |
Each hero gets a personal sub-node with settings:
| Option | Type | Default | Description |
|---|---|---|---|
| Attack | Toggle | Off | Show this hero's attack radius. |
| Attack settings โ Color | Color picker | Green, 50% transparency | Color of the attack radius circle. |
| Attack settings โ Fill | Toggle | Off | Fill the inner area of the attack radius. |
| Attack settings โ Style | Dropdown | Normal | Line style: Normal (a regular circle) or Rope. |
| Attack settings โ Team | Dropdown | Only controllable | For whom to show the attack radius: Allies and enemies / Only enemies / Only allies / Only controllable. |
| Ability/item icons | Toggle icons | Only Blink Dagger | Choose which abilities and items to draw a radius for. |
| [Ability] โ Color | Color picker | Green, 50% transparency | Color of the selected ability's radius. |
| [Ability] โ Fill | Toggle | On | Fill the inner area. |
| [Ability] โ Style | Dropdown | Normal | Style: Normal or Rope. |
| [Ability] โ Team | Dropdown | Only controllable | Team filter. |
Towersโ
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Show tower attack radiuses. |
| Fill | Toggle | Off | Fill the inner area of the radius. |
| Target | Toggle | On | Draw a red line from the tower to its current attack target. |
| Team | Dropdown | Only enemies | Whose towers to display: Allies and enemies / Only enemies / Only allies. |
| Style | Dropdown | Normal | Line style of the circle: Normal or Rope. |
| Ally color | Color picker | Green, 50% transparency | Color of allied tower radiuses. Hidden when "Only enemies" is selected. |
| Enemy color | Color picker | Red, 50% transparency | Color of enemy tower radiuses. Hidden when "Only allies" is selected. |
Bearโ
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | Off | Enables radiuses for the Spirit Bear. |
| Attack | Toggle | Off | Show the bear's attack radius. |
| Attack settings โ Color | Color picker | Green, 50% transparency | Color of the attack radius. |
| Attack settings โ Fill | Toggle | On | Fill the inner area. |
| Attack settings โ Style | Dropdown | Normal | Line style. |
| Attack settings โ Team | Dropdown | Only controllable | Team filter. |
| Bear ability icons | Toggle icons | All disabled | Choose which of the bear's abilities to draw radiuses for. |
| [Ability] โ Color | Color picker | Green, 50% transparency | Color of the ability radius. |
| [Ability] โ Fill | Toggle | Off | Fill the inner area. |
| [Ability] โ Style | Dropdown | Normal | Line style. |
| [Ability] โ Team | Dropdown | Only controllable | Team filter. |
Runesโ
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | Off | Show the rune pickup radius (140 units, fixed). |
| Color | Color picker | Aqua | Fill color of the pickup radius circle. |
Customโ
Five independent slots (Radius #1 โ Radius #5) for arbitrary circles around your own hero.
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | Off (On for Radius #1) | Enable this custom radius. |
| Fill | Toggle | Off | Fill the inner area. |
| Radius | Slider | Depends on slot number | Circle size in game units. Range: 100โ5000. For #1 โ 800, #2 โ 1600, #3 โ 2400, #4 โ 3200, #5 โ 4000 (calculated as 1200 * idx / 1.5). |
| Style | Dropdown | Normal | Line style: Normal or Rope. |
| Color | Color picker | Green | Color of the circle. |