Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Baertram
Forum: Minion Today, 03:23 PM
Replies: 1
Views: 8
Posted By Baertram
Read the sticky "troubleshooting guide" thread at...

Read the sticky "troubleshooting guide" thread at the top of the forum you have posted in here please.
There is a section about Minion on MAC which exactly describes what is to do in your case, with...
Forum: General Authoring Discussion Today, 06:28 AM
Replies: 7
Views: 156
Posted By Baertram
I'd first ask the users to search their...

I'd first ask the users to search their live/AddOns folder for that string GetCurrentTradingHouseGuildDetails (using Notepad++ portable -> search in files *.lua e.g., or windows search -> search with...
Forum: AddOn Help/Support 06/14/24, 10:40 AM
Replies: 3
Views: 208
Posted By Baertram
Maybe there is even a better way using...

Maybe there is even a better way using EVENT_MANAGER:RegisterForUpdate (which basically is the same as zo_callLater but you can reuse it with multiple calls, e.g. every 500ms).
Within the callback...
Forum: News 06/14/24, 07:07 AM
Replies: 11
Views: 18,869
Posted By Baertram
Goddamnit, is it really that hard to read...

Goddamnit, is it really that hard to read :(

https://www.esoui.com/forums/showpost.php?p=50024&postcount=9

Read my post 2 posts above yours, and follow the rules please.
-> I've even linked you the...
Forum: AddOn Help/Support 06/14/24, 06:59 AM
Replies: 3
Views: 208
Posted By Baertram
As you call that in a for loop it might be a...

As you call that in a for loop it might be a timing issue where collectibles cannot be used "directly after another".
Same like if you click some collectibles in your collections list and have to...
Forum: General Authoring Discussion 06/14/24, 06:52 AM
Replies: 14
Views: 562
Posted By Baertram
Thanks for the update, if you find the problem...

Thanks for the update, if you find the problem again and can relate it to pChat send me a PM and we will try to work something out.
Forum: Lua/XML Help 06/13/24, 01:21 PM
Replies: 10
Views: 360
Posted By Baertram
A good way (best practice) is, if you found out...

A good way (best practice) is, if you found out how to do it, share your code at the Wiki's "Howto" section:
https://i.imgur.com/VQiI27r.png

Maybe create a new headline "Scribing" and then a new...
Forum: Dev Tools 06/13/24, 08:30 AM
Replies: 6
Views: 319
Posted By Baertram
Whooops, sorry! You are right, I did not check...

Whooops, sorry! You are right, I did not check the line properly. just saw "Circonian" and that I was added to the team, so I thought I once fixed it and it'S not updated any longer ...


Thanks for...
Forum: AddOn Search/Requests 06/11/24, 02:58 PM
Replies: 18
Views: 2,277
Posted By Baertram
As I said: Not going to happen as I do not want...

As I said: Not going to happen as I do not want to create another addon (already got too many) I have to officially maintain.
Please use what is there, change it according to your needs and if you...
Forum: Lua/XML Help 06/11/24, 02:55 PM
Replies: 2
Views: 257
Posted By Baertram
Please watch teh forums used: Moved to proper...

Please watch teh forums used:
Moved to proper forum as this is lua / API related and no addon search.
Forum: Dev Tools 06/11/24, 02:53 PM
Replies: 6
Views: 319
Posted By Baertram
Click4Info was not updated since a while, but...

Click4Info was not updated since a while, but most/all functionality is included into merTorchbug + many more features and possibilities meanwhile.
Pelase switch to the lastest merTrochbug version,...
Forum: Minion 06/11/24, 07:23 AM
Replies: 7
Views: 359
Posted By Baertram
Make sure to allow the eso64.exe from your game's...

Make sure to allow the eso64.exe from your game's install "client" directory too. Else Avast might block the UserSettings and AddOnSettings .txt files and your enabled addons do not properly save,...
Forum: AddOn Help/Support 06/11/24, 04:46 AM
Replies: 3
Views: 211
Posted By Baertram
Yes, could be Action duration reminder's...

Yes, could be Action duration reminder's feature.
There is a setting where you can disable these, I think it was called notification or similar.
Forum: Minion 06/10/24, 04:33 PM
Replies: 7
Views: 359
Posted By Baertram
Read my forum post linked above then. Avast uses...

Read my forum post linked above then.
Avast uses a txt file protection called ransom ware proetction, that blocks changes to all txt, doc, docx etc. files in your users directory.
You MUSt whitelist...
Forum: Minion 06/10/24, 02:10 PM
Replies: 7
Views: 359
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 06/10/24, 07:02 AM
Replies: 14
Views: 562
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 06/10/24, 06:59 AM
Replies: 10
Views: 360
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 06/10/24, 04:28 AM
Replies: 10
Views: 360
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 06/10/24, 04:12 AM
Replies: 4
Views: 264
Posted By Baertram
GetItemlinkActorCategory returns category type...

GetItemlinkActorCategory returns category type for companions
Forum: General Authoring Discussion 06/09/24, 07:33 PM
Replies: 14
Views: 562
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 06/09/24, 07:13 PM
Replies: 1
Views: 272
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 06/09/24, 03:15 PM
Replies: 14
Views: 562
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 06/09/24, 06:37 AM
Replies: 1
Views: 408
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: 18
Views: 2,277
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: 18
Views: 2,277
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)
Showing results 1 to 25 of 500