Thread Tools Display Modes
06/04/21, 05:54 AM   #1
AstroCat
 
AstroCat's Avatar
Join Date: Feb 2014
Posts: 18
Exclamation 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!
  Reply With Quote
06/04/21, 06:08 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
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)
]]
  Reply With Quote
06/04/21, 07:44 AM   #3
AstroCat
 
AstroCat's Avatar
Join Date: Feb 2014
Posts: 18
Actually votan came over to the mod's comments and helped out.

This fixed it:

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

Last edited by AstroCat : 06/04/21 at 07:51 AM.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Harvens Quest Journal help?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off