Does anyone know how to create furion 1st skill from dota?
iamdl iamdl Level 7 Joined Mar 6, 2014 Messages 203 Resources: 8 Resources Icons 1 Spells 7 Jun 7, 2014 #1 Does anyone know how to create furion 1st skill from dota?
hdm hdm Level 9 Joined Nov 19, 2011 Messages 384 Jun 7, 2014 #2 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: Jun 7, 2014
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-