lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Patches

Category: LotRO PatchesFilterBag
This file is a Patch for FilterBag by Betsiel. You must have that installed before this Patch will work.
Interface Information
Download
How do I install this? (FAQ)
Name: FilterBag   Popular!
Author:
Date: 12-02-2010 02:03 PM
Size: 34.45 Kb
Version: 1.7b
Rate File: 5 out of 5 with 4 votes  
Pictures
Click to enlarge 

Views: 0
Size: 45.41 Kb
Dimensions: 407 x 364
FilterBag
 
Description
Version 1.7b : bug fix release:
I believe I fixed issues with loading plugin "for the first time".
Created a lot of workarounds to combat overload behavior, because to many events fire when items are auto-moved during sort & load, but it still causes slowdown while in progress. Will add option to minimize Onebag window while reordering items in next update or empty the window while its happening. Also trying to hold major item movements in the bags while sorting, but still not advisable to do anything while sort or load is in progress.
Made some temporary fixes to show some of the "disapearing" items when items are moved in or out of bags. None of these items are gone, just not visible due Turbine Lua API improper behavior.

Version 1.7 - November patch update:
Lua API compatibility fixes; plugin's title window text should now update when number of items changes ; other minor modifications.
Please use Save feature, to make sure you can come back to the way items were in your bags before using Sort.

History:
introduced version 1.5
Added save & load bags arrangement feature and altered sort of items by quality & category.
Fixed a lot of various bugs. added special error handling to avoid the dreaded lost item situation.
Also made plugin future update compatible.

Updated to version 1.6 :
Cleaned up categories for sorting (armor, jewellery & etc).
Added options feature (type /filterbag options), that allows for sortiing in just 1 of 5 combined bags (15 items); and sorting in reversed order.
Fixed - version 1.6b - bug fixes for 1.6;
added options button (copied from GaranStuff);
eliminated unnecessary dependancies & included required ones into the archive.

Updated to version 1.6c
further clean up of sort categories, most items from the same set should be grouped together now;
sort & save might take slightly longer now, because its doing more thorough job.
have changed bound behavior of bag 1, 2, 3 & 4 buttons to open those individual bags when Big combined bag (FilterBag) window is closed. FilterBag window is now only toggled (opened/closed) by pressing bag 5 button or key bound to open all the bags (by default 'I')

Version 1.6d - bug fix release.
added ability to load Alt Inventory from option window.

Version 1.6e - added chat command options: /sort, /save, /load ; both save & load support save file name. few minor adjustments.
Archive List (Old Versions)
File Name
Version
Size
Author
Date
1.7a
33.45 Kb
pgmatg
11-30-2010 07:44 PM
1.7
33.70 Kb
pgmatg
11-30-2010 04:05 PM
1.6b
24.65 Kb
pgmatg
11-12-2010 07:23 PM
1.6a
19.45 Kb
pgmatg
11-12-2010 01:59 PM
1.6
19.14 Kb
pgmatg
11-12-2010 12:01 AM
1.5b
6.90 Kb
pgmatg
11-10-2010 05:14 PM
File Statistics
User Rating:
5 out of 5 with 4 votes
Downloads: 15035
Views: 35318
Favorites: 6
Uploaded By:
 
Last Modified: N/A

View Pictures. Download Now! Post A Comment


Post A Reply
Author Comments Comment Options
Unread 11-10-2010, 07:38 PM  
Valdacil
The Undying
 
Valdacil's Avatar
Interface Author - Click to view interfaces

Forum posts: 26
File comments: 138
Uploads: 2
I have been using the original for quite some time, and the save/load option was something I was interested in so I downloaded this version to check it out. The save/load is nice, especially for all those times when you accidentally hit the sort button. I tend to keep the stuff that I always carry (cure pots, food, map home, tokens, etc) in the bottom of the bag (as it fills from the top down); so all the vendor trash is at the top. By doing a save when the bag is clear of all vendor trash I can make sure I can reload that if the sort option is selected. Only issue I noticed is that "load" takes a VERY long time... upwards of 20-30 seconds. First time I thought it wasn't going to load at all.

This is a great improvement, but what would be really cool is if you could make the items "lockable" to a slot so that they would be ignored when the Sort option is selected. The idea being that if I have my map home always in the bottom right hand corner, I could lock it in that slot. Then when I hit "Sort", the other items in the bag would be sorted, but the map would remain in it's slot. This would allow me to lock all of my food, potions, etc that I carry all the time; but to continue to use sort as I pick up loot from mobs. This sorting around the locked items would allow me to "group" the vendor trash vs. crafting components as I travel without moving the items I want in a particular spot. Just a suggestion, but would be awesome if you could figure out how to do that.
Valdacil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-12-2010, 05:05 AM  
deepcut
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
Dependencies?

