- Joined
- Oct 18, 2008
- Messages
- 1,591
Hello Guys!
I'm using this trigger to enpower posion with agility, but the problem is it can't find Poisoned units
Pls help!
I'm using this trigger to enpower posion with agility, but the problem is it can't find Poisoned units
-
Poison
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
Set Posioned = (Units in (Playable map area) matching (((Matching unit) has buff Poison (Assassin)) Equal to True))
-
Unit Group - Pick every unit in Posioned and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of Assassin's Weapon for Assassin) Equal to 1
-
-
Then - Actions
-
Unit - Cause Assassin to damage (Picked unit), dealing ((Real((Agility of Assassin (Include bonuses)))) / 5.00) damage of attack type Normal and damage type Poison
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of Assassin's Weapon for Assassin) Equal to 2
-
-
Then - Actions
-
Unit - Cause Assassin to damage (Picked unit), dealing ((Real((Agility of Assassin (Include bonuses)))) / 4.00) damage of attack type Normal and damage type Poison
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of Assassin's Weapon for Assassin) Equal to 3
-
-
Then - Actions
-
Unit - Cause Assassin to damage (Picked unit), dealing ((Real((Agility of Assassin (Include bonuses)))) / 3.00) damage of attack type Normal and damage type Poison
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of Assassin's Weapon for Assassin) Equal to 4
-
-
Then - Actions
-
Unit - Cause Assassin to damage (Picked unit), dealing ((Real((Agility of Assassin (Include bonuses)))) / 2.00) damage of attack type Normal and damage type Poison
-
-
Else - Actions
-
Unit - Cause Assassin to damage (Picked unit), dealing ((Real((Agility of Assassin (Include bonuses)))) / 1.00) damage of attack type Normal and damage type Poison
-
-
-
-
-
-
-
-
-
-
-
Custom script: call DestroyGroup ( udg_Posioned )
-
-