Results: 5992Comments by: Baertram
File: Postmaster Mail03/12/23
Thanks for the fix! Hiya Baertra...
Posted By: Baertram
Thanks for the fix! Hiya Baertram! Thanks for the detailed information; it's very helpful! This should be resolved in version 4.1.3. Have fun! ++ Got this error message after talking to a guild trader, bought some items, opened mail by keybind, used keybind to take all items from mail. Closed the mail panel again, talked...
File: FCO Companion03/11/23
Ok, now I am confused. Do you mean...
Posted By: Baertram
Ok, now I am confused. Do you mean junk markers per se being saved per character, or the option to enable them? All of that is saved "per character" only, due to limitations within the API and junk bahaviour accoun wide data was not easily doable. I did not split it up so that the "Enable companion junk" is saved per account but t...
File: FCO Companion03/10/23
Ok, now I am confused. Do you mean...
Posted By: Baertram
Ok, now I am confused. Do you mean junk markers per se being saved per character, or the option to enable them? All of that is saved "per character" only, due to limitations within the API and junk bahaviour accoun wide data was not easily doable. I did not split it up so that the "Enable companion junk" is saved per account but t...
File: FCO Companion03/10/23
The junk markers only will save per...
Posted By: Baertram
The junk markers only will save per toon, not per acount. That's restricted and cannot be changed! I've added that to the description, thanks for the reminder. But that unsummon of the companion (at fishing e.g.) should be account wide saved properly. If you check the SavedVariables files live/SavedVariables/FCOCompanion.lua b...
File: Postmaster Mail03/10/23
Got this error message after talkin...
Posted By: Baertram
Got this error message after talking to a guild trader, bought some items, opened mail by keybind, used keybind to take all items from mail. Closed the mail panel again, talked to next guild trader, bought 1 item, opened mail via keybind -> Error message shows: user:/AddOns/Postmaster/keybinds/keyboard/TakeAndDelete.lua:47: att...
File: Notebook2018 JpTranslation03/08/23
Hello, if you create patches or...
Posted By: Baertram
Hello, if you create patches or additinal files for other addons PLEASE use the "Other files" of that addon and add your new files/addon as a patch/addon there: https://i.imgur.com/LeNs3KF.png It makes finding patches and additions more easy! I've connected your jp patch with the original addon now.
File: Circonians WaypointIt03/07/23
-Accessibility features added-
Posted By: Baertram
The following settings were added for Accessibility "Chat reader" feature usage: -"Waypoint set" text to chat (+ sound) -"Waypoint distance" text to chat (+ sound) (will only work if the arrow/dot/glyph/... pointing to the waypoint is enabled at the reticle!) -"Waypoint reached" text to chat (+ sound) I hope this helps you guys...
File: Killz - PvP stats right on screen and much more!03/07/23
About the timestamps, if not known...
Posted By: Baertram
About the timestamps, if not known already: You could use os.time with the pattern "%c" to get date and time in client format e.g., 03/20/23 11:48:10pm or for German/French clients 20.03.2023 23:48:10 then. local timeStamp = GetTimeStamp() --or the timestamp of the skill executed etc. local timeStampStr = os.time("%c", t...
File: AsylumTracker lang.CN JP RU03/06/23
If you release patches or addons re...
Posted By: Baertram
If you release patches or addons related to other addons PLEASE check if these addons got the patches or addons enabled at their "other files" tab: https://i.imgur.com/GgKZCdj.png And use that feature then to connect these addons, instead of creating them standalone, if they depend on the oher addon... Thank you! I've connected...
File: PersonalAssistant (Banking, Consume, Junk, Loot, Repair, Worker) [Masteroshi430's branch]03/05/23
Re: Re: Re: Re: Re: Conflict with FCO Itemsaver
Posted By: Baertram
FCOIS is not blocking item move between banks so this is something that PA does, by using FCOIS API functions. If you just use e.g. FCOIS.IsMarked(bagId, slotIndex) this will just tell you if the item is marked with any FCOIS marker icon, but it does not tell you if the item is protected. So do not skip move of these items if they a...
File: FCO ItemSaver03/05/23
Re: issues with FCO Itemsaver and Personal Assistant
Posted By: Baertram
Sorry I'm not using that addon and do not know what API functions of FCOIS it actually uses? If it just checks with FCOIS.IsMarked and then prevents execution of rules it's wrongly implemented at that addon. If it's checking via other official API functions (e.g. FCOIS.IsLocked(bagId, slotIndex)) it should not block any bank move o...
File: Heavy Attack Rotation Helper03/02/23
Hi thanks for this addon. A Hint:...
Posted By: Baertram
Hi thanks for this addon. A Hint: As Many ppl installa ddons via Minion you should put the Required dependencies (LAM, CombatMetronome) at the top of the addon description, so you directly see the dependencies before installing this addon.
File: RidinDirty02/28/23
df("|c9900FF|r Teleport Effect: %s"...
Posted By: Baertram
df("|c9900FF|r Teleport Effect: %s" effectEnabled) The error messages appear cuz you forgot to add the , between %s" and effectEnabled, and got nothing to do with local or not local
File: PerfectPixel02/27/23
Re: Change text size
Posted By: Baertram
Text size and font is handled by the source code of each UI element on it's own, or by the templates they use. This cannot be changed by PP sorry. Without having a deeper look it would takes ages to get the fonts and sizes and stuff around it properly and make it change at the UI elements properly. You'd have millions of problems wi...
File: RidinDirty02/27/23
Your addon leaks variables to the g...
Posted By: Baertram
Your addon leaks variables to the global namespace and their name is not unique enough, so they might destroy other addons! Please do a decent variable check ebfore releasing your addons, and add the local in front of them properly! e.g. hourglass -> Solution: Add that to RidinDirty.hourglass instead and it will be a least below...
File: FCO Lockpicker02/26/23
Thanks, already fixed and updated....
Posted By: Baertram
Thanks, already fixed and updated. The function to apply the replacement sound was just not loaded after login/reloadui... If it still matters, now that you've found something: Save Settings is Account Wide. Sound #335 Group_Invite
File: FCO Lockpicker02/26/23
Re: Sound choice is a GREAT addition!
Posted By: Baertram
I could never hear the base game 'tremble' sound, so had to go by visual. Being able to set that to something i can hear has made ALLLLL the difference! (well, and your big green checkmark, tks for that too) That said (and isn't there always a problem?) i have to go into setting every time i log a character or into the game, open...
File: Advanced Filters - Updated02/24/23
This combination is somehow not pos...
Posted By: Baertram
This combination is somehow not possible and I really wonder how you got that to work and show? ;) It says you had opened the bank with the active craftingType actually being 4 (CRAFTING_TYPE_ALCHEMY), but banks got no craftingType so this cannot/should not happen. The carfting type is read by API functions so this either was ano...
File: Sous Chef - Provisioning Helper (Recipe helper/search)02/21/23
Thank you octac0n, I've added your...
Posted By: Baertram
Thank you octac0n, I've added your changes and some more settings to control the tooltip's length, and recipe's quality shown etc. Totally makes sense to strip some stuff at those tooltips ;)
File: Circonians TextureIt02/21/23
Addon page changelog 2022-02-21 Ad...
Posted By: Baertram
Addon page changelog 2022-02-21 Added Masteroshi430 to the team - Thanks for helping! Updated the "How to update the textures list" from his description file (TextureIt\doc\How to Update textures - NEW WAY.txt) at the addon description.
File: Advanced Filters - Updated02/20/23
I got this error and it said to pos...
Posted By: Baertram
I got this error and it said to post here. 1. What did you do? Opened bank 2. Where did you do it? Vvardenfell banker and cat banker 3. Did you test it w/o other addons active? Yes, still spit the same error with just adv filters. Heres a screenshot of the error https://imgur.com/a/B6jXHNe Im not even sure what it is o...
File: FCO ItemSaver02/20/23
Re: error
Posted By: Baertram
Thank you, but wrong addon :-) I'll have a look. Normally these error messages only appead if you got other addons enabeld too e.g. Dolgubons Lazy Writ crafter where it takes items out of the bank and closes the bank automatically. Are you sure no other addon or library!!! was enabled as the error happens? I'll see if I'm able t...
File: FCO Companion02/17/23
As I'm using the vanilla context me...
Posted By: Baertram
As I'm using the vanilla context menu now for unmark I guess it's playing the sound once, and FCOCompanion is playing it another time then. The PlaySound needs to be disabled in FCOCO for IsJunk == false then FCO Companion is now fully compatible with JunkHotkey. Thank you very much. I have integrated a little check for Comp...
File: FCO Companion02/16/23
Re: Re: Re: Re: Re: Selling all junk items
Posted By: Baertram
Thanks for the info, will have a look at these API functions too! -> I've added SellAllJunk to the addon now, thanks for the hints again. DestroyAllJunk will be added later too if it works, as there only exist functions ZO_InventorySlot_InitiateDestroyItem(inventorySlot) which do not look like they should be used for "loops" or mul...
File: FCO Companion02/16/23
Re: Re: Re: Selling all junk items
Posted By: Baertram
Edit: Disabled ALL addons via the addon list -> flag above the addons. Reloadui. Talked to vendor (armor), selltab, Keybind is shown, you are right. I maybe had nothing in junk as I checked last time.... :rolleyes: ...