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

Furion's Sprout

Status
Not open for further replies.
Level 17
Joined
Mar 21, 2011
Messages
1,597
Hi,
i want to make the Sprout ability from DotA's Furion.
who dont know the ability: Create a tree circle at target location with collision so that you cant go out for x seconds.
i know how to do that with units as trees but not with doodads.
i need help
ty
 
  • T
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
    • Actions
      • Set p1 = (Target point of ability being cast)
      • For each (Integer A) from 1 to 8, do (Actions)
        • Loop - Actions
          • Set p2 = (p1 offset by 150.00 towards (Real((45 x (Integer A)))) degrees)
          • Destructible - Create a Summer Tree Wall at p2 facing (Random angle) with scale 1.00 and variation 0
          • Custom script: call RemoveLocation(udg_p2)
      • Custom script: call RemoveLocation(udg_p1)
 
Status
Not open for further replies.
Top