-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRedHiltedDaggerAlignmentv.xml
More file actions
108 lines (97 loc) · 2.36 KB
/
RedHiltedDaggerAlignmentv.xml
File metadata and controls
108 lines (97 loc) · 2.36 KB
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
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE muclient>
<!-- Saved on Saturday, September 22, 2012, 3:31 PM -->
<!-- MuClient version 4.61 -->
<!-- Plugin "RedHiltedDaggerAlignmentv1_0" generated by Plugin Wizard -->
<muclient>
<plugin
name="RedHiltedDaggerAlignmentv1_0"
author="Kloke n Dagga"
id="06aed734ba8a011f6299770c"
language="Lua"
purpose="Converts red-hilted dagger messages into ranges of alignment"
date_written="2012-09-22 15:04:11"
requires="4.61"
version="1.0"
>
<description trim="y">
<![CDATA[
Converts red-hilted dagger messages into ranges of alignment
]]>
</description>
</plugin>
<!-- Get our standard constants -->
<!-- Triggers -->
<triggers>
<trigger
enabled="y"
match="*A flicker of black flame ignites the tip of the red-hilted dagger.*"
omit_from_output="y"
send_to="2"
sequence="100"
>
<send>Barely Evil to Evil</send>
</trigger>
<trigger
enabled="y"
match="*A gout of black flame ignites the tip of the red-hilted dagger.*"
omit_from_output="y"
send_to="12"
sequence="100"
>
<send>ColourNote("red", "black", "Evil to Quite Evil")</send>
</trigger>
<trigger
enabled="y"
match="*A jet of black flame ignites the tip of the red-hilted dagger.*"
omit_from_output="y"
send_to="12"
sequence="100"
>
<send>ColourNote ("red", "black", "Very Evil")</send>
</trigger>
<trigger
enabled="y"
match="*A jet of white flame ignites the tip of the red-hilted dagger.*"
omit_from_output="y"
send_to="12"
sequence="100"
>
<send>ColourNote ("white", "red", "VERY GOOD")</send>
</trigger>
<trigger
enabled="y"
match="*A flicker of white flame ignites the tip of the red-hilted dagger.*"
omit_from_output="y"
send_to="12"
sequence="100"
>
<send>ColourNote("red", "white", "Barely Good to Good")</send>
</trigger>
<trigger
enabled="y"
match="*A gout of white flame ignites the tip of the red-hilted dagger.*"
omit_from_output="y"
send_to="12"
sequence="100"
>
<send>ColourNote ("white","red","Good to EXTREMELY GOOD!")</send>
</trigger>
</triggers>
<!-- Plugin help -->
<aliases>
<alias
script="OnHelp"
match="RedHiltedDaggerAlignmentv1_0:help"
enabled="y"
>
</alias>
</aliases>
<script>
<![CDATA[
function OnHelp ()
world.Note (world.GetPluginInfo (world.GetPluginID (), 3))
end
]]>
</script>
</muclient>