Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Baertram
Forum: General Authoring Discussion Today, 01:00 PM
Replies: 1
Views: 50
Posted By Baertram
I do not know any API that returns the info,...

I do not know any API that returns the info, maybe someone else got a better idea:

One could check it via the player buffs'


function PrintCharacterBuffs()
local unitTag = "player"
local...
Forum: AddOn Search/Requests Today, 05:03 AM
Replies: 5
Views: 154
Posted By Baertram
You talk about these,...

You talk about these, right?
https://i.imgur.com/WwAA4D7.png

Sorry, I still do not understand what you want to "override"? The look/texture of the target markers?
For example: Change the "skull...
Forum: AddOn Search/Requests Today, 04:43 AM
Replies: 5
Views: 154
Posted By Baertram
Sorry I might not undertand your request...

Sorry I might not undertand your request properly:
Are you asking for an Addon to exchange the target markers (the textures you can set to show above enemies/players' head)?
-> That's not possible as...
Forum: Minion Today, 03:20 AM
Replies: 1
Views: 91
Posted By Baertram
Hi, please read the sticky troubleshooting...

Hi,

please read the sticky troubleshooting guide, it contains helps too:
https://i.imgur.com/vRbEFYY.png

Especially allow Minion explitily in your antivirus tools, and provide it access to your...
Forum: Lua/XML Help Today, 03:09 AM
Replies: 1
Views: 156
Posted By Baertram
I'd start to check how ZOs vanilla code does it...

I'd start to check how ZOs vanilla code does it in the esoui sources, and not how addons do it.
That's always the best way

(allthough I bet AGS would do it the same way then, if it supports...
Forum: AddOn Search/Requests Yesterday, 01:42 AM
Replies: 1
Views: 213
Posted By Baertram
I know it can be hard if something does not work...

I know it can be hard if something does not work as intended, especially if it's zooming and visual related.
But please do not double post in the forums.
Your other thread about fixin the existing...
Forum: AddOn Search/Requests 05/03/24, 07:11 AM
Replies: 3
Views: 288
Posted By Baertram
I think for Set items thats actually this addon...

I think for Set items thats actually this addon of the same author then, for example:
Item Set Browser (https://www.esoui.com/downloads/info1480.html)

The other one Sharlikran linked is for recipes...
Forum: AddOn Help/Support 05/03/24, 03:28 AM
Replies: 18
Views: 2,292
Posted By Baertram
Okay, at least better than in earlier days. But...

Okay, at least better than in earlier days.
But it still hides the messages and makes users not see when they happened, or not see them at all.
In the end we often got reports of errors where they...
Forum: AddOn Help/Support 04/29/24, 12:09 PM
Replies: 44
Views: 10,958
Posted By Baertram
Just one idea: Maybe the history (in my case) was...

Just one idea: Maybe the history (in my case) was broken in local files even before the last patch came in.
And that's the reason it did not update properly (was stuck), even after the patch.

For...
Forum: AddOn Help/Support 04/29/24, 08:30 AM
Replies: 44
Views: 10,958
Posted By Baertram
It was the same for me, no matter if that setting...

It was the same for me, no matter if that setting was on or off.
I do not know why Sharlikran, but as long as TTC was enabled I could not request the data.
I guess the local cache files of mine just...
Forum: AddOn Help/Support 04/26/24, 03:23 PM
Replies: 18
Views: 2,292
Posted By Baertram
I guess it was OneDrive then in the end, not...

I guess it was OneDrive then in the end, not Minion.
OneDrive blocks access to folders and files and if other tools, or even the ESO game, tries to access them MS OneDrive might be blocking it and...
Forum: Lua/XML Help 04/26/24, 03:03 PM
Replies: 3
Views: 764
Posted By Baertram
You got a typo in there then, or did something...

You got a typo in there then, or did something else wrong (filenames of lua in your txt got a typo or whatever).


if addonName ~= GOLDMetrics.name then return end


Watch out that the name in...
Forum: Lua/XML Help 04/26/24, 01:27 PM
Replies: 3
Views: 764
Posted By Baertram
Your EVENT_ADD_ON_LOADED is commented so I assume...

Your EVENT_ADD_ON_LOADED is commented so I assume your addon never loads properly.

Use EVENT_ADD_ON_LOADED to Init once, it will fire for each addon so make sure you check for your addon''s name and...
Forum: AddOn Help/Support 04/26/24, 01:26 PM
Replies: 4
Views: 754
Posted By Baertram
Guys, please: -Disable addons like BugCatcher and...

Guys, please:
-Disable addons like BugCatcher and No Thank you (which posted the error to your notifications as we can see from the screeshot -> that's not ZOs vanilla) too.

-Do NOT report errors by...
Forum: General Authoring Discussion 04/26/24, 10:12 AM
Replies: 12
Views: 2,298
Posted By Baertram
Another example for that will be e.g....

Another example for that will be e.g. SavedVariables where you use ZO_SavedVars wrapper to load the global SavedVariable table, which you have defined in your manifest txt file after ##...
Forum: Minion 04/26/24, 09:09 AM
Replies: 1
Views: 791
Posted By Baertram
Read the forums here, use the search. There are...

Read the forums here, use the search. There are plenty of threds from that past 3 weeks stating "exactly the same" error message...
And you will find the answer pretty easily.

Hint: Sticky...
Forum: Minion 04/26/24, 09:08 AM
Replies: 1
Views: 531
Posted By Baertram
https://i.imgur.com/D17LMNJ.png Thanks for...

https://i.imgur.com/D17LMNJ.png
Thanks for reading first, then posting and attaching what we need to help you.
Forum: Lua/XML Help 04/26/24, 04:37 AM
Replies: 2
Views: 878
Posted By Baertram
--- @param timestamp integer53 --- @return year...

--- @param timestamp integer53
--- @return year integer, month integer, day integer
function GetDateElementsFromTimestamp(timestamp) end



Rough example

local oldYear, oldMonth, oldDay =...
Forum: General Authoring Discussion 04/26/24, 03:53 AM
Replies: 12
Views: 2,298
Posted By Baertram
Yes looks good;) Added a few comments, hope it's...

Yes looks good;)
Added a few comments, hope it's understandable.
Maybe that helps you too:


function FarmersToolkit.BountyCheck()

local CurBounty=GetFullBountyPayoffAmount(); --lua does not...
Forum: AddOn Help/Support 04/26/24, 03:41 AM
Replies: 18
Views: 2,292
Posted By Baertram
Try the windows search in your live/AddOns folder...

Try the windows search in your live/AddOns folder (or use an external free tool called "Notepad++:...
Forum: General Authoring Discussion 04/25/24, 03:15 AM
Replies: 12
Views: 2,298
Posted By Baertram
Yes, having a timer run every 15s as in your case...

Yes, having a timer run every 15s as in your case is fine.
Just make sure the timer unregisters properly once your bounty is gone, and does not register with a new name (reuse the same name so it...
Forum: AddOn Help/Support 04/25/24, 03:11 AM
Replies: 44
Views: 10,958
Posted By Baertram
Okay thanks for the info but it still calls the...

Okay thanks for the info but it still calls the internal function RequestGuildHistoryLoop which then calls API of the guild history, even if LibHistoire is enabled,...
Forum: AddOn Help/Support 04/25/24, 03:00 AM
Replies: 18
Views: 2,292
Posted By Baertram
Hint: The correct name for LibMediaProxy...

Hint: The correct name for LibMediaProxy (mentioned in Shadowfen's answer) is LibMediaProvider
But I actually do not have ANY issue with that library nor any addons using it, so if you got errors...
Forum: AddOn Help/Support 04/24/24, 03:33 PM
Replies: 44
Views: 10,958
Posted By Baertram
I personally noticed that addons using the older...

I personally noticed that addons using the older "Legacy listeners" of LibHistoire (e.g. TTC ) were making my guild history lock with the message I can only request every 2 seconds more data,...
Forum: AddOn Search/Requests 04/24/24, 03:30 PM
Replies: 1
Views: 1,031
Posted By Baertram
Addon's cannot send any mesages automated to the...

Addon's cannot send any mesages automated to the chat, visible to others, you always need to press manually the return key to send a chat message.
Showing results 1 to 25 of 500