Forum: AddOn Help/Support
Yesterday, 04:28 PM
|
Replies: 1
Views: 51
Check your addons for something with the...
Check your addons for something with the characters AC, e.g. Auto Category.
Install the newest version of the addon or check if there is an updated version like "Updated", "Revised", "Fixed".
Or use...
|
Forum: AddOn Search/Requests
08/07/22, 11:34 PM
|
Replies: 3
Views: 278
As wookiefriseur told you already, please read...
As wookiefriseur told you already, please read the sticky posts at the forum you are posting to before posting (https://www.esoui.com/forums/showthread.php?t=9865), which tells you to please write...
|
Forum: Minion
08/05/22, 04:56 AM
|
Replies: 3
Views: 369
|
Forum: General Authoring Discussion
08/02/22, 08:28 AM
|
Replies: 9
Views: 2,736
Marazota's post was old, ZOsDanBatson refers to...
Marazota's post was old, ZOsDanBatson refers to Marcus Brody's post from 2022-07-30.
And I guess ECS is no addon but a typo: the ESC key, because he wrote "to skip animation".
We should concentrate...
|
Forum: Minion
07/30/22, 11:35 AM
|
Replies: 3
Views: 609
Hi again,
Microsoft OneDrive is a cloud saving...
Hi again,
Microsoft OneDrive is a cloud saving software which is known to not work properly with ESO and Minion.
Especially if you have setup OneDrive to save your "users documents" folder (which is...
|
Forum: General Authoring Discussion
07/30/22, 11:18 AM
|
Replies: 2
Views: 268
|
Forum: General Authoring Discussion
07/30/22, 10:59 AM
|
Replies: 9
Views: 2,736
|
Forum: Lua/XML Help
07/29/22, 01:27 AM
|
Replies: 5
Views: 474
Keep in mind that changing the SI_ constants of...
Keep in mind that changing the SI_ constants of the vanilla game could make other addons break which rely on it, via string comparison e.g.
Not applicable here I guess but for e.g. some menu entries...
|
Forum: Lua/XML Help
07/28/22, 06:32 AM
|
Replies: 5
Views: 474
|
Forum: Lua/XML Help
07/28/22, 02:47 AM
|
Replies: 5
Views: 474
|
Forum: Lua/XML Help
07/27/22, 01:25 AM
|
Replies: 6
Views: 857
|
Forum: Lua/XML Help
07/26/22, 02:26 AM
|
Replies: 6
Views: 857
|
Forum: Chit-Chat
07/26/22, 02:11 AM
|
Replies: 3
Views: 244
|
Forum: Minion
07/26/22, 02:02 AM
|
Replies: 3
Views: 609
Hello Owaci7,
I'll move your thread to the...
Hello Owaci7,
I'll move your thread to the Minion forum.
I'm not providing Discord help sorry, maybe someone else is able to.
All I can offer is to help you here in the forum:
Could you please...
|
Forum: AddOn Help/Support
07/25/22, 10:18 AM
|
Replies: 3
Views: 407
|
Forum: AddOn Help/Support
07/25/22, 09:26 AM
|
Replies: 3
Views: 407
Addons like Caro's Skill and Champion Points...
Addons like Caro's Skill and Champion Points Saver (https://www.esoui.com/downloads/info2901-CarosSkillandChampionPointSaverCP2.0.html) should have code to do so, if you want to have a look. But...
|
Forum: AddOn Help/Support
07/24/22, 05:42 PM
|
Replies: 4
Views: 897
You are right, there are 2 topics in that post,...
You are right, there are 2 topics in that post, which I see now was confusing.
The upper one with 1 week waiting time relates to currently maintained addons only (I've added that as an info) where...
|
Forum: AddOn Help/Support
07/24/22, 02:31 PM
|
Replies: 4
Views: 897
Hi,
before posting please...
Hi,
before posting please read
https://www.esoui.com/forums/showthread.php?t=9885
-> "If you request an addon fix/update/revive"
Give the addon dev more time to respond please before posting here...
|
Forum: Lua/XML Help
07/24/22, 06:37 AM
|
Replies: 3
Views: 621
Afaik there is no "location type" ID or similar...
Afaik there is no "location type" ID or similar identifier.
The texture names currently seem to be the best way to find the locaiton type, because they do not need any "translation" (multi language...
|
Forum: Tutorials & Other Helpful Info
07/23/22, 02:35 AM
|
Replies: 32
Views: 7,261
|
Forum: Bug Reports
07/20/22, 03:50 AM
|
Replies: 14
Views: 642
Alright, thanks for the details, very...
Alright, thanks for the details, very appreciated!
I think I always used an unregister before registering a new update task, so it should work the same for my code :banana:
|
Forum: Bug Reports
07/19/22, 11:40 AM
|
Replies: 14
Views: 642
With this changes done, maybe I totally...
With this changes done, maybe I totally missunderstand your post, but what happens differently now?
If I got a function that was using RegisterForUpdate to e.g. register an inventory refresh via...
|
Forum: Bug Reports
07/19/22, 03:24 AM
|
Replies: 14
Views: 642
|
Forum: Bug Reports
07/19/22, 02:51 AM
|
Replies: 14
Views: 642
Yeah, that too. Would have been a very big...
Yeah, that too. Would have been a very big suprise if the one works and the others doesn't :p
You probably have a bug in your code then which will unregister the eventUpdater (seach your code for...
|
Forum: Bug Reports
07/19/22, 02:41 AM
|
Replies: 14
Views: 642
Seems to work normal for me....
Seems to work normal for me.
https://i.imgur.com/S1Z5C0m.png
You can simply test it with a blank addon and disable ALL other addons and libraries:
local updaterNameUnique =...
|