At first I could not get the original FilterBag to load, and I only randomly found out why when the Turbine lua files were included with another plugin download.
I now have the same problem with this version and I'm assuming I need a different version of the Turbine files to use this one ?
It would be helpful if you stated what the requirements are and where to find them.
deepcut is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-13-2010, 09:43 PM  
Kaneco
The Wary

Forum posts: 0
File comments: 6
Uploads: 0
Im simply unable to use it...

Allways get this errors

Quote:
~... of the Rings Online\Plugins\Turbine\Debug\Stack.lua:2: Unable to resolve package "Turbine.Utils"

Online\Plugins\Turbine\Debug/__init__.lua:2: Failed to import package "Turbine.Debug.Stack".

Online\Plugins\Betsiel\FilterBag\Main.lua:1: Failed to import package "Turbine.Debug"
Kaneco is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-14-2010, 08:11 PM  
pgmatg
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 29
Uploads: 2
dependancy

I might have not included all required Turbine classes in the last release.
please try http://www.russianmoviesdirectory.co.../FilterBag.rar and let me know.
pgmatg is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-30-2010, 06:43 PM  
Valdacil
The Undying
 
Valdacil's Avatar
Interface Author - Click to view interfaces

Forum posts: 26
File comments: 138
Uploads: 2
The FilterBagWindow.lua file contains reference to "Alexey.DebugFunc" in the import section. This caused the plugin to fail to load. The DebugFunc is included in the package. I changed the line to: import "Betsiel.Alexey.DebugFunc"; and the plugin loaded.
Valdacil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-30-2010, 07:51 PM  
pgmatg
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 29
Uploads: 2
Thank you for the info. In the last version's archive (1.7) 2 dependence folders were not put in the right spot (folder). I fixed it in 1.7a along with several other first time usage bugs.
Please let me know if you notice any other problems, like moving items in "One Big Bag" window.

Last edited by pgmatg : 11-30-2010 at 07:53 PM.
pgmatg is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-30-2010, 08:33 PM  
tanis0
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
I've been using the original version for a long time and switched to this one when the new patch broke the old version. There appears to be a bug which didn't exist in the original. When I try to equip a different pair of gloves via right-clicking them in my inventory, it appears to actually swap them, but it doesn't change to the icon of the gloves which I was originally wearing.

Also, would it be possible to make the new options icon either hideable or to sit below the bag slots? When trying to make a tight 15x5 grouping, the icon sits directly over the last two slots.

Edit: I think I misstated what was happening before. Either that or the behavior doesn't seem to be consistent.

Last edited by tanis0 : 11-30-2010 at 08:43 PM.
tanis0 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-30-2010, 08:44 PM  
Valdacil
The Undying
 
Valdacil's Avatar
Interface Author - Click to view interfaces

