Results: 6077Comments by: Baertram
File: FCO ItemSaver12/06/21
Hey! Thanks for getting back to me...
Posted By: Baertram
Hey! Thanks for getting back to me :) I just wrote a whole paragraph here but... Well, I think I figured it out... No need to feel bad haha. If there popups an error message as you leave the names blank then it's my fault :D It should change back to a default value autoamtically (I thought it does... Well, seems to be buggy)....
File: FCO ItemSaver12/06/21
It also happens at lower qualities...
Posted By: Baertram
It also happens at lower qualities if you leave the station quickly (I often do), therefore maybe not giving the addon time to check protection again just like gold? Okay, thanks for the update. I found the problem and hopefully fixed it with the next version but this needs time to be tested as many features are currently added/fi...
File: FCO ItemSaver12/06/21
Yes, it's a known bug (see list at...
Posted By: Baertram
Yes, it's a known bug (see list at sticky post above) #175 which silvereyes already told me. He said it only happens if you improve the items to legendary though. Are you able to confim this? I get a lua error intermittently when upgrading items at cloth/smith/wood tables (havent tried jewelry). Might be an addon conflict but non...
File: FCO ItemSaver12/06/21
Hi SammiSakura, thanks for the inf...
Posted By: Baertram
Hi SammiSakura, thanks for the info. Do you remember if you did a reloadui after changing the dynamic icons? Are you able to tell me what you have changed/have not changed at the dynamic icons: Names, icons, protective settings, enabled state, amount of dynamic icons to enable in total Is the error still happening after a new r...
File: Bank Manager Revived - Slim Edition12/04/21
-- return true if item is protected...
Posted By: Baertram
-- return true if item is protected local function IsItemProtected(bagId, slotId) -- ESOUI if IsItemPlayerLocked(bagId, slotId) then return true end --Item Saver support if ItemSaver_IsItemSaved and ItemSaver_IsItemSaved(bagId, slotId) then return true end --FCO ItemSaver support if FCOIS and FCOIS.IsLock...
File: FCO ItemSaver12/04/21
Re: Addon disables Bank Manager Revived - Slim Edition
Posted By: Baertram
FCOIS is not the reason here as it does not prevent anything moved from or to banks! I guess the FCOIS api used in the other addon is used wrong and does just check if any marker icon is set at the item that should be moved, and if it is found prevents the move then. This is a thing the other addon needs to fix or change please....
File: FCO Companion12/04/21
Re: Re: Re: Re: Disable Companion Ulti
Posted By: Baertram
"It's done when it's done". Did not find time to further work on it and as other requests were added as well, which need time to test (that I have not found yet due to life happening :D) it will need more time. For the ones where the ultimate button is troubling: Go back to version 0.0.9 via "Other files" tab here at te addon's...
File: Rulebased Inventory12/04/21
The "instanceId" settings that dema...
Posted By: Baertram
The "instanceId" settings that demawi mentioned are not the ones you have shown here. The itemInstanceId settings are at the general settings where you choose to use uniqueIds or not ( = itemInstancId usage). But non-gear items always use the itemInstanceId! So it would not make any difference to use the uniqueIds here. Stolen ite...
File: Rulebased Inventory12/04/21
Re: Re: Automatic mailing?
Posted By: Baertram
Hello, still quite enjoying the addon :D Sorry if this has been asked before, but would it be possible to add a "Mail" task to mail items to other players automatically? My use case would be to automatically mail intricate items / trash glyphs to either my alt account or friends since I don't need them on my main, as well as mailing...
File: Rulebased Inventory12/04/21
Re: Re: Re: cancraftmasterwrit() doesn't work
Posted By: Baertram
Hint: The German word "Schreiben" (would be the noun of "to write") is not the correct one for a writ. "Schrieb" is the correct word for a writ. This morning I was sorting out my master writs an remembered you have implemented to rule cancraftmasterwrit(). To lighten my work i wanted to use this for markings and made a test rule...
File: HideInventoryClutter12/03/21
To keep it more readable here are s...
Posted By: Baertram
To keep it more readable here are some other hints to your addon code: Instead of overwriting the handlers (pelase don't) just use ZO_PostHookHandler or ZO_PreHookHandler. ZOs provides the hooks so that we do not need to overwrite code, especially in invetory there might else occur error messages like "called from insecure code"...
File: HideInventoryClutter12/03/21
Hi, your APIversion is very outd...
Posted By: Baertram
Hi, your APIversion is very outdated. Current APIversion is 101032 (it changed from +1 syntax a few patches before :D Check the apiversion ingame via /script d(GetAPIVersion()) or at the wiki -> https://wiki.esoui.com/APIVersion ). And for new addons please ALWAYS check the current given library version (tag ## AddOnVersion in...
File: FCO ChangeStuff12/03/21
You are welcome, and no problem. M...
Posted By: Baertram
You are welcome, and no problem. My answers sometimes may sound rude but they are not meant that way :p It's more of an information so you guys see where to get help and what you could/should do and test on your own + provide as information to the ones tyring to help. Mainly to ease the work and kind of balance the effort needed, el...
File: Crafting Build Alert12/03/21
I guess the build contains differen...
Posted By: Baertram
I guess the build contains different CPs and slotetd stars at the CPs for the crafting stuff and it changes the CPs then (Master Gatherer, Plentiful Harvest, Meticulous Disassembly, etc.) if you have not set it on all your toons' CPs (maybe you do not have enough CPs yet to do this) or you need other slots to be used. Armory is a...
File: FCM Quest Tracker12/02/21
I've answered you here already what...
Posted By: Baertram
I've answered you here already what the cause of the problem is: https://www.esoui.com/forums/showthread.php?p=44992#post44992 In the end you should use the forum search as well, please. Searching for FCMQT will let you find this thread with a fixed version 1.6 by Sharlikran for download. https://www.esoui.com/forums/showthread...
File: Item Cooldown Tracker12/01/21
Could be a bit tricky as FCOIS reli...
Posted By: Baertram
Could be a bit tricky as FCOIS relies on the bagId and slotIndex -> itemInstanceId (or the "unique ids" of items -> depending on the user settings). We will see what we can use and find out here, so it might take some time to implement this. AND one issue could happen: automatically removing the marker icons again will not be exac...
File: Set Master12/01/21
You can use the addon "WishList" fo...
Posted By: Baertram
You can use the addon "WishList" for that. It provides a search with all sets of the game + their drop locations and a way to port to a wayshrine of this drop location (only dungeons do not always work as you cannot port directly to the wayshrine of a dugeon but need to click it on the map, or creae a group and port via the group...
File: CraftStore Endless Archive12/01/21
Re: ALARM SETTINGS
Posted By: Baertram
Yet again, a CraftStore update turned on the HUGE ANNOUNCEMENT ALARMS for crafting timers. Keeping a user's settings is pretty much a standard. Please find a way. Got no issues with the settings sine years. Maybe your AntiVirus or Windows updates blocks access to the live/SavedVariables folder or your client crashed and the Save...
File: LibLoadedAddons - OBSOLETE, Please remove from addons12/01/21
This library is obsolete and will b...
Posted By: Baertram
This library is obsolete and will be disabled at 2021-12! Please change your addons to remove this library, see the description and comments of LibLoadedAddons. -> Added obsolete message to chat upon dependency to this library -> Addon users: Check your addon's txt files for entries like ## DependsOn: or ## OptionalDependsOn: LibL...
File: tim99s Toolbar12/01/21
https://i.imgur.com/AMyT50Q.png :D
Posted By: Baertram
https://i.imgur.com/AMyT50Q.png :D
File: FCO ItemSaver12/01/21
Im not sure if this is a clear enou...
Posted By: Baertram
Im not sure if this is a clear enough description. I understood this so far: So at the bank deposit tab you got only the "green lock" FCOIS filterbutton set (right clicked the filter button -> chose the "lock" icon explicitly -> Then left clicked the filter button to turn it green -> will only filter out, hide, the lock marked it...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/01/21
First thing to test: disable all ad...
Posted By: Baertram
First thing to test: disable all addons and see if this fixes it, or at least find out what vanilla code does! Thank you I'm not aware of any changes in the vanilla UI but maybe the gamepad/console chat changes broke something and pChat is not working properly anymore. But to be sure what could cause this I'd start with testing wh...
File: pChat (Chat customization & help: look/notification/sound/automation/history)12/01/21
Re: Font Styles
Posted By: Baertram
Great addon. Love it! Is there anyway in the font drop-down list to show the actual font styles ? to avoid re-loading to see what it looks like? No sorry. You can use the developer addon merTorchbug fixed and improved. Enter /tb in the chat and after the UI loaded click on the Fonts tab. At the top left is a search. And belo...
File: Greymind Quick Slot Bar12/01/21
Something is wrong with the "You ar...
Posted By: Baertram
Something is wrong with the "You are out of...." info at the top right screen edge. I logged in today and it warned me that my "with mothers brew" is out of items in the quickslots. But the char is a stam char and it never used that brew? Yesterday my last login was with a char who uses your addon and got that brew in it's quicksl...
File: Item Cooldown Tracker11/29/21
If this addon provides an API that...
Posted By: Baertram
If this addon provides an API that returns "IsOnCooldown" or anything like this I could add it to automatic marking of FCOItemSaver so you can define your own marker icons for them, and filter them with FCOIS. I only need something that returns the info like isOnCooldown (boolean) or cooldownTimeLeft (number) or similar for the it...