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

[Trigger] Noob question

Status
Not open for further replies.
Ya, I'm making a map and am having trouble making weather effects.
I need the entire map to be Dalaran shield. But not the entire game, so I can't have a region with weather effect in it.
How would I do this?
I have tried it with triggers...
  • ...
    • Environment - Create at (Playable map area) the weather effect Dalaran Shield
    • Set Weather = (Last created weather effect)
    • Environment - Turn Weather On
  • ...
But it didn't work.
 
Level 12
Joined
Oct 18, 2008
Messages
1,199
If you want the Dalaran Shield weather to be over the entire map, then go to Scenario > Map Option. From there, check the "Use Global Weather" option, and the select Dalaran Shield.
 
Yea the shield is not coming up. Those are all the triggers I use that have anything to do with it. The rest from that trigger have to do with my cinematic.

Ok clearly I'm not painting a clear enough picture.
In my cinematic a mage is talking, then he runs to a power generator and casts a spell. Then the shield is supposed to turn on over the entire map. The shield does not, however, turn on.
 
Level 10
Joined
May 20, 2008
Messages
433
Try placing it in a region. Make the region the entire map.
  • Environment - create at Region001 the effect Daralan shield
  • Set weather = (last created weather effect)
  • ...
If not, I'm not sure what to do, but why do you turn on a weather effect after you created it on a map?
 
Level 15
Joined
Sep 3, 2006
Messages
1,738
The idea behind weather effects is that you're supposed to create them at map initialization and then activate them in a later trigger.
However, in most cases, people just do it all at once, which really isn't a problem.
That's why I'm guessing this guy messed something up in the events/conditions or he messed something up in another trigger.

And I'm not sure if you can have 2 weather effects at the same time in the same region. So you will have to turn off any pre-existing weather effects I think.
 
Status
Not open for further replies.
Top