• 🏆 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!

How to make spell[AoE Hex]

Status
Not open for further replies.
Level 33
Joined
Mar 27, 2008
Messages
8,035
TRIGGER
  • MH Cast
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Mass Hex
    • Actions
      • Set TargetLoc = (Target point of ability being cast)
      • Custom script: set bj_wantDestroyGroup = true
      • Unit Group - Pick every unit in (Units within 600.00 of TargetLoc) and do (Actions)
        • Loop - Actions
          • Unit - Create 1 Dummy for (Triggering player) at TargetLoc facing Default building facing degrees
          • Unit - Add a 0.10 second Generic expiration timer to (Last created unit)
          • Unit - Order (Last created unit) to Orc Shadow Hunter - Hex (Picked unit)
      • Custom script: call RemoveLocation(udg_TargetLoc)
If you want the test map, download link is below.
 

Attachments

  • Mass Hex.w3x
    14.7 KB · Views: 147
Status
Not open for further replies.
Top