PDA

View Full Version : Export inventory to file


Eniad
08-20-2012, 12:27 AM
I have a spreadsheet I use to track my in-game cooking. It links together a 'menu', shopping list, and cooking and farming recipes. Entering 50 Lembas, say, tells me everything I need to buy or farm to make them. I have an inventory section, but maintaining an updated list of what I have is tedious. Could the inventory be exported to an external file, say a text file or Excel, from the LOTRO UI? If there is already a plugin for this, great! If not, I may be able to put something together with my rudimentary coding skills, if someone can point me in the right direction.

Garan
08-20-2012, 09:58 AM
We can only save data to .plugindata files. AltInventory already saves each of your character's inventory (and other data) to a .plugindata file, you would have to parse the file to extract the information you want (or PM me an email address and I'll see about writing a simple app to parse the .plugindata and output a .csv)

Eniad
08-21-2012, 12:20 AM
That sounds great! I have sent you a PM.