Whirlwind spell ^^

Status
Not open for further replies.
Level 5
Joined
May 21, 2006
Messages
145
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 :?:
 
it's right ^^ I want to do a spell who make the same think of whirlwind . A whirlwind for another unit of the blademaster
 
I know but it is not possible to circumvent the problem or to do it with the JASS? or by putting a model :?:
 
You would have to make or requst a model with a simple anim added to it:
Attack Walk Stan Spin (or whatever it is)
Code:
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:
Code:
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--
 
Status
Not open for further replies.
Back
Top