-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path播报杂项.xml
124 lines (124 loc) · 10.3 KB
/
播报杂项.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0"?>
<TriggernometryExport Version="1">
<ExportedFolder Id="44af8412-6150-4207-9baa-b42a911254f0" Name="杂项" Enabled="true">
<Folders>
<Folder FFXIVJobFilterEnabled="True" FFXIVJobFilter="605833658400" Id="b1b57aa3-b85f-4b0b-a970-6135b6d28d2b" Name="死亡监控" Enabled="true">
<Folders />
<Triggers>
<Trigger Enabled="false" Name="死亡监控" Id="115e03b9-f6ef-4af9-8454-66cb13ccdd36" RegularExpression="^.{14} ChatLog 00:.*?::(?<Player>.*?)(晨曦王座|沃仙曦染|宇宙和音|红玉海|萌芽池|神意之地|幻影群岛|拉诺西亚|拂晓之间|龙巢神殿|旅人栈桥|白金幻象|白银乡|神拳痕|潮风亭|琥珀原|柔风海湾|海猫茶屋|延夏|静语庄园|摩杜纳|紫水栈桥|)被(?<Killer>.*?)打倒了。$" PrevActionsRefire="Deny" PeriodRefire="Deny" RefirePeriodExpression="30000">
<Actions>
<Action OrderNumber="1" UseTTSTextExpression="死了:${Player}" TextAuraFontSize="9" TextAuraFontName="宋体" ActionType="UseTTS">
<Condition Enabled="false" Grouping="Or" />
</Action>
<Action OrderNumber="2" TextAuraEffect="Bold" TextAuraFontSize="15.75" TextAuraForeground="Red" TextAuraName="DeathMonitor" TextAuraExpression="${Player}死了" TextAuraXIniExpression="23" TextAuraYIniExpression="312" TextAuraWIniExpression="281" TextAuraHIniExpression="62" TextAuraOIniExpression="100" TextAuraTTLTickExpression="5-${_since}" TextAuraUseOutline="True" TextAuraFontName="微软雅黑" ActionType="TextAura">
<Condition Enabled="false" Grouping="Or" />
</Action>
</Actions>
<Condition Enabled="true" Grouping="Or">
<ConditionSingle Enabled="true" ExpressionL="${_ffxivparty[${playerName}].inparty}" ExpressionTypeL="Numeric" ExpressionR="1" ExpressionTypeR="Numeric" ConditionType="NumericEqual" />
</Condition>
</Trigger>
<Trigger Enabled="true" Source="FFXIVNetwork" Sequential="True" Name="死亡监控(网络日志)" Id="4aa2de9a-d97a-4588-9879-a09624a23b79" RegularExpression="^25\|[^|]*\|(?<playerID>[^|]*)\|(?<playerName>[^|]*)\|(?<killerID>[^|]*)\|(?<killerName>[^|]*)" PeriodRefire="Deny" RefirePeriodExpression="2000">
<Actions>
<Action OrderNumber="1" UseTTSTextExpression="死了:${playerName}" TextAuraFontSize="8.25" TextAuraFontName="Microsoft Sans Serif" ActionType="UseTTS">
<Condition Enabled="false" Grouping="Or" />
</Action>
<Action OrderNumber="2" UseTTSTextExpression="${killerName} killed ${playerName}" TextAuraFontSize="8.25" TextAuraFontName="Microsoft Sans Serif" Enabled="False" ActionType="UseTTS">
<Condition Enabled="false" Grouping="Or" />
</Action>
<Action OrderNumber="3" TextAuraEffect="Bold" TextAuraFontSize="15.75" TextAuraForeground="Red" TextAuraName="DeathMonitor" TextAuraExpression="${playerName}死了" TextAuraXIniExpression="55" TextAuraYIniExpression="326" TextAuraWIniExpression="236" TextAuraHIniExpression="38" TextAuraOIniExpression="100" TextAuraTTLTickExpression="5-${_since}" TextAuraUseOutline="True" TextAuraFontName="微软雅黑" ActionType="TextAura">
<Condition Enabled="false" Grouping="Or" />
</Action>
</Actions>
<Condition Enabled="true" Grouping="And">
<ConditionSingle Enabled="true" ExpressionL="${_ffxivparty[${playerName}].inparty}" ExpressionTypeL="Numeric" ExpressionR="1" ExpressionTypeR="Numeric" ConditionType="NumericEqual" />
</Condition>
</Trigger>
<Trigger Enabled="false" Name="Readme" Id="f96fb186-d13a-42f6-8c8d-0a137234a2e9" RegularExpression="" Description="两个触发器功能一致。

