• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

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