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

Set Victory conditions

Status
Not open for further replies.
Level 4
Joined
Oct 9, 2016
Messages
49
Hi guys,im making a map that need to kill a final boss that appear later after killing a specific unit as win conditions,but i have difficulties on finding the triggers,it seems like all win conditions triggers are only for the unit that is already place from the start.Is there anyway to do this?
 
Level 12
Joined
Jun 15, 2016
Messages
472
You can create a variable unit, let's say called "final boss", and set the victory condition to killing it. And then when you create the actual final boss unit you can assign it to the variable.

Alternatively, you can create a spot in the map where the player can't reach and put the boss there, then move it to where you want when you want.
 
Level 3
Joined
Jun 18, 2016
Messages
68
  • Boss Die
    • Events
      • Unit - Boss 001 <gen> Dies
    • Conditions
    • Actions
      • Unit - Pause all units
      • Game - Display to (All players) the text: Victory!
      • Game - Victory (Owner of (Killing unit)) (Show dialogs, Show scores)
Easiest trigger
 
Status
Not open for further replies.
Top