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

Closed vertical iron gate letting units trough...

Status
Not open for further replies.
Level 9
Joined
Mar 2, 2014
Messages
168
At start of the game is my vertical iron gate closed, but when I open and close it with trigger, units can get trough closed gate.... why?

The trigger is just most basic:
  • north1 gate open
    • Events
      • Player - Player 7 (Green) types a chat message containing -open as An exact match
      • Player - Player 6 (Orange) types a chat message containing -open as An exact match
    • Conditions
    • Actions
      • Set Gate1 = (Current life of Iron Gate (Vertical) 0082 <gen>)
      • Set Gate2 = (Current life of Iron Gate (Vertical) 0079 <gen>)
      • Destructible - Open Iron Gate (Vertical) 0082 <gen>
      • Destructible - Open Iron Gate (Vertical) 0079 <gen>
      • Destructible - Set life of Iron Gate (Vertical) 0082 <gen> to Gate1
      • Destructible - Set life of Iron Gate (Vertical) 0079 <gen> to Gate2
  • north1 gate close
    • Events
      • Player - Player 7 (Green) types a chat message containing -close as An exact match
      • Player - Player 6 (Orange) types a chat message containing -close as An exact match
    • Conditions
    • Actions
      • Set Gate1 = (Current life of Iron Gate (Vertical) 0082 <gen>)
      • Set Gate2 = (Current life of Iron Gate (Vertical) 0079 <gen>)
      • Destructible - Close Iron Gate (Vertical) 0082 <gen>
      • Destructible - Close Iron Gate (Vertical) 0079 <gen>
      • Destructible - Set life of Iron Gate (Vertical) 0082 <gen> to Gate1
      • Destructible - Set life of Iron Gate (Vertical) 0079 <gen> to Gate2
And I am not using it in any special way:
three_walls.jpg

And I changed only HP of gate, nothing else!

I am uploading map too, but I belive I did not make anything coliding with gate....

I tried google this issiue and was surprised nobody had this problem yet? :O

Edit:
errm seems this solved it :X
solution.jpg
 

Attachments

  • Battle of Constantinopole 108.w3x
    1 MB · Views: 35
Last edited:
Level 23
Joined
Dec 4, 2007
Messages
1,577
carefully check your events:

  • north2 gate open
    • Events
      • Player - Player 7 (Green) types a chat message containing -open as An exact match
      • Player - Player 6 (Orange) types a chat message containing -open as An exact match
    • Conditions
    • Actions
      • Destructible - Open Iron Gate (Vertical) 0665 <gen>
      • Destructible - Open Iron Gate (Vertical) 0666 <gen>
  • north2 gate close
    • Events
      • Player - Player 7 (Green) types a chat message containing -close as An exact match
      • Player - Player 6 (Orange) types a chat message containing -close as An exact match
    • Conditions
    • Actions
      • Destructible - Close Iron Gate (Vertical) 0665 <gen>
      • Destructible - Close Iron Gate (Vertical) 0666 <gen>
  • south2 gate open
    • Events
      • Player - Player 8 (Pink) types a chat message containing -open as An exact match
      • Player - Player 9 (Gray) types a chat message containing -open as An exact match
    • Conditions
    • Actions
      • Destructible - Open Iron Gate (Vertical) 2153 <gen>
      • Destructible - Open Iron Gate (Vertical) 2137 <gen>
  • south2 gate close
    • Events
      • Player - Player 8 (Pink) types a chat message containing -open as An exact match
      • Player - Player 9 (Gray) types a chat message containing -open as An exact match
    • Conditions
    • Actions
      • Destructible - Close Iron Gate (Vertical) 2153 <gen>
      • Destructible - Close Iron Gate (Vertical) 2137 <gen>
 
Status
Not open for further replies.
Top