| 09-07-2003, 02:53 AM | #1 |
ok I have this spell im making called Ice Spirl based on Frost Nova.... What i want it to do is make some Ice crystals about 50 above the hero and spiral down in a circle to his feet. Only problem is i dont know how to set the height of a special. So if any one knows how to do this I would apriciate the help. Thank you. |
| 09-07-2003, 03:06 PM | #2 |
You can't. You could make a unit with the ice crystal model, making it flying, and do a trigger to make severel, and slowly rotate them round the target while lowering their flying hieght |
| 09-07-2003, 05:00 PM | #3 |
jepp thats it: you create a new unit, give it the ice crystal model and the locust ability (then its not considered a unit.. unselectable and no collision size) then you create them all with a trigger (that will be fun for you!) and give them all a high flying height (animation) over 0 seconds. then make a little wait trigger [0.5 secs - wait (game) action] and finally again "animations - height" action that gives them 0 over 2-3 seconds... the give the inner of the circle less time and the other one more but if u are good with all the array and do for each integer a stuff it shouldnt be THAT much work... >_< |
