Download
(54 Kb)
Download
Updated: 01/15/19 10:07 AM
Pictures
File Info
Compatibility:
Murkmire (4.2)
Updated:01/15/19 10:07 AM
Created:04/25/14 02:58 PM
Monthly downloads:125
Total downloads:23,682
Favorites:58
MD5:
Banker  Popular! (More than 5000 hits)
Version: 1.6
by: Nols1000 [More]
Banker

Banker is an addon for The Elder Scrolls Online that helps to keep the bag and bank account organized by depositing stackable items in the bank account, either automatic or with one keypress.

Features

  • Automatic depositing of stackable items in the bank
  • Automatic depositing of a configurable amount of gold in the bank
  • Configurable shortcuts to trigger depositing of stackable items
  • Configurable shortcuts to trigger depositing of money

Built With


Credits

Thanks to Zupa for English translation
Thanks to MrOsmose for French translation

Bugs

You can report bugs at Nexusmods or at Github.
  • Settings-Strings null [SOLVED]
  • no hotkey support [SOLVED]
  • dont deposite sometimes [SOLVED]
  • disables chatmessages of other addones [SOLVED] (Thanks to hatecreeper for reporting)

Authors

  • Nils-Börge Margotti - Maintainer
  • Zupa - English translation
  • MrOsmose - French translation

Changelog

The changelog can be found in the file Changelog.md.

License

This project is licensed under the GPLv3 - see the LICENSE file for details.
Changelog



All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.


1.5 - 2018-11-13



- Bump APIVersion to 1000025 (4.2)
- Change maximum stack size to 200


1.4 - 2018-10-10



- Updated the ItemTypes
- Use SI_ITEMTYPES instead of the addon specific translation


1.3



- adds Feature: Stacks that aren't in your Bank if they're big enough
- added disableing Money-Transfer


1.2



- fixed Hotkey Support (hopefully this time realy)


1.1



- fixed Settings (now using LibAddonMenu-2.0)
- fixed Hotkey Support


1.0a



- Update 6 ready
- LibAddonMenu 2.0 ready


0.9b



- new Localization-Sytem (bug)


0.8b



- option to disable keybinbsbar (DEVELOPER-SETTINGS)
- better French translation


0.7b



- added keybinds
- better German translation


0.6a



- added feature to safe money (view upside)
- added some options
- changed English translation
- changed German translation


0.4a



- fixed some issues with chat notification
- added uncomplete german translation
- redone settings


0.2a



- now stacks up to 100


0.1a



- inital release
Optional Files (0)


Archived Files (17)
File Name
Version
Size
Uploader
Date
1.6
54kB
Nols1000
01/15/19 08:23 AM
1.6
55kB
Nols1000
01/15/19 07:32 AM
1.5
54kB
Nols1000
01/11/19 03:15 PM
1.4
139kB
Nols1000
10/18/18 10:33 AM
1.4
40kB
Nols1000
10/10/18 11:07 AM
1.3
43kB
Nols1000
04/24/15 12:59 PM
1.2
42kB
Nols1000
04/07/15 04:30 AM
1.1
42kB
Nols1000
04/04/15 08:31 PM
1.0a
42kB
Nols1000
03/31/15 04:38 AM
0.9b
65kB
Nols1000
09/12/14 02:34 PM
0.9b
14kB
Nols1000
07/11/14 07:14 AM
0.9b
13kB
Nols1000
07/05/14 09:02 AM
0.8b
13kB
Nols1000
05/26/14 12:39 AM
0.8b
13kB
Nols1000
05/13/14 05:34 AM
0.7b
13kB
Nols1000
05/08/14 06:15 AM
0.6a
12kB
Nols1000
04/29/14 05:12 AM
0.4a
12kB
Nols1000
04/25/14 02:58 PM


Post A Reply Comment Options
Unread 04/25/14, 03:33 PM  
choekstr
 
choekstr's Avatar

Forum posts: 14
File comments: 391
Uploads: 0
settings are a bit rough right now. There is an en prefacing every option for me.

Also, description at the very top in settings is in Deutsche as are the tooltips.
Report comment to moderator  
Reply With Quote
Unread 04/25/14, 03:57 PM  
Nols1000
 
Nols1000's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 12
Uploads: 3
Originally Posted by choekstr
settings are a bit rough right now. There is an en prefacing every option for me.
Also, description at the very top in settings is in Deutsche as are the tooltips.
I'm a german developer and my english is not so good. A friend of mine will translate it in a few days. I hope you can use it anyway.
Report comment to moderator  
Reply With Quote
Unread 04/25/14, 05:07 PM  
choekstr
 
choekstr's Avatar

