Category: Data Broker
Addon Information
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)
Author:
Version:
1.4b
Date:
04-23-2009 02:15 PM
Size:
6.45 Kb
Downloads:
1,391
Favorites:
65
MD5:
Pictures
Click to enlarge
Addon in StatBlockCore
Broker SoulShards
Broker_SoulShards is a LibDataBroker based info addon. It displays your current amount of soul shards. It also has options to limit amount of shards to keep in your bag.

It does not provide it's own display, you will need a LDB-based display addon.
  Change Log - Broker SoulShards
1.4b
- Bumped the TOC for 3.1. No other changes.

1.4
- Updated to support AddonLoader

1.3 (Thanks to Tekkub)
- Still using BAG_UPDATE but limited to once every 2 seconds.

1.2b
- Going back to BAG_UPDATE until I find a nice way to check for spent shards.

1.2 (Thanks Aranarth for the advise)
- Now works with Broker2Fubar
- Change from "BAG_UPDATE" to "ITEM_PUSH". Should be more CPU friendly.
- Tooltip updates when clicking

1.1
- Minor cosmetic changes
- Fixed problem when logging in and not being a warlock

1.0
- Released!
  Optional Files - Broker SoulShards
Sorry, there are currently no optional files available.
  Archived Versions - Broker SoulShards
File Name
Version
Size
Author
Date
1.4
6kB
Ke11ett
03-07-2009 06:41 AM
1.3
6kB
Ke11ett
12-23-2008 03:47 PM
1.2b
6kB
Ke11ett
12-20-2008 05:42 AM
1.2
6kB
Ke11ett
12-17-2008 01:33 PM
1.1
6kB
Ke11ett
12-15-2008 02:56 PM
1
6kB
Ke11ett
12-13-2008 01:35 PM
  Comments - Broker SoulShards
Post A Reply Comment Options
Old 05-15-2009, 07:57 PM  
speak
A Fallenroot Satyr
 
speak's Avatar

Forum posts: 26
File comments: 112
Uploads: 0
wth.

who's bright idea was it to set the shard limit to 20, and to enable shard deleting BY DEFAULT?

i installed the addon, enabled it, logged in and it auto deleted 8 of my shards (had full 28 slot bag).

no warning, nothing. log in and poof.

lol uninstalled.
speak is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-17-2009, 05:48 PM  
xtoq
A Fallenroot Satyr
 
xtoq's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 482
Uploads: 1
Ok, I got around it by using a different addon. Thanks for the response though, good work on the addon. =)
xtoq is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-18-2009, 03:29 PM  
Ke11ett
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 1
File comments: 18
Uploads: 1
Quote:
Originally posted by xtoq
Any chance on that feature request? I love the add-on all the same, not planning on switching, just curious.
Sorry i had forgot you had asked about it. I dont think its a feature I will add. I think that for most users it would be used so infrequently that its better to leave out.
Ke11ett is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-15-2009, 04:22 PM  
xtoq
A Fallenroot Satyr
 
xtoq's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 482
Uploads: 1
Any chance on that feature request? I love the add-on all the same, not planning on switching, just curious.
xtoq is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-17-2008, 03:05 PM  
xtoq
A Fallenroot Satyr
 
xtoq's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 482
Uploads: 1
Ok, after a few mins of using this, I now have a feature request (I know, I know, us users are never satisfied). Would it be possible to integrate an option to delete a shard on click or right click or ctrl+click? That way, if I have 20 but need some space, I don't have to open the bag, select the shard, drop it, click yes, etc. I don't know what this would entail, so I may be asking for the moon, but just a thought.

Other than that, I love this addon!
xtoq is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-17-2008, 02:32 PM  
xtoq
A Fallenroot Satyr
 
xtoq's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 482
Uploads: 1
Shows up now, on my way to test it out while farming. I'll let you know if anything doesn't work, but I'm sure it's all better! Thanks so much!

Last edited by xtoq : 12-17-2008 at 02:59 PM.
xtoq is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-17-2008, 01:36 PM  
Ke11ett
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 1
File comments: 18
Uploads: 1
@Aranarth: Thanks for you help. It's my first addon and the first thing i've even made in Lua.

@xtoq: Should work with Broker2Fubar now.
Ke11ett is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-15-2008, 11:06 PM  
Aranarth
A Deviate Faerie Dragon
 
Aranarth's Avatar
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 208
Uploads: 6
To make it work with B2F (and some other displays), add the LDB attribute "type" and set it to "data source".


It seems you made DeleteExcess global because your EventHandler coulnd't find it otherwise. If so, just move DeleteExcess above EventHandler and you will be able to make it local with no error.

And in case of cross references, to make them both local, you can do something like that:
Code:
local blah

local function foo()
	-- stuff and possible call to blah
end

blah = function()
	-- stuff and possible call to foo
end

BAG_UPDATE should be avoided if possible because it is called waaaay too much !! Look at ITEM_PUSH. It's probably more suited (and more CPU friendly ).
Aranarth is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-15-2008, 03:44 PM  
Ke11ett
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 1
File comments: 18
Uploads: 1
Re: Doesn't seem to work with B2F

Quote:
Originally posted by xtoq
Hi, I use FuBar and the Broker2Fubar addon, but for some reason, Broker_SoulShard doesn't show up anywhere; not on FuBar, not on my screen, not even in the B2F options (where you should be able to tell it where to display and how). Any ideas?
Didn't test it with Fubar. I'll put it on later and have a look.
Ke11ett is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-15-2008, 01:28 PM  
xtoq
A Fallenroot Satyr
 
xtoq's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 482
Uploads: 1
Doesn't seem to work with B2F

Hi, I use FuBar and the Broker2Fubar addon, but for some reason, Broker_SoulShard doesn't show up anywhere; not on FuBar, not on my screen, not even in the B2F options (where you should be able to tell it where to display and how). Any ideas?
xtoq is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




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.