Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Baertram
Forum: Minion Today, 02:10 PM
Replies: 3
Views: 65
Posted By Baertram
Do you use Avast...

Do you use Avast Antivirus?
https://www.esoui.com/forums/showthread.php?t=10961&highlight=avast

Or got OneDrive enabled (and the "Documents saved to cloud" option in particular there)?
Disable that...
Forum: General Authoring Discussion Today, 07:02 AM
Replies: 12
Views: 319
Posted By Baertram
You could even just skip the nil check if it's...

You could even just skip the nil check if it's only about chat output for debugging:

local function dft(line)
if FarmersToolkit.FTREP == 1 then
d(FarmersToolkit.FTChat .....
Forum: Lua/XML Help Today, 06:59 AM
Replies: 7
Views: 93
Posted By Baertram
Also check how other addns do the tarcking of...

Also check how other addns do the tarcking of known/unknown scripts, like this one:
https://www.esoui.com/downloads/info2513-UnknownInsightwithScribing.html

Please provide proper credit (in your...
Forum: Lua/XML Help Today, 04:28 AM
Replies: 7
Views: 93
Posted By Baertram
Moved the thread to the correct forum. Did you...

Moved the thread to the correct forum.

Did you check the tutorials forum, current API version thread? I think ZOsDanBatson posted some Infos there.

And Gelmir recently showed a way to get scribing...
Forum: General Authoring Discussion Today, 04:12 AM
Replies: 4
Views: 99
Posted By Baertram
GetItemlinkActorCategory returns category type...

GetItemlinkActorCategory returns category type for companions
Forum: General Authoring Discussion Yesterday, 07:33 PM
Replies: 12
Views: 319
Posted By Baertram
Hint: type(line) will never be nil, it will be...

Hint: type(line) will never be nil, it will be "nil" (returns a string)
-> Learned that myself yesterday ;)
Forum: AddOn Help/Support Yesterday, 07:13 PM
Replies: 1
Views: 112
Posted By Baertram
Hello, same answer to you like for the last 20...

Hello,

same answer to you like for the last 20 new joiners who do not read and directly post at the forums ;)

https://i.imgur.com/lIBKKam.png

We got sticky threads (at the top of each forum) for...
Forum: General Authoring Discussion Yesterday, 03:15 PM
Replies: 12
Views: 319
Posted By Baertram
Any intel from your debugging what in pChat does...

Any intel from your debugging what in pChat does that change?

Maybe we can find a way to fix it (if it's not beaking any pChat functionality or invalidating the saved history in the SavedVars).
Forum: Minion Yesterday, 06:37 AM
Replies: 1
Views: 165
Posted By Baertram
Turning on OneDrive'S feature to sync your...

Turning on OneDrive'S feature to sync your "Documents" will most probably make Minion and/or ESO not work properly anymore (at least it could block Minion from updating and make your ESO...
Forum: AddOn Search/Requests 06/08/24, 04:33 AM
Replies: 16
Views: 1,567
Posted By Baertram
If you want to only show the keybind...

If you want to only show the keybind button:

Change the FCOHideInteractionText.lua at line...
Forum: AddOn Search/Requests 06/07/24, 05:55 AM
Replies: 16
Views: 1,567
Posted By Baertram
If you load the addon the text is hidden already,...

If you load the addon the text is hidden already, so no need to use the slash command.
If you use the slash command you'll disable it, next time enable again (toggle)
Forum: AddOn Search/Requests 06/06/24, 12:59 PM
Replies: 16
Views: 1,567
Posted By Baertram
I currently hide the complete RETICLE.interact...

I currently hide the complete RETICLE.interact but it seems to be seperated into 3 sections:

info
keybind and keybind text
So maybe I can only hide the info (which I assume contains the NPC name...
Forum: General Authoring Discussion 06/06/24, 10:11 AM
Replies: 2
Views: 437
Posted By Baertram
Afaik it's just the same way like...

Afaik it's just the same way like CraftBagExtended works:
Means you'd still need space in your inventory so the banked items get withdrawn first (CBE unpacks it from crafbag to your inv first), and...
Forum: AddOn Search/Requests 06/06/24, 08:52 AM
Replies: 16
Views: 1,567
Posted By Baertram
Thanky Lykeion, I know that code. DLWC only...

Thanky Lykeion, I know that code.
DLWC only searches for the crafting table's "text" there and replaces it then.
So this would no work unless we maintain a table with ALL NPC names in multi language...
Forum: AddOn Search/Requests 06/05/24, 02:45 AM
Replies: 16
Views: 1,567
Posted By Baertram
Well I cannot say how my code example above works...

Well I cannot say how my code example above works in combination with other addons, as I' not using those.

Or did you mean combat reticle alone is making it hard?
Then turn off Combat reticle and...
Forum: AddOn Search/Requests 06/04/24, 02:10 PM
Replies: 16
Views: 1,567
Posted By Baertram
I've tried to make it work but it's hard to...

I've tried to make it work but it's hard to impossible as there is no API to detect if you have the mouse above any NPC.

I can hide all of the interaction texts and then you would not see ANY...
Forum: Minion 06/04/24, 01:38 PM
Replies: 5
Views: 563
Posted By Baertram
No there isn't. Please write a private message to...

No there isn't.
Please write a private message to Dolby and ask if and how you can contribute.
Forum: Minion 06/04/24, 11:20 AM
Replies: 2
Views: 871
Posted By Baertram
Thanks for the info, that's what a good bug...

Thanks for the info, that's what a good bug report should look like :banana:

From your log files I can see that the error was the one with the security certificates of Java which has been fixed with...
Forum: Minion 06/04/24, 05:13 AM
Replies: 3
Views: 1,405
Posted By Baertram
Please do not necro post in other users's...

Please do not necro post in other users's threads.

https://i.imgur.com/y0LFPGB.png
Without info if you read it and without providing your files we cannot help.
Please read the troubleshooting guide...
Forum: Minion 06/04/24, 02:31 AM
Replies: 5
Views: 563
Posted By Baertram
Moved the thread to the Minion forum.

Moved the thread to the Minion forum.
Forum: Tutorials & Other Helpful Info 06/03/24, 05:15 PM
Replies: 10
Views: 5,172
Posted By Baertram
unitTags normally are tags like "player"...

unitTags normally are tags like "player" (yourself) or "group1", "group2", ... "group".. index for the group members (maybe that companions count as group .. n too but not sure anymore if they got a...
Forum: AddOn Help/Support 06/03/24, 08:47 AM
Replies: 6
Views: 811
Posted By Baertram
Sharlikran was offended by some idiots who...

Sharlikran was offended by some idiots who spammed the comments of his/Addons he took over.
They were too smart to read (irony off) and blamed him for their own faults, being very rude.
So he decided...
Forum: AddOn Search/Requests 06/02/24, 07:18 PM
Replies: 16
Views: 1,567
Posted By Baertram
Maybe this one offers a setting for...

Maybe this one offers a setting for it:
https://www.esoui.com/downloads/info502-ImmersiveInteractions.html#info

If not, ask the author if he could add one.
Forum: General Authoring Discussion 06/02/24, 01:54 PM
Replies: 3
Views: 511
Posted By Baertram
Not that I know off. In the past I added a...

Not that I know off.

In the past I added a maximum Tel'Var check into an addon and I had searched (years ago though) for the same and ended in a list of Tel'Var containing container's itemIds so I...
Forum: Gameplay 06/02/24, 01:14 PM
Replies: 3
Views: 710
Posted By Baertram
You screenshot shows the ring got no trait. The...

You screenshot shows the ring got no trait.
The writ says it needs the "Healthy" trait

Hint: use the "Create" tab, it shows you the quest marker at the top of it
https://i.imgur.com/9zpgXLX.png
Then...
Showing results 1 to 25 of 500