Thread Tools Display Modes
12-16-10, 11:26 AM   #1
Paprika
A Black Drake
Join Date: Sep 2008
Posts: 86
Excluding items from the Carbonite Button Frame

Would it be possible to add an interface-option or just a lua-file where we can put in our own items which should not be captured by the Button Frame?

Latest problem, this addon: http://wow.curse.com/downloads/wow-a...ils/archy.aspx


I don't want to wait 2-3 weeks for this kind of issues too be fixed everytime i spot one of these addons, it's getting annoying. Since you have a life too and can't fix stuff 24/7, an exclusion-list would be a better solution.
 
12-16-10, 04:17 PM   #2
carboniteaddon
A Pyroguard Emberseer
 
carboniteaddon's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2008
Posts: 2,245
A UI would be many hours of work, so I just moved the table to Localization.lua:

NXMapAddonMinimapNames = { -- # is stripped
["GatherNote"] = true,
["GatherMatePin"] = true,
["MobMapMinimapDot_"] = true,
["CartographerNotesPOI"] = true,
["RecipeRadarMinimapIcon"] = true,
["NauticusMiniIcon"] = true,
["ZGVMarkerMini"] = true, -- Zygor ZGVMarker1Mini
}

I installed Archy, but his dig icon frames do not appear to have names.

It also seems to be leaking frames, since duplicates will appear in the Button window, when you turn it off and back on.
__________________
faatal

Last edited by carboniteaddon : 12-16-10 at 04:28 PM.
 
08-05-11, 11:22 AM   #3
Paprika
A Black Drake
Join Date: Sep 2008
Posts: 86
["MobMapMinimapDot_"] = true,
is not working for some reason. The Mobmap-icons will be catched by your frame.
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » Excluding items from the Carbonite Button Frame

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