- Joined
- Feb 23, 2008
- Messages
- 5
Hey, erm there's some problem with one of my passive skills.
The Dummy has inventory slots.
This is basically what my trigger does:
Event : Unit is Attacked
Condition : Triggering Unit has buff Illusion Dodging
Action :
Set Chance : Random integer from 1 - 100
If (Chance = Integer less or equal to 5)
then Unit - Create 1 Dummy for (Owner of Triggering Unit) at (Position of (Triggering Unit)) facing bla bla degrees
Hero - Give (last created unit) the item (Illusion for Illusionist)
Item - Order (last created unit) to use (Illusion for Illusionist) on (Triggering Unit)
Unit - Give 2 second expiration timer to (last created unit)
The spell works, but the problem is, sometimes the item (Illusion for Illusionist) pops out at random locations. Can someone help? thx
The Dummy has inventory slots.
This is basically what my trigger does:
Event : Unit is Attacked
Condition : Triggering Unit has buff Illusion Dodging
Action :
Set Chance : Random integer from 1 - 100
If (Chance = Integer less or equal to 5)
then Unit - Create 1 Dummy for (Owner of Triggering Unit) at (Position of (Triggering Unit)) facing bla bla degrees
Hero - Give (last created unit) the item (Illusion for Illusionist)
Item - Order (last created unit) to use (Illusion for Illusionist) on (Triggering Unit)
Unit - Give 2 second expiration timer to (last created unit)
The spell works, but the problem is, sometimes the item (Illusion for Illusionist) pops out at random locations. Can someone help? thx