- Joined
- Apr 26, 2008
- Messages
- 830
Hey guys,
I have been trying out various spawning systems, but none of them got what I want, I need a spawning system that has to be a bit different from others since I got some "strange" triggers in my map wich permits me to do a lot of amazing things with heroes. So I would like if somebody could do this:
Spawning System;
Variables should look like this:
Spawn_Unit: Paladin
Spawn_Limit: 4 (refers to how many units we want to create)
Spawn_Region: X (Spawning region)
Spawn_DelayTime: 2 seconds. (if one of those four units dies it will be recreated in 2 seconds.)
And that was just an example of how I want the system to be. So I dont wan't to have a system that checks if the unit is in the spawn_region because if it is dragged away it will be recreated so i rather want one that checks if those spawned units are alive and when they die, they will be replaced by another same unit.
IMPORTANT:
ALL SPAWNS ARE HEROES!
THERE WILL BE A LOT OF TYPES!
THERE WILL BE LIKE 64 HEROES TYPES SPAWNING EACH INSTANCE!
So be sure to make it leakless and GUI, please.
------------------------------------
Will give credits and +rep.
I have been trying out various spawning systems, but none of them got what I want, I need a spawning system that has to be a bit different from others since I got some "strange" triggers in my map wich permits me to do a lot of amazing things with heroes. So I would like if somebody could do this:
Spawning System;
Variables should look like this:
Spawn_Unit: Paladin
Spawn_Limit: 4 (refers to how many units we want to create)
Spawn_Region: X (Spawning region)
Spawn_DelayTime: 2 seconds. (if one of those four units dies it will be recreated in 2 seconds.)
And that was just an example of how I want the system to be. So I dont wan't to have a system that checks if the unit is in the spawn_region because if it is dragged away it will be recreated so i rather want one that checks if those spawned units are alive and when they die, they will be replaced by another same unit.
IMPORTANT:
ALL SPAWNS ARE HEROES!
THERE WILL BE A LOT OF TYPES!
THERE WILL BE LIKE 64 HEROES TYPES SPAWNING EACH INSTANCE!
So be sure to make it leakless and GUI, please.
------------------------------------
Will give credits and +rep.
Last edited: