- Joined
- May 11, 2012
- Messages
- 2,108
Why does this works only first time?
The second time I die, It doesn't adds the charge to 1....
Please help, I'm being desperate...
The second time I die, It doesn't adds the charge to 1....
Please help, I'm being desperate...
-
Shield of Invincibility Aquire
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to |cFFFFFF00Shield of Invicibility
-
-
Actions
-
Set SOI_Unit[(Player number of (Owner of (Triggering unit)))] = (Triggering unit)
-
Set SOI_Item[(Player number of (Owner of (Triggering unit)))] = (Item being manipulated)
-
Trigger - Add to Shield of Invincibility <gen> the event (Unit - SOI_Unit[(Player number of (Owner of (Triggering unit)))]'s life becomes Less than 0.00)
-
-
-
Shield of Invincibility
-
Events
-
Conditions
-
(SOI_Item[(Player number of (Owner of (Triggering unit)))] is owned) Equal to True
-
-
Actions
-
Item - Set charges remaining in SOI_Item[(Player number of (Owner of (Triggering unit)))] to 1
-
Wait 2.00 seconds
-
Item - Set charges remaining in SOI_Item[(Player number of (Owner of (Triggering unit)))] to 0
-
-