Results: 12Comments by: token419
File: Bandits Loot Manager06/24/19
Nice update, I like how the Treasur...
Posted By: token419
Nice update, I like how the Treasure maps and Surveys have been separated. Is there going to be an auto destroy button on treasure maps? That's the primary reason I requested they be separated. I attempted to get that in as well, but Hoft did not agree to the change. The discussion is on github. I'm still waiting for the githu...
File: Bandits Loot Manager06/23/19
Is this why my gold doesn't deposit...
Posted By: token419
Is this why my gold doesn't deposit or withdraw? Everything else seems to work okay for me. Gold stacking hasn't changed to my knowledge, i'm using the current public version and i just ran all my daily crafting writs and the currencies were being auto deposited/withdrawn properly. You have have maybe disabled the setting someh...
File: Bandits Loot Manager06/22/19
I like the change log where it says...
Posted By: token419
I like the change log where it says: - Added some useless filters: Thx to token419 lol, we have some differences of opinions on stuff, but i'm still trying to fix the bugs and get in the feature requests that you guys have :) It looks like the bank fix didn't land yet, so items still may not move to/from the bank properly for...
File: Bandits Loot Manager06/17/19
Re: Update on odd deposits
Posted By: token419
OK, just visited my banker & here's what happened: The following were logged in the chat window, but did not actually happen: Deposited Potion of Magicka x17 Deposited Draught of Magicka x22 Deposited Solution of Magicka x30 Deposited Philter of Magicka x6 Deposited Potion of Stamina x19 Deposited Draught of Stamina x11 Depos...
File: Bandits Loot Manager06/17/19
Also to summarize what i've fixed,...
Posted By: token419
Also to summarize what i've fixed, and to group all the community feature requests/bugs into one post: Fixed Bugs: There was a bug where when depositing/withdrawing items from the bank some items were being overlooked. This was because ESO actually has 2 banks, one standard bank, and one bank for ESO+ subscribers. I believe thi...
File: Bandits Loot Manager06/17/19
I don't have the addon set to do an...
Posted By: token419
I don't have the addon set to do anything with any potions, but when visiting the bank the chat log is showing deposits of all Stamina & Magicka pots in the character inventory. It isn't actually moving anything to the bank, so it's just annoying clutter for now. Are the potions it's showing the "Purple" quality ones that are "Cro...
File: Bandits Loot Manager06/16/19
For anyone watching the thread, I'v...
Posted By: token419
For anyone watching the thread, I've reached out to Hoft via PM and we've had dialog for a few days. We now have the source on github and i'm going to be working to fix the issues I've identified. I have also added in most of the feature requests other's/myself have had on my local copy and Hoft has agreed to accept most of th...
File: Bandits Loot Manager06/13/19
In the MoveItems function if you ch...
Posted By: token419
In the MoveItems function if you change to SHARED_INVENTORY:GenerateFullSlotData(nil, BAG_BANK, BAG_SUBSCRIBER_BANK) instead of SHARED_INVENTORY.bagCache it lists the entire bank for ESO+ subscribers instead of just the first 200 items. The edited line would look like this: local BagCache={=SHARED_INVENTORY.bagCache,=SHARED_IN...
File: Bandits Loot Manager06/13/19
I ran into somewhat of a bug, the P...
Posted By: token419
I ran into somewhat of a bug, the Purple potions that are "Character Bound" are trying to be deposited into the bank when they cannot be. I'm not sure if there is a flag, but if there is you may want to add an exclusion for "Character Bound" potions when trying to add them to the bank. I was able to fix this by adding a GetItemL...
File: Bandits Loot Manager06/05/19
I ran into somewhat of a bug, the P...
Posted By: token419
I ran into somewhat of a bug, the Purple potions that are "Character Bound" are trying to be deposited into the bank when they cannot be. I'm not sure if there is a flag, but if there is you may want to add an exclusion for "Character Bound" potions when trying to add them to the bank. I was able to fix this by adding a GetItemL...
File: Bandits Loot Manager05/23/19
Found another bug, if you have a "T...
Posted By: token419
Found another bug, if you have a "Treasure Map" in your inventory that you also have in the bank, the addon attempts to pull the treasure map from the bank, and then ceases to apply the other rules. Example: I have a "Stormhaven Treasure Map 1" already on my character, and one in the bank. I have it set to also pull "Crafting Styl...
File: Bandits Loot Manager05/22/19
Awesome Addon, love all your work!...
Posted By: token419
Awesome Addon, love all your work! I ran into somewhat of a bug, the Purple potions that are "Character Bound" are trying to be deposited into the bank when they cannot be. I'm not sure if there is a flag, but if there is you may want to add an exclusion for "Character Bound" potions when trying to add them to the bank. It crea...