- Joined
- May 30, 2008
- Messages
- 430
i use this tutorial "http://www.hiveworkshop.com/forums/f283/creep-respawn-gui-reviewed-purplepoot-65987/"
so let's begin with the problem. I was searching for trigger that respown units by type after 1 week i found this one works good until i set the time to more than 20 seconds. Second problem is that i wonna wait time to be around 3-4 minutes ok lets fix it to 4 minutes and the unit to reseruct the problem is that there can be 1 unit die and can be 20 and don't wonna they to reseruct at once every one unit of that type must reseruct 4 minutes after die. Dead units can be to each of the player (units are capturable) that mean every player can go and attack the unit to change the ownership
Virus Infection 0.11 - The Hive Workshop - A Warcraft III Modding Site
this is the map if some one can help with the trigger and please first chek that trigger works with 10-15 units dead and res them after 4 minutes before post or don't post becouse i search for trigger 1 week and all i found is chek this this must work and nothing work properly
i will leave for the weekend and will come back after 2-3 days i hope some one to solve my problem until then becouse i can't solve it from weeks
-
res my unit set
-
Events
- Map initialization
- Conditions
-
Actions
- Set Respown_Time = 60.00
-
Unit Group - Pick every unit in (Units in (Playable map area) owned by Player 1 (Red)) and do (Actions)
-
Loop - Actions
- Set Temp_Intiger = (Temp_Intiger + 1)
- Unit - Set the custom value of (Picked unit) to Temp_Intiger
- Set Nucleus_Point[Temp_Intiger] = (Position of (Picked unit))
-
Loop - Actions
-
Events
-
res my unit set Copy
-
Events
- Unit - A unit Dies
-
Conditions
- (Unit-type of (Triggering unit)) Equal to my unit
- (Custom value of (Triggering unit)) Greater than 0
-
Actions
- Wait Respown_Time game-time seconds
- Unit - Create 1 (Unit-type of (Triggering unit)) for Player 1 (Red) at my unit_Point[(Custom value of (Triggering unit))] facing 270.00 degrees
- Unit - Set the custom value of (Last created unit) to (Custom value of (Triggering unit))
-
Events
so let's begin with the problem. I was searching for trigger that respown units by type after 1 week i found this one works good until i set the time to more than 20 seconds. Second problem is that i wonna wait time to be around 3-4 minutes ok lets fix it to 4 minutes and the unit to reseruct the problem is that there can be 1 unit die and can be 20 and don't wonna they to reseruct at once every one unit of that type must reseruct 4 minutes after die. Dead units can be to each of the player (units are capturable) that mean every player can go and attack the unit to change the ownership
Virus Infection 0.11 - The Hive Workshop - A Warcraft III Modding Site
this is the map if some one can help with the trigger and please first chek that trigger works with 10-15 units dead and res them after 4 minutes before post or don't post becouse i search for trigger 1 week and all i found is chek this this must work and nothing work properly
i will leave for the weekend and will come back after 2-3 days i hope some one to solve my problem until then becouse i can't solve it from weeks