Creep spawning gutter

Status
Not open for further replies.
Level 3
Joined
Oct 5, 2016
Messages
53
Hello, I have the trigger which creates a point in some region. I want to spawn some creeps in that point, but also make them spawn as a camp and not just a pile of units. What's the easiest way to do this?
 
Level 6
Joined
Jun 4, 2017
Messages
172
I think the easiest end best way to do this is to assign to some variables all the distances of all the units that you want to be in the camp from a center point which should be the one that you are getting in some region by your trigger.
So, to recap, you take a random point in some region, this is the center point, then you should have some prefixed distances values(and a prefixed direction value too) for every unit that you want to spawn and then you spawn them.
This is to give you the idea:

Creep camp spawn.png
 
Status
Not open for further replies.
Top