I want to create a passive spell that heal hp and mana each 8 seconds. Well i almost got it but i have a litte problem,
Anyway, here is the total trigger:
-
(Level of Holy Nova for Paladin) Equal to 1
-
(Level of Holy Nova for Paladin) Equal to 2
-
(Level of Holy Nova for Paladin) Equal to 3
-
(Level of Holy Nova for Paladin) Equal to 4
Anyway, here is the total trigger:
-
Holy Nova
-
Events
-
Time - Each 8 seconds of game time
-
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of Holy Nova for Paladin) Equal to 1
-
-
Then - Actions
-
Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked unit) has buff |c007d7d7dHoly Nova|r ) Equal to True
-
-
Then - Actions
-
Special Effect - Create a special effect at (Position of (Picked unit)) using Abilities\Spells\Orc\Disenchant\DisenchantSpecialArt.mdl
-
Unit - Set life of (Picked unit) to ((Life of (Picked unit)) + 11.00)
-
Unit - Set mana of (Picked unit) to ((Mana of (Picked unit)) + 7.00)
-
Game - Display to (All players) the text: Test successful!
-
-
Else - Actions
-
-
-
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of Holy Nova for Paladin) Equal to 2
-
-
Then - Actions
-
Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked unit) has buff |c007d7d7dHoly Nova|r ) Equal to True
-
-
Then - Actions
-
Special Effect - Create a special effect at (Position of (Picked unit)) using Abilities\Spells\Orc\Disenchant\DisenchantSpecialArt.mdl
-
Unit - Set life of (Picked unit) to ((Life of (Picked unit)) + 16.00)
-
Unit - Set mana of (Picked unit) to ((Mana of (Picked unit)) + 14.00)
-
Game - Display to (All players) the text: Test successful!
-
-
Else - Actions
-
-
-
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of Holy Nova for Paladin) Equal to 3
-
-
Then - Actions
-
Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked unit) has buff |c007d7d7dHoly Nova|r ) Equal to True
-
-
Then - Actions
-
Special Effect - Create a special effect at (Position of (Picked unit)) using Abilities\Spells\Orc\Disenchant\DisenchantSpecialArt.mdl
-
Unit - Set life of (Picked unit) to ((Life of (Picked unit)) + 24.00)
-
Unit - Set mana of (Picked unit) to ((Mana of (Picked unit)) + 23.00)
-
Game - Display to (All players) the text: Test successful!
-
-
Else - Actions
-
-
-
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of Holy Nova for Paladin) Equal to 4
-
-
Then - Actions
-
Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked unit) has buff |c007d7d7dHoly Nova|r ) Equal to True
-
-
Then - Actions
-
Special Effect - Create a special effect at (Position of (Picked unit)) using Abilities\Spells\Orc\Disenchant\DisenchantSpecialArt.mdl
-
Unit - Set life of (Picked unit) to ((Life of (Picked unit)) + 32.00)
-
Unit - Set mana of (Picked unit) to ((Mana of (Picked unit)) + 35.00)
-
Game - Display to (All players) the text: Test successful!
-
-
Else - Actions
-
-
-
-
-
Else - Actions
-
-