Changes for page Contribute
Last modified by test user on 2026/05/26 17:29
From version 12.1
edited by Espen Solbu
on 2026/05/25 19:51
on 2026/05/25 19:51
Change comment:
There is no comment for this version
To version 1.1
edited by Espen Solbu
on 2026/05/25 18:49
on 2026/05/25 18:49
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,90 +8,13 @@ 8 8 = Missing Quests = 9 9 10 10 11 - Iam currently focusing onfiguring out thefollowing quests, any information orhintswould beappreciated:11 += Walkthrough on High Priority Quests = 12 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 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 57 = Walkthrough on any Quests = 58 58 59 59 60 60 = Copy-Paste of contents = 61 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 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 -{{code language="velocity"}} 74 -{{liveData 75 - id="contribute-unsolved-quests" 76 - source="liveTable" 77 - sourceParameters="className=MUD.Code.QuestClass&translationPrefix=mud.quests.&walkthrough=No" 78 - properties="doc.title,id_,tier,suited_for,quest_level,quest_points,domain" 79 - sort="doc.title" 80 -}} 81 -{ 82 - "meta": { 83 - "propertyDescriptors": [ 84 - {"id": "doc.title", "name": "Quest", "editable": false}, 85 - {"id": "id_", "editable": false}, 86 - {"id": "tier", "editable": false}, 87 - {"id": "suited_for", "editable": false}, 88 - {"id": "quest_level", "editable": false}, 89 - {"id": "quest_points", "editable": false}, 90 - {"id": "domain", "editable": false} 91 - ] 92 - } 93 -} 94 -{{/liveData}} 95 -{{/code}} 96 - 97 97