Category: Data Broker
Addon Information
Works with 3.2
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)
p3lim's Portal Bug Reports Feature Requests
Author:
Version:
30200.5-Beta
Date:
10-14-2009 07:26 PM
Size:
7.66 Kb
Downloads:
7,364
Favorites:
229
MD5:
Pictures
with Fortress
Broker Equipment   Popular! (More than 5000 hits)
Description:
Broker Equipment is a plug-in for DataBroker, and will require a display in order to work.
It displays and lets you use the new Equipment Manager by Blizzard easier.


Features:
- Shows current equipped set by name and icon
- Lets you hot-swap sets by left-clicking and using the menu
- Lets you open Equipment Manger by a right-click
- Lets you update the set with what you are wearing by holding <Shift> and clicking
- Lets you delete the set by holding <Control> and clicking
- Lets you queue sets for equipping while in combat


Help translate! http://wow.curseforge.com/addons/bro.../localization/


Click here and follow steps how to submit a bug
  Change Log - Broker Equipment
Full changelog can be found on GitHub:
http://github.com/p3lim/Broker_Equip...ommits/master/
  Comments - Broker Equipment
Post A Reply Comment Options
Old 06-18-2009, 02:15 PM  
Gnaf
A Defias Bandit

Forum posts: 2
File comments: 5
Uploads: 0
French

Code:
elseif(GetLocale() == 'frFR') then -- Soeters
	L.NOSET = 'Pas de set'
	L.TOOLTIP1 = 'clic gauche pour changer d'équipement' 
	L.TOOLTIP2 = 'clic droit pour ouvrir le gestionnaire d\'équipement'
Becarefull, "é" is \195\169 dépend on UTF encoding of editor
__________________
Be happy
Gnaf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-16-2009, 06:11 PM  
p3lim
A Molten Giant
 
p3lim's Avatar
Interface Author - Click to view interfaces

Forum posts: 558
File comments: 839
Uploads: 19
Ill add the zhCN and zhTW once i get the french and the german translations
p3lim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-14-2009, 06:12 AM  
yleaf
A Kobold Labourer
 
yleaf's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 26
Uploads: 8
Code:
elseif(GetLocale() == 'zhCN') then -- yleaf
	L.NOSET = '无套装'
	L.TOOLTIP1 = '左键点击切换套装'
	L.TOOLTIP2 = '右键打开套装管理器'
	L.HINT = {' ', '|cff00ff00Shift点击覆盖套装|r', '|cff00ff00Ctrl点击删除套装|r'}
elseif(GetLocale() == 'zhTW') then -- yleaf
	L.NOSET = '無套裝'
	L.TOOLTIP1 = '左鍵點擊切換套裝'
	L.TOOLTIP2 = '右鍵點擊打開套裝管理器'
	L.HINT = {' ', '|cff00ff00Shift點擊覆蓋套裝|r', '|cff00ff00Ctrl點擊刪除套裝|r'}
yleaf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-13-2009, 08:28 AM  
p3lim
A Molten Giant
 
p3lim's Avatar
Interface Author - Click to view interfaces

Forum posts: 558
File comments: 839
Uploads: 19
Fixed in next version, but you are submitting bugs to the wrong place, use my bug reporter!
p3lim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-12-2009, 07:35 PM  
Purity
A Deviate Faerie Dragon

Forum posts: 16
File comments: 135
Uploads: 0
Quote:
Originally posted by Caldar
The icon / set name no longer change for me when I change gear with the latest update.
Same here. No error. Just doesn't change.
__________________

Last edited by Purity : 06-12-2009 at 07:35 PM.
Purity is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-12-2009, 01:53 AM  
Caldar
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 37
Uploads: 2
The icon / set name no longer change for me when I change gear with the latest update.
Caldar is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-09-2009, 02:18 PM  
p3lim
A Molten Giant
 
p3lim's Avatar
Interface Author - Click to view interfaces

Forum posts: 558
File comments: 839
Uploads: 19
Quote:
Originally posted by Fragglerock
just got the following error on login:

Broker_Equipment-30100.19\Broker_Equipment.lua:164: attempt to index local 'icon' (a nil value)
<in C code>: ?
<in C code>: in function `EquipmentManager_EquipSet'
EquipmentManager_SwapSpecs-1.0\core.lua:12: in function <Interface\AddOns\EquipmentManager_SwapSpecs\core.lua:9>

---

so not sure if the problem is with broker_equipment or EquimentManager_SwapSpecs going to post on that thread too.
Always test an addon running alone before reporting bugs.
p3lim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-08-2009, 11:10 PM  
Fragglerock
A Fallenroot Satyr

Forum posts: 22
File comments: 53
Uploads: 0
just got the following error on login:

Broker_Equipment-30100.19\Broker_Equipment.lua:164: attempt to index local 'icon' (a nil value)
<in C code>: ?
<in C code>: in function `EquipmentManager_EquipSet'
EquipmentManager_SwapSpecs-1.0\core.lua:12: in function <Interface\AddOns\EquipmentManager_SwapSpecs\core.lua:9>

