Code
{ from = S{ "all" }, match = "*bought*", notMatch = "", sound = "IncomingEmote.wav"},
I have another wav file to use but it's not even working with this wave file from the other inputs.
Adding ChatMon Triggers |
||
Adding ChatMon triggers
I was trying to add a trigger so when my other account is bazaaring and someone buys something, I get the notification. I tried doing this but it's not working. Any ideas?
Code { from = S{ "all" }, match = "*bought*", notMatch = "", sound = "IncomingEmote.wav"}, I have another wav file to use but it's not even working with this wave file from the other inputs. That should work, do you have DisableOnFocus set to false, if it is true you will not hear the sound when the box has focus.
Fenrir.Niflheim said: » That should work, do you have DisableOnFocus set to false, if it is true you will not hear the sound when the box has focus. The file location is wrong you have to use the full path from the root of the hardrive.
C:/users/ etc / sound.wav Sorry can't give a full/better example I'm not at a computer it works for everything else:
Code return { { from = S{ "tell" }, notFrom = S{}, match = "*", notMatch = "", sound = "IncomingTell.wav"}, { from = S{ "emote" }, notFrom = S{}, match = "*", notMatch = "", sound = "IncomingEmote.wav"}, { from = S{ "invite" }, notFrom = S{}, match = "*", notMatch = "", sound = "PartyInvitation.wav"}, { from = S{ "examine" }, notFrom = S{}, match = "*", notMatch = "", sound = "IncomingExamine.wav"}, { from = S{ "say", "shout", "party", "linkshell" }, notFrom = S{}, match = "<name>", notMatch = "", sound = "IncomingTalk.wav"}, { from = S{ "all" }, match = "*bought*", notMatch = "", sound = "IncomingEmote.wav"}, } So I just tested your line and it does work for me.
Asura.Olymoly said: » The file location is wrong you have to use the full path from the root of the hardrive. |
||
All FFXI content and images © 2002-2025 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|