• 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.

Spawns

Status
Not open for further replies.
Level 5
Joined
Jul 25, 2008
Messages
155
Hiya, I am making a hero wars map, and the monsters you send shall spawn at two different places, I was wondering how to make this trigger so the monsters which you send spawns 50% at each location, and 50% at the other one, like in the hero line wars lition map, and this trigger shall work for each player, so if I got 10 players in a map, 5 players sends monsters which spawns at 2 places, and the other 5 players sends monsters which spawns at two other places
Would appreciate some help :)
 
  • Angry
Reactions: Rui
Level 5
Joined
Jul 25, 2008
Messages
155
Well, I've been google:ing it but havnt found anything, and making spawns when youre a newbie isnt so easy, but I already found out how to do it, but dont know how it comes 50% at one side and 50% at the other one, but I decided to make the units coming neutral, and the only gold you receive is from bounty, not the income (because its hard to write it when youre a newbie) That would be easier I hope ^^
 
Level 24
Joined
May 9, 2007
Messages
3,563
Sorry, if I sounded rude (Profile Message to me). :p

Just make two triggers. One spawns half the units. The other the rest.

Also, please don't double post.

I understand that you are learning, and hope that you do so. There is no shame in tutorials.
 
Level 4
Joined
Sep 18, 2007
Messages
104
Someone correct me if i'm wrong but would this action suffice?

  • Spawn
    • Events
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 10, do (If ((Integer A) Less than or equal to 5) then do (Unit - Create "Bought Unit" for "Computer" at TempLoc00 facing Default building facing degrees) else do (Unit - Create "Unit Type" for "Computer" at TempLoc01 facing Default building facing degrees))
 
Status
Not open for further replies.
Top