Download
(3 Kb)
Download
Updated: 06/04/21 04:37 PM
Compatibility:
Blackwood (7.0.5)
Updated:06/04/21 04:37 PM
Created:11/04/20 07:49 PM
Monthly downloads:449
Total downloads:18,351
Favorites:20
MD5:
BindAll (Sticker Book Collector)  Popular! (More than 5000 hits)
Version: 1.5
by: ownedbynico [More]
BindAll

You can type /bindall (or set a hotkey) to bind all items to your account that are not yet in your sticker book. There is also an option to do this automatically.
Also binds items from housing chests and your bank if you type /bindall while they are open.

Update: I added support for FCO ItemSaver, it won't bind marked items.
05.06.2021
- Updated backpack ids for new chapter
-----------

13.03.2021
- Added support for FCO ItemSaver
- Fixed a bug where double drops are bound (hopefully)
-----------

24.11.2020

- Removed the delay and added another workaround to bind items quickly
- Added account-wide toggle
-----------

23.11.2020

- Added a small delay to prevent binding duplicate items when using /bindall
- Changed settings to account wide
-----------

05.11.2020

- Now also binds items from housing chests and bank
-----------
Optional Files (0)


Archived Files (4)
File Name
Version
Size
Uploader
Date
1.4
3kB
ownedbynico
03/12/21 11:10 PM
1.3
3kB
ownedbynico
11/23/20 09:45 PM
1.1
2kB
ownedbynico
11/05/20 11:46 AM
1.0
2kB
ownedbynico
11/04/20 07:49 PM


Post A Reply Comment Options
Unread 03/25/22, 10:18 PM  
FlopsyPrince

Forum posts: 0
File comments: 103
Uploads: 0
How to remove deleted characters?

I briefly tried a couple of characters and want to remove their "droppings" from the SavedVariables for this addon. How do I do that?
Report comment to moderator  
Reply With Quote
Unread 03/19/22, 12:32 PM  
Gamer1986PAN
AddOn Author - Click to view AddOns

Forum posts: 87
File comments: 641
Uploads: 2
Could you add kind of a blacklist feature for different items that i do not want to be binded automatically? Like i want to help farming a healer for the healing staff in Hollowfang Thirst and i really want to bind all items exept the healing staff so i can keep on farming and helping in my guild and friendlist for farming this staff. Or maybe even sell runs for specific items that are desirable for many players. As a tank i could sell runs for healing staffs and dd-equip.
Last edited by Gamer1986PAN : 03/19/22 at 12:33 PM.
Report comment to moderator  
Reply With Quote
Unread 09/29/21, 03:18 PM  
@DeadSoon
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 351
Uploads: 3
Originally Posted by rodneyregis
Hey. super addon. Any way I can turn off the FCOIS block? A lot of my loot is marked by FCO but I still want to bind it to my collection?
I assume this is something you have to ask Baertram (the FCO author). Did you already checked the powerful FCO settings? Maybe you can allow (or disable the blocking of) "binding" for the specific FCO category.
Last edited by @DeadSoon : 09/29/21 at 03:19 PM.
Report comment to moderator  
Reply With Quote
Unread 09/29/21, 09:54 AM  
rodneyregis

Forum posts: 0
File comments: 55
Uploads: 0
Hey. super addon. Any way I can turn off the FCOIS block? A lot of my loot is marked by FCO but I still want to bind it to my collection?
Report comment to moderator  
Reply With Quote
Unread 09/09/21, 09:55 PM  
SCREAMER19

Forum posts: 0
File comments: 30
Uploads: 0
treasure maps

any chance you could add a feature to destroy treasure maps which you have 100% stickerbook completion for the zone
Report comment to moderator  
Reply With Quote
Unread 08/28/21, 08:22 AM  
@DeadSoon
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 351
Uploads: 3
Feature request: uncollected item requesting

Hey,
first of all many thanks for your great addon which simplifies many steps. There's one thing I really want to see in the future:

Can we get a feature to request uncollected items that are printed in the chat? For example, a group member is posting several items and then the player can make a right-click on a specific item "request this item" and then the addon creates a whisper message to request this item as fast as possible. In other words: I mean exactly like the feature from Loot Log.

To be honest, I dont want to use Loot Log only for this single feature. I think such a feature belongs more here (addons for set collection).

And please let me know, if there exists already a seperate addon for this. Maybe I missed it.
Thanks anyway
Report comment to moderator  
Reply With Quote
Unread 06/05/21, 04:16 PM  
Fly

Forum posts: 0
File comments: 62
Uploads: 0
Re: Re: Re: Re: fix for Blackwood

Originally Posted by ownedbynico
Originally Posted by Fly
Originally Posted by ownedbynico
It's not easy to fix an addon when you have no idea why it doesn't work anymore. I found out that its the new companion inventory that sneaked itself into the bag ids. So every bag id was one off.

Originally Posted by SimonIllyan
…is trivial indeed - change line 15 of BindAll.lua to:
Code:
	if bag == nil then bag = BAG_BACKPACK end
