• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

What is Wrong ?

Status
Not open for further replies.
Level 7
Joined
Nov 19, 2007
Messages
253
Im trying to make map and i have a problem:

  • Event:
  • Unit - A unit Enter Arena 1 <gen>
  • Unit - A unit Enter Arena 2 <gen>
  • Conditions:
  • Or - Any (Conditions) are true
  • Conditions
  • (Owned of(Entering Unit)) Equal to Player 2
  • (Owned of(Entering Unit)) Equal to Player 3
  • (Owned of(Entering Unit)) Equal to Player 4
  • (Owned of(Entering Unit)) Equal to Player 5
  • (Owned of(Entering Unit)) Equal to Player 6
  • (Owned of(Entering Unit)) Equal to Player 8
  • (Owned of(Entering Unit)) Equal to Player 9
  • (Owned of(Entering Unit)) Equal to Player 10
  • (Owned of(Entering Unit)) Equal to Player 11
  • (Owned of(Entering Unit)) Equal to Player 12
  • Actions:
  • Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 2 and do (Actions)
  • Loop - Actions
  • Unit - Move (Picked Unit) Instantly to (Center of area 1 <gen>), .....
  • Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 3 and do (Actions)
  • Loop - Actions
  • Unit - Move (Picked Unit) Instantly to (Center of area 1 <gen>), .....
  • Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 4 and do (Actions)
  • Loop - Actions
  • Unit - Move (Picked Unit) Instantly to (Center of area 1 <gen>), .....
  • Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 5 and do (Actions)
  • Loop - Actions
  • Unit - Move (Picked Unit) Instantly to (Center of area 1 <gen>), .....
  • Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 6 and do (Actions)
  • Loop - Actions
  • Unit - Move (Picked Unit) Instantly to (Center of area 1 <gen>), .....
  • Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 8 and do (Actions)
  • Loop - Actions
  • Unit - Move (Picked Unit) Instantly to (Center of area 2 <gen>), .....
  • Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 9 and do (Actions)
  • Loop - Actions
  • Unit - Move (Picked Unit) Instantly to (Center of area 2 <gen>), .....
  • Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 10 and do (Actions)
  • Loop - Actions
  • Unit - Move (Picked Unit) Instantly to (Center of area 2 <gen>), .....
  • Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 11 and do (Actions)
  • Loop - Actions
  • Unit - Move (Picked Unit) Instantly to (Center of area 2 <gen>), .....
  • Unit Group - Pick Every Unit in (Units in(Playable map area) Owned by Player 12 and do (Actions)
  • Loop - Actions
  • Unit - Move (Picked Unit) Instantly to (Center of area 2 <gen>), .....
Thats all.

And when i enter "Arena 1" with "Player 2" it moves not to "area 1" but to "area 2" and only "Player 3,4,5,6" moves to "area 1" and "Players 8,9,10,11,12" is not moving anywhere. WHAT IS WRONG WITH THIS ? :wsad:
 
Last edited:
Level 7
Joined
Nov 19, 2007
Messages
253
Explain to me what exactly it is you're trying to do...

I wanted to make that one unit enters region and all his team and his self moves to 1 region and at the same time entering unit enemies moves to another region but its ok i made it work

Close topic or something please
 
Status
Not open for further replies.
Top