• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Weather-change (in a small area)

Status
Not open for further replies.
Level 5
Joined
Jul 25, 2008
Messages
155
Hiya, how do I change the weather on the map, but only in a small area? Like I make a region, and a sandstorm comes every 5 minutes for 10 seconds at the region, is this possible or does it only work on the whole map? :cool:
 
Level 9
Joined
Apr 3, 2008
Messages
700
  • Events
    • Time - Every 300.00 seconds of game time
  • Actions
    • Environment - Create at Rect 000 <gen> the weather effect Ashenvale Rain (Heavy)
If you have several weathereffects you'll need local variable (or global variable with array) to delete it.
  • Set w = (Last created weather effect)
  • Wait 10.00 seconds
  • Environment - Remove w
  • set w=null
 
Status
Not open for further replies.
Top