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

Need some trigger help

Status
Not open for further replies.
ok so im not new to GUI triggers just that im not good at them. I currently need 2triggers. This is for a map that i am making. Right now it has all of the triggers except for a dueling system, no duel trigger option, and if you want some screenshots of my map ill post some. The terrain isnt close to done so now the map looks like crap but it has most triggers/models in it.
So i was wondering if someone could make a trigger that makes a duel happen every 5min and at the beg if the host types -nd then the trigger would turn off(kind of like in naruto shinobi wars but my map is different only that duel concept is the same).
Rep will be given of course and credits
 
Level 11
Joined
May 26, 2008
Messages
174
hunnnnnn if you wanna start the duel with all players i think that you can use a trigger like this

  • Countdown Timer - Duel Time Expires
  • Custom Script - set bj_wantDestroyGroup = true
  • Unit Group - Pick every unit in playabe map are and do actions
  • Unit - Pause Picked unit
  • Game - Display to all player the text (Start the Duel)
  • If all conditions are true then do then actions else do else actions
  • Picked unit is a hero equal to true
  • Unit - Move picked unit instantly to center of duel arena facing default bulding degrees
The trigger was not tested but i think it work:grin:

To make the trigger turn off is easy :thumbs_up:

  • Player - Player 2 typer a chat message containing the text -nd as an exact match
  • Trigger - Turn off Trigger Duel
This trigger dibale the -nd command after 20 seconds

  • Time - elapsed game time equal to 20 seconds
  • Trigger - Turn off No Duel
Hope it work :razz:
 
Status
Not open for further replies.
Top