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

stun and DoT

Status
Not open for further replies.
Level 4
Joined
Jan 3, 2012
Messages
60
How do i make a spell stun target, and make it damage unit over time, only by using triggers and not using storm bolt to stun? :)
 
Level 25
Joined
May 11, 2007
Messages
4,650
Use the channel spell as a base ability, set it to targeted point.
Create a trigger, create a dummy unit (with BASH set to 100%) next to the targeted unit of the ability being cast.
Order the dummy unit to attack the targeted unit of ability being cast.
Create a different dummy with the SHADOW STRIKE ability and order it to cast it on the targeted unit of ability being cast.

Cleanup leaks.
 
Level 18
Joined
May 11, 2012
Messages
2,108
Use the channel spell as a base ability, set it to targeted point.
Create a trigger, create a dummy unit (with BASH set to 100%) next to the targeted unit of the ability being cast.
Order the dummy unit to attack the targeted unit of ability being cast.
Create a different dummy with the SHADOW STRIKE ability and order it to cast it on the targeted unit of ability being cast.

Cleanup leaks.

That'll do, too.
 
Level 4
Joined
Jan 3, 2012
Messages
60
Thank you LordDz
The stun works great, but yea as Wietlol says i want the DoT to scale with agility. How do i do that?
 
Level 24
Joined
Aug 1, 2013
Messages
4,658
Then you probably want to use real triggering for that.

My Effect Over Time System (link in signature) is in my opinion the most advanced solution to these things.
There is an in-build expansion for damage over time to make the use of that relatively often used feature easier.

You should look at the examples in that map and try to make this one.
Because you already have a buff, (the stun one,) you can use that buff and no buff holder to link that buff to the damage.
 
Status
Not open for further replies.
Top