Results: 7Comments by: bkzland
File: Dolgubon's Lazy Writ Crafter10/25/18
Not sure this is the place to put i...
Posted By: bkzland
Not sure this is the place to put it, but I ran out of banked craft items a bunch of times and got annoyed with keeping track of it, so I added a notification to the addon. Decided to post my snippet here for consideration, or for others who want to use it themselves. diff -r DolgubonsLazyWritCreator-2.5.15.3\DolgubonsLazyWritC...
File: LFG Auto Accept10/05/18
Still very useful :)
Posted By: bkzland
Still very useful :)
File: Addon Selector (Save AddOn profiles/packs)09/02/18
Without LibDialog installed, the Ad...
Posted By: bkzland
Without LibDialog installed, the Addon only shows a missing dependency of LibStub, for some reason it doesn't show the LibDialog dependency, but remains in "Dependency Missing" state. Installing LibDialog allows for enabling the addon as expected.
File: Faster Travel (Wayshrines menu & Teleporter) - maintenance08/15/18
I don't know what else this breaks,...
Posted By: bkzland
I don't know what else this breaks, but adding the line if id == nil then return 0 end in FasterTravel.lua:11 seems to make it load and /goto works. Replace the GetUniqueEventId function with this: local function GetUniqueEventId(id) if id == nil then return 0 end local count = _events or 0 count =...
File: Srendarr - Aura, Buff & Debuff Tracker04/13/18
edit: evermind, updating to 2.4.06...
Posted By: bkzland
edit: evermind, updating to 2.4.06 seems to have fixed it, works as I expect now. edi2: it's still kinda wonky. cooldown starts being tracked when the proc runs out sometimes, other times it will start being tracked when the proc starts immediately. I was trying to get the cooldown for the Mechanical Acuity set to be tracked, see...
File: Inventory Insight02/15/18
Re: Item count off?
Posted By: bkzland
Let me start by saying how awesome this addon is!! Truly one of the absolutely necessary, game-changing ones I can't imagine life without now that I'm hooked. That said, I'm having an issue with the item count (in item tooltips) being wrong, and I'm wondering if there is an easy way to purge the Inventory Insight data, so I can log...
File: Lui Extended12/31/17
I got an EVENT_DISPLAY_ANNOUNCEMENT...
Posted By: bkzland
I got an EVENT_DISPLAY_ANNOUNCEMENT by doing a craglorn quest thing when I killed the air atronach guardian or using the glowing buff thing. https://vgy.me/xoSPlm.jpg https://vgy.me/GpsC1x.jpg