Thread Tools Display Modes
09-16-12, 02:31 PM   #1
Dextronian
A Kobold Labourer
Join Date: Jan 2010
Posts: 1
error at: \AddOns\Carbonite\Carbonite.lua line 7496

Date: 2012-09-16 22:28:21
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\Carbonite\Carbonite.lua line 7496:
attempt to call global 'GetMaxDailyQuests' (a nil value)
 
09-16-12, 06:20 PM   #2
Pinthalion
A Deviate Faerie Dragon
Join Date: Jun 2010
Posts: 10
Getting this error too randomly. Causes problems with quest log.
 
09-19-12, 08:02 AM   #3
whyzerman
A Defias Bandit
Join Date: May 2009
Posts: 3
Got this error today. The problem is patch 5.0.4 removed the GetMaxDailyQuests() API function (because there are no longer restrictions on how many daily quests you can complete). Temporary fix was to just comment out lines 7495-7497 and add in a value for the daS1 variable (added below).

Code:
--This if statement is no longer needed
--if daD1>0 then
--daS1=format(QUEST_LOG_DAILY_COUNT_TEMPLATE,daD1,GetMaxDailyQuests())
--end
daS1 = daD1+500
 
09-19-12, 09:27 AM   #4
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
A fix for that error was already posted in the first post in This Thread. You don't need to comment any lines out.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » error at: \AddOns\Carbonite\Carbonite.lua line 7496

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