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

[Trigger] I need help making this spell.

Status
Not open for further replies.
Level 2
Joined
Jul 30, 2008
Messages
17
I've got the Events, and Conditions down I just need help with the Actions. Basically I want the spell to:
  • Make a destructible circle around the triggering unit.
  • I need the destructibles to face the triggering unit.(the center)
  • I need the destructibles to have no walkable spaces in between.
  • I need the destructibles to disappear after I use the spell.
  • I'm not sure if it's possible, but I also need it to be offset by 500.
:O It's done! redmarine finished making the spell! :D
  • TRAP
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Avatar
    • Actions
      • For each (Integer A) from 1 to 360, do (Actions)
        • Loop - Actions
          • Set WispWirl[1] = (WispWirl[1] - 1.00)
          • Set TempPoint = ((Position of (Triggering unit)) offset by 500.00 towards WispWirl[1] degrees)
          • Destructible - Create a Tree at TempPoint facing (Facing of (Triggering unit)) with scale 1.00 and variation 0
          • Custom script: call RemoveLocation(udg_TempPoint)
 
Last edited:
Level 17
Joined
May 6, 2008
Messages
1,598
I can do this. Wait a moment.


Going to bed will do this and send you tomorrow.ÄÄ


Could not get it to work. I am sorry.
 
Last edited:
Status
Not open for further replies.
Top