Warcraft III resources & community, 2003–2006 · archived

over 12 selected units

5 posts
#1

over 12 selected units

is it possible to make the selection of units greater than 12??
#2
I dont think it is possible to select more then 12 units without some serious modifications... As i am no professional scripter i would have no clue on how to do it but yes it would be possible. Maybe try posting a request someone may have an idea about how to do it.
#3
It's hard-coded so it's pretty impossible to change...
#4
It is imposiable to select more than 12 units at one period of time yet it is posiable to give orders to more than 12 at a time.

If you do find a bug to slect more than 12 at a time the game will probably give a fatle error because it wasnt desinged to select more than 12 units.

Though using jass you could probably create a method of decting if a player selcts more 12 units (once 12 units are selected it uses an aoe pick to make a group) and recordes the movement orders of the 12 units and relay them onto the rest of the units.

This method might not be good for micro majament or even easy use but it could help if your trying to move armies of multiple hundreds (which I dought).
#5
At any given time you cannot select > 12 units. An alternative would give every unit a "Always follow any order of any unit" or something.