Results: 7Comments by: deadohiosky48
File: Accessorize08/23/21
Sorry for the delay, did not notice...
Posted By: deadohiosky48
Sorry for the delay, did not notice the comments until now. Thanks Anceane, I adopted the code change. Will test the addon more thoroughly with the Waking Flames update and make any other changes necessary. I didn't notice it was broken because I use it in conjunction with AlphaGear 2 which has been broken for me.
File: Accessorize10/01/20
I'm unable to find Accessorize on M...
Posted By: deadohiosky48
I'm unable to find Accessorize on Minion or any mods by you, deadohiosky48. Under the "Find More" tab I have Category set to Any, Patch# set to Any and you just aren't showing up. There was an upload error on my part during a recent update that prevented it from showing up. Has since been rectified.
File: Accessorize03/10/20
Thanks! You should change the ad...
Posted By: deadohiosky48
Thanks! You should change the addon description and add the dependency there as not all are reading the changelog. Just add something like: This addon needs the following dependencies installed: LibAddonMenu-2.0 Thanks for the suggestion, will do
File: Undaunted Pledges Utilities02/27/20
:cool: great, you never know if aut...
Posted By: deadohiosky48
:cool: great, you never know if authors are still around, thanks for your efforts! Yeah yeah guys, I have already updated the add-on with the API change. I'll push it in an hour or so!
File: Undaunted Pledges Utilities02/26/20
Re: Re: v5.3.4 - Harrowstorm & Update 25
Posted By: deadohiosky48
Yep, that was it. The following change I made in UPU.lua around line 554 fixed both the auto-abandon functionality and quest menu grouping for me: --questindex is pledge if type dungeon and name contains localized version of the word "PLEDGE" function UPU.isPledge(questIndex) -- original -- if GetJournalQuestType(questInde...
File: Undaunted Pledges Utilities02/26/20
Re: v5.3.4 - Harrowstorm & Update 25
Posted By: deadohiosky48
I suspect this is the culprit. From the API change notes: Add two new quest types: QUEST_TYPE_PROLOGUE and QUEST_TYPE_UNDAUNTED_PLEDGE Gonna try to patch my local version. Will advise if I get a workaround working until it can be updated by the author. Since the update today, it seems the function to auto abandon quests, and...
File: Accessorize02/25/20
Thanks for the guidance!
Posted By: deadohiosky48
Thanks for the addon but please do not add LIbStub as a dependency to your "addon"... Thank you for the guidance! The joys of learning from other people's (old) code. Change being made now.