Warcraft III resources & community, 2003–2006 · archived

Whirlwind spell ^^

15 posts
#1

Whirlwind spell ^^

Hello ! I try to create spell who is the same of the whirlwind spell of the blademaster

Can you help me for create this spell please :?:
#2
Tell us what is your problem with the basic Whirlwind spell...
What do you want your spell to do? You didn't write any starting point.
#3
it's right ^^ I want to do a spell who make the same think of whirlwind . A whirlwind for another unit of the blademaster
#4
Ah...ok, understood. The problem is that, the Blademaster has the animation "spin", and the other units doesn't. That's what the Whirlwind spell uses as effect.
#5
I know but it is not possible to circumvent the problem or to do it with the JASS? or by putting a model :?:
#6
You would have to make or requst a model with a simple anim added to it:
Attack Walk Stan Spin (or whatever it is)
The other option is to add these 2 triggers:
Events:
A unit sarts casting an ability
Conditions:
Ability is equal to bladestorm
Actions
Add Triggering unit to Unitgroup_variable

Trigger 2:
Events
Every .05 seconds
Conditions
Actions
Pick every unit in Unitgroup_variable and do actions:
Make picked unit face ((Facing of Picked unit) + 18)

Of course, it may look extremely bizarre or funny, and I'm not sure if the unit can move in that way, but there you have it. 2 options. Hope I helped!
--donut3.5--
#7
a unit will not turn that fast, i already tried it before...
#8
Actually, if you added in
Unit- - Change Triggering Unit's Turn speed to 100
I bet it would.
But I'm not positive.
--donut3.5--
#9
Thank i'm going to try this solutiion and i tell you if is good ^^
#10
:arrow: Can you make a tutorial map please because my unit don't turn ^^
#11
How to remove the red whirlwind effect on the blademaster ?
#12
i'm not sure, but maybe remove the animation tag "spin" from the Whirlwind spell's Spell Animations (or sthg like that, it's in the first or second line)
#13
ok i tray this ^^
#14
paskovichi'm not sure, but maybe remove the animation tag "spin" from the Whirlwind spell's Spell Animations (or sthg like that, it's in the first or second line)

Noo... you have to remove the ribbon emmitters from the model.
--donut3.5--
#15
Thank Donut 3.5 ^^