• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Maximum amount of units in a unit group?

Status
Not open for further replies.
Level 2
Joined
Feb 17, 2008
Messages
10
I'm confident in saying that there is no limit to a unit group as long as it is a variable that has been created in the World Editor and units have been added to that group via triggers. Hope this helps.
 
Level 11
Joined
May 26, 2009
Messages
760
I'm confident in saying that there is no limit to a unit group as long as it is a variable that has been created in the World Editor and units have been added to that group via triggers. Hope this helps.

It's a good reply, but I wonder why it doesn't apply to my triggers. Below are my triggers. All is working properly except it obviously only selects 12 of all the units on the map when there are only 12 units moving when channeling the Charge ability. Got any clues? Thanks.

  • Events
    • Time - Elapsed game time is 0.00 seconds
  • Conditions
  • Actions
    • Set UnitGroup = (Units in (Playable map area))
  • Events
    • Unit - A unit Begins channeling an ability
  • Conditions
    • (Ability being cast) Equal to Charge
  • Actions
    • Unit Group - Order UnitGroup to Attack-Move To (Target point of ability being cast)
 
Level 9
Joined
May 28, 2007
Messages
365
It's a good reply, but I wonder why it doesn't apply to my triggers. Below are my triggers. All is working properly except it obviously only selects 12 of all the units on the map when there are only 12 units moving when channeling the Charge ability. Got any clues? Thanks.

  • Unit Group - Order UnitGroup to Attack-Move To (Target point of ability being cast)

There is a limit of 12 units here I believe. Only 12 units can be issued at once using that.

Try a Pick Every Unit In group and do Action, Issue unit to etc, etc.
 
Status
Not open for further replies.
Top