• 🏆 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!

Triggers for Hero Duel Event

Status
Not open for further replies.
Level 19
Joined
Oct 7, 2014
Messages
2,209
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