View Single Post
09-15-12, 01:25 PM   #35
jovenyoung
A Deviate Faerie Dragon
Join Date: Oct 2010
Posts: 11
Code:
Line 7496 currently says this:

daS1=format(QUEST_LOG_DAILY_COUNT_TEMPLATE,daD1,GetMaxDailyQuests())

Update to this:

daS1=format(QUEST_LOG_DAILY_COUNT_TEMPLATE,daD1,"*")

Code:
Line 25269 currently says this:

local mON={"NXMiniMapBut","GameTimeFrame","TimeManagerClockButton","MiniMapWorldMapButton","MiniMapMailFrame","MiniMapTracking","MiniMapVoiceChatFrame","MiniMapBattlefieldFrame","MiniMapLFGFrame","MiniMapInstanceDifficulty",}

Update it to this:

local mON={"NXMiniMapBut","GameTimeFrame","TimeManagerClockButton","MiniMapWorldMapButton","MiniMapMailFrame","MiniMapTracking","MiniMapVoiceChatFrame","QueueStatusMinimapButton","MiniMapInstanceDifficulty",}
Code:
Line 11248 currently says this:

frm.tex1:SetVertexColor(1,1,1,alp)

Update it to this:

frm.tex1:SetVertexColor(1,1,1,self.BaA)
Code:
Line 6795 currently says:

if alw or not don then

ADD a new line and put this as the info:
(put your cursor at the beginning of line 6796 and hit ENTER to get the existing line to drop down and leave you a blank line)

if GetAchievementNumCriteria(a) > 0 then

Code:
Line 6799 currently says:

return format("%s%s %d/%d",col2,nam,cnt,nee)

ADD a new line and put this as the info:
(put your cursor at the beginning of line 6800 and hit ENTER to get the existing line to drop down and leave you a blank line)

end
Code:
Line 24396 currently says:

self.ZoO["lakewintergrasp"][NXlMapWGOverlayName]="0,0,1024,768"

Update it to this:

self.ZoO["lakewintergrasp"]["lakewintergrasp"]="0,0,1024,768"
I have placed a text file on my website if you want it with those fixes in it.

http://www.botclan.net/wow/Carbonite.txt

You will have to right click save target as and rename the file to .lua and replace the file in the Carbonite folder...