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

thunder effect bugs

Status
Not open for further replies.
Level 4
Joined
Oct 9, 2016
Messages
49
Hello guys,i have create a thunder weather on my map but this trigger is causing a bug that i can't see the hp bar of my unit and the building placing dummy until next loop,is there anyway to solve it?

  • Thunder
    • Events
      • Time - Every 20.00 seconds of game time
    • Conditions
    • Actions
      • Cinematic - Fade out and back in over 0.12 seconds using texture White Mask and color (100.00%, 100.00%, 100.00%) with 20.00% transparency
      • Wait 0.03 seconds
      • Cinematic - Fade out and back in over 0.12 seconds using texture White Mask and color (100.00%, 100.00%, 100.00%) with 5.00% transparency
      • Wait 0.20 seconds
      • Set RandomSound = (Random integer number between 1 and 3)
      • If (RandomSound Equal to 1) then do (Sound - Play RollingThunder1 <gen>) else do (Do nothing)
      • If (RandomSound Equal to 2) then do (Sound - Play MonsoonLightningHit <gen>) else do (Do nothing)
      • If (RandomSound Equal to 3) then do (Sound - Play LightningBolt1 <gen>) else do (Do nothing)
 
Status
Not open for further replies.
Top