Hey, guys, I think I'd need some assistant again.
My another triggered spell is not work. I'ill post it here so hope someone will be able to help me on it.
This spells is to create Soul at where the hero dies woth the buff "After Life"
So here's the first trigger:

My another triggered spell is not work. I'ill post it here so hope someone will be able to help me on it.
This spells is to create Soul at where the hero dies woth the buff "After Life"
So here's the first trigger:
-
AL Init
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
((Triggering unit) has buff After Life ) Equal to True
-
-
Actions
-
Set AfterLifePoint = (Position of (Triggering unit))
-
Set AfterLife = (Triggering unit)
-
Trigger - Run AL Trigger <gen> (ignoring conditions)
-
-
-
AL Trigger
-
Events
-
Conditions
-
Actions
-
Unit - Create 1 Soul for (Owner of (Triggering unit)) at AfterLifePoint facing Default building facing degrees
-
Unit - Set level of After Life (Heal) for (Last created unit) to (Level of After Life for (Triggering unit))
-
Unit - Add a (5.00 x (Real((Level of After Life for AfterLife)))) second Generic expiration timer to (Last created unit)
-
-
-
Undead Revive
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
((Triggering unit) is A Hero) Equal to True
-
((Owner of (Triggering unit)) Equal to Player 5 (Yellow)) or (((Owner of (Triggering unit)) Equal to Player 6 (Orange)) or (((Owner of (Triggering unit)) Equal to Player 7 (Green)) or ((Owner of (Triggering unit)) Equal to Player 8 (Pink))))
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Triggering unit)) Equal to Zar'thkum'maiz
-
-
Then - Actions
-
Wait (5.00 x (Real((Level of After Life for (Triggering unit))))) seconds
-
Hero - Instantly revive (Triggering unit) at (Center of Undead Revive <gen>), Show revival graphics
-
-
Else - Actions
-
Hero - Instantly revive (Triggering unit) at (Center of Undead Revive <gen>), Show revival graphics
-
Game - Display to (All allies of (Owner of (Triggering unit))) the text: A fallen ganeral ha...
-
-
-
-