Search results

  1. C

    WIP Melee Defence Map

    Suggested player : 1 - 4 Map size : medium Map description : Build your army using regular WC3 units and defend the base from waves of creeps. Other : The idea is to also only use the standard WC3 objects, each wave is made from only the standard neutral hostile units, heroes, items...
  2. C

    Checking when a building is repaired

    Hello. Basically what I want to do is display the life of a building on a multiboard. Checking when a building is attacked is simple but this building can also be repaired by workers. Is there a way to check when a building is busy being repaired?
  3. C

    Duplicating a unit

    Is there a way to duplicate a unit that has been placed inside the World Editor? Using 'Create units of unit type' just makes a unit of the same unit type, what I need is it to copy that units hit-points, mana, dropped items and if it's a hero - strength, inventory, abilities... Is there a...
  4. C

    Getting all the units inside of a region in specific order

    Basically I'm getting all the units in a region and looping through them with something like this: set g = GetUnitsInRectAll( region ) set unitCount = CountUnitsInGroup(g) loop exitwhen a == unitCount set u=FirstOfGroup(g) call GroupRemoveUnit(g, u) set a = a + 1...
Top