- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,842 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
LargerMacroIconSelection
- 1 Like
- World of Warcraft
- 16,620 Downloads
- Supports: 4.3
- 8 Average Daily Downloads
- Comments
- Created 9/28/2008 12:11:57 AM
- Updated 12/3/2011 12:29:26 PM
- 133 Favorites
- Project Site
- License: All Rights Reserved
- Release Type: Release
- Newest File: v1.0.2
About LargerMacroIconSelection
Shows you a much bigger macro icon selection frame instead of the standard 5x4 one. The default this addon sets is 10x10 but you can change this to any size you want with the simple command listed below.
This addon is LoadOnDemand (will load when Blizzard_MacroUI loads) and thus does not load until you type /macro to open the Macro editing window.
Please turn on "Load Out of Date Addons" at the character login screen as I will not be updating this addon often. In fact, it has no code changes for 3 years since initial release until patch 4.3 broke it. :P
Slash commands
/lmis width height
Changes
Changes from v1.0.1 to v1.0.2
- Updated TOC to 40300.
- Fixed code broken by patch 4.3 (fix contributed by JudFromHud).
Changes from v1.0.0 to v1.0.1
- There is no change. I merely updated the interface number from 30000 to 40000 and then that to 40100 in the TOC file (and also updated some copyright dates in the Lua comments).
------------------------------------------------------------------------
r39 | xinhuan | 2011-12-03 18:29:11 +0000 (Sat, 03 Dec 2011) | 1 line
Changed paths:
A /tags/v1.0.2 (from /trunk:38)
Tag release v1.0.2.
------------------------------------------------------------------------
r38 | xinhuan | 2011-12-03 18:26:49 +0000 (Sat, 03 Dec 2011) | 1 line
Changed paths:
M /trunk/LargerMacroIconSelection.lua
M /trunk/LargerMacroIconSelection.toc
Update TOC to 40300, version to v1.0.2
------------------------------------------------------------------------
r37 | xinhuan | 2011-12-03 18:24:49 +0000 (Sat, 03 Dec 2011) | 1 line
Changed paths:
M /trunk/LargerMacroIconSelection.lua
Fix another error caused by trying to print nothing when changing the eidth/height settings.
------------------------------------------------------------------------
r36 | xinhuan | 2011-12-03 18:22:11 +0000 (Sat, 03 Dec 2011) | 1 line
Changed paths:
M /trunk/LargerMacroIconSelection.lua
Fix errors caused by patch 4.3 (fix contributed by JudFromHud).
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| v1.0.2 | Release | 4.3 | 269 | 12/3/2011 12:29:26 PM |
| v1.0.1 | Release | 4.1 | 5,817 | 5/6/2011 3:02:55 AM |
| v1.0.0 | Release | 4.0.1 | 4,906 | 10/12/2010 4:58:38 PM |
| v1.0 | Release | 3.0.2 | 5,721 | 10/14/2008 2:07:08 PM |
| LargerMacroIconSelection-r82136 | Beta | 2.4.3 | 426 | 9/27/2008 8:57:05 PM |
| LargerMacroIconSelection-r76224 | Beta | 2.4.3 | 383 | 6/7/2008 11:44:58 AM |
| LargerMacroIconSelection-r65820 | Beta | 2.4.3 | 1 | 3/25/2008 11:22:29 AM |
| LargerMacroIconSelection-r57592 | Beta | 2.3.3 | - | 12/28/2007 3:40:47 AM |
| LargerMacroIconSelection-r57591 | Beta | 2.3.3 | 2 | 12/28/2007 3:21:22 AM |


Comments
Could you please make same for item set selection menu? :3
For anyone having issues after 4.3 you have to replace lines 93-105 in the lua with the code below...
starting at line 93...
local numMacroIcons = #(GetMacroIcons());
local macroPopupIcon, macroPopupButton;
local macroPopupOffset = FauxScrollFrame_GetOffset(MacroPopupScrollFrame);
local index;
local texture;
for i=1, NUM_MACRO_ICONS_SHOWN do
macroPopupIcon = _G["MacroPopupButton"..i.."Icon"];
macroPopupButton = _G["MacroPopupButton"..i];
index = (macroPopupOffset * NUM_ICONS_PER_ROW) + i;
texture = GetSpellorMacroIconInfo(index);
if ( index <= numMacroIcons and texture ) then
macroPopupIcon:SetTexture("INTERFACE\\ICONS\\"..texture);
i love it. but it would be nice if we could get the same benefit on the other icon selection screens in game, specifically, the guild bank tabs.
thanks for the great addon.
Love it and agree with the previous commenter about possible support for the guild bank tabs.
although mostly use #tooltip
thanks.
will still try it out.
buttons at the top of the icon window:
warrior warlock rogue mage hunter deathknight druid shaman priest paladin and Misc
Would love to see the same functionality with bank frame.
Unless some coding was changed in WoW itself with the release of 3.2 I don't see why this wouldn't work with 3.2. I'll try it shortly and see if there is any problems or not.