Results: 12Comments by: kirson
File: Ludwig07-04-07
sellvalue
Posted By: kirson
Hey Tuller, as usual we all love yer mod... but if you could, throw Sellvalue back in the new version? I havent seen any issues with it.
File: Kirson-Fixed-ItemSync03-19-07
Re: WowAceUpdater
Posted By: kirson
Live and learn right? There was a small error in the externals... I've removed it and surprise, the zip script fired and now the many updater tools and scripts that use /files can see ItemSync. Update away!
File: Kirson-Fixed-ItemSync03-19-07
Re: Re: Kirson :)
Posted By: kirson
Ok I updated the trunk... I hope thats ok. I've tested it thoroghly and I'm confident I didn't miss anything this time. I've updated here as well. Please go through the code and check my comments and the code near them and then remove any comments you feel are unneeded. I'm sure there are more elegant solutions to the problems an...
File: Kirson-Fixed-ItemSync03-18-07
Re: Kirson :)
Posted By: kirson
Thanks for the praise Derkyle but its unwarranted as yet... I actually botched the job. I'm almost done fixing it... I missed the need to adjust the price storing routines. I would have updated to the svn but I just now got my account and I didn't want to update the trunk without permission. Anyway I'll post up a branch and a...
File: Kirson-Fixed-ItemSync03-16-07
Lol... no comments at all. It must...
Posted By: kirson
Lol... no comments at all. It must work perfectly or not at all.
File: FuBar - GarbageFu03-09-07
seems I should have added another c...
Posted By: kirson
seems I should have added another check in there ... you will receive an error occasionally when you interact with a new item and GarbageFu is trying to place it in the list. -- LootLink function GarbageFu:GetLootLinkVendorPrice(item) if LootLink and LootLink.Database then local linkTable = LootLink.Database; local pric...
File: FuBar - GarbageFu03-08-07
Lootlink support
Posted By: kirson
LootLink support lines follow. We of course need to add "lootlink", to the vendoraddonsorder variable too. = {name="LootLink", func="GetLootLinkVendorPrice", check="LootLink" }, -- LootLink function GarbageFu:GetLootLinkVendorPrice(item) if LootLink then local linkTable = LootLink.Database; local price = linkTable...
File: FuBar - GarbageFu02-20-07
Updated code snipets
Posted By: kirson
Had some updates for you to include in the working version: ItemSync has changed its master object name so we need a couple changes. Here is the new check line for ItemSync: = {name="ItemSync", func="GetItemSyncVendorPrice", check="ItemSync" }, Heres the current function to pull prices from ItemSync: -- ItemSync...
File: FuBar - GarbageFu01-17-07
sigh
Posted By: kirson
Well, I hope someone has time for this mod... but at any rate i did have one thing i wanted to mention. rojer added 2 lines of code for a "debug" purpose to his last posted version and unless you like yer system being hit every 60 seconds with a full item scan I suggest the following remove the following lines from GarbageFu.lu...
File: FuBar - GarbageFu09-05-06
ItemSync support
Posted By: kirson
For the next version could you add the following support for ItemSync pricing... in function GarbageFu:GetItemValue(item) add: if not item.value then item.value, item.pricetype = self:GetItemSyncPrice(item.link) end and in the function group add: -- ItemSync Price Value function GarbageFu:GetItemSyncPrice(itemlink) if (no...
File: Bongos209-01-06
Tuller buddy... any chance you can...
Posted By: kirson
Tuller buddy... any chance you can make the bongos_mapbar frame sized the same as the minimap itself and NOT the minimapcluster... but center the frame on the minimap? Right now we cant hide buttons and use bongos_mapbar to push the minimap further to the edge due to the clamp flag.
File: Bongos207-05-06
Originally posted by Tuller Poten...
Posted By: kirson
Originally posted by Tuller Potentially, its a nurfed issue. If you have nurfed installed, make sure the option to lock actionbuttons isn't enabled. Tivoli's code is notorious for this. He actually overrides the default UI behavior for the unlock process. The version of Nurfed you use is required to show you the way to undo...