Results: 7Comments by: Diungo
File: Who Taunted?10-26-09
couldn't try your addon yet, though...
Posted By: Diungo
couldn't try your addon yet, though i look at the source and i'm wondering if there is any libsink like functionality build-in? so i can display these messages with parrot.
File: Auditor05-10-09
very nice addon! but i missed the s...
Posted By: Diungo
very nice addon! but i missed the standard blizzard style money display, so i made a patch: diff -r d8b047c8daa0 Auditor2/Core.lua --- a/Auditor2/Core.lua Sun May 10 13:36:37 2009 +0200 +++ b/Auditor2/Core.lua Sun May 10 14:52:02 2009 +0200 @@ -650,6 +650,28 @@ end end + +function Auditor:FormatMoneyCoins(value, color...
File: Broker_Memory01-19-09
the memory-unit (the MiB text) shou...
Posted By: Diungo
the memory-unit (the MiB text) should be the suffix of your ldb feed, not appended to the text.
File: Broker_HitCrit12-11-08
changing local launcher = LDB:NewD...
Posted By: Diungo
changing local launcher = LDB:NewDataObject( MODNAME, { type = "data source", text = "", to local launcher = LDB:NewDataObject( MODNAME, { type = "data source", text = "HitCrit", lets hitcrit work with dockingstation.
File: DockingStation (Display)12-11-08
Fubar2Broker
Posted By: Diungo
this patch: --- FuBar2Broker.lua.old 2008-11-11 07:08:08.000000000 +0100 +++ FuBar2Broker.lua 2008-12-12 00:54:27.125000000 +0100 @@ -132,28 +132,46 @@ local name = addon:ToString() local brokerIcon = addon.icon or addon.hasIcon local brokerPlugin - local launcher = (not (addon.OnTextUpdate or addon.UpdateText ~= FuBarPl...
File: Broker_XPRate12-11-08
changing local dataobj = ldb:NewDa...
Posted By: Diungo
changing local dataobj = ldb:NewDataObject("Broker_XPRate", { type = "data source", icon = "Interface\\Icons\\Inv_Misc_SummerFest_BrazierOrange", }) to local dataobj = ldb:NewDataObject("Broker_XPRate", { type = "data source", text = "XPRate", icon = "Interface\\Icons\\Inv_Misc_SummerFest_BrazierOrange",...
File: Broker_Location12-11-08
changing local dataobj = LibStub("...
Posted By: Diungo
changing local dataobj = LibStub("LibDataBroker-1.1"):NewDataObject("Broker_Location", { type = "data source", icon = "Interface\\Icons\\INV_Misc_Map07.png", label = "Broker_Location" }) to local dataobj = LibStub("LibDataBroker-1.1"):NewDataObject("Broker_Location", { type = "data source", text = "Location",...