- Joined
- Feb 20, 2014
- Messages
- 409
Hi, the problem is that :
-If a teammate kills you he earns the 3k gold.
-If you kill yourself with AOE spell you will earn the 3k gold
How to avoid and fix this glitch?
I tried to traslate the trigger ^^
-If a teammate kills you he earns the 3k gold.
-If you kill yourself with AOE spell you will earn the 3k gold
How to avoid and fix this glitch?
I tried to traslate the trigger ^^
-
Events
-
Unit - A unit Die
-
-
Conditions
-
((Triggering unit) is a heros) Equal to TRUE
-
(Owner of (Killing unit)) Différent de Neutral Hostile
-
(Owner of (Killing unit)) Différent de Neutral Passif
-
((Killing unit) is a heros) Equal to TRUE
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Si - Conditions
-
(Owner of (Killing unit)) Equal to (Owner of (Triggering unit))
-
-
Alors - Actions
-
Do nothing
-
-
Sinon - Actions
-
-
Player - Add 3000 to (Owner of (Killing unit)) Gold current
Last edited: