- Joined
- Mar 28, 2008
- Messages
- 5
-
Random Copy
-
Events
- Unit - A unit Uses an item
-
Conditions
- (Unit-type of (Triggering unit)) Equal to Rexxar the Beastmaster
- (Item-type of (Item being manipulated)) Equal to Horn of the Wild
-
Actions
- Set RandomBeast = (Random integer number between 1 and 3)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- RandomBeast Equal to 1
-
Then - Actions
- Unit - Create 1 Furbolg Elder Shaman for (Owner of (Item being manipulated)) at (Position of (Triggering unit)) facing (Position of (Triggering unit))
- Wait 40.00 seconds
- Unit - Remove (Last created unit) from the game
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- RandomBeast Equal to 2
-
Then - Actions
- Unit - Create 2 Berserk Quilbeast (Level 4) for (Owner of (Item being manipulated)) at (Position of (Triggering unit)) facing (Position of (Triggering unit))
- Wait 40.00 seconds
- Unit - Remove (Last created unit) from the game
-
Else - Actions
- Unit - Create 1 Misha (Level 4) for (Owner of (Item being manipulated)) at (Position of (Triggering unit)) facing (Position of (Triggering unit))
- Wait 40.00 seconds
- Unit - Remove (Last created unit) from the game
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Events