Results: 13Comments by: GwynneBleidd
File: Lui Extended08/07/23
Chat Announcements & Unregistering for events
Posted By: GwynneBleidd
Would it be possible to remove the "UnregisterforEvent" that the Chat announcements are doing? Lines 9716-9718 in ChatAnnouncements.lua (in the modules section). -- Unregister the ZOS events for handling Quest Removal/Advanced/Added to replace with our own functions --eventManager:UnregisterForEvent("CSA_MiscellaneousH...
File: Dolgubon's Lazy Writ Crafter07/16/23
NightShade and LUI Extended
Posted By: GwynneBleidd
So two different things yet slightly related I couldn't figure out why my auto abandon of writs were not happening for things like mudcrab etc Turns out it's because if you also use LUI Extended's chat announcements then LUI might be deregistering the events. Until that is fixed in LUI Extended, for LUI I commented out the 3...
File: PersonalAssistant (Banking, Consume, Junk, Loot, Repair, Worker) [Masteroshi430's branch]07/07/23
Re: Re: Auto Refine not working for me
Posted By: GwynneBleidd
Not sure if I'm missing something but the Auto-refinement doesn't seem to work for me I do have all the passives and have tried a couple of different combinations. I'm not using the auto deconstruction yet, so not sure if I have to use both for the refinement to work? Auto-refinement should work without Auto-deconstruction enab...
File: PersonalAssistant (Banking, Consume, Junk, Loot, Repair, Worker) [Masteroshi430's branch]07/06/23
Auto Refine not working for me
Posted By: GwynneBleidd
Not sure if I'm missing something but the Auto-refinement doesn't seem to work for me I do have all the passives and have tried a couple of different combinations. I'm not using the auto deconstruction yet, so not sure if I have to use both for the refinement to work?
File: Lui Extended07/06/23
De-registering the events
Posted By: GwynneBleidd
I found where it's happening, but not sure what the right way of fixing it would be. I ended up just commenting out the lines 9716-9721 in ChatAnnouncements.lua as those unregistered the events that Lazy Writ Crafter already registered (or something along those lines) Thats weird that LUI unregisters the default event handlers. Do...
File: Lui Extended06/30/23
LUI Extended Chat & Lazy Writ Crafting
Posted By: GwynneBleidd
Thanks for fixing the Giladil bug!! I've mentioned before that I saw that the LUI Chat Announcements do seem to conflict with the Lazy Writ Crafter when a quest is abandoned. I found where it's happening, but not sure what the right way of fixing it would be. I ended up just commenting out the lines 9716-9721 in ChatAnnouncemen...
File: Lui Extended06/25/23
Giladil bug (+ LUI Extended Chat problem)
Posted By: GwynneBleidd
I published an update which includes the fix and some companion, banker & merchant changes: You probably need to select your prefered merchant & banker now in again SlashCommands and also redo your Keybindings. The keybinding will now summon the banker or merchant your selected in SlashCommands settings. I do seem to get a bug...
File: Lui Extended06/13/23
New Companion IDs
Posted By: GwynneBleidd
I really like the slash commands for the companions so had a look at what might need to get it added. For Sharp the collectible ID is 11113 For Azander the collectible ID is 11114 I basically just looked where Companion (or "mirri" was referenced and added the necessary IDs in them) The 3 files that I could find were - Sl...
File: Dolgubon's Lazy Writ Crafter06/11/23
MudCrab & Violet not abonding writs
Posted By: GwynneBleidd
Just a quick note: I've got my mudcrab and violet coprinus settings to auto-abandon the writs, but it doesn't seem to be working. I haven't realized this was an option until recently so I don't know if this has been an issue for a while or not.
File: StoreHelper - maintain stocks of basic craft style mats07/09/22
Re: Re: Zeal of Zenithar and auto buying styles
Posted By: GwynneBleidd
Thank you all for finding this issue and looking at it to find the price change from 15 to 13. I did not notice until today and having your comments saved me a LOT of time. I had the price check as an extra safe guard against item mismatch, especially at a lux vendor. The store match already includes the exact item name not ju...
File: StoreHelper - maintain stocks of basic craft style mats07/05/22
Zeal of Zenithar and auto buying styles
Posted By: GwynneBleidd
I've had the same problem with the storehelper not buying anything anymore. It is indeed the event. The Storehelper.lua needs to be updated as it looks specifically for the 15 gold. For my local copy I just changed the (price==15) to be ((price==15) or (price==13)) in the (Find_and_Buy) function. Hopefully that will help others
File: Dolgubon's Lazy Writ Crafter07/05/22
AutoLoot of containers (controller)
Posted By: GwynneBleidd
So I'm one of those that use a controller and have been thinking it's autoloot that is not working. I finally figured out today the auto loot part is working when I hand in my daily writ as it should, but what is happening is that the containers I get open in the UI (and that part is not auto looting). I couldn't really figure out...
File: Dolgubon's Lazy Writ Crafter05/18/22
Re: Re: Issue with 3.0.96.8 (Latest Update)
Posted By: GwynneBleidd
Hello, there seems to be some unexpected behavior when using this addon and only this addon. When using controller, when autoloot is enabled, will delay the autoloot popup for up to several seconds. It will also fail to autoloot, requiring the player to stand next to the boxes for up to a minute to make sure they got everything. If y...