- Joined
- Jun 25, 2008
- Messages
- 65
1.Is there a way to increase the MAX Unit Level above 100 ?
In Gameplay-Constances or whatever it is in English it does not go above 100...
2. I need a complete Respawner for Creeps.
I already have one, but if i set Respawn_Time above 60 Sec it does not work :/
In Gameplay-Constances or whatever it is in English it does not go above 100...
2. I need a complete Respawner for Creeps.
I already have one, but if i set Respawn_Time above 60 Sec it does not work :/
- StoreAllUnits
-
Events
- Map Initialization
- Conditions
-
Actions
-
Unitgroup - Pick every Unit in (Playable MapArea owned by Neutral-Hostile) and do
-
Loop - Actions
- Set Temp_Value to Temp_Value + 1
- Set the Customvalue of (Picked Unit) to Temp_Value
- Set Creep_Point[Temp_Value] = (Position of (Picked Unit))
-
Loop - Actions
-
Unitgroup - Pick every Unit in (Playable MapArea owned by Neutral-Hostile) and do
- Respawn
-
Events
- Unit - A Unit dies
-
Conditions
- Owner of Triggering Unit is equal to Neutral - Hostile
-
Actions
- Wait Respawn_Time seconds
- Unit - Create 1 (Unit-Type of (Triggering Unit)) for Neutral Hostile at (Creep_Point(Custom Value of (Triggering Unit))) facing ...
- Unit - Set the (Custom Value of (Last Created Unit)) to (Custom Value of (Triggering Unit))