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

gates

Status
Not open for further replies.
Level 3
Joined
Jul 3, 2004
Messages
45
how do you get gates(the rolling stome ones) to randomly open and close at random times. i tried using a trigger to randomly open 4 and randomly close 4 but it dident work. the gates dident play their close animation and sometimes the trigger opnened the gates that where already openened can sum 1 plz tell mo how to make this happen?
 
Level 5
Joined
Jul 11, 2004
Messages
183
flopydisk said:
how do you get gates(the rolling stome ones) to randomly open and close at random times. i tried using a trigger to randomly open 4 and randomly close 4 but it dident work. the gates dident play their close animation and sometimes the trigger opnened the gates that where already openened can sum 1 plz tell mo how to make this happen?

you wanted the rollin stone gate open and close randomly ?,,,how you want it to be ? or show me your triggers,,which way ya using ?,,its all in Destructible open close or destroy,,Event Conditions Actions must be matchs,,otherwise its wont work.
 
Level 2
Joined
Sep 2, 2004
Messages
25
maybe some thing like this?

Untitled Trigger 006
Events
Map initialization
Conditions
Actions
Wait (Random real number between 0.00 and 20.00) seconds
Destructible - Open Dungeon Gate (Horizontal) 0128 <gen>
Wait (Random real number between 0.00 and 20.00) seconds
Destructible - Close Dungeon Gate (Horizontal) 0128 <gen>
Trigger - Run (This trigger) (ignoring conditions)
 
Level 3
Joined
Jul 3, 2004
Messages
45
well so far i have
  • periodic event every 10 seconds
    open random gate in playable map area
    open random gate in playable map area
    open random gate in playable map area
    open random gate in playable map area
    close random gate in playable map area
    close random gate in playable map area
    close random gate in playable map area
    close random gate in playable map area
 
Level 5
Joined
Jul 11, 2004
Messages
183
you need to choose which gate to open,, like gate 1 or gate 2 click on it,,open random gate in playable map ? ya open random gate but what gate ? which one ?
you need to click on that gate and order it to open !
 
Status
Not open for further replies.
Top