Skip to main content

MK Catcher

Automatically destroys the tree a Monkey King is sitting on using tree-cutting items โ€” kills the tree so the enemy can't stay perched on it.


Location in the menuโ€‹

Utility (ะฃั‚ะธะปะธั‚ั‹)  โ†’  MK Catcher

What it doesโ€‹

The script tracks all units with the active Tree Dance ability (monkey_king_tree_dance) โ€” i.e. Monkey Kings perched on a tree โ€” and automatically uses a selected tree-cutting item on that tree to knock the hero down.

Target detectionโ€‹

  • The script finds the tree the Monkey King is standing on via the ability's TargetTree component.
  • By default it only works against enemy MKs. The Use on ally option also lets it knock down an allied Monkey King.
  • A particle marker (a Skywrath Mage effect) is drawn above the target tree to visually indicate the detected target.

Conditions for using an itemโ€‹

The script uses an item only when your hero is:

  • alive;
  • not stunned;
  • not invulnerable;
  • not invisible;
  • not waiting on a cooldown from the previous use.

Using an itemโ€‹

The script iterates over the selected items in priority order and uses the first available one (not on cooldown, in the inventory) on the tree.

If the hero is not within the item's cast range and the Use blink option is enabled, the script first uses Blink Dagger to move the hero closer to the tree (to a point from which the item will reach), and only then uses the cutter. If Blink is unavailable or doesn't reach the required point, the action is skipped.

The Blink jump distance is calculated based on the cutter's cast range: the hero jumps exactly far enough to be within reach, but no farther than Blink's maximum radius.


Settingsโ€‹

Menu itemTypeDefaultDescription
StateToggleOnEnables/disables the script.
Use on allyToggleOffIf enabled, the script also knocks an allied Monkey King off a tree.
Use blinkToggleOffIf the target is out of reach โ€” use Blink Dagger to close the distance before using the item.
Item destroyer treeItem selectorAll onList of items that can cut trees. Each entry can be enabled or disabled individually. Available items: Quelling Blade, Tango, Tango (single), Battle Fury.