| Updated: | 08-16-08 01:29 PM |
| Created: | unknown |
| Downloads: | 51,609 |
| Favorites: | 198 |
| MD5: |

![]() |
Comment Options |
|
|
|
|
A Fallenroot Satyr
Forum posts: 22
File comments: 113
Uploads: 0
|
GBoT is similar to this
http://www.wowinterface.com/download...gOfTricks.html |
|
|
|
|
|
|
broken in 3.3.2
__________________
Author of Guide: How To Feral DPS http://www.viddler.com/explore/parl2001/videos/2/ http://coldbear.wordpress.com/best-of-wow/ Every Boss In The Game (3.0.9) http://www.warcraftmovies.com/movieview.php?id=106475 Original author of http://www.wowwiki.com/Feral_DPS_guide |
|
|
|
|
|
|
|
A Fallenroot Satyr
Forum posts: 25
File comments: 3
Uploads: 0
|
kicking out errors like it's cool in 3.3. anyone updating this anymore?
|
|
|
|
|
|
|
one of my favorite addons of all time
no letting me disable "skip useless gossip" which makes me unable to use repair butler... |
|
|
|
|
|
|
|
Work Around as of 3.2
Okay, this should fix it. Replace the function Minimalist:QuestLog_Update() with the one below. Just delete the whole function (lines 486-498 I think, just search for the function name) in the original Minimalist.lua, and put in this instead. It's just got a little added in to make it not go crazy.
Code:
function Minimalist:QuestLog_Update()
local numEntries = GetNumQuestLogEntries()
if QUESTS_DISPLAYED then
for i=1, QUESTS_DISPLAYED do
local questLogTitle = getglobal("QuestLogTitle"..i)
if i <= numEntries then
local questTitle, level, _, isHeader, _, _, _ = GetQuestLogTitle(i + FauxScrollFrame_GetOffset(QuestLogListScrollFrame))
if level > 0 and questTitle then
questLogTitle:SetText("["..level.."]"..questTitle)
end
end
end
end
end
--- Edit: This fix is for the r78 release, sorry. Here's a link: http://www.wowace.com/addons/minimalist/files/262-r78/ It requires Ace3: http://www.wowace.com/addons/ace3/
Last edited by fplynam : 08-26-09 at 01:25 PM.
|
|
|
|
|
|
|
|
This has got to be the single greatest addon you can get.
![]() |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
incompatible?
So I thought; This looks like a GRET addon! Just what I need.
Problem is, it won't run. I have installed it, but hte addon-list lists it as "incompatible". I downloaded Ace and Ace2 as well, but with no result. What do I need to get to make this great addon non-incompatible, and indeed, compatible? |
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
imcompatible
is it just me or is everyone seeing all minimalist above version 2.5 as incompatible in their addons window
|
|
|
|
|
||
Use tekKompare instead of EquipCompare: http://www.wowinterface.com/download...ekKompare.html |
||
|
|
|
|
||
Code:
-- Chat Functions, Disable Fade
function Minimalist:ChatScrollOn()
for i = 1, 7 do
local cf = getglobal('ChatFrame'..i)
cf:SetFading(false)
end
end
|
||
|
|
|
|
|
|
Autosell doesn't like gray items that have no sell price (e.g. some quest items).
Need a way to stop the chat skipping, I got sick of turning it off to do the level 10 flight vendor quests. Holding down control would be the prefered way. Need a way to turn off reputation spamming the chat logs but still have the changed reputation tab. Percentage information would be nice for the xp bar and reputation tabs. I haven't tested the latest version, though so if any features have been implemented I'm sorry. And NLO and Sniff have good ideas.
Last edited by Jazradel : 06-04-07 at 07:57 PM.
|
|
|
|
![]() |