• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Problems with triggers..

Status
Not open for further replies.
Level 3
Joined
Jan 30, 2005
Messages
38
Ok, im having some problems.. after 12 units have spawned on a certain trigger, which orders the entering unit to move to a region, the trigger stops working. The units spawn.. but the trigger does not move them.. is there some kind of limit to units or anything?? also the maximum units that my map moves is 114 units.. can neone help?
 
Level 8
Joined
Apr 3, 2004
Messages
507
If you're using the Order Unit Group actions, then yes, they are limited to 12 units. This is because they use the intelligent formation behavior built into warcraft 3 for player-controlled units, and players can only select 12 units at a time.

I don't 100% understand what you're trying to accomplish, but you could easily pick every unit in the unit group and order it individually instead.
 
Status
Not open for further replies.
Top