- Joined
- May 1, 2008
- Messages
- 1,605
Seas =)
Hmm i got a problem with this trigger here:
Problem: Sometimes the heal works - sometimes nothing happend - sometimes the picked units got lesser life than befor - maybe some can help plz^^
Hmm i got a problem with this trigger here:
-
Heal
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Shaman 3
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Level of Shaman 3 for (Casting unit)) Equal to 1
-
Then - Actions
- Set Shaman[1] = (Shaman[1] + 45.00)
-
Unit Group - Pick every unit in (Units within 1000.00 of (Position of (Casting unit))) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Picked unit) belongs to an ally of (Owner of (Casting unit))) Equal to True
-
Then - Actions
- Unit - Set life of (Picked unit) to ((Life of (Picked unit)) + Shaman[1])
- Set Shaman[1] = (Shaman[1] - 45.00)
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events
Problem: Sometimes the heal works - sometimes nothing happend - sometimes the picked units got lesser life than befor - maybe some can help plz^^