Wiki source code of Contribute

Last modified by test user on 2026/05/26 17:29

Show last authors
1 I would love contributions of any kind, comments, quests, spells, items or just cleaning up.
2
3 There are some major things I am looking for help on as well though.
4
5 For any contributions except commenting, you will need to have a registered user, and I will need to add this user to the MudEditors list. Send me an email and i will add you.
6
7
8 = Missing Quests =
9
10
11 I am currently focusing on figuring out the following quests, any information or hints would be appreciated:
12
13 * How to use defilers blood? (shifter, from Defiler quest)
14 * [[Quest 363 - Octolock>>doc:MUD.Quests.Quest 363 - Octolock.WebHome]] inside Clockwork
15 * [[Quest 107 - Fight magic with magic>>doc:MUD.Quests.Quest 107 - Fight magic with magic.WebHome]] (this has same name and story as [[Quest 284 - Fight magic with magic>>doc:MUD.Quests.Quest 284 - Fight magic with magic.WebHome]] (solved), but i dont have it solved
16 * [[Quest 178 - Eyes of the Beholder>>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
17 ** There is also an area behind beholder, where i believe there to be something special, leading up to [[Island of Werre>>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 [[Stormfront>>doc:MUD.Domains (Areas).Domain of Hoerk.Areas in Hoerk.Isle of Belaern.Stormfront.WebHome]] Volcano where [[Groshkar the Summoner>>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
18 * [[Quest 351 - Rare Herbs>>doc:MUD.Quests.Quest 351 - Rare Herbs.WebHome]] - I have not been able to find the Lycinth herb
19 * Tundra for Ranger
20 * [[Quest 294 - Breaking Rocks>>doc:MUD.Quests.Quest 294 - Breaking Rocks.WebHome]] and [[Quest 300 - Greed wrought Chaos>>doc:MUD.Quests.Quest 300 - Greed wrought Chaos.WebHome]]
21 ** I believe one of these is the entrance to Gwaithir, i believe it is related to [[Quest 291 - Cliff Hanger>>doc:MUD.Quests.Quest 291 - Cliff Hanger.WebHome]], My notes are in [[Cliff face>>doc:MUD.Notes.Cliff face.WebHome]]
22 * [[Quest 327 - Legend of the Deep>>doc:MUD.Quests.Quest 327 - Legend of the Deep.WebHome]]
23
24 == {{id name="Mud-MissingQuests"/}}Missing Quests ==
25
26 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".
27
28 Or click [[Create Quest>>https://xwiki.onomato.biz/bin/create/MUD/Quests/WebHome?templateprovider=MUD.Code.Templates.QuestTemplateProvider]] and create it yourself.
29
30 If possible, please also send me the guild the char that could list the quest was
31
32 * 13, 30, 68, 89
33 * 110, 111, 113, 114, 115, 116, 117, 123, 125, 126, 127,
34 * 227, 265
35 * 336,339,340,342,343,344,345,347,360, 390
36
37
38
39 = Missing Walkthrough =
40
41 {{liveData id="contribute-unsolved-quests" source="liveTable" sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No" properties="doc.title,id_,tier,suited_for,quest_level,quest_points,domain" sort="doc.title"}}
42 {
43 "meta": {
44 "propertyDescriptors": [
45 {"id": "doc.title", "name": "Quest", "editable": false},
46 {"id": "id_", "editable": false},
47 {"id": "tier", "editable": false},
48 {"id": "suited_for", "editable": false},
49 {"id": "quest_level", "editable": false},
50 {"id": "quest_points", "editable": false},
51 {"id": "domain", "editable": false}
52 ]
53 }
54 }
55 {{/liveData}}
56
57 = Walkthrough on any Quests =
58
59
60 = Copy-Paste of contents =
61
62 Any page with "need-paste" tag typically need more content. You can see all these pages [[here>>https://xwiki.onomato.biz/bin/view/Main/Tags?do=viewTag&tag=needs-paste]]
63
64 * Spells: For Spells we want "help <spellname>"
65 * Items: For items we typically want "view <item>"
66
67
68
69 = Editor Tips =
70
71 To insert tables, use the WIKI editor (not WYSIWYG), The example below contains a preset filter to "Walkthrough=No"
72
73 Or Use the Macro "Mud Live Table"
74
75 {{code language="velocity"}}
76 {{liveData
77 id="contribute-unsolved-quests"
78 source="liveTable"
79 sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No"
80 properties="doc.title,id_,tier,suited_for,quest_level,quest_points,domain"
81 sort="doc.title"
82 }}
83 {
84 "meta": {
85 "propertyDescriptors": [
86 {"id": "doc.title", "name": "Quest", "editable": false},
87 {"id": "id_", "editable": false},
88 {"id": "tier", "editable": false},
89 {"id": "suited_for", "editable": false},
90 {"id": "quest_level", "editable": false},
91 {"id": "quest_points", "editable": false},
92 {"id": "domain", "editable": false}
93 ]
94 }
95 }
96 {{/liveData}}
97 {{/code}}
98
99 Here you can also clamp the table to only take pages from certain locations in the hierarchy by using the "location" sourceParameter
100
101 {{code}}
102 sourceParameters="className=MUD.Code.ScrollClass&translationPrefix=mud.scrolls.&location=MUD.Items.Scrolls.Arcane Scrolls"
103 {{/code}}
104
105 Or use the **MUD Tag Table** macro to list pages by tag — useful for Confluence-label-style aggregations like equipment sets that may span multiple page types:
106
107 {{code language="velocity"}}
108 {{tagtable tag="set_twilight" title="Twilight Set"/}}
109 {{/code}}
110
111 The tagtable returns results across //every// XClass — weapons, armour, accessories — anywhere that page is tagged. Browse the current tag list at the [[XWiki tag cloud>>https://xwiki.onomato.biz/bin/view/Main/Tags]].
112
113 If you'd prefer to wire the tag filter into a raw `{{liveData}}` block instead of using the wrapper macro, the pattern is: top-level `filters="tags=<value>"` on the macro, plus `className=XWiki.TagClass` + `translationPrefix=platform.index.` in `sourceParameters`, and `tags` must be in the `properties` list. Example:
114
115 {{code language="velocity"}}
116 {{liveData
117 id="my-tag-table"
118 source="liveTable"
119 sourceParameters="className=XWiki.TagClass&translationPrefix=platform.index."
120 properties="doc.title,doc.location,tags"
121 filters="tags=set_twilight"
122 sort="doc.title"
123 }}
124 {
125 "meta": {
126 "propertyDescriptors": [
127 { "id": "tags", "visible": false }
128 ]
129 }
130 }
131 {{/liveData}}
132 {{/code}}