An immersive quest reader plugin for LOTRO.
Whennever the player accepts a quest, displays the quest text one phrase at a time to make it easier to read. It also shws additional information like the quest giver, the gold, experience and item rewards. To advance to the next line of dialogue, simply clic on the window. If multiple quests are accepted or completed at once, all texts will be queued so you can keep up running to your quests while reading.
This plugin was heavily inspired by the addon Immersion in World of Warcraft.
- Show quest text when a new quest is accepted
- Show quest text when a quest is completed
- Display rewards
- Show the quest description
- Show the quest objectives
.gitignoreImmersiveQuestReader.pluginREADME.mdImmersiveQuestReader/GenerateQuestDatabase.pyMain.luaOptions.luaQuestLog.luaQuestManager.luaQuestWindow.luaSettingsManager.luaUtils.lua
bestowerbestower.text: accepted quest textbestower.npcName: window footer NPC giver name
level: window titlename: search quest and window titleobjectives: completed quest textobjective.dialog.text: completed quest text
rewards: reward windowrewards.XP.quantityrewards.money.goldrewards.money.silverrewards.money.copperrewards.object: item rewardsrewards.selectOneOf.object: item reward choice
A huge thank you to the Lotro Companion datas which are necessary for this plugin. I would also like to thank some plugin authors whose source code helped me during development : Galhulad to display items like ItemTreasury does.
