• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Tunnel System (Nydus Canal)

This bundle is marked as pending. It has not been reviewed by a staff member yet.
  • Units teleport from Entrance to Exit
  • Entrance building can build Exit building
  • Should work on any patch
Configuration Variables:
TunnelAbilAbility CodeMust be a Build Tiny X ability.
Set Unit Created to the exit building, and Cast Range to whatever you want.
TunnelAllowFlyingBooleanWhether to allow flying units to teleport.
TunnelDelayRealDelay between unit disappearing at entrance and reappearing at exit.
TunnelHashtableHashtable
TunnelRangeRealDistance from Entrance location at which units can be teleported.
TunnelSfxStringSpecial effect displayed on units at entrance and at exit. Leave empty if you don't want an effect.

2020-10-28
- Added missing Filter() function so the script works without vJASS

2020-10-26
- Changed main event from SPELL_CAST to SPELL_EFFECT to fix script failing when there is a delay in starting exit construction

2020-10-21
- Tiny update
Contents

Tunnel System (Map)

Top