Jun 2, 2012 #1 C catalin New Member Reaction score 0 HI, I did a Hero siege map, but I have a problem: I dont know hot to make creeps to spawn acording to level of heroes: something like this: Hero level 1=>just creeps level 1 Hero level 2=>just creeeps level 2 and so on can you help me?
HI, I did a Hero siege map, but I have a problem: I dont know hot to make creeps to spawn acording to level of heroes: something like this: Hero level 1=>just creeps level 1 Hero level 2=>just creeeps level 2 and so on can you help me?
Jun 2, 2012 #2 cleeezzz The Undead Ranger. Reaction score 268 make an array variable, unit type. for example: UnitType set UnitType[1] = Ents set UnitType[2] = Wisps when you spawn, create <number of units> of type UnitType[Hero Level]
make an array variable, unit type. for example: UnitType set UnitType[1] = Ents set UnitType[2] = Wisps when you spawn, create <number of units> of type UnitType[Hero Level]