Forum posts: 14
File comments: 391
Uploads: 0
Originally Posted by Nols1000
Originally Posted by choekstr
settings are a bit rough right now. There is an en prefacing every option for me.
Also, description at the very top in settings is in Deutsche as are the tooltips.
I'm a german developer and my english is not so good. A friend of mine will translate it in a few days. I hope you can use it anyway.
Absolutely, alles ist gut. Definitely very readable english! I just wanted to point it out and provide feedback.

I had a chance to use it and it works wonderfully! Great job so far! Vielen Danke! (<--the extent of my Deutsche )
Report comment to moderator  
Reply With Quote
Unread 04/25/14, 06:16 PM  
Khorrhxe

Forum posts: 5
File comments: 35
Uploads: 0
great addon, very clean text formatting, thx!
Report comment to moderator  
Reply With Quote
Unread 04/25/14, 06:55 PM  
LoquaciousAndroid

Forum posts: 1
File comments: 3
Uploads: 0
Definitely looking forward to checking this out. I was using BankStuffer, but the output is a little verbose.

I was looking through your code and noticed that there were a lot of calls to table.getn. That function has been deprecated in Lua for quite some time...I'd suggest using the length operator: #t instead of table.getn(t).
Report comment to moderator  
Reply With Quote
Unread 04/26/14, 04:45 AM  
Nols1000
 
Nols1000's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 12
Uploads: 3
Originally Posted by LoquaciousAndroid
Definitely looking forward to checking this out. I was using BankStuffer, but the output is a little verbose.

I was looking through your code and noticed that there were a lot of calls to table.getn. That function has been deprecated in Lua for quite some time...I'd suggest using the length operator: #t instead of table.getn(t).
Noticed. Thanks for your feedback.
Report comment to moderator  
Reply With Quote
Unread 04/26/14, 09:39 AM  
baitlate

Forum posts: 0
File comments: 32
Uploads: 0
Hab schon drauf gewartet das du es hier uppst heh. Danke!
-hatecreeper
Report comment to moderator  
Reply With Quote
Unread 04/26/14, 07:48 PM  
bazistan

Forum posts: 0
File comments: 4
Uploads: 0
For some reason I don't seem to be able to filter out Jute on one of my mules (to prevent it from being deposited to top of an existing stack in the bank)? I've turned off every category that I think it would be in. I had the same problem with Aged Meat but I seem to have figured that one out. Thanks for the great addon!
Report comment to moderator  
Reply With Quote
Unread 04/27/14, 07:18 AM  
bazistan

Forum posts: 0
File comments: 4
Uploads: 0
I believe I might know why I am having problems. I have mules that keep specific items on them. Mule 1 has different items than Mule 2. So, what I was attempting to do is - make the settings specific to each character. It doesn't appear that the way it is written that it will support using it in that way (may not be possible). Thanks for taking the time to make this addon.
Report comment to moderator  
Reply With Quote
Unread 04/27/14, 06:36 PM  
MartinL

Forum posts: 5
File comments: 98
Uploads: 0
Hey, thx for the addone, but is there a way to Silence put things in bank, cause a few times i have been dropped from server, cause of spam :/
Report comment to moderator  
Reply With Quote
Unread 04/28/14, 02:40 PM  
Nols1000
 
Nols1000's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 12
Uploads: 3
Originally Posted by MartinL
Hey, thx for the addone, but is there a way to Silence put things in bank, cause a few times i have been dropped from server, cause of spam :/
Not yet I'll add it in coming update.

UPDATE: There should be a option in Developer-Settings to disable Chat output.
Last edited by Nols1000 : 04/29/14 at 05:14 AM.
Report comment to moderator  
Reply With Quote
Unread 04/29/14, 07:18 AM  
Kasorg

Forum posts: 1
File comments: 7
Uploads: 0
So is the option to stack up everything in the bank up to 100 gone, or am I just blind?
Report comment to moderator  
Reply With Quote
Unread 04/29/14, 07:30 AM  
Nols1000
 
Nols1000's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 12
Uploads: 3
Originally Posted by Kasorg
So is the option to stack up everything in the bank up to 100 gone, or am I just blind?
It stacks up do 100 automaticly. Probably it didn't track the item. I've no idea what cause this bug.
Last edited by Nols1000 : 04/29/14 at 07:30 AM.
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 03:50 PM  
PlumpSamurai

Forum posts: 0
File comments: 10
Uploads: 0
excellent will give it a go and see if it is better than BankStuffer, hopefully it is as it is no longer being updated
Report comment to moderator  
Reply With Quote
Unread 05/10/14, 08:12 AM  
Khorrhxe

Forum posts: 5
File comments: 35
Uploads: 0
maybe add option to disable the 'keybinding' menu that shows when banking? for those who don't want to use it cheers
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.