Kunkka AutoStacker
Automatically stacks neutral camps with Kunkka's Torrent โ finds a suitable camp and casts at the right moment.
Location in the menuโ
Utility (ะฃัะธะปะธัั) โ Kunkka AutoStacker
What it doesโ
The script tracks the Torrent ability on all controllable Kunkka heroes and automatically stacks neutral camps. On every game tick the script looks for a camp where Torrent can be placed so that the creeps leave the spawn box โ and casts on its own.
Stacking logicโ
For each camp a number of conditions is checked:
- The camp is not occupied by an enemy hero, a friendly (non-neutral) creep or a ward;
- The camp has living neutral creeps that are not in the process of spawning;
- All camp creeps are at the same height level (creeps that "fell" through the terrain are excluded);
- The creeps' center of mass is within Torrent's cast range;
- The creeps fit inside the ability's AoE, accounting for each one's collision radius.
Cast point โ the geometric center of mass of the camp's creeps.
Timing: the script casts only within a narrow window before the minute mark, calculated by the formula:
offset = (cast_point + activation_delay + 0.7 + ping / 1000)
Where 0.7 is the approximate time it takes the creeps to be lifted. The cast happens when the offset falls within the (0, 0.15) second interval from the start of the last second of the minute cycle. This makes the creeps leave the camp box exactly at the minute mark so they stack.
After a successful cast the script pauses for cast_delay + 30 ms to avoid duplicating the command.
The script does not work during the first minute of the game (before 60 seconds).
Camp visualizationโ
Camps available for stacking are shown on the map as circles:
- ๐ข Green โ the nearest camp that will be stacked next (and Torrent is already queued to cast);
- ๐ก Yellow โ the nearest camp where the ability is already being applied (sleeper active);
- ๐ด Red โ other stackable camps within vision.
When Show visuals globally is enabled, the markers are visible for all suitable camps on the map, not just those within the hero's cast range.
Settingsโ
| Menu item | Type | Default | Description |
|---|---|---|---|
| State | Toggle | Off | Enables/disables automatic stacking and camp visualization. |
| Show visuals globally | Toggle | On | When enabled โ camp markers are shown across the whole map. When disabled โ only within Torrent's cast range. |