-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathlockdefs.txt
120 lines (118 loc) · 1.83 KB
/
lockdefs.txt
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
CLEARLOCKS
Lock 1
{
BoARedKey
Message "$PD_REDW"
RemoteMessage "$PD_REDWO"
Mapcolor 255 0 0
}
Lock 2
{
BoABlueKey
Message "$PD_BLUEW"
RemoteMessage "$PD_BLUEWO"
Mapcolor 0 0 255
}
Lock 3
{
BoAYellowKey
Message "$PD_YELLOWW"
RemoteMessage "$PD_YELLOWWO"
Mapcolor 255 255 0
}
Lock 4
{
BoACyanKey
Message "$PD_CYANW"
RemoteMessage "$PD_CYANWO"
Mapcolor 0 255 255
}
Lock 5
{
BoAGreenKey
Message "$PD_GREENW"
RemoteMessage "$PD_GREENWO"
Mapcolor 0 255 0
}
Lock 6
{
BoAPurpleKey
Message "$PD_PURPLEW"
RemoteMessage "$PD_PURPLEWO"
Mapcolor 255 0 255
}
Lock 129
{
Any {BoARedKey BoACyanKey}
Message "$PD_REDCYANW"
RemoteMessage "$PD_REDCYANWO"
}
Lock 130
{
Any {BoABlueKey BoAGreenKey}
Message "$PD_BLUEGREENW"
RemoteMessage "$PD_BLUEGREENWO"
}
Lock 131
{
Any {BoAYellowKey BoAPurpleKey}
Message "$PD_YELLOWPURPLEW"
RemoteMessage "$PD_YELLOWPURPLEWO"
}
Lock 132
{
// Same as 129
Any {BoARedKey BoACyanKey}
Message "$PD_REDCYANW"
RemoteMessage "$PD_REDCYANWO"
}
Lock 133
{
// Same as 130
Any {BoABlueKey BoAGreenKey}
Message "$PD_BLUEGREENW"
RemoteMessage "$PD_BLUEGREENWO"
}
Lock 134
{
// Same as 131
Any {BoAYellowKey BoAPurpleKey}
Message "$PD_YELLOWPURPLEW"
RemoteMessage "$PD_YELLOWPURPLEWO"
}
Lock 100
{
Message "$PD_ANY"
RemoteMessage "$PD_ANYOBJ"
Mapcolor 128 128 255
}
Lock 228
{
Message "$PD_ANY"
RemoteMessage "$PD_ANYOBJ"
Mapcolor 128 128 255
}
Lock 229
{
Any {BoABlueKey BoAGreenKey KeyBlue}
Any {BoAYellowKey BoAPurpleKey KeyYellow}
Any {BoARedKey BoACyanKey KeyGreen}
Message "$PD_ALL3"
RemoteMessage "$PD_ALL3O"
}
Lock 101
{
BoABlueKey
BoAGreenKey
BoAYellowKey
BoAPurpleKey
BoARedKey
BoACyanKey
Message "$PD_ALL6"
RemoteMessage "$PD_ALL6O"
}
Lock 99
{
Key_RE
Mapcolor 255 0 0
}