Hello, I was tired of tracking what character I had and what items I needed to upgrade their job level in an Excel file, so I wrote a mini webapp to do that. It allows to track : which characters you have, what is is skill boost %, what job is unlocked by character, what level a characher has for a job what items you have and what you need, what experience and coins you gained at each stage. what stages to run to get to level 70 for all characters how many runs in the different metal zones you will have to do to get a team to level 60 It also allows you to sort your characters by ATK, MATK, DEF, MDEF or HP and know which job is the most efficient.
It look like you are trying to make something much bigger than just progress tracking and it is indeed seems exciting to me. You might want to consider phasing you topic differently and asking people for broader idea. ps. thanks for the app ps2. floralpede is missing I think
Floralpede is not missing anymore Thanks As to ask for ideas, I am not yet comfortable with it as I do not have much time between this and other projects
I see you are not considering any ideas although if you ever do, I think adding the B% to check how much energy/gold for completion you need would bee great (mainly for the gold needed in the PoF). Anyway, I like what you've done and I'm filling in my info. Thanks a lot for the webapp (and sorry for the double post )
The formula is going to be quite complicated to compute how much gold you need. I'll see what I can do.
It seems that if you are in private browsing mode, this data only lasts the time the browser is opened. But you can use save/load which will create a json from the data that is used to keep track of your progress; then again, nothing is stored on the server, it's all done through javascript.