- Joined
- Aug 8, 2011
- Messages
- 297
hi, i got a problem with the sentinel and scourge mobs in my my dota map. I have copied the triggers from the Dota Template 1.0. But its not working...
please check the 2 maps and see if you know what i have done wrong... thanks alot.
The first problem i notice is that there are NONE units spawning at all....?
please check the 2 maps and see if you know what i have done wrong... thanks alot.
The first problem i notice is that there are NONE units spawning at all....?
-
Spawn Sentinel
-
Events
- Time - Every 30.00 seconds of game time
- Conditions
-
Actions
- -------- SPAWN NORTH --------
- Set Point = (Center of Respawn Sentinel North <gen>)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Crypt 0119 <gen> is alive) Equal to True
-
Then - Actions
- Unit - Create 3 Treant RESPAWN for Player 1 (Red) at Point facing 90.00 degrees
-
Else - Actions
- Unit - Create 3 Treant RESPAWN LEVEL 2 for Player 1 (Red) at Point facing 90.00 degrees
-
If - Conditions
- Set Point = (Center of Respawn Druids North <gen>)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Temple of the Damned 0118 <gen> is alive) Equal to True
-
Then - Actions
- Unit - Create 3 Druid of the Talon RESPAWN 1 for Player 1 (Red) at Point facing 90.00 degrees
-
Else - Actions
- Unit - Create 3 Druid of the Talon (level 2) for Player 1 (Red) at Point facing 90.00 degrees
-
If - Conditions
- -------- SPAWN CENTER --------
- If ((Crypt 0116 <gen> is alive) Equal to True) then do (Unit - Create 3 Treant RESPAWN for Player 1 (Red) at (Center of Respawn Center Sentinel <gen>) facing 45.00 degrees) else do (Unit - Create 3 Treant RESPAWN LEVEL 2 for Player 1 (Red) at (Center of Respawn Center Sentinel <gen>) facing 45.00 degrees)
- If ((Temple of the Damned 0117 <gen> is alive) Equal to True) then do (Unit - Create 2 Druid of the Talon RESPAWN 1 for Player 1 (Red) at (Center of Respawn Center Sentinel2 <gen>) facing 45.00 degrees) else do (Unit - Create 2 Druid of the Talon (level 2) for Player 1 (Red) at (Center of Respawn Center Sentinel2 <gen>) facing 45.00 degrees)
- -------- SPAWN SOUTH --------
- If ((Crypt 0120 <gen> is alive) Equal to True) then do (Unit - Create 3 Treant RESPAWN for Player 1 (Red) at (Center of RESPAWN SOUTH <gen>) facing 0.00 degrees) else do (Unit - Create 3 Treant RESPAWN LEVEL 2 for Player 1 (Red) at (Center of RESPAWN SOUTH <gen>) facing 0.00 degrees)
- If ((Temple of the Damned 0121 <gen> is alive) Equal to True) then do (Unit - Create 2 Druid of the Talon RESPAWN 1 for Player 1 (Red) at (Center of RESPAWN Lore South <gen>) facing 0.00 degrees) else do (Unit - Create 2 Druid of the Talon (level 2) for Player 1 (Red) at (Center of RESPAWN Lore South <gen>) facing 0.00 degrees)
-
Events