Results: 883Comments by: Dolgubon
File: WritWorthy03/14/24
Amazing mod thank you, having be us...
Posted By: Dolgubon
Amazing mod thank you, having be using it extensively lately as we build thousands and thousands off writs to get a guild hall with all 77 attuned tables created. I have mentioned before that it's not really a part of WW. So please read the previous posts. ,,,,,,, That's why you can't find those options in the WW settings. I assume...
File: Dolgubon's Lazy Writ Crafter03/11/24
After today's update I'm not able t...
Posted By: Dolgubon
After today's update I'm not able to auto-loot writ containers anymore. The option is there, but it's greyed out and off. Is there a new way to auto loot containers the way it worked before? The option that is greyed out is 'whether to open containers as soon as you receive them'. If you also have never loot selected in the dropdown...
File: Dolgubon's Lazy Set (and Furniture!) Crafter03/09/24
Re: Is there a way to edit queued items?
Posted By: Dolgubon
I have some favorited builds. I'd love to tweek enchants for example. Is there a way to select something in the queue and have it auto select the stuff at the top of the UI in order to adjust and then requeue the updated item? I don't think this will be added anytime soon, if ever. The ability to edit items already in the queue is a...
File: Dolgubon's Lazy Writ Crafter03/09/24
Re: Re: Re: Crafting Coffer Issue
Posted By: Dolgubon
I've recently started having a problem where LWC will open the coffers for the day writs but not extract the items from within leaving me to take out the items manually I have this problem too, but it always occurs only when i'm in gamepad mode and it's been going on for a while. Is it possible to fix? Same issue here. Also using g...
File: Dolgubon's Lazy Writ Crafter03/09/24
As of recently (been noticing for a...
Posted By: Dolgubon
As of recently (been noticing for about 3 days, about the time I updated lib Lazy crafting) it stopped taking food and alchemy from banker assistant if I talk to it immediately after taking quest, which is how I've been doing it for a long time. If I talk to it a bit later, i.e. 10 seconds, it works fine, or if I close bank and open...
File: Dolgubon's Lazy Set (and Furniture!) Crafter02/14/24
Re: Port to open crafting house
Posted By: Dolgubon
That function thrwos an error if I try it. If you need an open crafting hall, you're welcome to use mine. It's been open to the public for several years now and will stay open. |H1:housing:41:@Melanchtor|h|h /script JumpToHouse("@Melanchtor") Are you trying to use it on PTS? If so it's expected it wouldn't work. Otherwise, I'm unab...
File: WritWorthy02/11/24
@2eCBqy3YdX6c
Posted By: Dolgubon
For some crafts, LLC will have the item link in the request table already, but that's not the case for all crafts. This probably wouldn't be too ideal anyway. The best option would be to listen to LLC. While you could hook WW's callback function there, that's not ideal, since it's kinda bad manners to hook another addon's stuff. So,...
File: Dolgubon's Lazy Set (and Furniture!) Crafter02/08/24
Re: errors and prevents queue for sets. Furniture and food seem to work
Posted By: Dolgubon
I'm getting errors when attempting to queue any gear. Food and Furniture seem to work. user:/AddOns/DolgubonsLazySetCrafter/Crafter.lua:486: function expected instead of nil stack traceback: user:/AddOns/DolgubonsLazySetCrafter/Crafter.lua:486: in function 'addPatternToQueue' user:/AddOns/DolgubonsLazySetCrafter/Crafter.lua:721: in...
File: Dolgubon's Lazy Writ Crafter01/29/24
I recently reset my lazy writ craft...
Posted By: Dolgubon
I recently reset my lazy writ crafter stats and looked today and the number of writs done differs for a couple of professions. I've done writs on 20 toons for 5 days and all of them should say 100 writs done. As you can see, clothing says 101 writs done and enchanting says 102. This is nothing major but my OCD is bugging me to want t...
File: Farmers ToolKit01/29/24
Re: Re: Re: Re: Leaking globals no more
Posted By: Dolgubon
One thing that might be tripping you up with local, is that for local variables, the location in the file matters. If you try to use it in the file before the local varName statement, it will cause an error. You can also always throw the leaking variables into your addon's main table. That makes them non global, but also means you do...
File: Farmers ToolKit01/23/24
Re: Re: Leaking globals galore
Posted By: Dolgubon
Awesome feedback, really appreciate it - will make take down the mis-named version and make the necessary corrections. As you can probably tell, this is my first attempt and there's a fair amount of learning-along-the-way code (and, so, a lot of commented out code and things like zo_callater...) I'll work on the local / scoping iss...
File: Farmers ToolKit01/21/24
Leaking globals galore
Posted By: Dolgubon
First, might want to double check the name on esoui. Also, you'll want to make the zip file contain the folder, rather than directly having the files. You should make all your variables local, or stick them in the FarmersToolkit table. Pretty much all of your variable atm are not local, which can cause problems. E.g. tvalue, Reminde...
File: WritWorthy01/15/24
The error was caused by a conflict...
Posted By: Dolgubon
The error was caused by a conflict between Writ Worthy and LLC. If you update now it should work. Certain things will not auto craft. Screenshot of the error msg that pops up: https://i.imgur.com/qHZJifa.png *** UPDATE *** Seems to work OK in Keyboard board. Just not controller mode.
File: LibLazyCrafting01/15/24
Re: Writ Crafting Not Functioning Since Update
Posted By: Dolgubon
This was a conflict with Writ Worthy, the latest update of it broke normal writ crafting. Writ worthy has now been updated to fix the conflict, so it should work if you update again. Well, basically, automatic writ crafting is not functioning. I ran the Minion update about 45 minutes ago. Thanks in advance for the help!
File: Dolgubon's Lazy Writ Crafter01/15/24
Re: I am also having trouble
Posted By: Dolgubon
This was a conflict with Writ Worthy's new version, and it should be fixed in the new version of Writ Worthy.The toons it was working for probably had Writ Worthy turned off. I also cannot auto craft certain items. Screenshot of the error msg that pops up: https://i.imgur.com/qHZJifa.png *** UPDATE *** Seems to work OK in Keyboa...
File: Dolgubon's Lazy Set (and Furniture!) Crafter01/15/24
Hi. There is an interface bug with...
Posted By: Dolgubon
Hi. There is an interface bug with russian localization https://i.postimg.cc/wyRf23kG/image.png I started looking into the code and found that there is a special line in the localization file for this, but it is not used in the code if GetCVar("language.2") == "fr" then mimicStones:GetNamedChild("Label"):SetText("Utilis...
File: LibLazyCrafting01/13/24
Woops, must have removed that line...
Posted By: Dolgubon
Woops, must have removed that line when doing some refactoring. Thanks for investigating, and I've uploaded the fix :) Hi, I have this error when i try to craft https://i.ibb.co/k2DDHCw/bugorz.jpg user:/AddOns/LibLazyCrafting/Provisioning.lua:49: operator .. is not supported for nil .. string stack traceback: user:/AddOns/LibLazyCr...
File: Dolgubon's Lazy Writ Crafter01/08/24
For the dropdown, being the develop...
Posted By: Dolgubon
For the dropdown, being the developer, I have better things to do than a find the differences game between the English version and a russian screenshot. Well, I'm here to echo Orion33's issue, as it is also present in the original English version. Changes to "Autoloot Behaviour" and "Loot container when received" (under Timesavers)...
File: WritWorthy01/07/24
Does anyone know why Rolis won't au...
Posted By: Dolgubon
Does anyone know why Rolis won't auto-accept the finished writs? Maybe I deleted an addon or changed a setting but I cannot figure it out. I used to show up and he had the arrow above his head showing that he was ready to accept my writ turn in and then he would open another quest/open another writ...atm, I am opening them manually...
File: Port to Friend's House01/06/24
Ooo you can get added to a house di...
Posted By: Dolgubon
Ooo you can get added to a house directory? Could you add these? (Not sure what highlight category is, but labyrinth def fits) Thanks! Platform NA list = { name = "@Dolgubon", houseId = 36, description = "A tricky maze with lots of doors that may or may not be safe. Get to the rooftop to finish, and say hi to Bob the statue on...
File: Dolgubon's Lazy Set (and Furniture!) Crafter01/04/24
Re: Seducer set
Posted By: Dolgubon
Hi, first thank you for your amazing work! I'm trying to craft seducer set, but I can't find it in set option. Am I doing something wrong? Thank you for your time. So, normally I'd just give the answer, (you're not the first to run into this 'issue') but you happen to have already linked the answer :p Also, I've been playing some my...
File: WritWorthy12/29/23
Does WritWorthy always choose the m...
Posted By: Dolgubon
Does WritWorthy always choose the most numerous material, when there's more than 1 choice for a master writ? e.g. for an Essence of Speed, the ingredients are one of these 2 combinations: - Blessed Thistle, Dragonthorn, Namira's Rot - Blessed Thistle, Dragonthorn, Scrib Jelly however, I might (e.g.) be short on scrib jelly but have...
File: LibLazyCrafting12/29/23
I updated the lib today, and got th...
Posted By: Dolgubon
I updated the lib today, and got the below when crafting. Strangely, if i exit the station and go back, everything crafts just fine.It's probably fixed, but let me know if you still see the error. Can we add support for the Holiday/Event writs? That would be really awesome!!! Thanks in advance, wonderful work. LLC does not ha...
File: Dolgubon's Lazy Writ Crafter12/29/23
Re: Any location in code to manually Change the Writ Table order in the Status bar?
Posted By: Dolgubon
Hello Dolgubon, Really thanks for all your hard work on this. And the Writ Status bar really saves my sanity when doing 10 Characters fast so I don't get to the turn-in missing one anymore. I was just wondering if you might let me know where or if I can edit the code just to change the Letter order of the Tables on the Status Bar...
File: Dolgubon's Lazy Writ Crafter12/20/23
Hi. I was wondering for the Status...
Posted By: Dolgubon
Hi. I was wondering for the Status Bar if you could make the inventory show Remaining Inventory space. (Or provide the option). Ideally with a space between the number and the letters/icons used for each craft. Even fancier might be to color the number on a threshold of inventory space left. Just based on flat numbers or even c...