Showing results 1 to 25 of 408
Search took 0.00 seconds.
Search: Posts Made By: Dolgubon
Forum: AddOn Help/Support 03/14/24, 09:24 AM
Replies: 4
Views: 1,494
Posted By Dolgubon
First, you'll want to look at the error. What...

First, you'll want to look at the error. What line does it say, and what code is on that line? That's always critical information for figuring out errors. Second, what does function expected instead...
Forum: Wish List 02/15/24, 01:09 PM
Replies: 0
Views: 1,941
Posted By Dolgubon
[open] Make recipe ingredients API work for unknown recipes

The functions GetRecipeIngredientItemLink and GetRecipeIngredientRequiredQuantity do not work for recipes that you do not know. Would it be possible to get it unblocked for those...
Forum: Lua/XML Help 02/11/24, 10:31 PM
Replies: 4
Views: 755
Posted By Dolgubon
GetItemLinkSetInfo(string itemLink, boolean...

GetItemLinkSetInfo(string itemLink, boolean equipped)
* Returns: boolean hasSet, string setName, number numBonuses, number numNormalEquipped, number maxEquipped, number setId, number...
Forum: AddOn Help/Support 01/29/24, 10:39 AM
Replies: 4
Views: 602
Posted By Dolgubon
I think you have misunderstood what the addon is...

I think you have misunderstood what the addon is doing. Auto research has nothing to do with styles, style pages, or outfits. Rather, the intent of the addon is to research gear traits, such as...
Forum: General Authoring Discussion 01/28/24, 07:36 PM
Replies: 5
Views: 1,526
Posted By Dolgubon
The functions do still work as expected, however,...

The functions do still work as expected, however, the functionRequestGuildFinderAttributesForGuild(guildID) must be called first. It should return true, and then a short time after (200 ish ms,...
Forum: General Authoring Discussion 01/20/24, 11:55 AM
Replies: 9
Views: 1,022
Posted By Dolgubon
Sure, it doesn't stop the draining, but on the...

Sure, it doesn't stop the draining, but on the other hand, it is also going to make it far quicker to read it. Unless you make new characters all the time, it's probably enough. And even if you do...
Forum: General Authoring Discussion 01/20/24, 10:07 AM
Replies: 9
Views: 1,022
Posted By Dolgubon
You could try overwriting...

You could try overwriting StowAllVirtualItems

But i think my existing lazy farming addon can solve your issue. What it does is save a snapshot of your craft bag, and then allow you to take out...
Forum: Lua/XML Help 01/10/24, 02:02 PM
Replies: 5
Views: 626
Posted By Dolgubon
Unfortunately, this is a question with a very...

Unfortunately, this is a question with a very annoying answer. Which is 'no, but kind of yes, and also the yes is a pain in the ass'
Eso has a 'new item' event, but it does not differentiate between...
Forum: Site help, bugs, suggestions/questions 01/10/24, 03:19 AM
Replies: 2
Views: 759
Posted By Dolgubon
This should work as an example message with the...

This should work as an example message with the problem
ExampleexanpleexanpleExampleexanpleexanpleExampleexanpleexanpleExampleexanpleexanpleExampleexanpleexanpleExampleexanpleexanple
Forum: Site help, bugs, suggestions/questions 01/10/24, 03:18 AM
Replies: 2
Views: 759
Posted By Dolgubon
Reply, quote, and edit buttons hidden on Mobile on certain messages

If there is a very long bit of text in a reply without spaces, then the reply, edit, quote, and multiquote buttons get hidden on mobile, along with the end of the text of the post.
There is some...
Forum: General Authoring Discussion 01/10/24, 02:36 AM
Replies: 7
Views: 915
Posted By Dolgubon
Do not include the .git file. Personally, I use...

Do not include the .git file.
Personally, I use the Package utility (https://www.esoui.com/downloads/info1185-Package.html) to package the files.
It makes it very easy to make the .zip files.
Then...
Forum: Lua/XML Help 01/09/24, 02:05 PM
Replies: 6
Views: 963
Posted By Dolgubon
What are those features? Maybe they have been or...

What are those features? Maybe they have been or could be implemented somewhere else.
Forum: General Authoring Discussion 01/06/24, 12:20 AM
Replies: 8
Views: 800
Posted By Dolgubon
The issue here is down to how you are 'counting'...

The issue here is down to how you are 'counting' the items.
Consider this: If you have two full stacks of say, lockpicks, what would be listed in the saved vars? Or even just two partial stacks of...
Forum: General Authoring Discussion 01/05/24, 09:30 PM
Replies: 7
Views: 915
Posted By Dolgubon
LazyCraftingCertification.name = "Lazy Crafting...

LazyCraftingCertification.name = "Lazy Crafting Certification"
IIRC this should generally match the folder name of your addon, as if it's used in
function...
Forum: General Authoring Discussion 01/05/24, 09:08 PM
Replies: 7
Views: 915
Posted By Dolgubon
Well, could have just asked me :P But anyway,...

Well, could have just asked me :P
But anyway, what you'll want to do is to call
local interactionTable = LibLazyCrafting:AddRequestingAddon(String addonName, boolean autoCraft, function...
Forum: General Authoring Discussion 01/05/24, 08:56 PM
Replies: 8
Views: 800
Posted By Dolgubon
BAG_BANK and BAG_SUBSCRIBER_BANK are two...

BAG_BANK and BAG_SUBSCRIBER_BANK are two different bags. This isn't just a number or funny quirk, it has actual consequences in how the underlying game behaves.They are completely separate, and just...
Forum: Lua/XML Help 01/04/24, 11:21 PM
Replies: 4
Views: 601
Posted By Dolgubon
So, in debugging something that gives an error...

So, in debugging something that gives an error like that, the first thing to check is what line/piece of code is causing the issue.
You haven't provided line numbers, but the error originates from...
Forum: Lua/XML Help 01/04/24, 11:04 PM
Replies: 6
Views: 935
Posted By Dolgubon
For messages in the top right of the screen, use...

For messages in the top right of the screen, use this:
ZO_Alert(category, soundId, message, ...)... is strformat arguments.
I generally use ERROR for category and SOUNDS.GENERAL_ALERT_ERROR for the...
Forum: General Authoring Discussion 12/29/23, 08:01 PM
Replies: 8
Views: 1,140
Posted By Dolgubon
Maybe im wrong, but specifically with regards to...

Maybe im wrong, but specifically with regards to the API and constants, I disagree. That's not the addon's IP, nor would it fall under laws regarding IP in most countries. It's ZOS IP if anything....
Forum: General Authoring Discussion 12/29/23, 02:43 AM
Replies: 8
Views: 1,140
Posted By Dolgubon
Are you looking for something like Ody's support...

Are you looking for something like Ody's support icons?
https://www.esoui.com/downloads/info2834-OdySupportIcons-GroupRoleIconsMore.html
I do see there's some icon packs for it as well, so if it...
Forum: General Authoring Discussion 12/07/23, 11:55 AM
Replies: 3
Views: 988
Posted By Dolgubon
Even without a explicit buff/cooldown on the...

Even without a explicit buff/cooldown on the character page, you can track ultimate generation amount, as well as specific skill usage. Tie those two together, and you could track it indirectly.
Forum: General Authoring Discussion 12/03/23, 05:45 PM
Replies: 8
Views: 1,301
Posted By Dolgubon
While it's true that you cannot use quickslot...

While it's true that you cannot use quickslot items, it's possible you might be able to use the function UseItem. It works for some items, but im not sure if it will work for repair kits. Also, it's...
Forum: Lua/XML Help 08/05/23, 06:54 AM
Replies: 4
Views: 1,603
Posted By Dolgubon
The line 1 version should be correct. You could...

The line 1 version should be correct. You could verify its correct by changing it to dependsOn and checking that the addon can't be selected without them.
Forum: Lua/XML Help 06/20/23, 07:28 PM
Replies: 9
Views: 2,022
Posted By Dolgubon
Another, probably simpler option would be to...

Another, probably simpler option would be to simply overwrite the actual fast travel functions.
FastTravelToNode = ZO_PreHook(_G, "FastTravelToNode" , function() return shouldBlockTravel end...
Forum: Site help, bugs, suggestions/questions 06/14/23, 11:51 AM
Replies: 3
Views: 1,277
Posted By Dolgubon
You actually don't need to check the disable...

You actually don't need to check the disable version warning or uncheck the archive box. Just make the changes to the description, check the agreement box at the bottom of the page, and submit.
Showing results 1 to 25 of 408