Thread Tools Display Modes
Prev Previous Post   Next Post Next
09-12-12, 04:51 PM   #1
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
Roll Your Own Fixes for 5.041

To Fix Quest Log breaking after doing a daily:

Change Line 7496 to:
Lua Code:
  1. daS1=format(QUEST_LOG_DAILY_COUNT_TEMPLATE,daD1,"*")
----
To fix dungeon eye missing:

Change Line 25269 to:
Lua Code:
  1. local mON={"NXMiniMapBut","GameTimeFrame","TimeManagerClockButton","MiniMapWorldMapButton","MiniMapMailFrame","MiniMapTracking","MiniMapVoiceChatFrame","QueueStatusMinimapButton","MiniMapInstanceDifficulty",}
----

To fix the world map fading out of existance when you mouse out:

Change Line 11248 to:
Lua Code:
  1. frm.tex1:SetVertexColor(1,1,1,self.BaA)
----

To fix the LUA errors on world map hovering over some zones from achievements being removed (wetlands, duskwood etc)

After Line 6795 (should be "if alw or not don then") Add
Lua Code:
  1. if GetAchievementNumCriteria(a) > 0 then
After Line 6799(should be "return format("%s%s %d/%d",col2,nam,cnt,nee)") Add
Lua Code:
  1. end
----

To fix the green blob wintergrasp currently is on the map

Change Line 24396 to
Lua Code:
  1. self.ZoO["lakewintergrasp"]["lakewintergrasp"]="0,0,1024,768"
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » Roll Your Own Fixes for 5.041

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