Wiki source code of Mud

Version 48.1 by test user on 2026/06/15 14:53

Show last authors
1 = High priority unsolved quests =
2
3 == Legendary (unsolved) ==
4
5 {{liveData
6 id="mud-landing-hp-legendary"
7 source="liveTable"
8 sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No&tier=Legendary"
9 properties="doc.title,id_,tier,suited_for,quest_level,domain,walkthrough"
10 sort="quest_level"
11 }}
12 {
13 "meta": {
14 "propertyDescriptors": [
15 {
16 "id": "doc.title",
17 "editable": false,
18 "name": "Quest"
19 },
20 {
21 "id": "id_",
22 "editable": false
23 },
24 {
25 "id": "tier",
26 "editable": false
27 },
28 {
29 "id": "suited_for",
30 "editable": false
31 },
32 {
33 "id": "quest_level",
34 "editable": false
35 },
36 {
37 "id": "domain",
38 "editable": false
39 },
40 {
41 "id": "walkthrough",
42 "visible": false
43 }
44 ]
45 }
46 }
47 {{/liveData}}
48
49
50 == Superior (unsolved) ==
51
52 {{liveData
53 id="mud-landing-hp-superior"
54 source="liveTable"
55 sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No&tier=Superior"
56 properties="doc.title,id_,tier,suited_for,quest_level,domain,walkthrough"
57 sort="quest_level"
58 }}
59 {
60 "meta": {
61 "propertyDescriptors": [
62 {
63 "id": "doc.title",
64 "editable": false,
65 "name": "Quest"
66 },
67 {
68 "id": "id_",
69 "editable": false
70 },
71 {
72 "id": "tier",
73 "editable": false
74 },
75 {
76 "id": "suited_for",
77 "editable": false
78 },
79 {
80 "id": "quest_level",
81 "editable": false
82 },
83 {
84 "id": "domain",
85 "editable": false
86 },
87 {
88 "id": "walkthrough",
89 "visible": false
90 }
91 ]
92 }
93 }
94 {{/liveData}}
95
96
97 == Raid (unsolved) ==
98
99 {{liveData
100 id="mud-landing-hp-raid"
101 source="liveTable"
102 sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No&suited_for=Raid"
103 properties="doc.title,id_,tier,suited_for,quest_level,domain,walkthrough"
104 sort="quest_level"
105 }}
106 {
107 "meta": {
108 "propertyDescriptors": [
109 {
110 "id": "doc.title",
111 "editable": false,
112 "name": "Quest"
113 },
114 {
115 "id": "id_",
116 "editable": false
117 },
118 {
119 "id": "tier",
120 "editable": false
121 },
122 {
123 "id": "suited_for",
124 "editable": false
125 },
126 {
127 "id": "quest_level",
128 "editable": false
129 },
130 {
131 "id": "domain",
132 "editable": false
133 },
134 {
135 "id": "walkthrough",
136 "visible": false
137 }
138 ]
139 }
140 }
141 {{/liveData}}
142
143
144 ----
145
146 = High priority unsolved quests =
147
148 == Legendary (unsolved) ==
149
150 {{liveData
151 id="mud-landing-hp-legendary"
152 source="liveTable"
153 sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No&tier=Legendary"
154 properties="doc.title,id_,tier,suited_for,quest_level,domain"
155 sort="quest_level"
156 }}
157 {
158 "meta": {
159 "propertyDescriptors": [
160 {
161 "id": "doc.title",
162 "editable": false,
163 "name": "Quest"
164 },
165 {
166 "id": "id_",
167 "editable": false
168 },
169 {
170 "id": "tier",
171 "editable": false
172 },
173 {
174 "id": "suited_for",
175 "editable": false
176 },
177 {
178 "id": "quest_level",
179 "editable": false
180 },
181 {
182 "id": "domain",
183 "editable": false
184 }
185 ]
186 }
187 }
188 {{/liveData}}
189
190
191 == Superior (unsolved) ==
192
193 {{liveData
194 id="mud-landing-hp-superior"
195 source="liveTable"
196 sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No&tier=Superior"
197 properties="doc.title,id_,tier,suited_for,quest_level,domain"
198 sort="quest_level"
199 }}
200 {
201 "meta": {
202 "propertyDescriptors": [
203 {
204 "id": "doc.title",
205 "editable": false,
206 "name": "Quest"
207 },
208 {
209 "id": "id_",
210 "editable": false
211 },
212 {
213 "id": "tier",
214 "editable": false
215 },
216 {
217 "id": "suited_for",
218 "editable": false
219 },
220 {
221 "id": "quest_level",
222 "editable": false
223 },
224 {
225 "id": "domain",
226 "editable": false
227 }
228 ]
229 }
230 }
231 {{/liveData}}
232
233
234 == Raid (unsolved) ==
235
236 {{liveData
237 id="mud-landing-hp-raid"
238 source="liveTable"
239 sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No&suited_for=Raid"
240 properties="doc.title,id_,tier,suited_for,quest_level,domain"
241 sort="quest_level"
242 }}
243 {
244 "meta": {
245 "propertyDescriptors": [
246 {
247 "id": "doc.title",
248 "editable": false,
249 "name": "Quest"
250 },
251 {
252 "id": "id_",
253 "editable": false
254 },
255 {
256 "id": "tier",
257 "editable": false
258 },
259 {
260 "id": "suited_for",
261 "editable": false
262 },
263 {
264 "id": "quest_level",
265 "editable": false
266 },
267 {
268 "id": "domain",
269 "editable": false
270 }
271 ]
272 }
273 }
274 {{/liveData}}
275
276
277 ----
278
279 = Contributions =
280
281 I would love people to [[Contribute>>doc:.Contribute.WebHome]]. That page contains more information about contributions.
282
283 == ==
284
285 ----
286
287 = Assistance needed =
288
289 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
290 I am currently focusing on figuring out the following quests, any information or hints would be appreciated:
291
292 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
293 * How to use defilers blood? (shifter, from Defiler quest)
294 * [[doc:MUD.Quests.Quest 363 - Octolock.WebHome]] inside Clockwork
295 * [[doc:MUD.Quests.Quest 107 - Fight magic with magic.WebHome]] (this has same name and story as [[doc:MUD.Quests.Quest 284 - Fight magic with magic.WebHome]] (solved), but i dont have it solved
296 * [[doc:MUD.Quests.Quest 178 - Eyes of the Beholder.WebHome]] - I have killed the beholder, and was able to learn the scrolls, but i have not gotten this quest solved
297 ** There is also an area behind beholder, where i believe there to be something special, leading up to [[doc:MUD.Domains (Areas).Domain of Hoerk.Areas in Hoerk.Island of Werre.WebHome]] and the Tower of Stryf. There might be a tunnel to the [[doc:MUD.Domains (Areas).Domain of Hoerk.Areas in Hoerk.Isle of Belaern.Stormfront.WebHome]] Volcano where [[doc:MUD.Domains (Areas).Domain of Hoerk.Significant NPCs in Hoerk.Groshkar the Summoner.WebHome]] resides, but i have not been able to puzzle this out
298 * [[doc:MUD.Quests.Quest 351 - Rare Herbs.WebHome]] - I have not been able to find the Lycinth herb
299 * Tundra for Ranger
300 * [[doc:MUD.Quests.Quest 294 - Breaking Rocks.WebHome]] and [[doc:MUD.Quests.Quest 300 - Greed wrought Chaos.WebHome]]
301 ** I believe one of these is the entrance to Gwaithir, i believe it is related to [[doc:MUD.Quests.Quest 291 - Cliff Hanger.WebHome]], My notes are in [[doc:MUD.Notes.Cliff face.WebHome]]
302 * [[doc:MUD.Quests.Quest 327 - Legend of the Deep.WebHome]]
303
304
305
306 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
307 == {{id name="Mud-MissingQuests"/}}Missing Quests ==
308
309 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
310 As i dont have characters in all guilds, i dont have every quest listed. I would appreciate it if those that have the below quests listed, if they could send me the output of "quest xxx".
311
312 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
313 If possible, please also send me the guild the char that could list the quest was
314
315 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
316 * 13, 30, 68, 89
317 * 110, 111, 113, 114, 115, 116, 117, 123, 125, 126, 127,
318 * 227, 265
319 * 336,339,340,342,343,344,345,347,360, 390
320
321 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
322 == ==
323
324 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
325 = {{id name="Mud-Introduction"/}}Introduction =
326
327 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
328 This Wiki is a place to store content and information about the Final Realms Mud. The main objective is to store lore and other information like quests, spells, npc's and equipment.
329
330 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
331 The content is currently contributed and produced manually by the users of the wiki.
332
333
334 {{info}}
335 For quests, see the [[doc:MUD.Quests.WebHome]] link on the left hand side. Note that on cellphones you might have to enable desktop mode to see the quest link, or click [[doc:MUD.Quests.WebHome]]
336 {{/info}}
337
338
339
340 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
341 A [[doc:MUD.Changelog.WebHome]] can be found here.
342
343
344 {{info title="Contribution"}}
345 **I invite all of you to add to the wiki! Let me know if something is not clear, if you want new templates, or something should be changed.**
346
347 **Feel free to update existing pages if they are out of date, missing or wrong etc. Anything you can contribute is valuable!**
348 {{/info}}
349
350
351 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
352 The Wiki is not writeable without being signed in with a user that have been given access.
353
354 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
355 I only have a license for 10 users for the wiki, so there will never be that many contributors at the same time here:)
356
357 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
358 One of the primary purposes of the wiki, is to be searchable, to assist in solving unsolved quests.
359
360 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
361 Also, if you provide quest hints to someone with access to the wiki, let them know if you **don't** want the information shared here!
362
363
364 {{info}}
365 If you want to post things that you consider secret, that should not be shared with the other users, that is possible by using the "padlock" at the top, or posting to your own space on the wiki.
366
367 This might be of relevance if you want the data stored for posterity, or just want a way to cross reference data.
368
369 **Note that I as an administrator will likely be able to access this information! **(though i havent checked that 😃️)
370 {{/info}}
371
372
373 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
374 I will use this page to post news or specific info, I will add you all as "watchers" to this page, just remove yourself from the watcher list if you are not interested.
375
376 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
377 I suggest all of you provide some info on your profile page on what chars you play, alternatively we can have a table of user/main char on this front page.
378
379
380 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
381 Main navigation is via the menu on the left hand side.
382
383 (% xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
384 == {{id name="Mud-Connection"/}}Connection ==
385
386 (% class="code" xmlnsac="http://atlassian.com/content" xmlnsri="http://atlassian.com/resource/identifier" %)
387 (((
388 telnet fr.hyssing.net 4001
389 )))
390
391 {{html}}{{/html}}