ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Help/Support (https://www.esoui.com/forums/forumdisplay.php?f=164)
-   -   Harvens Quest Journal help? (https://www.esoui.com/forums/showthread.php?t=9771)

AstroCat 06/04/21 05:54 AM

Harvens Quest Journal help?
 
Curious if anyone could lend us a hand getting Harven's Quest Journal to work again?

https://www.esoui.com/downloads/info...stJournal.html

We are getting this error after the latest patch:

Code:

user:/AddOns/HarvensQuestJournal/HarvensQuestJournal.lua:1201: attempt to index a nil value
stack traceback:
user:/AddOns/HarvensQuestJournal/HarvensQuestJournal.lua:1201: in function 'HarvensQuestJournal.AddonLoaded'
|caaaaaa<Locals> eventType = 65536, addonName = "HarvensQuestJournal", re = 0.16862745583057, gr = 0.098039224743843, bl = 0.070588238537312, defaults = [table:1]{sortAscending = T, linksConverted = F, zonesFixed = F, sort = 0, showCompletedByCategory = F, saveRepeatable = T, saveDaily = T} </Locals>|r

Thanks!

Baertram 06/04/21 06:08 AM

Try o change the txt file of the addon and change these order of the lines from:
Code:

HarvensQuestJournal.lua
HarvensQuestJournal.xml
Bindings.xml

To:
Code:

HarvensQuestJournal.xml
HarvensQuestJournal.lua
Bindings.xml

If this des not fix it just comment (add --[[ and ]] arround the block) these lines in the lua file, lines 1201ff:
Code:

--[[
        HarvensQuestJournalTopLevel:SetHandler("OnHide", function()
                PlaySound(SOUNDS.BOOK_CLOSE)
        end)
]]


AstroCat 06/04/21 07:44 AM

Actually votan came over to the mod's comments and helped out.

This fixed it:

Quote:

Open the file "HarvensQuestJournal.xml":
Find offsetX=-70 and replace it with offsetX="-70"
Thanks for the help!


All times are GMT -6. The time now is 09:46 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI