Results: 6042Comments by: Baertram
File: MailLooter08/13/15
Upon scene change to the mail inbox...
Posted By: Baertram
Upon scene change to the mail inbox scene with state "showing" you could emulate an OnClick on your new button. Try to hook the mail_inbox scene's callback function first: --Register a callback function for the mail inbox scene MAIL_INBOX_SCENE:RegisterCallback("StateChange", MyCallbackFunction) And define your callba...
File: FCO ItemSaver08/12/15
Thx for your feedback. I'm sad it i...
Posted By: Baertram
Thx for your feedback. I'm sad it is not doing the trick for you. I think you are right with your guess that the settings were not setup the way you like it then :-( If you have a special question regarding to an option please ask and I'll try to explain how to achieve this. I bet we can find a way to get you setup properly as m...
File: Auto Recharge (and repair)08/12/15
I've uploaded a patch for the curre...
Posted By: Baertram
I've uploaded a patch for the current version where an addon menu is included: XanDDemoX Auto Recharge - With addon settings menu @XanDDemoX Feel free to take the code and implement it in your addon if you like to. I've marked my changes with comments including "Baertram". Just remember to include the new "libs" folder and the...
File: Dustman08/11/15
Hey Ayantir/Garkin, I never used...
Posted By: Baertram
Hey Ayantir/Garkin, I never used any loot manager addons so far and started to look for an addon which is able to: Junk/destroy stuff where there is already a 200er stack at the bank Example: I got a stack of 200 tomatoes at my bank. Another stack of 200 magicka potions at my bank. Another stack of 134 spices. If I loot...
File: FCO ItemSaver08/11/15
Re: Thanks, and a Suggested Addition
Posted By: Baertram
Hey, it is already implemented :-) But you need to install the addon "AdvancedFilters" (or another inventory filter addon like FilterIt) too so you can select only a few items. AdvancedFilters got some really helping plugins (for FCO ItemSaver too) where you are able to select only some marked items, or only mateiral of level X...
File: FCO ItemSaver08/11/15
Yes, update the addon :-) It was a...
Posted By: Baertram
Yes, update the addon :-) It was a debug message I forgot to remove. Is there a way to make it stop spamming the chat window?
File: Friend Auto Trade08/10/15
Currently, the above will only work...
Posted By: Baertram
Currently, the above will only work with the one character named within settings. I am planning on adding support for multiple characters where you will be able to customize the options for each character. It also sounds like it will be a good idea to add a button in the trade window to activate the auto inviting to any player until...
File: Advanced Filters08/10/15
Re: Re: Re: Re: It's buggy :o
Posted By: Baertram
As far as I know the problems were solved. It was some old addon he was using if I understood it right. Should have been fixed after latest update of libFilters. @Randactyl: Still getting this error message in my chat upon /reloadui or login: libFilters: invalid arguments to RegisterFilter ("AdvancedFilters_Dropdown_Filter", n...
File: FCO ItemSaver08/10/15
Latest changes 0.7.6 -Added on...
Posted By: Baertram
Latest changes 0.7.6 -Added on request: The 5 gear set icons can now be used for non-researchable items too if you disable the research check of each gear item in the settings (this way you can use the different gear set icons for other belongs, e.g. "Mark for bank deposit") 0.7.5 -Updated: Repair kits can be used at the item...
File: NotePad++ ESO AutoComplete08/10/15
Thank you a lot for this auto compl...
Posted By: Baertram
Thank you a lot for this auto complete files. I tried using notepad++ as IntelliJ IDEA got very slow with larger files and lua interpreter activated but there was no good ESO lua completion available until now. I'll try it out for the next changes of addons. Thanks for your work!
File: DoItAll with FCO ItemSaver support08/10/15
thanks! all working fine new featu...
Posted By: Baertram
thanks! all working fine new feature to remember the subject is nice, need to test, but i guess it will not conflict with the same option in MailBuddy Nope, it was added to comply with MailBuddy :) The older DoItAll version just rememberd the recipient but not the subject and thus is why sending mails directly after each other wo...
File: FCO ItemSaver08/09/15
Latest changes -Fixed: Compatibi...
Posted By: Baertram
Latest changes -Fixed: Compatibility issues with ESO Master Recipe List (flickering inventory items & error message) -Fixed: Disabled new "remove all markers on clicking the spacer context menu entry" at research, enchant & charge dialogs -Fixed: Double clicking items to add them to a crafting station. New items (upon scrolling...
File: FCO ItemSaver08/09/15
Re: Re: Getting this errors after updating today
Posted By: Baertram
Found this bug and fixed it and found the flicker bug in inventory and I'm working on a fix. It's an endless loop as items get marked and inventories get refreshed and then the marker callback function fires again and checks and updates again which will result in another round for checking and marking and refreshing and so on......
File: ESO Master Recipe List08/09/15
Fixed. Please update FCO ItemSaver....
Posted By: Baertram
Fixed. Please update FCO ItemSaver. It's a problem due to last update of FCO ItemSaver, which sometimes makes the inventory flicker too. I'm working on a fix. user:/AddOns/FCOItemSaver/FCOItemSaver.lua:1251: attempt to index a nil value stack traceback: user:/AddOns/FCOItemSaver/FCOItemSaver.lua:1251: in function 'UpdateInv...
File: Friend Auto Trade08/09/15
This addon looks interesting. But...
Posted By: Baertram
This addon looks interesting. But I do not like the automatic trading of my items and to specify which items I want to add. Alternative: As I'm suing DoItAll with FCO ItemSaver support to add all non-saved items with 1 click to the trade (Trade all keybind) window: Will your addon be able to -Just work without adding items...
File: FCO ItemSaver08/09/15
Re: Re: Cross-post regarding possible conflict with Advanced Filters
Posted By: Baertram
:D Fine it works again hrhr Oh lawdy, I spent all morning trying to figure it out. It's fixed, but I refuse to say why out of self-incrimination and total abject humiliation. :banana: Love your addons btw, thank you for all your hard work! :D
File: FCO ItemSaver08/09/15
Re: Getting this errors after updating today
Posted By: Baertram
Working on it, thanks for the info. Seems to be some stuff in combination of ESO master recipe list and FCO ItemSaver. I guess it happens as ESO master Recipe List gets called and hooks before FCO ItemSaver and then a needed variable is not filled properly. I'll implement a variable ~= NIL check then. user:/AddOns/FCOItemSave...
File: FCO ItemSaver08/09/15
I'm not sure how this addon should...
Posted By: Baertram
I'm not sure how this addon should be involved in FPS drops :-( Could you narrow it down even more somehow: -When do the FPS drops start? (Directly after the start of the game even if you did not open the inventory, or just after you opened an inventory/bank/guild bank/traded/guild store/send mail/sold items/used a fence/? -Do y...
File: FCO ItemSaver08/09/15
Re: Cross-post regarding possible conflict with Advanced Filters
Posted By: Baertram
Did you update both AdvancedFilters AND FCO ItemSaver to the most current versions? The non updating inventories normally were only happening with older versions of FCO ItemSaver. Just to be sure I understood it correctly: If you use AF alone: Everything works ok. If you use AF + FCO CraftFilter: Everything works ok. I...
File: FCO ItemSaver08/08/15
Thanks for the info, I'll have a lo...
Posted By: Baertram
Thanks for the info, I'll have a look after the weekend.
File: FCO ItemSaver08/06/15
Latest changes: -Updated: libCus...
Posted By: Baertram
Latest changes: -Updated: libCustomMenu to version 4 -Fixed: Unequipping 2hd weapons will remove the marker icons at empty equipment slots now -Fixed: Unequipping armor will remove the armor type information at empty equipment slots now -Fixed: Drag & drop and double clicking equipment items didn't properly updated the equipmen...
File: Crafting Material Level Display Updated08/06/15
Nope sorry, the level will be displ...
Posted By: Baertram
Nope sorry, the level will be displayed as extra column so you are able to click the header to sort it. And I currently got not enough time to work on this addon too. nice i installed this addon again! i see it shows level of the equipment too cen you rework it alittle to looks like this? will be better thanks in advance!...
File: FCO ItemSaver08/06/15
Re: UI Error
Posted By: Baertram
Hey, I don't think so. I don't get any error message like this and normally these error messages appear due to the standard eso source codes. You can try it yourself: Disable the addon and see if the error message still appears, enable t and check if it appears. Normally the addon's name, or the filename ("fcoitemsaver.lua") will...
File: FCO CraftFilter (Filter bank/inventory/craftbag items at crafting tables & Favorites)08/05/15
The different crafting station type...
Posted By: Baertram
The different crafting station types will be saved each seperated now so you can set the filters at deconstruction & improvement (extraction of runes & creation of glyphs) individually for each crafting station type.
File: DoItAll with FCO ItemSaver support08/05/15
Both bugs are fixed
Posted By: Baertram
Both bugs are fixed