• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Triggers for Hero Duel Event

Status
Not open for further replies.
Level 19
Joined
Oct 7, 2014
Messages
2,208
What should I do in making triggers in a Hero Duel Event where after the timer expires everything will pause and then a random number of unit per team (which can be either 1v1, 3v3, or team vs team duel) will be sent into the arena at two regions (team 1 and team 2) in a given amount of time. When the winning team wins all heroes will be sent back to the game and the winning team will recieve X amount of gold and the losing team X amount of gold.

All I have is a countdown timer and I don't now what is the next thing to do

  • Events
    • Time - Elapsed game time is 0.00 seconds
  • Conditions
  • Actions
    • Countdown Timer - Start arenaTimer as a Repeating timer that will expire in 300.00 seconds
    • Countdown Timer - Create a timer window for arenaTimer with title Duel in
    • Set arenaTiimerWindow = (Last created timer window)
    • Countdown Timer - Show (Last created timer window)
 
Status
Not open for further replies.
Top