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

Random Spawn "System"

Status
Not open for further replies.
Level 2
Joined
Apr 14, 2019
Messages
5
Hi. This is my second attempt to create a random spawn "system". I want you to give me some advices on this. I need more help with orders because mobs sometimes decide to go as a group to the same spot. And i dont want that. Anyway thanks for testing!
 

Attachments

  • Random Encounter System v0.1.w3x
    30.7 KB · Views: 36
Level 8
Joined
May 21, 2019
Messages
435
I think this would belong in the trigger help sector, accompanied by the order trigger in question.
However, if you are experiencing lumps of mobs going to the same location, that means:
  • The loop that executes the order only generates a single point. I believe that this is the case with one or both of the "pick every unit" actions.
  • If you are running with a single action pick every unit, then try a multiaction.
  • If you are already running a multiaction, then generate the order location inside the loop, this way, you guarantee that it is indeed being generated with each iteration.
 
Status
Not open for further replies.
Top