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 44.1
edited by Espen Solbu
on 2026/05/24 21:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,10 +2,132 @@
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 +{{info}}
8 +Several pages lack copy-pastes from the game.
8 8  
10 +For spells it is the 'help <spellname>', for items it is 'view <item>'
11 +{{/info}}
12 +
13 +{{taggedpages tag="needs-paste"/}}
14 +
15 +
16 +
17 += High priority unsolved quests =
18 +
19 +== Legendary (unsolved) ==
20 +
21 +{{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"}}
22 +{
23 + "meta": {
24 + "propertyDescriptors": [
25 + {
26 + "id": "doc.title",
27 + "editable": false,
28 + "name": "Quest"
29 + },
30 + {
31 + "id": "id_",
32 + "editable": false
33 + },
34 + {
35 + "id": "tier",
36 + "editable": false
37 + },
38 + {
39 + "id": "suited_for",
40 + "editable": false
41 + },
42 + {
43 + "id": "quest_level",
44 + "editable": false
45 + },
46 + {
47 + "id": "domain",
48 + "editable": false
49 + }
50 + ]
51 + }
52 +}
53 +{{/liveData}}
54 +
55 +
56 +== Superior (unsolved) ==
57 +
58 +{{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"}}
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 + }
89 +}
90 +{{/liveData}}
91 +
92 +
93 +== Raid (unsolved) ==
94 +
95 +{{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"}}
96 +{
97 + "meta": {
98 + "propertyDescriptors": [
99 + {
100 + "id": "doc.title",
101 + "editable": false,
102 + "name": "Quest"
103 + },
104 + {
105 + "id": "id_",
106 + "editable": false
107 + },
108 + {
109 + "id": "tier",
110 + "editable": false
111 + },
112 + {
113 + "id": "suited_for",
114 + "editable": false
115 + },
116 + {
117 + "id": "quest_level",
118 + "editable": false
119 + },
120 + {
121 + "id": "domain",
122 + "editable": false
123 + }
124 + ]
125 + }
126 +}
127 +{{/liveData}}
128 +
129 +<!-- xwiki-migration: curated-section MUD-landing-high-priority END -->
130 +
9 9  ----
10 10  
11 11  = Assistance needed =