Hey fellas! Was hoping to get some help with a trigger I've been working on. I based my custom spell off the Item Skeleton Summon. Well issue is there's no string to use it. I haven't run into this before and was hoping someone could point me in the right direction. I tried to update the spell's order string to feralspirit and update the trigger to use it but no luck. The spell itself works fine but I can't get the AI to cast it. Thanks!
-
Skeletal Summon
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
(Unit-type of (Attacking unit)) Equal to Lich
-
-
-
activeSkeletalSummon[(Player number of (Owner of (Attacking unit)))] Equal to True
-
(Ability Cooldown Remaining of (Attacking unit) for ability Skeletal Summon ..) Less than or equal to 0.00
-
(Level of Skeletal Summon for (Attacking unit)) Greater than 0
-
-
Actions
-
Unit - Order (Attacking unit) to Orc Far Seer - Feral Spirit.
-
-