Carbonite Classic (with all modules)

Carbonite Classic (with all modules)

518k Downloads

Lua-error when loading carbonite/make progess in quest

Blackbird102 opened this issue ยท 2 comments

commented

Get the following error:

Message: Interface\AddOns\Carbonite.Quests\NxQuest.lua:4267: attempt to compare two nil values
Time: Sun Oct 13 18:40:21 2019
Count: 1
Stack: Interface\AddOns\Carbonite.Quests\NxQuest.lua:4267: attempt to compare two nil values

I think its an error when he tries to share quest progress.
I have this quest: https://classic.wowhead.com/quest=8470/deadwood-ritual-totem
Because the repation progress has a / in it, there comes an error when the code tries to parse the strings as integers.

in function Nx.Quest:CalcDesc (qId, objI, cnt, total)

local desc, _, _ = strmatch (odesc or "", "(.+): (%d+)/(%d+)")

commented

Error seems to be fixed. Thanks ๐Ÿ‘

commented

Should be fixed in d9ddbf4 use latest version from Github and report back.