HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

I'm Having Trouble With A Command Read Please

08-03-2004, 09:31 PM#1
L337_v2
Ok, this is what i have, tell me what i did right and wrong please.

Events: Player - Player 1 ( Red ) types a chat message containing -Rain as an exact match.


Actions: Sound- play shamanready1 <Gen>
Environment - Create at (Entire map) the weather effect Lordaeron Rain (Heavy)


I'm trying to make this happen : I type -Rain
then the shaman says storm earth fire, heed my call. then it starts raining but the command isnt working can anyone help me plz!!!
08-03-2004, 09:36 PM#2
RaeVanMorlock
What part isn't working?

Use the trigger editor's "Copy As Text" function and paste it as code so we can see it exactly. You can't put a weather effect at entire map... hehe
08-03-2004, 09:41 PM#3
L337_v2
ShamanWeather
Events
Player - Player 1 (Red) types a chat message containing -Rain as An exact match
Conditions
Actions
Sound - Play ShamanReady1 <gen>
Environment - Create at (Entire map) the weather effect Lordaeron Rain (Heavy)

theres ur copy-as-text version.
and none of it works, the sound, or the Rain

:( :( :( :( :( :( :( :(
08-03-2004, 09:53 PM#4
RaeVanMorlock
Quote:
Originally Posted by L337_v2
Code:
ShamanWeather
    Events
        Player - Player 1 (Red) types a chat message containing -Rain as An exact match
    Conditions
    Actions
        Sound - Play ShamanReady1 <gen>
        Environment - Create at (Entire map) the weather effect Lordaeron Rain (Heavy)

theres ur copy-as-text version.
and none of it works, the sound, or the Rain

Hrmm...apparently it does wor over a region instead of at a point--the wording is odd though.


Try this:

Code:
ShamanWeather
    Events
        Player - Player 1 (Red) types a chat message containing -Rain as An exact match
    Conditions
    Actions
        Game - Display to (All players) the text: Triggered
        Sound - Play ShamanReady1 <gen>
        Environment - Create at (Entire map) the weather effect Lordaeron Rain (Heavy)

Then if the message is displayed, you'll know if the problem is the actions or event.
08-03-2004, 10:03 PM#5
L337_v2
kk, the text is displayed...
whats wrong with the event???
when i type -Rain the text displays but the weather, and sound doesn't display.
08-03-2004, 10:03 PM#6
L337_v2
kk, the text is displayed...
whats wrong with the event???
when i type -Rain the text displays but the weather, and sound doesn't work.
08-03-2004, 10:06 PM#7
L337_v2
kk, the text is displayed...
whats wrong with the event???
when i type -Rain the text displays but the weather, and sound doesn't ...
or wait does this mean that the events are wrong... what did i do wrong
08-03-2004, 10:09 PM#8
Panto
If you got the text message, then the Event is working fine.
08-03-2004, 10:27 PM#9
L337_v2
Quote:
Originally Posted by Panto
If you got the text message, then the Event is working fine.
ok, so if thats right i must of got the weather, and sound wrong.
but how is the sound wrong, i got it off the default sounds from the units on orc thats always there in sound triggers... am I suppost to change the .wav into a .mp3 or something???
And... i cant get the rain to work when i type -Rain either i need sum help
08-04-2004, 03:24 AM#10
Heptameron
Try creating it at (Playable map area) instead of (Entire map).
08-04-2004, 07:35 AM#11
Anitarf
After creating a weather effect, you must also enable it (there's another action under "enviroment" that does that; you could then just create the rain at map initialization and save it to a variable, and then, when you type rain, just enable that weather effect).

Don't know why you don't hear the sound, though.
08-04-2004, 02:31 PM#12
RaeVanMorlock
This is probably a dumb thing to ask, but.. do you hear other sounds? Maybe your speaker volume is too low..