- Joined
- Jul 20, 2012
- Messages
- 83
Hello there, I've been creating my new Hero and everything went fine until something happened, then simple triggers such as these aren't working properly or at all... I don't know why...
This spell should work like there's a certain chance that the attacked Hero has a 2-20% based on skill level to become enraged... very simple and still not working
I'd really like to get this working, and I think it's a random integer number condition issue, because other familiar simple trigger with 50% chance to proc doesn't work neither...
-
Killing Machine Time to kill
-
Events
- Unit - A unit Is attacked
-
Conditions
-
And - All (Conditions) are true
-
Conditions
- (Level of Killing Machine for (Attacked unit)) Greater than 0
- (Random integer number between 0 and 100) Less than or equal to (2 x (Level of Killing Machine for (Attacked unit)))
-
Conditions
-
And - All (Conditions) are true
-
Actions
- Unit - Create 1 Meat Wagon (Dummy) for (Owner of (Attacked unit)) at (Position of (Attacked unit)) facing (Position of (Attacked unit))
- Unit - Add a 0.50 second Generic expiration timer to (Last created unit)
- Unit - Add Killing Machine (Dummy) to (Last created unit)
- Unit - Set level of Killing Machine (Dummy) for (Last created unit) to (Level of Killing Machine for (Attacked unit))
- Unit - Pause (Last created unit)
- Unit - Unpause (Last created unit)
- Unit - Order (Last created unit) to Orc Shaman - Bloodlust (Attacked unit)
-
Events
This spell should work like there's a certain chance that the attacked Hero has a 2-20% based on skill level to become enraged... very simple and still not working
I'd really like to get this working, and I think it's a random integer number condition issue, because other familiar simple trigger with 50% chance to proc doesn't work neither...