ChatMon

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » Windower » Support » ChatMon
ChatMon
Offline
Posts: 114
By Lariae 2017-12-26 17:40:05  
Trying to get this Chatmon thing to work in order to assist with this months ambuscade. It will trigger when i get a tell, examined.. ect.. But I can't seem to get it to trigger with text strings in the chat? Anyone know how to do this correctly?

<?xml version="1.0" ?>
<ChatMon>
<settings
DisableOnFocus="false"
TellSound="Tell"
ExamineSound="Examine"
EmoteSound="Emote"
TalkSound="Talk"
InviteSound="Invite"
SoundInterval="5"
DisableFilters="false"
/>
<!-- Add Triggers below. The line below is a comment for an example -->
<!-- Valid From entries: Say, Shout, Party, Linkshell, Tell, Invite, Emote, Examine, All -->
<!-- match should not be used for Emote. Examine matches to Examiners name, Invite matches to Inviters name. -->
<!-- <trigger match="*YourNickNameHere*" notmatch="*SomecommonMatch*" notfrom="Tell" from="Party|Linkshell" sound="Talk" /> -->


<trigger from="All" match="*Shocking Meeble Warble*" sound="C:/sound/thunder.wav" />
<trigger from="All" match="*Lithic Meeble Warble*" sound="C:/sound/stone.wav" />
<trigger from="All" match="*Freezing Meeble Warble*" sound="C:/sound/ice.wav" />
<trigger from="All" match="*Flaming Meeble Warble*" sound="C:/sound/fire.wav" />
<trigger from="All" match="*Deluging Meeble Warble*" sound="C:/sound/water.wav" />
<trigger from="All" match="*Gusting Meeble Warble*" sound="C:/sound/wind.wav" />

</ChatMon>
Offline
Posts: 114
By Lariae 2017-12-26 17:52:50  
Nevermind. I am idiot. I got it to work. Turns out i saved the sounds on my B:. So.. Yeah. Stupid moment. But I'll leave this up anyways in case anyone finds it useful.