Results: 38Comments by: Orion33
File: SnapShot04/13/24
How do you actually get the informa...
Posted By: Orion33
How do you actually get the information out? A window opens, a list, and there is a "Select All" button. But how to copy it? Ctrl+C doesn't work.
File: Dolgubon's Lazy Writ Crafter03/18/24
Questhandler.lua, line 275 if rej...
Posted By: Orion33
Questhandler.lua, line 275 if rejectedMat then d("Writ Crafter abandoned the "..GetJournalQuestName(questIndex).." because it requires "..rejectedMat.." which was disallowed for use in the settings") zo_callLater(function() AbandonQuest(questIndex) end , 500) BankWithdraw.lua, line 368 d("Writ Crafter: Depositing "..itemI...
File: Dolgubon's Lazy Writ Crafter03/17/24
This problem is not only in this ad...
Posted By: Orion33
This problem is not only in this addon. After the patch, something happened with Russian language in the game. Fonts are broken for some addons (check ATT, lootlog). So the problem is somewhere else. https://forums.elderscrollsonline.com/en/discussion/654291/update-41-cyrillic-fonts-issues-link-in-chat-etc Yes, I realize that...
File: Loot Log03/17/24
After the latest patch Russian lang...
Posted By: Orion33
After the latest patch Russian language does not work. https://i.ibb.co.com/2q1hgNy/2024-03-17-175613.png https://i.ibb.co.com/GM6NShc/2024-03-17-175621.png https://i.ibb.co.com/zSWtXGn/2024-03-17-175813.png https://i.ibb.co.com/VYx1dVD/2024-03-17-175819.png
File: Dolgubon's Lazy Writ Crafter03/16/24
Hi, Joseph! I am trying to creat...
Posted By: Orion33
Hi, Joseph! I am trying to create a localization file for the Russian language and encountered this problem. As you can see on the screenshots, menu items and tooltips are not displayed. I checked on the Spanish localization, which is present in the Minion distribution, it works fine, as well as the English one. Could you please t...
File: Dolgubon's Lazy Writ Crafter03/10/24
Hi. In the addon settings is an opt...
Posted By: Orion33
Hi. In the addon settings is an option "Drop quest with rune Oko". However, this option does not work, if you need to create a Glyph with this rune for the quest, it continues to run. I propose to make also automatically drop quests that require to create such glyphs. Here is a list of them I did it this way, but it may not be the m...
File: Dolgubon's Lazy Writ Crafter03/05/24
Hi. In the addon settings is an opt...
Posted By: Orion33
Hi. In the addon settings is an option "Drop quest with rune Oko". However, this option does not work, if you need to create a Glyph with this rune for the quest, it continues to run. I propose to make also automatically drop quests that require to create such glyphs. Here is a list of them |H1:item:26580:20:5:0:0:0:0:0:0:0:0:0:0:0:...
File: Mass Deconstructor02/19/24
Jewelry doesnt appear too be mass d...
Posted By: Orion33
Jewelry doesnt appear too be mass deconstructed anymore... You can wait for an update or do as follows below to fix the issue, since U40 the addon checks if you have the DLC Summerset but it does not take ESO+ into account, change below as follows and the addon will keep deconstructing jewellery. Thanks Treuce for helping me find...
File: PersonalAssistant (Banking, Consume, Junk, Loot, Repair, Worker) [Masteroshi430's branch]01/29/24
Re: Re: Russian translation
Posted By: Orion33
Hi. I made a Russian translation of the current version of PA. Here is a link to my repository, if you want you can take it from there. Although I use my addon to refine materials and deconstruct items for character craft skills, but this part PA has also been translated. I will probably use yours because the other guy who was suppo...
File: Group User ID01/21/24
Does not work on the Russian client...
Posted By: Orion33
Does not work on the Russian client. Nothing happens: no settings in the menu, no SavedVariables file. There's nothing of that in that addon, when the preference for display names is set to @UserId in the game settings it will display @UserId in the group menu with character names on hover. I doubt it doesn't work with russian lang...
File: Group User ID01/21/24
Does not work on the Russian client...
Posted By: Orion33
Does not work on the Russian client. Nothing happens: no settings in the menu, no SavedVariables file.
File: Item Set Browser01/19/24
It would be great to have multiple...
Posted By: Orion33
It would be great to have multiple categories of Favorites, for example, for different DD, Healer, and Tank builds.
File: Perfect Weave01/14/24
Re: Re: Re: Re: Re: Addon not doing anything
Posted By: Orion33
... Excellent explanation, thank you very much! However, during this time, I also tested it on the PTS. From my observations, when you press Abilities/Light Attack in turn, there is a clear weaving. Combat Metrics logs show that the number of abilities and the number of Light Attacks match, with a pause of about 100ms between them...
File: Dolgubon's Lazy Set (and Furniture!) Crafter01/09/24
I would also like to ask you to inc...
Posted By: Orion33
I would also like to ask you to increase the width of the right panel, as not all Russian words fit in that space. I think it's the same problem with German))) https://i.postimg.cc/LJJQcj0s/image.png
File: Dolgubon's Lazy Writ Crafter01/09/24
You could try doing a file search o...
Posted By: Orion33
You could try doing a file search of your addons folder for the string WritCreater:GetSettings().ignoreAuto, or if that doesn't throw up anything, just ignoreAuto. If that search shows any files other than writ crafter files with those strings, that has a good chance of being the culprit. The first search yielded this result: c:\Us...
File: Dolgubon's Lazy Set (and Furniture!) Crafter01/09/24
Hi. There is an interface bug with...
Posted By: Orion33
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("Utiliser...
File: PersonalAssistant (Banking, Consume, Junk, Loot, Repair, Worker) [Masteroshi430's branch]01/03/24
What to do to translate the addon?...
Posted By: Orion33
What to do to translate the addon? You can contact me on discord (same user name) and I will explain you how to do it :) That way you can also send me your addon saved variables in Elder Scrolls Online\live\SavedVariables\PersonalAssistantWorker.lua so I can have a look at what is going on with your problem. ;) Check please your D...
File: PersonalAssistant (Banking, Consume, Junk, Loot, Repair, Worker) [Masteroshi430's branch]01/03/24
This is terrible, I need someone to...
Posted By: Orion33
This is terrible, I need someone to fully translate the addon in Russian. :D Are these crafted items? Give the full specs of the items that aren"t being deconstructed please. It is complicated to troubleshoot, the addon has many parameters and some can interfere with each other if badly set... These are overland and set items. The...
File: PersonalAssistant (Banking, Consume, Junk, Loot, Repair, Worker) [Masteroshi430's branch]01/03/24
Please, can you tell me what I've c...
Posted By: Orion33
Please, can you tell me what I've configured wrong? I want to set up automatic item deconstruction, but nothing happens. The addon itself works, as you can see in the screenshot where it refines materials. https://i.postimg.cc/zLcV75c4/image.png https://i.postimg.cc/qhrMjRGb/image.png
File: Tamriel Trade Centre12/30/23
Is there any way to automatically i...
Posted By: Orion33
Is there any way to automatically insert the recommended price when listing an item?
File: Group & Activity Finder Extensions12/29/23
Working? Yes, the unofficial versi...
Posted By: Orion33
Working? Yes, the unofficial version I uploaded back in March should be mostly working -- with the noted exceptions. I'll be uploading another unofficial version in the next few days that will address the issues around the daily reset of random rewards and dungeon pledges. It's a shame I don't have the gift of telepathy to guess...
File: Show TTC Price12/28/23
Sorting by price don't work correct...
Posted By: Orion33
Sorting by price don't work correctly. https://i.postimg.cc/2VTsMnws/image.png https://i.postimg.cc/kRRys3TM/image.png
File: PersonalAssistant (Banking, Consume, Junk, Loot, Repair, Worker) [Masteroshi430's branch]12/28/23
That's what profiles are made for.....
Posted By: Orion33
That's what profiles are made for... What do you want to achieve ? I would like to have separate profiles for filters, not nested within Banking profiles. Or at least a button to copy filters between Banking profiles. Currently, there is an option to copy all settings for a profile, but they differ for me, so this method doesn't wor...
File: PersonalAssistant (Banking, Consume, Junk, Loot, Repair, Worker) [Masteroshi430's branch]12/27/23
Greetings! I found out that when...
Posted By: Orion33
Greetings! I found out that when using PABanking profiles, a custom item filter is created for that profile, and in other profiles, it remains empty! Is there any way to copy these settings to another profile, other than using Notepad? PersonalAssistantBanking_SavedVariables = { = { = {...
File: Dolgubon's Lazy Writ Crafter12/27/23
This addon don't collect mails with...
Posted By: Orion33
This addon don't collect mails with resources for me. What should I do in settings? "Hireling Mail Actions" sets as "Collect and Delete". Not sure what's going on there. It does work for me, so I'm not sure why it would not work for you. Are you using some other kind of mail addon? Unfortunately, I don't know which of my addons has...