Download
(9 Kb)
Download
Updated: 06/11/21 12:57 AM
Pictures
File Info
Updated:06/11/21 12:57 AM
Created:12/25/17 11:14 AM
Monthly downloads:48
Total downloads:4,947
Favorites:12
MD5:
Locker
Version: 3
by: SamwellTarly [More]
[[I haven't updated my addons in a long time, but I got worked on this one a bit and it seems to be working well!]]


A simple addon for forgetful and lazy people like me. Allows you to set three hotkeys:

1). A hotkey to automatically set something to junk. (This is already a part of several addons, e.g. dustman).

2). A hotkey to automatically (un)lock an item. Also a search, /locker or /unlocker, to automatically (un)lock all items which match a search term. For instance entering "/locker maelstrom" automatically locks all Maelstrom weapons in your inventory.

3). My personal fav A hotkey to automatically bank an item the next time you are at a bank. Never forget to bank an item again!
2.1). Update for dragon bones patch

1.5). When selecting an item to bank in the future, the item will now appear slightly dimmed in your inventory. (BUG! Occasionally, for reasons I have yet to figure out, this causes every 13th item to be dimmed until your next trip to the bank. Don't worry, these extra items will not actually be deposited!).

1.4). Trying to limit false positives.

1.3). Bug fix

1.2). Put in more checks to limit possible UI errors. Added a slash command, /printlocker, which reminds you of the list of items which will be deposited on your next trip to the bank.

1.2.) Bug fix and code simplification.
Optional Files (0)


Archived Files (7)
File Name
Version
Size
Uploader
Date
2.1
12kB
SamwellTarly
02/12/18 11:19 AM
2.1
11kB
SamwellTarly
01/27/18 08:58 PM
1.4
6kB
SamwellTarly
01/14/18 09:46 PM
1.3
5kB
SamwellTarly
12/30/17 08:54 AM
1.2
5kB
SamwellTarly
12/28/17 05:30 PM
1.1
5kB
SamwellTarly
12/25/17 02:02 PM
1
6kB
12/25/17 11:14 AM


Post A Reply Comment Options
Unread 02/11/18, 07:29 PM  
SamwellTarly
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 14
Uploads: 4
Originally Posted by Striderlongshanks
Tried again, seems removing the FCO:ITEMSAVER markings didn't help this time so re-adding my message.

auto banking items not working for me. I marked 2 items for banking and when I next opened my bank:
1 item gave messsage "[Sash of Bahraha's Curse] could not be deposited: item still occupies inventory slot." (though the item did get banked).

The other item gave message "[Shadowspun Sash] could not be deposited: not item in targeted bank slot." (item did not got deposited).

seems to be hit or miss for me, most of the time I got the above messages
Ooops, but an update in to fix this error (it was just visual) for you, but forgot to tell you! Thanks for the feedback!
Report comment to moderator  
Reply With Quote
Unread 01/18/18, 04:51 PM  
Striderlongshanks

Forum posts: 5
File comments: 32
Uploads: 0
Tried again, seems removing the FCO:ITEMSAVER markings didn't help this time so re-adding my message.

auto banking items not working for me. I marked 2 items for banking and when I next opened my bank:
1 item gave messsage "[Sash of Bahraha's Curse] could not be deposited: item still occupies inventory slot." (though the item did get banked).

The other item gave message "[Shadowspun Sash] could not be deposited: not item in targeted bank slot." (item did not got deposited).

seems to be hit or miss for me, most of the time I got the above messages
Report comment to moderator  
Reply With Quote
Unread 01/15/18, 12:54 AM  
manavortex
 
manavortex's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 511
Uploads: 46
Hey there,
you could handle that case by adding another slash command like /bankone. Then you can hold the previously banked itemLink in your addOn as variable and compare the itemLink from the current bagSlot to that variable, and only bank if it does not match.

Hint (because I learned it the hard way in FurC): Comparing strings is relatively expensive, it's far nicer to compare numbers. If you grab just the itemId from the link, that will be more performant.


Hope this helps and you don't mind me jumping in. Nifty AddOn!
Report comment to moderator  
Reply With Quote
Unread 01/14/18, 09:26 PM  
SamwellTarly
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 14
Uploads: 4
Originally Posted by Shadowfen
Like the addon.

Noticed that if I mark a stack of something for deposit in the bank, it will deposit ALL of the stacks of that into the bank. What I did was split a stack of Counterfeit Leniency into two stacks and marked one of them for deposit. Both stacks had the same amount in them.

Don't know if you can do anything about that, but I thought I'd let you know.

Yeah, sadly it deposits anything whose link matches the link of something you mark for deposit. Seemed the better choice rather than have it deposit only one thing at a time and couldn't find a happy middle ground!
Report comment to moderator  
Reply With Quote
Unread 01/05/18, 06:59 PM  
Shadowfen
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 755
Uploads: 15
Like the addon.

Noticed that if I mark a stack of something for deposit in the bank, it will deposit ALL of the stacks of that into the bank. What I did was split a stack of Counterfeit Leniency into two stacks and marked one of them for deposit. Both stacks had the same amount in them.

Don't know if you can do anything about that, but I thought I'd let you know.
Report comment to moderator  
Reply With Quote
Unread 12/29/17, 12:08 AM  
SamwellTarly
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 14
Uploads: 4
Originally Posted by lokicoon
BRILLIANT! Thank you!

Some feature request:
1) add icon for bank transfer mark, like LOCK but BANK
2) add shotcuts for mass-junk/-lock/-bank. eg SHIFT as mass-modifer
3) bank-transfer query counter (free bank space check)
Was able to do the first one, just dimmed the image. I didn't originally do that because I didn't want to clutter up the line with more things since many addons already put various icons in our rows and, to tell you the truth, I don't know what half of them mean.

I don't have a mass shortcut of sorts for mass locker. Use the slash command /locker (or /unlocker) and a string to lock. I made this addon for myself a few months ago, and that's how I used it primarily since I have maelstrom mules and manually locking 100's of weapons was not fun.

Thanks for the wonderful suggestions!
Report comment to moderator  
Reply With Quote
Unread 12/26/17, 03:08 AM  
lokicoon

Forum posts: 3
File comments: 31
Uploads: 0
BRILLIANT! Thank you!

Some feature request:
1) add icon for bank transfer mark, like LOCK but BANK
2) add shotcuts for mass-junk/-lock/-bank. eg SHIFT as mass-modifer
3) bank-transfer query counter (free bank space check)
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.