Results: 6054Comments by: Baertram
File: FCO Lockpicker01/19/21
Re: Chat always minimized in gamepad mode
Posted By: Baertram
Hey I've seen in the changelog that in v0.093 there was a fix to restore chat window to the state it was before the lockpicking started. Is there a chance it was tested only using mouse and keyboard? When using gamepad controls it always ends up minimized after lockpicking is done, regardless of the state before lockpicking (v0.1) an...
File: RdK Group Tool01/18/21
Fully understood :p I recommand wr...
Posted By: Baertram
Fully understood :p I recommand writing the libs to the description, as well as links to the help forums e.g. https://www.esoui.com/forums/showthread.php?t=9149 Most users know what to do meanwhile, and the others need to learn it as well. Not my decision, correct. But the problems we had because of included libs outweight the p...
File: RdK Group Tool01/18/21
Hey Sordrak, your are including ol...
Posted By: Baertram
Hey Sordrak, your are including old versions of the libraries, e.g. LibAddonMenu-2.0, LibfoodDrinkBuff, LibGPS, ... In the idea of libraries please do not include them in the subfolders but just name the dependencies in the ## DependsOn: ## OptionalDependsOn: , add them to your addon's description text and let the users insta...
File: Caro's Loot List01/18/21
If '@AccountNameToWhisperTo' is lef...
Posted By: Baertram
If '@AccountNameToWhisperTo' is left nil it will use the last whisper receiver. I just tried that ingame via /script - it didn't work for me there. I got into whisper mode but without a recipient. But I think it should be an option to say "/carolootw @..." and just tell the addon who to whisper to. Will try that later this eveni...
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)01/18/21
Re: What am I doing wrong?
Posted By: Baertram
I am a bit worried that after logging off the previous day when I logged on again the following day the addon did not have any saved info even tho I know I saved the profile. I am trying to save 3 profiles for 3 different characters - is this designed for single characters only or will it save for each character? Each character...
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)01/18/21
I've send you a PM, thanks. From w...
Posted By: Baertram
I've send you a PM, thanks. From what I can see here this could work, yes. Important as well: If you migratethe SavedVards to characterId ALSO add the server dependency at the same tim or you need to migrate that another time as well as someone asks for it. Just add, as 2nd last parameter "profile" of ZO_SavedVars:NewAccountWide...
File: pChat (Chat customization & help: look/notification/sound/automation/history)01/18/21
Re: Re: Re: unsquishable bug..
Posted By: Baertram
:p Okay, thanks for the heads-up. If you encounter the same problem again feel free to sned me that mail and info + a reminder in that mail about the "restore feature might be the cause" please. If your SV file of Pchat contains many characters and especially restored data, and the filesize is above 3mb, please ZIP it to shrink the...
File: Mass Deconstructor01/17/21
Re: FCOIS Items Marked Intricate
Posted By: Baertram
I recommand using DoItAll instead. It supports the special checks for each FCOIS marker icon if you enable the FCOIS panel checks in the DoItAll settings. Also supports vanilla UI multi crafting instead one by one item decon/extraction. It also supports mass glyph extraction, mass item movement at bank, mass mail attachment and mass...
File: Mass Deconstructor01/17/21
Hey. Super addon. Was just wonde...
Posted By: Baertram
Hey. Super addon. Was just wondering if it would be possibly to filter out crafted items? I don't want writ items to be mistakenly deconned! You can auto-protect them with FCOItemSaver's marker icons, and this addon/as well as DoItAll and other addons, won't touch them afterwards.
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)01/17/21
One more thing: You do not use IsU...
Posted By: Baertram
One more thing: You do not use IsUnitChampion("player") to check if CP ranks are enabled already. Could be the first char below lvl 50. Maybe this makes no difference for your save methods but I'd use it as a security check beore any CP vaues are tried to be read or saved wher enot possible! Especially for the "restore"!
File: Caro's Loot List01/17/21
Thanks for the addon! A hint abo...
Posted By: Baertram
Thanks for the addon! A hint about the "You already have to be in whisper mode" restrictions: I think you are able to circumvent this by using the chat channel parameter of the function "StartChatInput" StartChatInput("Hello world", CHAT_CHANNEL_WHISPER, '@AccountNameToWhisperTo') If '@AccountNameToWhisperTo' is left nil...
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)01/17/21
Same error message for me. CSPS.sk...
Posted By: Baertram
Same error message for me. CSPS.skillWerteClean (means CSPS.savedVariables.werte) seems to be nil I'd just check for CSPS.savedVariables.werte ~= nil and disable the load button if this is the case. That was quick! I guess I'll stop working on my own version of this addon now. https://github.com/DewiMorgan/BackupRespec is wha...
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)01/17/21
Just a hint as I had the same probl...
Posted By: Baertram
Just a hint as I had the same problems in the past: For the first load of the addon as the migration should be done get your SV the same way you did as before via ZO_SavedVars:New e.g. to get the character "name" dependent saved settings. Lad your SV file to a local table "settings" e.g., then settings will point to "CSPSSavedVaria...
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)01/17/21
Hey Caro, please do NOT save the...
Posted By: Baertram
Hey Caro, please do NOT save the skills with the character "name" but the unique characterID! This will make it character rename safe. use ZO_SavedVars:NewCharacterIdSettings to save them with the ZO_SavedVars wrapper. Many thanks for supporting this now. Always a mess to change that many weeks later as SV are already built fo...
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)01/17/21
Plattform PC Das Speicher Item und...
Posted By: Baertram
Plattform PC Das Speicher Item und Lade Item sieht man nicht. Wo werden die Daten gespeichert? Kann man die Daten einsehen? SavedVariables Info -> How to find the file of an addon: https://www.esoui.com/forums/showthread.php?t=9235 Textures missing: Logout and close the game client! Find the folder of your addons (descri...
File: pChat (Chat customization & help: look/notification/sound/automation/history)01/17/21
Re: unsquishable bug..
Posted By: Baertram
Please logout and then send me your pChat SavedVariables file pChat.lua to my email [email protected]. Please describe the same like here in the email again, name the account and character name you have tested it with, so I can test this with exactly your settings on my pc. Thank you. Hello, wrestled for hours with this:...
File: Auto Recharge (and repair)01/16/21
Re: Use Crown Kits 1st?
Posted By: Baertram
Is there away to force this to use my Crown repair kits 1st? These are really piling up from daily gifts..:) It should automatically use them if you haven't disabled it in the settings. Maybe also disable "Use repair kit for item level" to make sure it does not check the repair value and just uses any kit given. Normally the k...
File: FCO ItemSaver01/16/21
Re: Gamepad Mode
Posted By: Baertram
Hello friend! I am aware of the workaround with ADCUI for the gamepad mode, but are there any plans to integrate this in FCO on 2021? Great success for you in this year and thanks for this great addon! No. Gamepad mode means the whole addon would need to be kind of copied and adopted to the changed control names, events, hooks...
File: Ravalox' Quest Tracker01/15/21
Thank you Calamath, very appreciated!
Posted By: Baertram
Thank you Calamath, very appreciated!
File: pChat (Chat customization & help: look/notification/sound/automation/history)01/15/21
Okay, then it is not that easy as b...
Posted By: Baertram
Okay, then it is not that easy as both addons somehow overwrite/hook into the chat and one will do this later (or by other ways) thus deactivates the prior hook/overwrite. Maybe it is only a "timing" problem. Not sure how DarkUI changes the standard chat background texture. I guess it's done and then pChat somehow accidently reverts...
File: pChat (Chat customization & help: look/notification/sound/automation/history)01/14/21
Hm, I don't know why pChat changes...
Posted By: Baertram
Hm, I don't know why pChat changes the texture used for the chat window. Maybe it happens automatically due to some function of the chat api that pChat uses. Try the following: Logout. Within the folder live/AddOns/DarkUI search for the DarkUI.txt file. Within that file add this line below other similar ## DependsOn or ## Optio...
File: pChat (Chat customization & help: look/notification/sound/automation/history)01/14/21
Re: Re: Re: blacklist
Posted By: Baertram
Forwarded this to the expert then, please wait for a contact or comment here ;) I humbly request the addition of a word blacklist to the mentions section. Two of my character names contain extremely common words (sea, it) and it triggers constantly. I'd very much love to be able to blacklist these two words and save myself the 5000+...
File: PerfectPixel01/14/21
Re: Re: Re: Move Frames?
Posted By: Baertram
Well, I don't know then how to fix this. I guessed that if the texts were anchored already they should show more to the left, starting below the "Unit" headline. If Aldanga already anchored them, well, the anchor seems to need a re-anchor if PP is enabled. I'll write him a PM and see what we can do. Hi Baertram, Could you pl...
File: pChat (Chat customization & help: look/notification/sound/automation/history)01/14/21
Hey, great AddOn :) There isn't a...
Posted By: Baertram
Hey, great AddOn :) There isn't a way to use this AddOn without altering the chat window design, right? I'm asking because the DarkUI chat window design doesn't seem to work with pChat. Sorry, I do not know DarkUI nor do I understand what "without altering the chat window design" means? What is "design" for you? Design normally...
File: Kal's Crown01/13/21
Your adon is still doing this wrong...
Posted By: Baertram
Your adon is still doing this wrong! Please fix the call to library LibStub like described in my last post. It's simple and will not break anything, where the current call to LibStub will not work anymore soon in the future. Same relates to the DependsOn in your txt file. Hello, please name the dependencies in your addon's...