wrath16 / MapPartyAssist

FFXIV Dalamud plugin for keeping track of treasure maps.
MIT License
5 stars 1 forks source link

Option to not count previous floors under reached #2

Closed Jaksuhn closed 1 year ago

Jaksuhn commented 1 year ago

Say you get floor 5. In the /mpartystats screen, that will show a +1 under "reached [1st/2nd/3rd/4th/5th] chamber". Instead of just +1 on reached 5th.

I've had a spreadsheet of my thief data for a while now. I input which floor I was kicked out on. It's very easy to extrapolate from that to to your format of data to get percentages. While it's possible to reverse your data to figure out which floor I was kicked out on, it's a lot of work.

A raw data dump of which floor you were kicked out on in a session would alternatively be really helpful.

wrath16 commented 1 year ago

Yeah, I can make that a config option, no problem.

wrath16 commented 1 year ago

Implemented under config option "Tally checkpoint totals" "By last checkpoint only".