- Joined
- May 11, 2012
- Messages
- 2,103
Hello fellas, I need help from someone.
I can't figure out why weather triggers I made doesn't works....
I can't figure out why weather triggers I made doesn't works....
-
Weather Snow
-
Events
- Player - Player 1 (Red) types a chat message containing -weather snow as An exact match
- Player - Player 2 (Blue) types a chat message containing -weather snow as An exact match
- Player - Player 3 (Teal) types a chat message containing -weather snow as An exact match
- Player - Player 4 (Purple) types a chat message containing -weather snow as An exact match
- Player - Player 5 (Yellow) types a chat message containing -weather snow as An exact match
- Player - Player 6 (Orange) types a chat message containing -weather snow as An exact match
- Player - Player 7 (Green) types a chat message containing -weather snow as An exact match
- Player - Player 8 (Pink) types a chat message containing -weather snow as An exact match
- Conditions
-
Actions
- Custom script: if GetLocalPlayer() == GetTriggerPlayer() then
- Environment - Remove TempWeatherEffect
- Environment - Create at (Playable map area) the weather effect Northrend Snow (Heavy)
- Set TempWeatherEffect = (Last created weather effect)
- Environment - Turn (Last created weather effect) On
- Custom script: endif
-
Events
-
Weather Rain
-
Events
- Player - Player 1 (Red) types a chat message containing -weather rain as An exact match
- Player - Player 2 (Blue) types a chat message containing -weather rain as An exact match
- Player - Player 3 (Teal) types a chat message containing -weather rain as An exact match
- Player - Player 4 (Purple) types a chat message containing -weather rain as An exact match
- Player - Player 5 (Yellow) types a chat message containing -weather rain as An exact match
- Player - Player 6 (Orange) types a chat message containing -weather rain as An exact match
- Player - Player 7 (Green) types a chat message containing -weather rain as An exact match
- Player - Player 8 (Pink) types a chat message containing -weather rain as An exact match
- Conditions
-
Actions
- Custom script: if GetLocalPlayer() == GetTriggerPlayer() then
- Environment - Remove TempWeatherEffect
- Environment - Create at (Playable map area) the weather effect Ashenvale Rain (Heavy)
- Set TempWeatherEffect = (Last created weather effect)
- Environment - Turn (Last created weather effect) On
- Custom script: endif
-
Events
-
Weather Wind
-
Events
- Player - Player 1 (Red) types a chat message containing -weather wind as An exact match
- Player - Player 2 (Blue) types a chat message containing -weather wind as An exact match
- Player - Player 3 (Teal) types a chat message containing -weather wind as An exact match
- Player - Player 4 (Purple) types a chat message containing -weather wind as An exact match
- Player - Player 5 (Yellow) types a chat message containing -weather wind as An exact match
- Player - Player 6 (Orange) types a chat message containing -weather wind as An exact match
- Player - Player 7 (Green) types a chat message containing -weather wind as An exact match
- Player - Player 8 (Pink) types a chat message containing -weather wind as An exact match
- Conditions
-
Actions
- Custom script: if GetLocalPlayer() == GetTriggerPlayer() then
- Environment - Remove TempWeatherEffect
- Environment - Create at (Playable map area) the weather effect Wind (Heavy)
- Set TempWeatherEffect = (Last created weather effect)
- Environment - Turn (Last created weather effect) On
- Custom script: endif
-
Events
-
Weather Moonlight
-
Events
- Player - Player 1 (Red) types a chat message containing -weather moonlight as An exact match
- Player - Player 2 (Blue) types a chat message containing -weather moonlight as An exact match
- Player - Player 3 (Teal) types a chat message containing -weather moonlight as An exact match
- Player - Player 4 (Purple) types a chat message containing -weather moonlight as An exact match
- Player - Player 5 (Yellow) types a chat message containing -weather moonlight as An exact match
- Player - Player 6 (Orange) types a chat message containing -weather moonlight as An exact match
- Player - Player 7 (Green) types a chat message containing -weather moonlight as An exact match
- Player - Player 8 (Pink) types a chat message containing -weather moonlight as An exact match
- Conditions
-
Actions
- Custom script: if GetLocalPlayer() == GetTriggerPlayer() then
- Environment - Remove TempWeatherEffect
- Environment - Create at (Playable map area) the weather effect Rays Of Moonlight
- Set TempWeatherEffect = (Last created weather effect)
- Environment - Turn (Last created weather effect) On
- Custom script: endif
-
Events
-
Weather Random
-
Events
- Player - Player 1 (Red) types a chat message containing -weather random as An exact match
- Player - Player 2 (Blue) types a chat message containing -weather random as An exact match
- Player - Player 3 (Teal) types a chat message containing -weather random as An exact match
- Player - Player 4 (Purple) types a chat message containing -weather random as An exact match
- Player - Player 5 (Yellow) types a chat message containing -weather random as An exact match
- Player - Player 6 (Orange) types a chat message containing -weather random as An exact match
- Player - Player 7 (Green) types a chat message containing -weather random as An exact match
- Player - Player 8 (Pink) types a chat message containing -weather random as An exact match
- Conditions
-
Actions
- Set RandomNumber = (Random integer number between 1 and 4)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- RandomNumber Equal to 1
-
Then - Actions
- Custom script: if GetLocalPlayer() == GetTriggerPlayer() then
- Environment - Remove TempWeatherEffect
- Environment - Create at (Playable map area) the weather effect Northrend Snow (Heavy)
- Set TempWeatherEffect = (Last created weather effect)
- Environment - Turn (Last created weather effect) On
- Custom script: endif
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- RandomNumber Equal to 2
-
Then - Actions
- Custom script: if GetLocalPlayer() == GetTriggerPlayer() then
- Environment - Remove TempWeatherEffect
- Environment - Create at (Playable map area) the weather effect Ashenvale Rain (Heavy)
- Set TempWeatherEffect = (Last created weather effect)
- Environment - Turn (Last created weather effect) On
- Custom script: endif
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- RandomNumber Equal to 3
-
Then - Actions
- Custom script: if GetLocalPlayer() == GetTriggerPlayer() then
- Environment - Remove TempWeatherEffect
- Environment - Create at (Playable map area) the weather effect Rays Of Moonlight
- Set TempWeatherEffect = (Last created weather effect)
- Environment - Turn (Last created weather effect) On
- Custom script: endif
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- RandomNumber Equal to 4
-
Then - Actions
- Custom script: if GetLocalPlayer() == GetTriggerPlayer() then
- Environment - Remove TempWeatherEffect
- Environment - Create at (Playable map area) the weather effect Wind (Heavy)
- Set TempWeatherEffect = (Last created weather effect)
- Environment - Turn (Last created weather effect) On
- Custom script: endif
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Events