Broker_Itemlist
Broker_Itemlist watches class reagents in your bag by default. It is also capable of watching any item. You can have the items displayed in the tooltip or on the broker text. Now also supports watching items in the bank.
Add item:
Simply drag an item from your bag to the add item field in the options menu.
Delete item:
Uncheck it in the options panel to quit watching the item or click it in the delete dropdown to permanently delete it.
Note: It will track items from your currency tab by scanning them when you load into WoW.
Options
- Items - select which items you want shown in the tooltip
- Show in text - select which items you want shown on the LDB text
- Tooltip icon size - Set icon size in the tooltip
- Custom icons - off by default. If you find default text icons too small then you can try set icon size and x/y offset manually. This tends to have the effect of making the text move up as icons increase (blizz bug) You can try offset this using your LDB display options as well.
- Dev mode
Would you please try to move SetHyperlink after SetScript and call tremove before Scantooltip?
i = self.scanQ[1]
tremove(self.scanQ, 1)
self:ScanTooltip(i)
these are what i've tried so far:
* frozen orb
* primal nether
* ebonweave
* shadowcloth
* spellcloth
* frostweave cloth (bolt/reg/imbued)
* titansteel bar
* iceweb spider silk
using v2.2 from wowace
change line 415 in Core.lua from
for bag = 4, 0, -1 do
to
for bag = 11, 0, -1 do
to include bank-bags
really would like this to work with banked items..
sometimes it's nice to see how many items you have in stock (even in bank)
Thanks for your time & effor on this addon.
Reeb.
Btw, love your addon. Very handy.
Edit: I think I see the problem I will post it as soon as I make sure it didn't break anything.