View Single Post
10-10-13, 01:28 PM   #2
grindlebot
A Defias Bandit
Join Date: Oct 2013
Posts: 2
LUA file essentially empty

The lua file 'Quests86-90.lua' found in the Carbonite.Quests folder of the Carbonite addon is essentially empty. There are no quests found in this file:

if not Nx.ModQuests then
Nx.ModQuests = {}
end

local ModQuests={
}

function Nx.ModQuests:Load10 ()
for key,val in pairs(ModQuests) do
Nx.Quests[key] = val
end
Nx.ModQuests:Clear10()
end

function Nx.ModQuests:Clear10 ()
ModQuests = {}
end