- Joined
- May 9, 2008
- Messages
- 1,446
Hi! I got some problem with Paladons knockback. Its the abillity on the spells screenshot I got problems with, when I cast the spell, it looks fine but when the target has been knockbacked, my hero make the spell again and again, until the unit is dead. And then... no cooldown!? I use the spell again, and the same thing happens, but now with a cooldown. Where can the wrong be? In object editor, or?
Or is it something in this trigger?
Or is it something in this trigger?
-
Depulso WTF COOLDOWN
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Depulso
-
Actions
- Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing (80.00 x (Real((Level of Depulso for (Triggering unit))))) damage of attack type Spells and damage type Normal
- Set KBA_Caster = (Triggering unit)
- Set KBA_TargetUnit = (Target unit of ability being cast)
- Set KBA_StartingPosition = (Position of (Triggering unit))
- Set KBA_Level = (Level of (Ability being cast) for (Triggering unit))
- Set KBA_Speed = 15.00
- Set KBA_DistancePerLevel = 300.00
- Set KBA_SpecialEffects[1] = Abilities\Spells\Undead\OrbOfDeath\OrbOfDeathMissile.mdl
- Trigger - Run Cast A Knockback <gen> (checking conditions)
-
Events