Results: 6075Comments by: Baertram
File: PersonalAssistant (Banking, Junk, Loot, Repair)08/03/21
Re: Re: repair with crown-repair-material repairs only 1 item
Posted By: Baertram
You need to use the item from inventory via UseItem(bag, slot) function. As this is protected you can use this workaround function: local function tryToUseItem(bagId, slotIndex) local usable, onlyFromActionSlot = IsItemUsable(bagId, slotIndex) if usable and not onlyFromActionSlot then --ClearCursor() if...
File: FCO ItemSaver08/02/21
Hey Phinix, you mean the filter...
Posted By: Baertram
Hey Phinix, you mean the filter button at the bottom of the bank's withdraw tab? It's working fine for me? Did you test without any other addon enabled? I know there is the unsecure error message at banks... I don't know if it helps at all, but it appears that without any errors, bank view is not respecting the toggle setti...
File: FCO Mounty07/31/21
Okay, many thanks again for your te...
Posted By: Baertram
Okay, many thanks again for your testing help! If you found now zones to be added send them via email to me: [email protected] If you want any special name for the subzone just add a comment - - MySubZoneName for newsubzone009_base behind the line in the SV please Yep, just edited the comment, I restored the original SV...
File: FCO Mounty07/30/21
The zoneData is checked for existin...
Posted By: Baertram
The zoneData is checked for existing entries upon load of the addon. The ones in FCOMounty_NewZoneData not existing in the preloaded zoneData will be added. The ones that are meanwhile/allready given will be removed from the table FCOMounty_NewZoneData automatically. Maybe the rimmen_base subzone was already in the preloaded zone...
File: FCO Mounty07/29/21
Definately a bug then! Will have a...
Posted By: Baertram
Definately a bug then! Will have a look thanks! One last thing: if there is a "ManuallyAdded" zonedata in the SV, it "overwrites" the values in 'FCOM_zonedata', i.e. if there is an update and it adds the new zones automatically upon a visit, then you update the addon to contain the formatted names, it will still display the values...
File: Auto Recharge (and repair)07/29/21
Re: Misspelling in English repair chat message
Posted By: Baertram
Thank you, noted this for any new update in the future. Nothing urgent, but line 58 of the en.lua script has a slight typo. It reads: SI_ARC_CHATOUTPUT_REPAIRED = "Repaird: ", The chat message is missing an "e", so should be: SI_ARC_CHATOUTPUT_REPAIRED = "Repaired: ", It's not a big deal, just slightly irrita...
File: FCO Mounty07/28/21
Thanks for the test. Hm, wasn't th...
Posted By: Baertram
Thanks for the test. Hm, wasn't there any = 1261, entry at the Blackwood table? I'll try this myself. Have added a new LAM settings updater upon opening of the settings menu which should reload the tables and keep them updated that way, each time you open the LAm panel of FCOMounty (after opening it the first time). -Added h...
File: pChat (Chat customization & help: look/notification/sound/automation/history)07/28/21
Re: Copy/paste not working
Posted By: Baertram
Hi, more info please. It's working fine for me so far. Did you disable all other addons and test with pChat only? What steps do I need to follow from login to the point where copy&paste "does not work". Which chat channel do you try to copy (zone, sy, whisper, guild, others)? Means: What do YOU do and click and which keyb...
File: FCO Mounty07/27/21
Oh yeah thanks for the feedback and...
Posted By: Baertram
Oh yeah thanks for the feedback and the reminder about homes ;) Please redownload the actual version and test the house again, thanks. https://github.com/Baertram/FCOMounty/archive/refs/heads/master.zip Attention: Only extract the subfolder FCOMounty to live/AddOns! Do not extract the 1st subfolder FCOMounty-master as well. D...
File: Greymind Quick Slot Bar07/27/21
I forgot to say that I added a /gqs...
Posted By: Baertram
I forgot to say that I added a /gqsb logs slash-command to display what has been logged before the chat was ready to print debug messages .. wont work when there is a bug though ;) I'm using LibDebugLogger + the DebugLogViewer UI for it, it's easier and you are able to share the data very easily with others via siri's oline viewer:...
File: Research Assistant (Find your researchable items)07/26/21
Re: Ineventory Mouseover
Posted By: Baertram
Thanks, fixed Hello, when I hover over the ResearchAssistant triangle of a researchable gear item in the inventory I receive a chat message each time: Example: -equipType: nil, weaponType: nil, armorType: nil, typeText: , armorWeightText: Short video.
File: FCO Mounty07/26/21
@HowelQagan Please test this ver...
Posted By: Baertram
@HowelQagan Please test this version here: -Updated API -Updated dependencies -Added setting to update the -ALL- subzone, if you manually use a mount, too -Added slash command /fcoma to add the currently opened map's zone and subzone to the data (if missing) e.g. open the Murkmire map and then navigate to the Deadwater vill...
File: FCO Mounty07/26/21
I've added the new settings checkbo...
Posted By: Baertram
I've added the new settings checkbox as you had requested and I'm checking the error you got atm. It was raised in line 360 of FCOMounty.checkAndPresetMountForZone' so it wa snot your addition but my old line: --Set the current active mount as new mount now FCOMounty.SaveMountIdToSettings(activeMountId, false, zone, subZon...
File: Greymind Quick Slot Bar07/26/21
Yeah I noticed I had an older code...
Posted By: Baertram
Yeah I noticed I had an older code base. Saw your github link too late. And there was none in the addon description (edit: Found it at the top right, was too small :p). I've used your most current version from GitHub now as base and made a pull request: https://github.com/ivanwfr/GQSB/pull/3 As I did not only change the SV part b...
File: Greymind Quick Slot Bar07/26/21
The problem is that if I just add t...
Posted By: Baertram
The problem is that if I just add the GetWorldName the old SV will be gone and not migrated. Users will loose their SVs that way! If you do not want to have that happen you'd have to strip all ZO_SavedVars wrappers and just manually use the global table to add the data, but that would have needed to be done from the beginning or mig...
File: Greymind Quick Slot Bar07/26/21
Okay, will test this as well. The f...
Posted By: Baertram
Okay, will test this as well. The first try was creating subtables at teh character settings having the same subtables again -> Some kind of redundancy ... I hope the cleanup function I have added fixes this now and it will runn properly once. Need to add some debug messages and try it on the 3 servers, and will give you feedback w...
File: Greymind Quick Slot Bar07/26/21
Hi Baertram I removed the call...
Posted By: Baertram
Hi Baertram I removed the call to /reloadUI in Load_ZO_SavedVars to that a toggling Account-wide Settings from the Settings menu can be checked more easily... I don't know if everything gets synchronized as it would be by full reload. You tell me and, if necessary, I will restore this reload before the next release Thanks I...
File: Greymind Quick Slot Bar07/25/21
Could you please add server support...
Posted By: Baertram
Could you please add server support to the SavedVariables using GetWorldName() as e.g. 3rd parameter of ZO_SavedVars. QSB.AccountWideSettings = ZO_SavedVars:NewAccountWide( "GreymindQuickSlotBarSettings" -- savedVariableTable , QSB.SettingsVersion -- version , GetWorldName() -- namespace = serve...
File: Auto Category - Revised07/23/21
Anyone know why Minion reports this...
Posted By: Baertram
Anyone know why Minion reports this addon as version 1.34, but the game sees the updated addon? This sometimes happens as there is an update here at esoui but it was not acknowledged yet by the staff. Minion will shown an update, sometimes wih a very old or wrong verison number, until the update is acknowledged here at esoui. @S...
File: Research Assistant (Find your researchable items)07/23/21
Did you update the addon RA here?...
Posted By: Baertram
Did you update the addon RA here? Oh it is still pending, we need to wait until it is released by esoui staff. user:/AddOns/InventoryGridView/main.lua:90: in function 'customSetupCallback'show 7. user:/AddOns/InventoryGridView/adapter.lua:258: in function 'IGV_ScrollList_UpdateScroll_Grid'show 8. user:/AddOns/InventoryGridView/...
File: Research Assistant (Find your researchable items)07/23/21
user:/AddOns/InventoryGridView/main...
Posted By: Baertram
user:/AddOns/InventoryGridView/main.lua:90: in function 'customSetupCallback'show 7. user:/AddOns/InventoryGridView/adapter.lua:258: in function 'IGV_ScrollList_UpdateScroll_Grid'show 8. user:/AddOns/InventoryGridView/adapter.lua:449: in function 'adapter.ScrollController' Please DEINSTALL InventoryGridView and use GridList as I...
File: Auto Category - Revised07/23/21
Hey guys, are there any "templates"...
Posted By: Baertram
Hey guys, are there any "templates" out there or websites holding them? Or are ppl willing to share their rules by uplading the SavedVariables somewhere (search & replace the @accountName before to make them anonymous) + givin a bit explanation what rule does what? That would be great. @Shadowfen 2 feature requests for the FCO...
File: Advanced Filters - Updated07/22/21
There may be something wrong with t...
Posted By: Baertram
There may be something wrong with the grey-out function. The sub-filter bar is grayed out in bank and house crates in the junk area, although there are filterable items. Could you tell me which items in detail lead to this behaviour please so I'm able to rebuild it. Any weapons, armor, or other items? Please try the following:...
File: Research Assistant (Find your researchable items)07/22/21
Re: Re: Re: Analysis error
Posted By: Baertram
I have fixed that error so hopefully it will not occur anymore :p Any chance you could tell me which item it was? Hello, I got this error when I tried to analyze an item from my bank (public crafting table in Mournhold): user:/AddOns/ResearchAssistant/ResearchAssistantScanner.lua:210: operator < is not supported for number < bo...
File: Research Assistant (Find your researchable items)07/21/21
Re: Analysis error
Posted By: Baertram
Any chance you could tell me which item it was? Hello, I got this error when I tried to analyze an item from my bank (public crafting table in Mournhold): user:/AddOns/ResearchAssistant/ResearchAssistantScanner.lua:210: operator < is not supported for number < boolean stack traceback: user:/AddOns/ResearchAssistant/ResearchAss...