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

dummy casting an ability

Status
Not open for further replies.
Level 17
Joined
Mar 21, 2011
Messages
1,611
hi
i made an ability with a casting time of 2 seconds.
after this 2 seconds, the skill deals damage based on intelligence and gives the target a buff where it gets slowed.
well the damage source is done with trigger
  • Unit - Cause FrostBlast_Caster to damage FrostBlast_Target[FrostBlast_Integer], dealing ((Real((Intelligenz of FrostBlast_Caster (include bonuses)))) x 2.00) damage of attack type Spell and damage type Normal
for the slow: i created a dummy unit at the same time i damage the unit and let it cast "slow" on the target.

my problem is that the slow takes more time to cast then the damage.
that means after the 2 seconds, the target takes damage and 0.3 seconds later the dummy casts his skill.

is there any opportunity to make the dummy cast faster??
ty
 
Status
Not open for further replies.
Top