well... it's only work to change the dummy unit z-facing once and if u change it again, it will "flicker to face the wrong direction for an instant" according to that person explanation.http://www.wc3c.net/showthread.php?t=105830
attach the effect to this model and rotate the model as explained there
um... what cyclone?make a dummy which has an animated attachment point which moves exactly as you said and use it for cyclone (unit will automatically be attached to the dummy)
there's dummy unit like that? wow. Gonna make a search for it.there also is a dummy somewhere which has 180 animations (every animation is rotated by 2 degrees) and this way has no flickering but you can't turn in all directions and you will have to attach an effect to it as well
um... what cyclone?
there's dummy unit like that? wow. Gonna make a search for it.
but still, i can't make a random unit rotating in z-axis...
well, cyclone rotate the target unit in xy-axis.nightelf druids have a spell called "cyclone"
it uses a model with attachment point (which you can look up under the spells buffs) to make the target of ability fly and rotate
you can replace that model with your own one to have any movement you want
after the spell is done you should move the target with trigger because you just get the animation but no movement from cyclone alone
it will greatly reduce the portability of the spell...every time i add unit or model, or change it, i need to go into that hashtable and change it. very inconvenient.you can save the model of every unit type in for example a hashtable and load it as you need it
well, cyclone rotate the target unit in xy-axis.
it will greatly reduce the portability of the spell...every time i add unit or model, or change it, i need to go into that hashtable and change it. very inconvenient.
with many wc3 default model and find nothing that can make the unit to 'roll'. well, I think I'll use the custom model for this... just change the cyclone a bit.that's why I said you need a custom animated model for it
with cyclone you can move any unit in the pattern you animated
my laziness suggest me to not do it . well, I'll use the first method.but imho it is not much work
you will need one line of code per unit but for every unit you create you will have much more work than just setting a single line to something
also you can use the data for other cool spells
and maybe someone can write you a script to extract all these data for you