- Joined
- Jun 2, 2009
- Messages
- 1,233
Hello everyone. I have a skill like this in my map. It was working without any issues since today. When hero casts spell or uses item, this skills works for the spell and item because i have to adds something like "GDD damage source is ATTACKING" is there a way to prevent this issue?
-
Viceclaws
-
Events
-
Game - GDD_Event becomes Equal to 0.00
-
-
Conditions
-
(Level of Viceclaws // for GDD_DamageSource) Greater than 0
-
(Facing of GDD_DamageSource) Greater than or equal to ((Facing of GDD_DamagedUnit) - 55.00)
-
(Facing of GDD_DamageSource) Less than or equal to ((Facing of GDD_DamagedUnit) + 55.00)
-
(GDD_DamagedUnit is A structure) Equal to False
-
(GDD_DamagedUnit is Mechanical) Equal to False
-
-
Actions
-
Trigger - Turn off (This trigger)
-
Set Viceclaws_Damage_Real = (80.00 x (Real((Level of Viceclaws // for GDD_DamageSource))))
-
Unit - Cause GDD_DamageSource to damage GDD_DamagedUnit, dealing Viceclaws_Damage_Real damage of attack type Spells and damage type Sonic
-
Special Effect - Create a special effect attached to the chest of GDD_DamagedUnit using Objects\Spawnmodels\Human\HumanBlood\HumanBloodKnight.mdl
-
Special Effect - Destroy (Last created special effect)
-
Trigger - Turn on (This trigger)
-
-