I didn't start wc3 modding that long ago, but I've been learning quickly (due to my mastery of the StarCraft editor). I'm trying to trigger some spells, but...
I'm having a problem where, when my hero casts a spell (psi restore), the trigger sometimes doesn't go off.
He casts the spell, and about 50% of the time the healing trigger doesn't work.
The trigger looks like this :
I'm having a problem where, when my hero casts a spell (psi restore), the trigger sometimes doesn't go off.
He casts the spell, and about 50% of the time the healing trigger doesn't work.
The trigger looks like this :
-
Psi Restore
-
Events
-
Unit - A unit starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Psi Restore
-
-
Actions
-
Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing (a negative number) damage of attack type Spells and damage type Force
-