---

so not sure if the problem is with broker_equipment or EquimentManager_SwapSpecs going to post on that thread too.
Fragglerock is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-08-2009, 07:09 PM  
sayclub
A Kobold Labourer

Forum posts: 0
File comments: 28
Uploads: 0
Korean translation

L.NOSET = '세트 없음'
L.TOOLTIP1 = '좌-클릭 : 세트 변경'
L.TOOLTIP2 = '우-클릭 : 장비 관리창 열기'
L.HINT = {' ', '|cff00ff00Shift-클릭 : 세트 업데이트|r', '|cff00ff00Ctrl-클릭 : 세트 삭제|r'}
sayclub is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-08-2009, 06:21 AM  
hakmajik
A Kobold Labourer

Forum posts: 1
File comments: 8
Uploads: 0
I'm getting the following error(s) when attempting to use the equipment manager:

[06:19:17]BugSack: 1. [2009/06/08 06:18:45-448-x2]: Interface\FrameXML\UIDropDownMenu.lua:224: attempt to index local 'listFrame' (a nil value):
Broker_Equipment-30100.18\Broker_Equipment.lua:88: in function `initFunction'
Interface\FrameXML\UIDropDownMenu.lua:69: in function `UIDropDownMenu_Initialize':
Broker_Equipment-30100.18\Broker_Equipment.lua:107: in function <...terface\AddOns\Broker_Equipment\Broker_Equipment.lua:92>
Broker_Equipment-30100.18\Broker_Equipment.lua:131: in function `OnClick'
hakmajik is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-08-2009, 04:43 AM  
Gnaf
A Defias Bandit

Forum posts: 2
File comments: 5
Uploads: 0
in french :

Code:
elseif(GetLocale() == 'frFR') then -- Soeters
	L.TOOLTIP1 = 'Cliquez ici pour changer de set'
	L.TOOLTIP2 = 'Ctrl+Alt clique dans le menu pour mettre \195\160 jour le set'
	L.TOOLTIP3 = 'Shift+Alt clique dans le menu pour effacer le set'
	L.NOSET = 'Pas de set'
__________________
Be happy

Last edited by Gnaf : 06-08-2009 at 04:45 AM.
Gnaf is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-05-2009, 05:30 PM  
Fragglerock
A Fallenroot Satyr

Forum posts: 22
File comments: 53
Uploads: 0
Quote:
Originally posted by seamoo
ItemSetChecker
even better, woot!

thanks guys
Fragglerock is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-04-2009, 10:17 AM  
p3lim
A Molten Giant
 
p3lim's Avatar
Interface Author - Click to view interfaces

Forum posts: 558
File comments: 839
Uploads: 19
Quote:
Originally posted by mrgyver
Fixed koKR localization
Code:
elseif(GetLocale() == 'koKR') then -- mrgyver
	L.TOOLTIP1 = '당신의 세트를 변경하려면 여기를 클릭하세요.'
	L.TOOLTIP2 = '메뉴안에서 Ctrl+Alt 클릭하면 당신의 세트를 갱신합니다.'
	L.TOOLTIP3 = '메뉴안에서 Shift+Alt 클릭하면 당신의 세트를 삭제합니다.'
	L.NOSET = '세트 없음'
I pm'ed you, I changed the strings because im doing major changes to the dropdown in the next version (you people are gonna love it)
p3lim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-03-2009, 11:14 PM  
mrgyver
A Kobold Labourer
 
mrgyver's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
Fixed koKR localization
Code:
elseif(GetLocale() == 'koKR') then -- mrgyver
	L.TOOLTIP1 = '당신의 세트를 변경하려면 여기를 클릭하세요.'
	L.TOOLTIP2 = '메뉴안에서 Ctrl+Alt 클릭하면 당신의 세트를 갱신합니다.'
	L.TOOLTIP3 = '메뉴안에서 Shift+Alt 클릭하면 당신의 세트를 삭제합니다.'
	L.NOSET = '세트 없음'
mrgyver is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-02-2009, 10:36 PM  
seamoo
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Quote:
Originally posted by Fragglerock
oh cool! thanks!
ItemSetChecker
seamoo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.




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.