Does this have the ability to show Auction prices using AucAdvanced or one of the other auction addons (wowecon, kcitems)? I found that to be useful in GarbageFu when I was forced to sell a green item.
I wish dedicated broker plugins only started with "broker_*" or even something more detailed like "brokerInteract_*", "brokerDisplay_*", "brokerLaunch_*" to differentiate the types. I currently have some "StatBlock_*", some "pico*", some "broker_*", and one without a prefix at all which I find a little confusing.
Maybe "broker" isn't the best prefix either. I think to the average person they think it's a money or auction addon. Maybe just something more generic like "snapin" or something. But it might be too late for that...
I agree, no new addons should be creating FuBar or Titan plugins in my opinion. Just make a Databroker plugin. In the long run it will require less resources, and gives more UI choices to the end users.
I wanted to create a binding of CTRL + ALT + M to do the default mount action (smart). But because of the Modifier code it's overriding the default preference according to that setting (basically forcing a ground mount when I want it to pick a flying mount when I'm in outlands).
Instead could we turn off the modifier section by default since most people would want the "smart" action to work in most cases, and have the ability to enable the modifiers 1 by 1?
is the clock module going to be ported over to SBC anytime soon? using Broker_Clock, but it can't display time in 12 hour format. missing my SB1 clock module.
Look at the Broker_clock thread. I posted a fix to convert it to 12 hr format. Simple edit.
0
http://wow.curse.com/downloads/wow-addons/details/pawn.aspx
0
0
Maybe "broker" isn't the best prefix either. I think to the average person they think it's a money or auction addon. Maybe just something more generic like "snapin" or something. But it might be too late for that...
0
0
0
Instead could we turn off the modifier section by default since most people would want the "smart" action to work in most cases, and have the ability to enable the modifiers 1 by 1?
0
Look at the Broker_clock thread. I posted a fix to convert it to 12 hr format. Simple edit.
0
0
function Clock:Update()
local hour = date("%I") + 0
self.text = hour .. date(":%M")
end
0
use %I:%M%p instead of %H:%M
Or remove the %p if you don't care to see am/pm. Still thinking of a quick fix to remove the leading 0 when the hour is 1-9.
0
0
0
0
0
LibRoman-1.0, LegoBlock
And it will fix all the people who run without externals. You will also need to get LegoBlocks on wowinterface, or googlecode.