Changes for page Mud

Last modified by Espen Solbu on 2026/05/25 19:03

From version 46.1
edited by Espen Solbu
on 2026/05/25 19:03
Change comment: There is no comment for this version
To version 43.1
edited by Espen Solbu
on 2026/05/24 21:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,10 +2,135 @@
2 2  
3 3  = Contributions =
4 4  
5 -I would love people to [[Contribute>>doc:.Contribute.WebHome]]. That page contains more information about contributions.
5 +== Paste from the game ==
6 6  
7 -== ==
7 +{{taggedpages tag="needs_paste"/}}
8 8  
9 +
10 +{{velocity}}
11 +#set($hql = "from doc.object(XWiki.TagClass) as tag where 'needs_paste' member of tag.tags")
12 +#set($results = $services.query.xwql($hql).execute())
13 +
14 +#foreach($item in $results)
15 + * [[$item]]
16 +#end
17 +{{/velocity}}
18 +
19 +
20 += High priority unsolved quests =
21 +
22 +== Legendary (unsolved) ==
23 +
24 +{{liveData id="mud-landing-hp-legendary" source="liveTable" sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No&tier=Legendary" properties="doc.title,id_,tier,suited_for,quest_level,domain" sort="quest_level"}}
25 +{
26 + "meta": {
27 + "propertyDescriptors": [
28 + {
29 + "id": "doc.title",
30 + "editable": false,
31 + "name": "Quest"
32 + },
33 + {
34 + "id": "id_",
35 + "editable": false
36 + },
37 + {
38 + "id": "tier",
39 + "editable": false
40 + },
41 + {
42 + "id": "suited_for",
43 + "editable": false
44 + },
45 + {
46 + "id": "quest_level",
47 + "editable": false
48 + },
49 + {
50 + "id": "domain",
51 + "editable": false
52 + }
53 + ]
54 + }
55 +}
56 +{{/liveData}}
57 +
58 +
59 +== Superior (unsolved) ==
60 +
61 +{{liveData id="mud-landing-hp-superior" source="liveTable" sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No&tier=Superior" properties="doc.title,id_,tier,suited_for,quest_level,domain" sort="quest_level"}}
62 +{
63 + "meta": {
64 + "propertyDescriptors": [
65 + {
66 + "id": "doc.title",
67 + "editable": false,
68 + "name": "Quest"
69 + },
70 + {
71 + "id": "id_",
72 + "editable": false
73 + },
74 + {
75 + "id": "tier",
76 + "editable": false
77 + },
78 + {
79 + "id": "suited_for",
80 + "editable": false
81 + },
82 + {
83 + "id": "quest_level",
84 + "editable": false
85 + },
86 + {
87 + "id": "domain",
88 + "editable": false
89 + }
90 + ]
91 + }
92 +}
93 +{{/liveData}}
94 +
95 +
96 +== Raid (unsolved) ==
97 +
98 +{{liveData id="mud-landing-hp-raid" source="liveTable" sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No&suited_for=Raid" properties="doc.title,id_,tier,suited_for,quest_level,domain" sort="quest_level"}}
99 +{
100 + "meta": {
101 + "propertyDescriptors": [
102 + {
103 + "id": "doc.title",
104 + "editable": false,
105 + "name": "Quest"
106 + },
107 + {
108 + "id": "id_",
109 + "editable": false
110 + },
111 + {
112 + "id": "tier",
113 + "editable": false
114 + },
115 + {
116 + "id": "suited_for",
117 + "editable": false
118 + },
119 + {
120 + "id": "quest_level",
121 + "editable": false
122 + },
123 + {
124 + "id": "domain",
125 + "editable": false
126 + }
127 + ]
128 + }
129 +}
130 +{{/liveData}}
131 +
132 +<!-- xwiki-migration: curated-section MUD-landing-high-priority END -->
133 +
9 9  ----
10 10  
11 11  = Assistance needed =