View Single Post
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"