• 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.

Help with spell

Status
Not open for further replies.
Level 4
Joined
Mar 15, 2009
Messages
70
i wan make a spell like storm bolt but it hit 3 times every time i cast it and it deal diffrent damage every hit
plz help me
 
Level 4
Joined
Mar 15, 2009
Messages
70
stun target let say
1st bolt deal 10 dmg stun 0.5 sec
2nd bolt deal 8 dmg stun 0.3 sec
3rd bolt deal 5 dmg stun 0.1 sec
 
Sec I'll make a picture.

spell idea.png

Like this?
 
Uff... well then..

You need to know what is a trigger and a dummy.

You need to trigger the spell using trigger editor. make a new trigger and name it.

And it gives you events/conditions/actions

First you set the event to "unit startrs the effect of an ability"

Condition: Ability being cast equal to <your base ability here>

Now you need to create a dummy, go to object editor and make new unit(take footman)

now remove the model and write .mdx in the model path, remove the shadow, turn off collision disable attack, give locust and invulnerable abilities to it.

Actions: here you set some locations where you create a dummy.
as you create a dummy give abilities to it (one with 10 damage second with 8 damage...)
Then you order it to cast those abilities on the targeted unit.

Sorry its hard do explain everything, you should read some tutorials about mapping, triggering.

You can find some really good tutorials here in Tutorial sections =)
 
Status
Not open for further replies.
Top