i creat two spezial effect in my trigger and after a duration both of them should be deleteed but only one will be deleted in my trigger...
here is it:
here is it:
-
Anger of the Dwarfs
-
Events
- Unit - A unit starts the effect ot an ability
-
Conditions
- (Ability being cast) equal to Anger of the Dwarfs
-
Actions
- Set AngeroftheDwarfs_Caster = (Casting unit)
- Spezial effect - Create a special effect attached to the overhead of AngeroftheDwarfs_Caster using Abilities\Spells\Human\Avatar\AvatarCaster.mdl
- Spezial effect - Create a special effect attached to the left hand of AngeroftheDwarfs_Caster using Abilities\Spells\Orc\Bloodlust\BloodlustTarget.mdl
- Spezial effect - Create a special effect attached to the right hand of AngeroftheDwarfs_Caster using Abilities\Spells\Orc\Bloodlust\BloodlustTarget.mdl
- Animation - Change AngeroftheDwarfs_Caster's size to (110.00%, 110.00%, 110.00%) of its original size
- Animation - Change AngeroftheDwarfs_Caster's vertex coloring to (100.00%, 60.00%, 60.00%) with 0.00% transparency
- Player - Unable Spellbook (Anger of the Dwarfs) for (Owner of AngeroftheDwarfs_Caster)
- Unit - Add Spellbook (Anger of the Dwarfs) to AngeroftheDwarfs_Caster
- Wait 10.00 seconds
- Spezial effect - Destroy (Last created special effect)
- Spezial effect - Destroy (Last created special effect)
- Unit - Remove Spellbook (Anger of the Dwarfs) from AngeroftheDwarfs_Caster
- Animation - Change AngeroftheDwarfs_Caster's size to (65.00%, 65.00%, 65.00%) of its original size
- Animation - Change AngeroftheDwarfs_Caster's vertex coloring to (100.00%, 100.00%, 100.00%) with 0.00% transparency
-
Events