![]() |
Sharing the love - a simple inventory assistance script
I am probably very late to the party here, but I wanted to share this as it's been a great help to me with keeping track of what I have on what character / bank etc.
TL;DR - run a command on each character to create a text file inventory export for each of them, then run this script to put it all in an excel spreadsheet for you. Example output: https://bytebucket.org/sabinrf24/eve...ut_example.png You can right click -> save as this link, then run it with python (you will need to install python before you can run this script). You may need to right click -> open with, then find python.exe wherever you install it. When you run the script it will tell you what command to run on your characters. It will then prompt for your EverQuest directory location (this is where the files are placed) and then you are asked for where to output the final consolidated inventory file. Optionally, you can also pass these two paths as arguments if you don't want to deal with dialog boxes. The command that outputs this information is valuable with or without this script, so its worth mentioning here: /outputfile inventory Charactername_inventory.txt The bold part is an arbitrary file name - I use this syntax because inside the file there is no indication of what character you ran the command on. This also prevents your files from having the same name and overwriting each other. As for the fields in the file: Character - pulled from the filename if the syntax is right (example above) Location - from data in the file Item - from data in the file LastSeenTime - from the timestamp on the file CountInStack - from the data in the file parseinventory.py Python Interpreter Download P.S. There is another variation (/outputfile spellbook Charactername_spellbook.txt) that will output your spellbook contents as well. |
this looks cool, if you are up for the challenge I think itd be awesome to use the spellbook file to compare against the wiki for that class to see what spells you are missing.
Gonna give this a go later though thanks! |
Holy fucking shit.
I'm a really bad pack rat. I really love you. |
That's just neat.
|
should be ban worthy
also need to remove item links |
Banworthy to organize your inventory using a text file? I'm as big a stickler as anyone for rules, but seriously?
|
Quote:
I do have a modified version of the one I've posted here that outputs a file with text to copy -> paste into your P99 wiki Magelo profile. If that's interesting to anyone I'll doctor it up and put it up as well. |
Quote:
|
Quote:
|
OK - it's uploaded:
magemagelo.py It won't do the header stuff (class, race, etc.) but it autofills in your items in the right slots, which is what I found to be the annoying part. |
All times are GMT -4. The time now is 06:42 AM. |
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.