Export All Gear From All Bags To Xml?

Language: JP EN DE FR
2010-09-08
New Items
users online
Forum » FFXI » General » Export all gear from all bags to xml?
Export all gear from all bags to xml?
Offline
By sedosan 2023-05-18 05:50:15
Link | Quote | Reply
 
Is there a way to export all gear from all bags + slips and any other inventory to an xml file or any other file?
Preferably for all characters I have?

I'm trying to keep track of what gear I have and import to google sheets for easier tracking purposes.
 Sylph.Feary
Offline
Server: Sylph
Game: FFXI
user: feary
Posts: 455
By Sylph.Feary 2023-05-18 08:06:31
Link | Quote | Reply
 
findall

https://docs.windower.net/addons/findall/

//findall :feary -export=filename
 Cerberus.Gillesjboulon
Offline
Server: Cerberus
Game: FFXI
user: gilles
Posts: 134
By Cerberus.Gillesjboulon 2023-05-18 09:44:35
Link | Quote | Reply
 
i have a windower addon which produce me a text file with stats and augments
then i import it in excel
since i'm using ashita, i didn't spent a lot of time on it and it's very experimental
i'm pretty sure Rubenator on windower discord says he was working on something similar (status ?)
if you are interested, i can polish it a little and publish it here
Offline
By sedosan 2023-05-18 10:02:11
Link | Quote | Reply
 
You are a god**** hero my man!
Just to add for anyone else asking,
//findall :char1 :char2 :etc... -export=filename (if you want to do it for multiple characters in 1 file.
 Asura.Olymoly
Offline
Server: Asura
Game: FFXI
user: feary
Posts: 8
By Asura.Olymoly 2023-05-18 10:50:55
Link | Quote | Reply
 
sedosan said: »
You are a god**** hero my man!
Just to add for anyone else asking,
//findall :char1 :char2 :etc... -export=filename (if you want to do it for multiple characters in 1 file.


yep its a pushes what your search query is.
 Asura.Olymoly
Offline
Server: Asura
Game: FFXI
user: feary
Posts: 8
By Asura.Olymoly 2023-05-18 10:51:23
Link | Quote | Reply
 
Cerberus.Gillesjboulon said: »
i have a windower addon which produce me a text file with stats and augments
then i import it in excel
since i'm using ashita, i didn't spent a lot of time on it and it's very experimental
i'm pretty sure Rubenator on windower discord says he was working on something similar (status ?)
if you are interested, i can polish it a little and publish it here

i'm interested.
 Cerberus.Gillesjboulon
Offline
Server: Cerberus
Game: FFXI
user: gilles
Posts: 134
By Cerberus.Gillesjboulon 2023-05-18 18:24:38
Link | Quote | Reply
 
ok, this is what i have :

1/ windower addon : export_items
this generate an intermediate text file (stored in the addon folder), which contains only slot, id and augments

example :
how to use it :
//lua load export_items
/echo export items

ffxi window will freeze a moment but it's normal

2/ c# app: descr
this will produce the final file
it use elitemmo api, and you must have .net 4.8

you may want to compile it yourself with visual studio if you don't trust random .exe from the internet (and you should)

you need to run the .exe file in bin/release with admin rights (like the game) and select a ffxi instance
click go and select the file from step 1/
the app will connect to the .dat files of the game to get stats and generate 2 files :
- errors.txt : this file should only contains garbage items, not gear
- gear.csv : it's final text file, you can then open this file in excel

step 2 should really be done in the addon, but i didn't spend a lot of time on it, so if someone can help...
or provide a better ashita/windower addon...

Note :
if you have multiple mules/characters, you have to do step 1/ for each of them
then you need to concatenate these files in one final file
 Asura.Toralin
Offline
Server: Asura
Game: FFXI
user: toralin
Posts: 1365
By Asura.Toralin 2023-05-18 18:35:03
Link | Quote | Reply
 
Does this pickup rema ranks and odyssey ranks?
 Cerberus.Gillesjboulon
Offline
Server: Cerberus
Game: FFXI
user: gilles
Posts: 134
By Cerberus.Gillesjboulon 2023-05-18 18:49:42
Link | Quote | Reply
 
i didn't start resurgence yet so i can't test with odyssey gear
-> you have to run the addon to know and open the file

i tested with my R15 nirvana : windower lib only produce "Path: A"
augments don't appair
and it's the same with necks from dynamis-D
Offline
By sedosan 2023-05-20 07:20:55
Link | Quote | Reply
 
Apparently findall does not overwrite existing files.
Is there a way to make it do it?
Log in to post.