Miku
vocaloid
clone this: https://github.com/Miku1338/PSO/blob/main/src/itemSorter/SorterMain.java
Go to here: https://ephinea.pioneer2.net/view-character-data/ and sign in and copy everything on the page (ctrl + a) so that it has all of your items.
Run the program in your favorite IDE (netbeans, eclipse, jGRASP, IntelliJ, etc.) or however you want to run it.
Paste everything you copied from above into it.
Add the word "end" at the bottom on a line of its own, without the quotes
It should give you your trade list. Although somewhat ugly that you have to scroll up to the top of it in your console and copy just the part that it spit out, and don't copy everything as that includes all of your text you put into it.
Still in development has has some flaws, I just made this whole thing this morning to try to get a trade list up since I have so much stuff to sell. Feel free to make your own branch of this and change stuff and otherwise offer improvements.
It has some known issues but works with most items. Right now I'm assuming I don't want to put anything equipped or that is an S-rank on my tradelist so it's just excluding those but will include everything else. Has some other known minor issues but let me know what you think of it. It was at least good enough to make my current trade list.
Go to here: https://ephinea.pioneer2.net/view-character-data/ and sign in and copy everything on the page (ctrl + a) so that it has all of your items.
Run the program in your favorite IDE (netbeans, eclipse, jGRASP, IntelliJ, etc.) or however you want to run it.
Paste everything you copied from above into it.
Add the word "end" at the bottom on a line of its own, without the quotes
It should give you your trade list. Although somewhat ugly that you have to scroll up to the top of it in your console and copy just the part that it spit out, and don't copy everything as that includes all of your text you put into it.
Still in development has has some flaws, I just made this whole thing this morning to try to get a trade list up since I have so much stuff to sell. Feel free to make your own branch of this and change stuff and otherwise offer improvements.
It has some known issues but works with most items. Right now I'm assuming I don't want to put anything equipped or that is an S-rank on my tradelist so it's just excluding those but will include everything else. Has some other known minor issues but let me know what you think of it. It was at least good enough to make my current trade list.