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

[Trigger] parchet trigger

Status
Not open for further replies.
Level 13
Joined
Sep 24, 2007
Messages
1,023
i was wondering if anyone could make a trigger for me that if you call for a paradrop and you have engouh resouses a group of units maybe 30-60 seconds later are droped down randomly within 700 range of the unit that called it down
 
Level 9
Joined
Apr 14, 2007
Messages
437
okay, whats with you and your randomness? ill do the trigger for you:

  • Paradrop
    • Events
      • Unit - A unit Finishes casting an ability
    • Conditions
      • (Ability being cast) Equal to Your Spell
    • Actions
      • Set temp_location = (Position of (Casting unit))
      • Set temp_unit = (Casting unit)
      • Wait 30.00 seconds
      • Unit - Create 40 Your Unit for (Owner of (Casting unit)) at ParadropperPoint facing Default building facing degrees
      • Custom script: call RemoveLocation(udg_temp_location)
      • Custom script: call RemoveUnit(udg_temp_unit)
edit: btw, you mispelled parachute...and if the trigger doesnt do what you want, then tell me what you want it to do exactly
 
Last edited:
Status
Not open for further replies.
Top