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