Forum posts: 26
File comments: 138
Uploads: 2
I noticed the same behavior mentioned by tanis0. Though they explained it better than I could. I noticed things disappearing sometimes when dragging from one slot to another (sorry I don't have a definitive reproducable method on that one).

I haven't tried .7a yet though.
Valdacil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 02:06 AM  
Hazado
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 10
File comments: 21
Uploads: 1
Starting with a fresh load of Betsiel 1.7a you get three errors and it wont load

Fresh load = no plugindata and no previous version of betsiel installed
Hazado is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 02:50 AM  
Lichbane
Premium Member
 
Lichbane's Avatar
Premium Member

Forum posts: 1
File comments: 31
Uploads: 0
Yup. Loaded 1.7a and get

Quote:
\Plugins\Betsiel\FilterBag\FilterBagWindow.lua:71: attempt to index global 'settings' (a nil value)
\Plugins\Betsiel\FilterBag\__init__.lua:5: Failed to import package "Betsiel.FilterBag.FilterBagWindow".
\Plugins\Betsiel\FilterBag\Main.lua:4: Failed to import package "Betsiel.FilterBag".
Lichbane is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 04:28 AM  
Burr
The Wary
 
Burr's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
I am also getting the same error as "Lichbane" and will not load. I deleted the old "save-data" and the old version before installing the 1.7a version.
Burr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 09:38 AM  
Temil2006
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 17
File comments: 19
Uploads: 2
Quote:
I am also getting the same error as "Lichbane" and will not load. I deleted the old "save-data" and the old version before installing the 1.7a version.
I was able to get this working by doing the following steps..
  1. delete all the savedata for this plugin, and the plugin it's self
  2. download the original 1.4 version of this plugin, and copy that to the plugins folder first
  3. then down and copy the newest "patch" into the same plugin folder, overwriting the files.
  4. launch plugin, (I didn't get error then)

I'm not sure, but I think maybe are you not puting the original plugin in place first? it's stated in the info that the original is required, as this is a patch, not a standalone.

That all being said, even after doing all this, I did find one issue "after" you restart the game. After you restart the game, and then load this plugin back up, you can't seem to move any of the items around. The items are being moved, within the coding, I can tell because if you restart only the plugin, the items are in there NEW locations, but if you don't relaunch the plugin, then you will not see the items after moving them.
It also seems that any new items aren't being recorded to the plugin either, except for after relauch, they will be picked up, but again no new items will be reconized. (if that all makes since.)

(EDIT::
oh, and if you try to do an incrimental upgrade, meaning 1.4, 1.6, 1.6a, 1.7, 1.7a -- coping the new files into the patch folder, and replacing the one ones, the plugin will lockup in a major memory loop when you try to SORT. So, not recomened to do incrimental upgrades. Best to try and to a 1.4 to 1.7a strait, nothing in between --- heading out to work now, I'll test out 1.6 later, and see if that gives any different results)

Last edited by Temil2006 : 12-01-2010 at 09:41 AM.
Temil2006 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 11:31 AM  
Burr
The Wary
 
Burr's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Temil, I have completed the 4 step repair but I still receive the same 3 error messages which result in the addon not loading.

"\Plugins\Betsiel\FilterBag\FilterBagWindow.lua:71 : attempt to index global 'settings' (a nil value)
\Plugins\Betsiel\FilterBag\__init__.lua:5: Failed to import package "Betsiel.FilterBag.FilterBagWindow".
\Plugins\Betsiel\FilterBag\Main.lua:4: Failed to import package "Betsiel.FilterBag".

I hope this helps in the debug process as i'm not very knowledgeable in scripting.
Burr is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 12:20 PM  
Temil2006
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 17
File comments: 19
Uploads: 2
Quote:
Temil, I have completed the 4 step repair but I still receive the same 3 error messages which result in the addon not loading.

"\Plugins\Betsiel\FilterBag\FilterBagWindow.lua:71 : attempt to index global 'settings' (a nil value)
\Plugins\Betsiel\FilterBag\__init__.lua:5: Failed to import package "Betsiel.FilterBag.FilterBagWindow".
\Plugins\Betsiel\FilterBag\Main.lua:4: Failed to import package "Betsiel.FilterBag".

I hope this helps in the debug process as i'm not very knowledgeable in scripting.
ok, so I was a little off (not by much) on my steps .. I deleted ALL of my plugins, and started from scratch. Here is how i got it working.. (keep in mind, the incrimenting number of slots doesn't increase it seems in this version/steps, but at least the bags seem to work)
  1. download v1.04a and extract to plugins folder .. http://www.lotrointerface.com/downlo...FilterBag.html
  2. download v1.6e and extract that to the plugins folder, overwriting files .. http://www.lotrointerface.com/downloads/info460.html
  3. start plugin, let me know if that works.


((EDIT::
I'm debating if that 1.6e is truly 1.6e.. if you load the plugin, it will say "1.7" on the options screen, which seems weird, unless the version was labeled wrong in the zip file, or the zips are all geted messed up (which would explain why so many people are having so many issues)
Also, keep in mind that those 3 errors are also the same exact 3 errors that you get when runing the 1.04a version, so again, maybe the zips are geting mixed up somewhere between being sent to the server, and them being downloaded by us. who knows?

Last edited by Temil2006 : 12-01-2010 at 12:23 PM.
Temil2006 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 12:26 PM  
Temil2006
The Unscathed
Interface Author - Click to view interfaces

Forum posts: 17
File comments: 19
Uploads: 2
Code:
...Plugins\Betsiel\FilterBag\FilterBagOptionsWindow.lua:127: attempt to index global 'altinv' (a nil value)
geting this error when clicking on "load AltInv" .. do you need to have the AltInventory plugin installed, and runing? or just installed? or not installed at all? ..for this feature?
Temil2006 is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 04:28 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui