-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsettings.html
207 lines (187 loc) · 9.04 KB
/
settings.html
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<html>
<head>
<link rel='stylesheet' href='https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css' integrity='sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T' crossorigin='anonymous'>
<script src="scripts/jquery-3.4.1.slim.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://runeapps.org/nis/nis.css" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="https://runeapps.org/runeappslib.js"></script>
<link rel="stylesheet" type="text/css" href="https://runeapps.org/runeappslib.css">
<script src="https://www.unpkg.com/@alt1/base/dist/index.bundle.js"></script>
<script src="https://www.unpkg.com/@alt1/ocr/dist/index.bundle.js"></script>
<script src="https://www.unpkg.com/@alt1/chatbox/dist/index.bundle.js"></script>
<script src="https://www.unpkg.com/@alt1/buffs/dist/index.bundle.js"></script>
<script src="scripts/bosstimer.bundle.js"></script>
<title>Settings</title>
</head>
<body class="body" id="body">
<div class="container">
<!-- Chatbox selector -->
<div class="row mt-2">
<div class="col" title="Changes which chatwindow is read by SusAlert">
<p>Selected Chatbox</p>
</div>
<div class="col">
<select class="chat main-select-width" title="Changes which chatwindow is read by SusAlert">
<option value="" disabled>Select Chat</option>
</select>
</div>
</div>
<!-- Tooltip selector -->
<div class="row">
<div class="col" title="Enables/disables a tooltip that displays info about incoming attacks next to your cursor">
<p>Cursor Tooltip</p>
</div>
<div class="col">
<select class="ttSelect main-select-width" title="Enables/disables a tooltip that displays info about incoming attacks next to your cursor">
<option value="" disabled>Select Option</option>
<option value="0">Disabled</option>
<option value="1">Attack only</option>
<option value="2">Hint only</option>
<option value="3">Attack & Hint</option>
</select>
</div>
</div>
<!-- Countdown style selector -->
<div class="row" style="margin-bottom:-10px;">
<div class="col" title="Changes the style of the attack countdown messages">
<p>Countdown Text Style</p>
</div>
<div class="col">
<select class="styleSelect main-select-width" title="Changes the style of the attack countdown messages">
<option value="" disabled>Select Option</option>
<option value="0">Default (white)</option>
<option value="1">Colorful</option>
<option value="2">Colorful (inverted)</option>
</select>
</div>
</div>
<!-- Countdown sound selector -->
<div id="countdownSoundSetting" class="row settings-subregion bottom-subsetting" style="margin-bottom:10px;">
<div class="col" title="Changes the sound effect that is played during the attack countdown">
<p>Sound Effect</p>
</div>
<div class="col">
<select class="countdownSoundSelect sub-select-width" title="Changes the sound effect that is played during the attack countdown">
<option value="" disabled>Select Option</option>
<option value="0">Disabled</option>
<option value="1">Beep</option>
<option value="2">Race Countdown</option>
<option value="3">Soft Beep</option>
<option value="4">Xylophone</option>
<option value="69">Warning (the office)</option>
</select>
</div>
</div>
<!-- Compact Mode Selector -->
<div id="compactModeSetting" class="row settings-region">
<div class="col" title="Removes certain UI elements & reduces overall size of the SusAlert UI">
<p>Compact Mode</p>
</div>
<div class="col">
<select id="compactModeSelect" class="compactModeSelect main-select-width" title="Removes certain UI elements & reduces overall size of the SusAlert UI">
<option value="" disabled>Select Option</option>
<option value="1">Disabled</option>
<option value="0">Enabled</option>
</select>
</div>
</div>
<!-- Statue Indicator Selector -->
<div id="extendedModeSetting" class="row settings-region">
<div class="col" title="Expands the UI to add an indicator showing the status of the 4 statues during the Croesus fight">
<p>Statue Indicator</p>
</div>
<div class="col">
<select id="extendedModeSelect" class="extendedModeSelect main-select-width" title="Expands the UI to add an indicator showing the status of the 4 statues during the Croesus fight">
<option value="" disabled>Select Option</option>
<option value="1">Disabled</option>
<option value="0">Enabled</option>
</select>
</div>
</div>
<!-- Crystal Mask detection selector -->
<div class="row" style="margin-bottom:-10px;">
<div class="col" title="Adds an indicator for the Crystal Mask spell">
<p>Crystal Mask Indicator</p>
</div>
<div class="col">
<select class="cMask main-select-width" title="Adds an indicator for the Crystal Mask spell">
<option value="" disabled>Select Option</option>
<option value="0">Disabled</option>
<option value="1">Enabled</option>
</select>
</div>
</div>
<!-- Crystal Mask border selector -->
<div id="cMaskBorderSetting" class="row settings-subregion">
<div class="col" title="Changes the border around the app to indicate Crystal Mask's status">
<p>Border Color</p>
</div>
<div class="col">
<select id="cMaskBorderSelect" class="cMaskBorder sub-select-width" title="Changes the border around the app to indicate Crystal Mask's status">
<option value="" disabled>Select Option</option>
<option value="0">Disabled</option>
<option value="1">Green/Red</option>
<option value="2">Blue/Red</option>
<option value="3">Blue/Yellow</option>
<option value="4">Blue/White</option>
<option value="5">White/Red</option>
</select>
</div>
</div>
<!-- Crystal Mask sound selector -->
<div id="cMaskSoundSetting" class="row settings-subregion bottom-subsetting" style="margin-bottom:-5px;">
<div class="col" title="Changes the sound effect that is played when Crystal Mask is used or runs out">
<p>Sound Effect</p>
</div>
<div class="col">
<select id="cMaskSoundSelect" class="cMaskSound sub-select-width" title="Changes the sound effect that is played when Crystal Mask is used or runs out">
<option value="" disabled>Select Option</option>
<option value="0">Disabled</option>
<option value="1">Shatter 1</option>
<option value="2">Shatter 2</option>
<option value="3">Bell</option>
<option value="4">Spell</option>
<option value="5">Damage</option>
<option value="6">Fireball</option>
<option value="7">Alert</option>
<option value="69">Warning (the office)</option>
</select>
</div>
</div>
<hr>
<!-- Start delay input -->
<div class="row">
<div class="col" title="The delay after the start of an encounter is detected (default: 0)">
<p>Start Delay (ms)</p>
</div>
<div class="col">
<input class="input-width" type="number" id="startDelayInput" name="startDelayInput" placeholder="0" min="0" max="2000" title="The delay after the start of an encounter is detected (default: 0)">
</div>
</div>
<!-- End count input -->
<div class="row">
<div class="col" title="How long SusAlert must check that the bosstimer is gone before ending the encounter, in case a chatline is missed (default: 10)">
<p>End Check Time (ticks)</p>
</div>
<div class="col">
<input class="input-width" type="number" id="endDelayInput" name="endDelayInput" placeholder="10" min="6" max="20" title="How long SusAlert must check that the bosstimer is gone before ending the encounter, in case a chatline is missed (default: 10)">
</div>
</div>
<!-- Delay after mid input -->
<div class="row" style="margin-bottom:-10px;">
<div class="col" title="The delay after the mid energy fungus (default: 14)">
<p>Delay After Mid (s)</p>
</div>
<div class="col">
<input class="input-width" type="number" id="midDelayInput" name="midDelayInput" placeholder="14" min="5" max="25" title="The delay after the mid energy fungus (default: 14)">
</div>
</div>
<hr>
<div class="row">
<b>Please report any issues or feedback on github: <a href="https://github.com/Raphire/SusAlert" target="_blank">https://github.com/Raphire/SusAlert</a></b>
</div>
</div>
</body>
<script src="scripts/settings.js"></script>
</html>