WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Carbonite Archive (https://www.wowinterface.com/forums/forumdisplay.php?f=158)
-   -   error at: \AddOns\Carbonite\Carbonite.lua line 7496 (https://www.wowinterface.com/forums/showthread.php?t=44393)

Dextronian 09-16-12 02:31 PM

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)

Pinthalion 09-16-12 06:20 PM

Getting this error too randomly. Causes problems with quest log.

whyzerman 09-19-12 08:02 AM

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


jeffy162 09-19-12 09:27 AM

A fix for that error was already posted in the first post in This Thread. You don't need to comment any lines out.


All times are GMT -6. The time now is 01:45 PM.

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