- 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
BEM-Button
- 0 Likes
- World of Warcraft
- 2,033 Downloads
- Supports: 4.2
- 0 Average Daily Downloads
- Comments
- Created 5/21/2009 6:44:56 PM
- Updated 7/14/2011 3:10:06 PM
- 21 Favorites
- Project Site
- License: Sat's Addon Licence
- Release Type: Release
- Newest File: v1.8.2
About BEM-Button
Blizzard-Equipment-Manager Button
This is a tiny addon, which displays a minimap button similar to that one of ItemRack. With that button you can choose the item set (of the Blizzard Equipment Manager) you wan't to equip with two clicks and no opening of the character screen.
I have removed frFR and esES locales, since they weren't translated well. Please help me translating those and the other locales. Send me a PM or post a comment, if you have a translation. Please don't translate the variables, which are commented out, because the function of those isn't needed.
FAQ
- Is the list updated automatically
Yes, but there is still a "Refresh sets" button to refresh the list manually, if something doesn't work. - Is BEM-Button an equipment manager?
No, it uses the API of the Blizzard EquipmentManager to change and get Item Sets. - How do I move the minimap button?
Click on the button and drag it around the minimap. The position will be saved between game sessions. - I have a suggestion for this addon!
Feel free to tell me your idea and I will realize it, if it's not too much code, because I want to keep the addon lightweigth.
------------------------------------------------------------------------
r25 | laroawen | 2011-07-14 20:10:05 +0000 (Thu, 14 Jul 2011) | 1 line
Changed paths:
A /tags/v1.8.2 (from /trunk:24)
Tagging as v1.8.2
------------------------------------------------------------------------
r24 | laroawen | 2011-07-14 20:09:46 +0000 (Thu, 14 Jul 2011) | 1 line
Changed paths:
M /trunk/BEMB.toc
toc bump
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| v1.8.2 | Release | 4.2 | 198 | 7/14/2011 3:10:06 PM |
| v1.8.1 | Release | 4.0.6 | 278 | 3/6/2011 4:44:34 AM |
| v1.8.0 | Release | 4.0.1 | 297 | 10/14/2010 10:50:23 AM |
| v1.7.1 | Release | 3.3.0 | - | 2/27/2010 3:13:54 PM |
| v1.7 | Release | 3.2.0 | 1 | 8/5/2009 2:53:15 PM |
| v1.6 | Release | 3.1.0 | - | 7/6/2009 5:43:33 PM |
| v0.1 | Release | 3.1.0 | - | 6/3/2009 2:06:05 PM |
| BEMB-1.5 | Release | 3.1.0 | - | 5/26/2009 8:50:39 AM |
| BEMB-1.3 | Release | 3.1.0 | 1 | 5/22/2009 5:31:46 PM |
| BEMB-1.2 | Release | 3.1.0 | 1 | 5/22/2009 10:06:52 AM |
| BEMB-1.0 | Release | 3.1.0 | 2 | 5/21/2009 6:54:55 PM |
Comments
[2009/05/24 17:27:34-13-x4]: BEMB-1.3\core.lua:158: attempt to index field '?' (a nil value)
Interface\FrameXML\UIDropDownMenu.lua:69: in function `UIDropDownMenu_Initialize':
Interface\FrameXML\UIDropDownMenu.lua:715: in function `ToggleDropDownMenu':
BEMB-1.3\core.lua:93: in function `BEMB_MinimapButton_OnClick'
:"*:OnClick":1: in function `oclick'
Had to rename all my sets so they wouldn't have spaces and then it started working without errors.
Basically the array is not setup to see the full name.
First error it throws out when you have spaces is on line 114, however that is in the middle of function to create the database of names and it looked properly written then I remembered that some array's go bad when you have extra spaces.
Still even with the initial error - finally getting a replacement for itemrack is nice less memory usage so thank you!
However for those of you that were like me used to itemrack or any equipment manager, blizzard's equipment manager does have draw backs.
For example it can not do partial set replacement - if you only wanted to replace the trinket slot items you would have to make a whole new set with the new trinkets, can't just make a "trinket" set.
Like Blizzard's rip of the sct addon and the quest helper addon basically some functions are there but not everything is the same.
What did you do, when the error happened?