1 - Bugged in WoW 3.2.0
Log on (QuestHistory_Felstone 3.1.0b, WoW 3.2.0 live, USEnglish client/server) and the following error occurs:
["message"] = "QuestHistory-3.1.0b\\QuestHistory.lua:3428 attempt to call global 'GetDifficultyColor' (a nil value)\nQuestHistory-3.1.0b\\QuestHistory.lua:729 in function `QuestHistory_Refresh'\nQuestHistory-3.1.0b\\QuestHistory.lua:751 in function `QuestHistory_SetSortOrder'\nQuestHistory-3.1.0b\\QuestHistory.lua:346 in function `QuestHistoryFrameSortDropDownButton_OnClickLogin'\nQuestHistory-3.1.0b\\QuestHistory.lua:2372 in function `QuestHistory_OnEvent'\n< string >:\"*:OnEvent\":1: in function < [string \"*:OnEvent\"]:1 >\n\n ---",
["type"] = "error",
["counter"] = 1
"GetDifficultyColor" has been changed in 3.2.0 to "GetQuestDifficultyColor".
| User | When | Change |
|---|---|---|
| Zidomo | Wed, 05 Aug 2009 07:15:48 | Create |
- 1 comment
- 1 comment
- #1
Zidomo Wed, 05 Aug 2009 21:56:20Well, went into QuestHistory.lua (version 3.1.0b) and changed line 3428's "color = GetDifficultyColor(level);" to "color = GetQuestDifficultyColor(level);". Sure enough, log on, no further errors.
But another big problem. Previously when you opened the QuestHistory frame (with "/qh") and then leftclicked a saved quest (completed, abandoned, etc.), a new frame would open showing you the quest text & rewards, time of completion and so on. The background of where the quest text & rewards show up mimicked the Blizzard frame: it was light brown "parchment" in color.
But now after making that above change to stop the bug, the background in that frame is no longer light brown "parchment". It has oddly turned dark grey. Making it virtually impossible to read the black text or see the reward icons there. Every saved quest you click is the same.
So further changes are needed for WoW 3.2.0.