Entropia Inventory TreeView Paste in your inventory and get a tree-view of your items. Use the checkboxes to calculate total TT value of selected items such as Carried items, items in Estates, or items in a specific storage container. Easily cut-and-paste CSV format (name,quantity,value) from text-box into spreadsheet or latest for-sale thread.
A nice program you have there ;) I have had it bookmarked on my browser for quite a while now and use it every week or two. narfi
Hey! thats really neet little tool there. What did you make it using? Incidentally love MA's TODO on enhancers ;)
Thank-you! I used free javascript libraries from dHTMLx for the layout. The parsing is all done by the browser using regular expressions. (Your inventory is never uploaded anywhere.) I just noticed the TODO for attached enhancers this morning too. I've received reports of people having items without a location (blank) which get displayed as UNKNOWN.
Just what I needed! Thanks a lot for the bump and ofc to OP for making this (is he still around?), had no idea it exists. Was contemplating about implementing the exact same thing when I programmed my own tool.