Category: Miscellaneous
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
grennon's Portal Bug Reports Feature Requests
Author:
Version:
5.0.0
Date:
08-16-2008 03:29 PM
Size:
94.23 Kb
Downloads:
43,363
Favorites:
229
MD5:
Pictures
Click to enlarge
Minimalist
Minimalist   Popular! (More than 5000 hits)
Minimalist 5.0

Removed Buff Timers and Smart Taxi for WOTLK
Works with WOTLK
  Comments - Minimalist
Post A Reply Comment Options
Old 09-08-2009, 08:05 PM  
SarothonUther
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Rep bug

Getting this error when I load up the reputation pane in my character screen. Any advice/info?

Date: 2009-09-08 18:43:14
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Minimalist\Minimalist.lua
line 325:

attempt to index a nil value
Debug:

[C]: ?

Minimalist\Minimalist.lua:325:

Minimalist\Minimalist.lua:315

(tail call): ?

[C]: ReputationFrame_Update()

..\FrameXML\ReputationFrame.lua:33:

..\FrameXML\ReputationFrame.lua:32

[C]: Show()

..\FrameXML\CharacterFrame.lua:26: CharacterFrame_ShowSubFrame()

..\FrameXML\CharacterFrame.lua:13: ToggleCharacter()

..\FrameXML\CharacterFrame.lua:41: CharacterFrameTab_OnClick()

[string "*:OnClick"]:2:

[string "*:OnClick"]:1
SarothonUther is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-26-2009, 12:35 PM  
fplynam
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 1
Uploads: 1
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
I don't think it removes the functionality, but if it does, oh well. No more error messages. Most it can remove is the little level things before the quests, which it didn't put in anyway if it was throwing up errors.

---

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-2009 at 03:25 PM.
fplynam is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-05-2009, 06:54 PM  
dreamtgm
A Murloc Raider

Forum posts: 4
File comments: 13
Uploads: 0
error after Patch 3.2

I am getting the following error after patch 3.2 was released yesterday:

Message: Interface\FrameXML\UIPanelTemplates.lua:246: attempt to index local 'frame' (a nil value)
...
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
Interface\FrameXML\UIPanelTemplates.lua:246: in function `FauxScrollFrame_GetOffset'
Interface\AddOns\Minimalist\Minimalist.lua:467: in function <Interface\AddOns\Minimalist\Minimalist.lua:462>
(tail call): ?
[C]: in function `QuestLog_Update'
Interface\FrameXML\QuestLogFrame.lua:262: in function <Interface\FrameXML\QuestLogFrame.lua:259>

Locals: frame = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'frame' (a nil value)"


I suspect it is caused by the change Blizzard made to the quest log. Has anyone else encountered this and come up with a workaround/fix?

Last edited by dreamtgm : 08-05-2009 at 08:23 PM.
dreamtgm is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-24-2008, 07:17 PM  
TheNode
A Kobold Labourer
 
TheNode's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
This has got to be the single greatest addon you can get.
TheNode is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-24-2007, 04:38 PM  
ganders
A Flamescale Wyrmkin
 
ganders's Avatar
Interface Author - Click to view interfaces

Forum posts: 131
File comments: 66
Uploads: 11
Re: incompatible?

Quote:
Originally posted by Bouhb
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?
This version here is very out of date. Get the one from files.wowace.com or from the WoW Ace Updater.
__________________

-A lot of people are like Slinkies; they're not really good for anything but you can't help but laugh when you see them tumble down the stairs.
-Before you criticize someone, you should walk a mile in their shoes. That way, when you criticize them, you're a mile away and you have their shoes.
-Borrow money from a pessimist, they don't expect it back.
ganders is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-07-2007, 10:39 AM  
Bouhb
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?
Bouhb is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-22-2007, 08:43 AM  
xlee
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
xlee is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-04-2007, 03:12 PM  
lanacan
Random, Crazy, Mental...
 
lanacan's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 91
File comments: 359
Uploads: 13
Quote:
Originally posted by NLO

*EDIT* Oh, and a function that does the same thing as EquipCompare.
-When mousing over an item (armor, ring, weapon,...), if you push and hold Ctrl, besides the items tooltip, another one will appear showing your item so you can easily compare.
Hope some of this gets implemented.

Use tekKompare instead of EquipCompare: http://www.wowinterface.com/download...ekKompare.html
lanacan is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-04-2007, 03:10 PM  
lanacan
Random, Crazy, Mental...
 
lanacan's Avatar
Premium Member
Interface Author - Click to view interfaces

Forum posts: 91
File comments: 359
Uploads: 13
Quote:
Originally posted by Sniff
Could I please have you add an option to turn off fade in the chat boxes?
Would really really love to see that, cant live without Minimalist, keep up the awesome work
Add the following to the Minimalist.lua file.


Code:
-- Chat Functions, Disable Fade
function Minimalist:ChatScrollOn()
  for i = 1, 7 do
    local cf = getglobal('ChatFrame'..i)    
    cf:SetFading(false)
  end
end
lanacan is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-19-2007, 03:24 AM  
Jazradel
An Aku'mai Servant
Interface Author - Click to view interfaces

Forum posts: 39
File comments: 14
Uploads: 3
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-2007 at 09:57 PM.
Jazradel is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-28-2006, 04:39 AM  
NLO
A Fallenroot Satyr
 
NLO's Avatar

Forum posts: 25
File comments: 6
Uploads: 0
If I may, here's another suggestion:
Since LocationFu no longer shows coordinates (at the bottom of the world maps' window) and zones' level range (also, on the world map), do you think that's something you could implement in your mod?
That would be very nice.
What do you think?

*EDIT* Oh, and a function that does the same thing as EquipCompare.
-When mousing over an item (armor, ring, weapon,...), if you push and hold Ctrl, besides the items tooltip, another one will appear showing your item so you can easily compare.
Hope some of this gets implemented.

Last edited by NLO : 12-29-2006 at 07:06 AM.
NLO is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-27-2006, 05:45 AM  
Miralen
A Cobalt Mageweaver
 
Miralen's Avatar

Forum posts: 248
File comments: 56
Uploads: 0
Personally I love this addon its like having five addons in one, the only thing I would like to see in it if at all possible is a flight confirmation window that says "Are you sure you wanna fly to here" I am tired of flying to the wrong spot by accident and that confirmation is a real time saver, anyways wanted to throw my two cents in!
Miralen is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-24-2006, 01:13 PM  
Scre3m
A Murloc Raider
 
Scre3m's Avatar
Interface Author - Click to view interfaces

Forum posts: 6
File comments: 32
Uploads: 2
Quote:
Originally posted by Sniff
Could I please have you add an option to turn off fade in the chat boxes?
Would really really love to see that, cant live without Minimalist, keep up the awesome work
I published a very small addon that does that very thing:
http://wowinterface.com/downloads/fileinfo.php?id=5122
Scre3m is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-24-2006, 06:50 AM  
Sniff
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 1
Could I please have you add an option to turn off fade in the chat boxes?
Would really really love to see that, cant live without Minimalist, keep up the awesome work
Sniff is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-12-2006, 11:03 AM  
droberts
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
I love this addon!
Edit: It was working for me until recently. Now I'm waiting for an upgrade!

Last edited by droberts : 12-23-2006 at 01:32 PM.
droberts is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.