HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

weather problem

05-07-2007, 08:08 AM#1
Nazra7
I'm having a problem with weather effects, I want to make it to where it will rain at random times in the game:

Trigger:
Collapse Events
Time - Every (Random real number between 600.00 and 3600.00) seconds of game time
Collapse Actions
Set Rain = 1.00
Environment - Set sky to Fogged Sky
Environment - Set fog to style Linear, z-start 1000.00, z-end 8000.00, density 0.00 and color (100.00%, 100.00%, 100.00%)
Wait (Random real number between 60.00 and 240.00) seconds
Environment - Create at (Playable map area) the weather effect Lordaeron Rain (Heavy)
Environment - Turn (Last created weather effect) On
Wait (Random real number between 60.00 and 600.00) seconds
Environment - Turn (Last created weather effect) Off
Environment - Remove (Last created weather effect)
Set Rain = 0.00
Wait (Random real number between 60.00 and 120.00) seconds
Environment - Reset fog to default values

The fog, and sky change all works fine but it doesn't display the rain.

Also I want there to be some weather effects in some places that are there all the time, such as the city of the north I want it to snow there, but it won't snow. I just put when map initializes create custom weather effect - snow at such and such region. The I put show last created weather effect. this doesn't work.

Anyone know what I am doing wrong? Any advice I would really appreciate.
05-07-2007, 10:52 AM#2
TheSecretArts
its because create rain only at the center of the map.
05-08-2007, 05:28 AM#3
Nazra7
Then how do I tell it to create it on every part of that region?
05-08-2007, 06:59 AM#4
hobo
http://www.wc3campaigns.net/showthre...one+512+region

Read it 2 or 3 times then ask again if you have any questions or cannot seem to solve your problem.