FFTriadBuddy
FFTriadBuddy copied to clipboard
Solo Open Tournaments
I suppose it wouldn't hurt to ask, but would it be possible to have a check for all seven NPCs being active in an Open Tournament before turning the plugin off? Or perhaps a check for if the player count in the ready check is higher than one? Anything that could still reasonably prevent a cheating scenario while making it possible to just solo an Open Tournament if one's going against all NPCs
Unless there's a leaderboard involved of course, I'm not sure what skipping one's way through a tournament of NPCs would do.
It's really more of a solver issue than cheating issue.
Last time I checked, the NPC in tournaments were using completely different decks from their usual ones. This makes current approach unusable, as it's based on limited, known set of opponent cards to consider. Predictions break, more or less depending on how complex rules (plus, same, ascension, etc) are active, making card placements based only on what's currently on board.
One way to fix it would be changing solver algorithm - but I gave up on this some time ago and don't plan any improvements.
(also mentioned in: https://github.com/MgAl2O4/FFTriadBuddyDalamud#pvp--tournament-support)