网络日志速度略快。">
<Actions />
<Condition Enabled="false" Grouping="Or" />
</Trigger>
<Trigger Enabled="true" Name="复活监控" Id="f2a2674b-0afa-494a-a18b-1429a46079b3" RegularExpression="^.{14} ActionEffect 15:10[a-zA-Z0-9]{6}:(?<PlayerName>[\w\u4e00-\u9fa5\uf900-\ufa2d]+):(7D:复活|E13:生辰|1D63:赤复活|AD:复生|5EDF:复苏):10[a-zA-Z0-9]{6}:(?<TargetName>[\w\u4e00-\u9fa5\uf900-\ufa2d]+)">
<Actions>
<Action OrderNumber="1" UseTTSTextExpression="${TargetName}被${PlayerName}复活了" TextAuraFontSize="9" TextAuraFontName="宋体" ActionType="UseTTS">
<Condition Enabled="true" Grouping="Or">
<ConditionSingle Enabled="true" ExpressionL="PlayerName" ExpressionTypeL="String" ExpressionR="${_ffxivplayer}" ExpressionTypeR="String" ConditionType="StringNotEqualNocase" />
</Condition>
</Action>
</Actions>
<Condition Enabled="true" Grouping="Or">
<ConditionSingle Enabled="true" ExpressionL="${_ffxivparty[${player}].inparty}" ExpressionTypeL="Numeric" ExpressionR="1" ExpressionTypeR="Numeric" ConditionType="StringEqualNocase" />
</Condition>
</Trigger>
</Triggers>
</Folder>
</Folders>
<Triggers>
<Trigger Enabled="true" Name="获得最优推荐" Id="a07ed3bc-726e-4f6c-9f63-7c8097d60eec" RegularExpression="^.{14} ChatLog 00:0839::获得了最优队员推荐!$" PrevActionsRefire="Deny" PeriodRefire="Deny" RefirePeriodExpression="60000">
<Actions>
<Action OrderNumber="1" UseTTSTextExpression="获得了最优队员推荐" TextAuraFontSize="9" TextAuraFontName="宋体" ActionType="UseTTS">
<Condition Enabled="false" Grouping="Or" />
</Action>
</Actions>
<Condition Enabled="false" Grouping="Or" />
</Trigger>
<Trigger Enabled="true" Name="雇员返回" Id="ec472b45-1847-4065-b2ec-9feddb7f8d3c" RegularExpression="^.{14} ChatLog 00:0039::雇员.*?成功完成了探险!$" PrevActionsRefire="Deny" PeriodRefire="Deny" RefirePeriodExpression="60000">
<Actions>
<Action OrderNumber="1" UseTTSTextExpression="雇员回来了" TextAuraFontSize="9" TextAuraFontName="宋体" ActionType="UseTTS">
<Condition Enabled="false" Grouping="Or" />
</Action>
</Actions>
<Condition Enabled="false" Grouping="Or" />
</Trigger>
<Trigger Enabled="true" Name="食物提醒" Id="35f64cba-200e-404e-8713-9044d66bd61a" RegularExpression="^.{14} StatusRemove 1E:30:进食:.*?:10.{6}:(?<PlayerName>.*?):">
<Actions>
<Action OrderNumber="1" UseTTSTextExpression="该吃食物了" TextAuraFontSize="9" TextAuraFontName="宋体" ActionType="UseTTS">
<Condition Enabled="false" Grouping="Or" />
</Action>
</Actions>
<Condition Enabled="true" Grouping="Or">
<ConditionSingle Enabled="true" ExpressionL="${PlayerName}" ExpressionTypeL="String" ExpressionR="${_ffxivplayer}" ExpressionTypeR="String" ConditionType="StringEqualNocase" />
</Condition>
</Trigger>
<Trigger Enabled="true" Source="FFXIVNetwork" Name="LB监控" Id="9389441d-a1be-47f7-adb9-2ca99de9fe8d" RegularExpression="^20\|[^|]*\|[A-Z0-9]{8}\|(?<player>[^|]{2,31})\|(?>C[5-F]|109[0-8]|42D[12]|1EB[56]|611[AB]|108[EF]|D0)\|(?<spell>[^|]+)\|">
<Actions>
<Action OrderNumber="1" UseTTSTextExpression="LB发射:${player},${spell}" UseTTSExclusive="False" TextAuraFontSize="8.25" TextAuraFontName="Microsoft Sans Serif" ActionType="UseTTS">
<Condition Enabled="false" Grouping="Or" />
</Action>
</Actions>
<Condition Enabled="true" Grouping="Or">
<ConditionSingle Enabled="true" ExpressionL="${_ffxivparty[${player}].inparty}" ExpressionTypeL="Numeric" ExpressionR="1" ExpressionTypeR="Numeric" ConditionType="NumericEqual" />
</Condition>
</Trigger>
<Trigger Enabled="true" Name="上货提醒" Id="cccf7d66-e4d5-461f-991f-ce39f77f87a3" RegularExpression="^.{14} ChatLog 00:0047::在.*?以.*?的价格出售的“(?<solditem>.*?)”(|×.*?)成功售出,获得了(?<soldmoney>.*?)金币。$">
<Actions>
<Action OrderNumber="1" UseTTSTextExpression="${solditem}卖掉了,赚了${soldmoney}金。" TextAuraFontSize="9" TextAuraFontName="宋体" ActionType="UseTTS">
<Condition Enabled="false" Grouping="Or" />
</Action>
</Actions>
<Condition Enabled="false" Grouping="Or" />
</Trigger>
<Trigger Enabled="true" Name="获得物品" Id="accce67e-4b10-4741-9596-5e436256463f" RegularExpression="^.{14} ChatLog 00:083E::(?<PlayerName>.*?)获得了“(?<ItemName>.*?)”(|×.*?)。">
<Actions>
<Action OrderNumber="1" UseTTSTextExpression="获得了${ItemName}" TextAuraFontSize="9" TextAuraFontName="宋体" ActionType="UseTTS">
<Condition Enabled="false" Grouping="Or" />
</Action>
<Action OrderNumber="2" TextAuraEffect="Bold" TextAuraFontSize="15" TextAuraForeground="Red" TextAuraName="roll_and_get" TextAuraExpression="获得了:${ItemName}" TextAuraXIniExpression="76" TextAuraYIniExpression="808" TextAuraWIniExpression="274" TextAuraHIniExpression="63" TextAuraOIniExpression="100" TextAuraTTLTickExpression="7-${_since}" TextAuraUseOutline="True" TextAuraFontName="微软雅黑" ActionType="TextAura">
<Condition Enabled="false" Grouping="Or" />
</Action>
</Actions>
<Condition Enabled="true" Grouping="Or">
<ConditionSingle Enabled="true" ExpressionL="${PlayerName}" ExpressionTypeL="String" ExpressionR="${_ffxivplayer}" ExpressionTypeR="String" ConditionType="StringEqualNocase" />
</Condition>
</Trigger>
<Trigger Enabled="true" Name="防被踢" Id="fcc6cccf-b13c-4520-b51c-24800574a46f" RegularExpression="^.{14} ChatLog 00:003C::一段时间内没有进行任何操作,即将切断与服务器的连接。$">
<Actions>
<Action OrderNumber="1" KeypressType="WindowMessage" KeyPressCode="32" KeyPressWindow="最终幻想XIV" TextAuraFontSize="8.25" TextAuraFontName="Microsoft Sans Serif" ActionType="KeyPress">
<Condition Enabled="false" Grouping="Or" />
</Action>
</Actions>
<Condition Enabled="false" Grouping="Or" />
</Trigger>
</Triggers>
</ExportedFolder>
</TriggernometryExport>