• 🏆 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 1st skill

Status
Not open for further replies.

hdm

hdm

Level 9
Joined
Nov 19, 2011
Messages
384
http://www.hiveworkshop.com/forums/world-editor-help-zone-98/furions-sprout-212249/

EDIT: In other words
  • Sprout
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • Ability being cast equal to (Sprout)
    • 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)
EDIT2: Credits to -Kobas-
 
Last edited:
Status
Not open for further replies.
Top