• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Different BladeStorm spell art

Status
Not open for further replies.
Level 2
Joined
May 30, 2004
Messages
7
This is a lil hard to explain but, what I want is, is change the appearance of the bladestorm's tornado to look like the "Water Tornado" model you can download on this site. I hope it doesnt involve model editing =/. Please help.
 
Level 11
Joined
Jul 12, 2005
Messages
764
you could try setting the unit's vertex color to blue with triggers:
trigger #1
event:
unit start the effect of an ability
cond:
ability = Bladestorm
action:
set BladeStormUnit=triggering unit
change triggering unit's vertex color to 0, 0, 100, 0

trigger #2
event:
unit finishes casting an ability (or ends channeling i dunno)
cond:
triggering unit = BladeStormUnit
action:
change triggering unit's vertex color to 100, 100, 100, 0


if it doesn't work, you must edit the model...
 
Level 3
Joined
May 20, 2006
Messages
29
You'd have to edit the model if you wanted it to really be like the water tornado. The bladestorm is a perfect cylinder, and is grey. Another way would be to edit the spell itself and make a buff that attaches the water tornado to the origin point of the blademaster. Those two and triggering are the only ways i can think of to get it to work.
 
Status
Not open for further replies.
Top