lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Bags, Bank & Inventory


Post A Reply
Author Comments Comment Options
Unread 12-02-2010, 10:16 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 340
File comments: 980
Uploads: 20
Quote:
Originally Posted by notebene
Regarding the scope of this, was it designed to only capture the characters inventory, or should I expect to see it updated with items in the vault, shared storage, wardrobe when I access those storage areas on each character?

I have only logged in one character since installing, and visited my vault and the shared storage and wardrobe, but only see my character's personal inventory at this point.
You are not the first person to ask this, so I've added a large note to the plugin description explaining the limitations that Turbine currently imposes. Lua currently only has access to Bags. As soon as any other form of storage is accessible, it will surely be added.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-02-2010, 10:13 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 340
File comments: 980
Uploads: 20
Re: Re: Re: Issues

Quote:
Originally Posted by faldiin
Can we just use the old LUA and if so where can we get it. I am guessing that is a patch thou till everything is figured out. Is there any word if they will undo the issue with Event or can this be bypassed?
Quote:
Originally Posted by thejugalo
...ings Online\Plugins\GaranStuff\AltInventory\Main.lua:5: Unable to resolve package "Turbine.Utils".

I found the fix. There is not "Turbine.Utils". So you will have to edit the Main.Lua and remove the line "Import "Turbine.Utils" and the plug in seems to work. I'm testing it now.
The dependancies on the Turbine examples have been properly, permanently removed (simply removing the reference to Turbine.Utils wouldn't really fix the dependancy on their Class.lua file, it only worked coincidentally since the folder they moved it to was also already imported). This is something I really should have taken care of several builds ago, sorry for the inconvenience guys

As to the poor design of the Event system, that has only just begun to be discussed with the Turbine devs - I imagine the entire Lua developement community will be quite disappointed (and probably quite vocal) once they realize the implications of this. In any case, it will take some time to sort this one out so don't expect a quick solution

Last edited by Garan : 12-02-2010 at 10:19 AM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-02-2010, 08:24 AM  
notebene
The Undefeated

Forum posts: 9
File comments: 22
Uploads: 0
Regarding the scope of this, was it designed to only capture the characters inventory, or should I expect to see it updated with items in the vault, shared storage, wardrobe when I access those storage areas on each character?

I have only logged in one character since installing, and visited my vault and the shared storage and wardrobe, but only see my character's personal inventory at this point.
notebene is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-02-2010, 01:51 AM  
thejugalo
The Wary

Forum posts: 0
File comments: 1
Uploads: 0
...ings Online\Plugins\GaranStuff\AltInventory\Main.lua:5: Unable to resolve package "Turbine.Utils".

I found the fix. There is not "Turbine.Utils". So you will have to edit the Main.Lua and remove the line "Import "Turbine.Utils" and the plug in seems to work. I'm testing it now.
thejugalo is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-02-2010, 12:37 AM  
faldiin
The Undefeated

Forum posts: 6
File comments: 11
Uploads: 0
Re: Re: Issues

Can we just use the old LUA and if so where can we get it. I am guessing that is a patch thou till everything is figured out. Is there any word if they will undo the issue with Event or can this be bypassed?


Faldiin
P.S. thank you for the quick response. I should have left the UI alon but was trouble shooting another plugin issue I was having.
faldiin is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-02-2010, 12:20 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 340
File comments: 980
Uploads: 20
Re: Issues

Quote:
Originally Posted by faldiin
...ings Online\Plugins\GaranStuff\AltInventory\Main.lua:5: Unable to resolve package "Turbine.Utils".

I have reinstalled my LUA files and this is all I get. All the other plugin's work.
Turbine changed the files in their examples and in the process broke any plugins that use their base classes, etc. I've already removed all such dependancies in version 2.0, but for anyone that downloaded the new examples from Turbine this is going to be a problem. It looks like I will have to put 2.0 back on the burner long enough to publish another interim update to fix this since it will affect lots of people.

Another problem will start to become apparent to anyone that uses multiple plugins that rely on the event handlers from the Backpack - Turbine's changes made it so that only one plugin can register an event handler for any of the player or backpack events (each event handler overwrites any prior handler for the same event), so which ever plugin loads last will work, the ones loaded prior will start to break if they use those events.

Last edited by Garan : 12-02-2010 at 12:33 AM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 11:24 PM  
faldiin
The Undefeated

Forum posts: 6
File comments: 11
Uploads: 0
Issues

...ings Online\Plugins\GaranStuff\AltInventory\Main.lua:5: Unable to resolve package "Turbine.Utils".


I have reinstalled my LUA files and this is all I get. All the other plugin's work.


Faldiin
faldiin is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 03:49 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 340
File comments: 980
Uploads: 20
There is a known bug introduced in 1.13 that will cause "Character:" to show the current character name but the inventory will be for a different character or more likely the "ALL" group when the plugin first loads. If you change the dropdown selection to a different character it will update correctly and continue working properly thereafter until unloaded (the problem will re-occur each time it is loaded, so you will have to select a different character each time to get it re-synchronized). This will be addressed in version 2.0

Last edited by Garan : 12-01-2010 at 04:04 PM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-01-2010, 02:42 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 340
File comments: 980
Uploads: 20
Quote:
Originally Posted by Darkwalker
I get an error every time I pick up quest items.

...ings Online\Plugins\GaranStuff\AltInventory\Main.lua:86 1: attempt to index a nil value

I get that one twice for every quest item I pick up.
Thanks for reporting this bug. This appears to be due to a slight change in how the backpack event handlers are fired and the fact that quest items are instantly removed from the backpack when picked up - basically, the backpack is being told that an item is being added but there is no such item. As long as it isn't affecting your ability to loot real items, you can safely ignore the message and it will be fixed in the version 2.0 update which will use a slightly different approach to handling those events.

Last edited by Garan : 12-01-2010 at 02:44 AM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-30-2010, 10:22 PM  
Darkwalker
The Wary

Forum posts: 3
File comments: 6
Uploads: 0
I get an error every time I pick up quest items.

...ings Online\Plugins\GaranStuff\AltInventory\Main.lua:86 1: attempt to index a nil value

I get that one twice for every quest item I pick up.
Darkwalker is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-30-2010, 04:32 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 340
File comments: 980
Uploads: 20
Quote:
Originally Posted by farinhin
I had already considered issues with data and deleted all the altinventory files for each toon. I also installed the plugin cleanly (deleted the garanstuff folder before copying the new one) to make sure there was nothing going on there. I will try loading it alone, since I have been using the plugin manager to load it.


Edit:

Loading it by itself using the command line does not fix the issue.


Edit:2
found it. The issue was with the CharacterList.plugindata which I had missed when I first delete the character data. Thanks for the great plug. I hate searching through my bags.
I'm glad it was just the character file. I'll have to see if I can replicated the problem so that the plugin can correct for this if it happens again. Had you recently deleted or renamed a character?
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-30-2010, 03:40 PM  
Farinhin
The Undefeated

Forum posts: 7
File comments: 16
Uploads: 0
Quote:
Did you download version 1.13? If so, could you provide a little more information about what you are doing when the error occurs?

It is possible that your saved data is corrupt. If you are not running any other plugins, then you could try deleting your PluginData folder under "MyDocuments\The Lord of the Rings Online". If you are running any other plugins, then you will have to open the folder with your loginname under
"MyDocuments\The Lord of the Rings Online\PluginData", then open the folder with your server name, then open the "AllCharacters" folder and delete the files that start with "AltInv" as well as the CharacterList.plugindata file. You have to load and save each character anyway to get the Category data so there is no real loss except "tracking" settings which only matters if you were using that feature in which case you'd have to set that back up.
I had already considered issues with data and deleted all the altinventory files for each toon. I also installed the plugin cleanly (deleted the garanstuff folder before copying the new one) to make sure there was nothing going on there. I will try loading it alone, since I have been using the plugin manager to load it.


Edit:

Loading it by itself using the command line does not fix the issue.


Edit:2
found it. The issue was with the CharacterList.plugindata which I had missed when I first delete the character data. Thanks for the great plug. I hate searching through my bags.

Last edited by Farinhin : 11-30-2010 at 03:53 PM.
Farinhin is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-30-2010, 11:03 AM  
Drarin
The Wary

Forum posts: 0
File comments: 4
Uploads: 0
Re: Re: Update needed

Quote:
Originally Posted by Garan
Quote:
Originally Posted by Kaisoul
...ings Online\Plugins\GaranStuff\AltInventory\Main.lua:24 : attempt to call field 'LocalPlayer' (a table value)

not loading with new nov update.
Quote:
Originally Posted by Drarin
I've run into the same problem as Kaisoul. Downloaded the new version and it doesn't seem to run with the Nov. update.
Quote:
Originally Posted by Uthboth
I managed to fix it with changing the code. I don't fully know what I changed, just had to add some stuff and take stuff out. I do not recommend doing anything within the lua files yourself unless you are willing to deal with client crashes, so I will not give instructions on how to fix this. If you have basic understanding on how lua works then you should be able to debug it on your own.

Just wanted to let you know, that it can be fixed to work again.
I had previously posted that I did not intend to publish a patch for the November update and that the plugin would cease to function until ver 2.0 is released in December which would fix that as well as being a major overhaul of the plugin. As it happens, I changed my mind since the overhaul will take several more weeks and I wanted to get the Category Filter functioning, so ver 1.13 has been uploaded, it just hasn't passed LoTROInterface.com's tests to be released for downloads yet (not sure what the hold up is, they're usually pretty quick to scan and release the plugins). There were several minor changes in addition to the LocalPlayer:GetInstance() change so, unless you like chasing icons with your mouse and having them run away (seriously, I didn't forsee THAT glitch) it is worth waiting for it to be released rather than trying to modify it yourself.
Edit: It's been "Pending" for 3 hours now, I think they are overwhelmed by the number of plugins being changed...
Thanks for the response, 1.13 is working fine for me. Nicely done, and sorry I didn't see your previous post.
Drarin is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-30-2010, 10:40 AM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 340
File comments: 980
Uploads: 20
Quote:
Originally Posted by farinhin
My issue that I am getting is "GaranStuff\AltInventory\Main.lua:1440: attempt to get length of field '?' (a nil value)"


I looked at the code to which it pointed, but since I know very little about LUA I will ask for help figuring this one out.
Did you download version 1.13? If so, could you provide a little more information about what you are doing when the error occurs?

It is possible that your saved data is corrupt. If you are not running any other plugins, then you could try deleting your PluginData folder under "MyDocuments\The Lord of the Rings Online". If you are running any other plugins, then you will have to open the folder with your loginname under
"MyDocuments\The Lord of the Rings Online\PluginData", then open the folder with your server name, then open the "AllCharacters" folder and delete the files that start with "AltInv" as well as the CharacterList.plugindata file. You have to load and save each character anyway to get the Category data so there is no real loss except "tracking" settings which only matters if you were using that feature in which case you'd have to set that back up.

Last edited by Garan : 11-30-2010 at 10:52 AM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-30-2010, 05:40 AM  
Farinhin
The Undefeated

Forum posts: 7
File comments: 16
Uploads: 0
My issue that I am getting is "GaranStuff\AltInventory\Main.lua:1440: attempt to get length of field '?' (a nil value)"


I looked at the code to which it pointed, but since I know very little about LUA I will ask for help figuring this one out.
Farinhin 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 12:59 PM.


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