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

Sound Problem

Level 6
Joined
Mar 28, 2018
Messages
133
I made the shop buildings and I have a little problem. When I enter the game it sounds like I'm upgrading for 2 seconds and then the sound disappears. What could it be?


These are the only triggers I have linked to the buildings. The problem is that I have tested them without them and it still sounds.
  • Animation Shop SelectShow
    • Events
      • Player - Player 1 (Red) Selects a unit
      • Player - Player 2 (Blue) Selects a unit
      • Player - Player 3 (Teal) Selects a unit
      • Player - Player 4 (Purple) Selects a unit
      • Player - Player 5 (Yellow) Selects a unit
      • Player - Player 6 (Orange) Selects a unit
    • Conditions
      • Or - Any (Conditions) are true
        • Conditions
          • (Triggering unit) Equal to Castle (Tank) 0118 <gen>
          • (Triggering unit) Equal to Altar of Kings (Tank) 0014 <gen>
          • (Triggering unit) Equal to Workshop (Tank) 0000 <gen>
          • (Triggering unit) Equal to Town Hall (Tank) 0044 <gen>
          • (Triggering unit) Equal to Blacksmith (Tank) 0045 <gen>
          • (Triggering unit) Equal to Lumber Mill (Tank) 0035 <gen>
          • (Triggering unit) Equal to Spirit Lodge (Warrior) 0034 <gen>
          • (Triggering unit) Equal to War Mill (Warrior) 0029 <gen>
          • (Triggering unit) Equal to Stronghold (Warrior) 0016 <gen>
          • (Triggering unit) Equal to Fortress (Warrior) 0011 <gen>
          • (Triggering unit) Equal to Altar of Storms (Warrior) 0012 <gen>
          • (Triggering unit) Equal to Tauren Totem (Warrior) 0026 <gen>
          • (Triggering unit) Equal to Necropolis (Mage) 0046 <gen>
          • (Triggering unit) Equal to Temple of the Damned (Mage) 0042 <gen>
          • (Triggering unit) Equal to Crypt (Mage) 0031 <gen>
          • (Triggering unit) Equal to Slaughterhouse (Mage) 0049 <gen>
          • (Triggering unit) Equal to Altar of Darkness (Mage) 0058 <gen>
          • (Triggering unit) Equal to Black Citadel (Mage) 0057 <gen>
          • (Triggering unit) Equal to Chimaera Roost (Hunter) 0055 <gen>
          • (Triggering unit) Equal to Altar of Elders (Hunter) 0043 <gen>
          • (Triggering unit) Equal to Tree of Eternity (Hunter) 0015 <gen>
          • (Triggering unit) Equal to Tree of Life (Hunter) 0048 <gen>
          • (Triggering unit) Equal to Ancient of War (Hunter) 0051 <gen>
          • (Triggering unit) Equal to Ancient of Lore (Hunter) 0054 <gen>
    • Actions
      • Animation - Play (Triggering unit)'s stand work animation
  • Animation Shop DeSelectShow
    • Events
      • Player - Player 1 (Red) Deselects a unit
      • Player - Player 2 (Blue) Deselects a unit
      • Player - Player 3 (Teal) Deselects a unit
      • Player - Player 4 (Purple) Deselects a unit
      • Player - Player 5 (Yellow) Deselects a unit
      • Player - Player 6 (Orange) Deselects a unit
    • Conditions
      • Or - Any (Conditions) are true
        • Conditions
          • (Triggering unit) Equal to Castle (Tank) 0118 <gen>
          • (Triggering unit) Equal to Altar of Kings (Tank) 0014 <gen>
          • (Triggering unit) Equal to Workshop (Tank) 0000 <gen>
          • (Triggering unit) Equal to Town Hall (Tank) 0044 <gen>
          • (Triggering unit) Equal to Blacksmith (Tank) 0045 <gen>
          • (Triggering unit) Equal to Lumber Mill (Tank) 0035 <gen>
          • (Triggering unit) Equal to Spirit Lodge (Warrior) 0034 <gen>
          • (Triggering unit) Equal to War Mill (Warrior) 0029 <gen>
          • (Triggering unit) Equal to Stronghold (Warrior) 0016 <gen>
          • (Triggering unit) Equal to Fortress (Warrior) 0011 <gen>
          • (Triggering unit) Equal to Altar of Storms (Warrior) 0012 <gen>
          • (Triggering unit) Equal to Tauren Totem (Warrior) 0026 <gen>
          • (Triggering unit) Equal to Necropolis (Mage) 0046 <gen>
          • (Triggering unit) Equal to Temple of the Damned (Mage) 0042 <gen>
          • (Triggering unit) Equal to Crypt (Mage) 0031 <gen>
          • (Triggering unit) Equal to Slaughterhouse (Mage) 0049 <gen>
          • (Triggering unit) Equal to Altar of Darkness (Mage) 0058 <gen>
          • (Triggering unit) Equal to Black Citadel (Mage) 0057 <gen>
          • (Triggering unit) Equal to Chimaera Roost (Hunter) 0055 <gen>
          • (Triggering unit) Equal to Altar of Elders (Hunter) 0043 <gen>
          • (Triggering unit) Equal to Tree of Eternity (Hunter) 0015 <gen>
          • (Triggering unit) Equal to Tree of Life (Hunter) 0048 <gen>
          • (Triggering unit) Equal to Ancient of War (Hunter) 0051 <gen>
          • (Triggering unit) Equal to Ancient of Lore (Hunter) 0054 <gen>
    • Actions
      • Animation - Play (Triggering unit)'s stand alternate animation
 
Top