It will make /bindall command work again.
This would change /bindall to only bind items in the backpack. You would still not be able to auto-bind stuff. GetBankingBag() returns the current bag.
Thanks SimonIllyan for the temporary solution, it works for me atm, I only bind things in the actual inventory by a keymapping manually. (Thats also better for exchanging stuff with others, therfore I don't use the autobind anymore)
And thanks ownedbynico for looking into it. Take your time to fix it. Great work, I'm sure you will find out. This addon is a great help.
I already uploaded the new version. Me and some friends tested it and it seems to work like before.
Hi ownedbynico, both autobind and bind by keymapping works fine. Thanks a lot for the fix.
Report comment to moderator  
Reply With Quote
Unread 06/05/21, 02:13 PM  
Lulunyaa

Forum posts: 0
File comments: 40
Uploads: 0
thank you for the update
Report comment to moderator  
Reply With Quote
Unread 06/04/21, 06:31 PM  
ownedbynico
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 110
Uploads: 15
Re: Re: Re: fix for Blackwood

Originally Posted by Fly
Originally Posted by ownedbynico
It's not easy to fix an addon when you have no idea why it doesn't work anymore. I found out that its the new companion inventory that sneaked itself into the bag ids. So every bag id was one off.

Originally Posted by SimonIllyan
…is trivial indeed - change line 15 of BindAll.lua to:
Code:
	if bag == nil then bag = BAG_BACKPACK end
It will make /bindall command work again.
This would change /bindall to only bind items in the backpack. You would still not be able to auto-bind stuff. GetBankingBag() returns the current bag.
Thanks SimonIllyan for the temporary solution, it works for me atm, I only bind things in the actual inventory by a keymapping manually. (Thats also better for exchanging stuff with others, therfore I don't use the autobind anymore)
And thanks ownedbynico for looking into it. Take your time to fix it. Great work, I'm sure you will find out. This addon is a great help.
I already uploaded the new version. Me and some friends tested it and it seems to work like before.
Report comment to moderator  
Reply With Quote
Unread 06/04/21, 05:17 PM  
Fly

Forum posts: 0
File comments: 62
Uploads: 0
Re: Re: fix for Blackwood

Originally Posted by ownedbynico
It's not easy to fix an addon when you have no idea why it doesn't work anymore. I found out that its the new companion inventory that sneaked itself into the bag ids. So every bag id was one off.

Originally Posted by SimonIllyan
…is trivial indeed - change line 15 of BindAll.lua to:
Code:
	if bag == nil then bag = BAG_BACKPACK end
It will make /bindall command work again.
This would change /bindall to only bind items in the backpack. You would still not be able to auto-bind stuff. GetBankingBag() returns the current bag.
Thanks SimonIllyan for the temporary solution, it works for me atm, I only bind things in the actual inventory by a keymapping manually. (Thats also better for exchanging stuff with others, therfore I don't use the autobind anymore)
And thanks ownedbynico for looking into it. Take your time to fix it. Great work, I'm sure you will find out. This addon is a great help.
Report comment to moderator  
Reply With Quote
Unread 06/04/21, 04:07 PM  
ownedbynico
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 110
Uploads: 15
Re: fix for Blackwood

It's not easy to fix an addon when you have no idea why it doesn't work anymore. I found out that its the new companion inventory that sneaked itself into the bag ids. So every bag id was one off.

Originally Posted by SimonIllyan
…is trivial indeed - change line 15 of BindAll.lua to:
Code:
	if bag == nil then bag = BAG_BACKPACK end
It will make /bindall command work again.
This would change /bindall to only bind items in the backpack. You would still not be able to auto-bind stuff. GetBankingBag() returns the current bag.
Last edited by ownedbynico : 06/04/21 at 04:38 PM.
Report comment to moderator  
Reply With Quote
Unread 06/04/21, 02:46 PM  
SimonIllyan
 
SimonIllyan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 238
Uploads: 1
fix for Blackwood

…is trivial indeed - change line 15 of BindAll.lua to:
Code:
	if bag == nil then bag = BAG_BACKPACK end
It will make /bindall command work again.
Report comment to moderator  
Reply With Quote
Unread 06/04/21, 02:42 PM  
Fly

Forum posts: 0
File comments: 62
Uploads: 0
Fix?

Hello, short question: Is the author still online, will it be fixed? Or will someone else take over? Would be nice to know, thanks in advance!
Report comment to moderator  
Reply With Quote
Unread 06/02/21, 05:29 PM  
azzazzellice
 
azzazzellice's Avatar

Forum posts: 1
File comments: 73
Uploads: 0
slash doesn't work either, my bet is that one of the calls changed, and fix is trivial, just finding which one is tedious :->
Report comment to moderator  
Reply With Quote
Unread 06/01/21, 12:40 PM  
Fly

Forum posts: 0
File comments: 62
Uploads: 0
Bindall by key

Originally Posted by Maars
Sadly, I think this might need to be updated with Blackwood's items, they don't seem to bind with the command or the hotkey.
It seems to doesn't work at all by keybinding. At least for me. I had to manually bind all items. Maybe it has to do with the new Companion-Tab in inventory. I hope the author can look into this and bring the functionality back, would be a great help. Thanks
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: