Results: 5Comments by: g3gg0
File: Baud Bag10-15-10
Originally posted by Maziel And t...
Posted By: g3gg0
Originally posted by Maziel And the line before 367 function BaudBag_OnEvent(self, event, ...) instead of function BaudBag_OnEvent(self, event) awww sure. missed to post that here :) thanks
File: Baud Bag10-14-10
BaudBag.xml line 20 BaudBagSubB...
Posted By: g3gg0
BaudBag.xml line 20 BaudBagSubBag_OnEvent(self, event, ...); line 230 BaudBag_OnEvent(self, event, ...); BaudBag.lua line 260 local Func = function() to local Func = function(self, event, ...) line 308 Func = function() to Func = function(self, event, ...) local arg1, arg2 = ...; line 326 Container.UpdateS...
File: Elkano's BuffBars10-14-10
in file ElkBuffBars.lua line 751 ch...
Posted By: g3gg0
in file ElkBuffBars.lua line 751 change local icon = GetTrackingTexture() to local icon = nil and the startup error will be fixed. br, g3gg0
File: Altoholic05-11-08
some bugs with deDE
Posted By: g3gg0
nice addon :) im using it with deDE locale and altoholic doesnt show stats of the skills "Kochkunst", "Erste Hilfe", "Angeln" and "Reiten" (cooking, first aid, fishing, riding) you need to change: = "Sekundäre Fähigkeiten", to = "Sekundäre Fertigkeiten", and some typo: = "Charaktäre", tp = "Charaktere",
File: Reagent Restocker05-10-08
added commandline support
Posted By: g3gg0
hi, here a diff for adding commandline support. /rrbuy /rrsell would be nice if you could add this to your version :) thanks! --- Core.lua 2008-02-26 07:32:58.000000000 +0100 +++ Core_new.lua 2008-05-11 02:51:00.828125000 +0200 @@ -452,7 +452,7 @@ end -- If we don't find the item, return nil - return nil...