Hey guys! I need some trigger help
First off I am trying to make it for creeps to drop items AFTER they respawn.. It isn't working out for me! Here is my current Trigger:
I also have anouther question... Roaming trying to get my creeps to roam.. aint working out... heres my current trigger for this:
(P.S. im starting a new abilities book for my heroes if you wanna offer advice that would be helpful to )
First off I am trying to make it for creeps to drop items AFTER they respawn.. It isn't working out for me! Here is my current Trigger:
-
Forest Stalkers
-
Events
- Unit - A unit Dies
-
Conditions
-
And - All (Conditions) are true
-
Conditions
- Itemdrop1to10[1] Equal to 1
- (Unit-type of (Triggering unit)) Equal to Forest Stalker
- (Owner of (Dying unit)) Equal to Player 12 (Brown)
-
Conditions
-
And - All (Conditions) are true
-
Actions
- Set Itemdrop1to10[1] = (Random integer number between 15 and 25)
- Item - Create Troll Axe at (Position of (Dying unit))
-
Events
I also have anouther question... Roaming trying to get my creeps to roam.. aint working out... heres my current trigger for this:
-
Forest
-
Events
- Map initialization
- Time - Every 8.00 seconds of game time
-
Conditions
- (Owner of (Triggering unit)) Equal to Player 12 (Brown)
- (Player 12 (Brown) controller) Equal to Computer
-
Actions
-
Unit Group - Pick every unit in (Units in (Playable map area) owned by Player 12 (Brown)) and do (Actions)
- Loop - Actions
-
Unit Group - Pick every unit in (Units in (Playable map area) owned by Player 12 (Brown)) and do (Actions)
-
Events
(P.S. im starting a new abilities book for my heroes if you wanna offer advice that would be helpful to )