I want to score tables based on the sum of scores for individual players (i.e., I want this to do for me what SpadeEye does). For example, I want to say...
if Player VP$IP > 40, then score +10 points
if Player Total Aggression < 1.5, then score +10 points
if Player Total Agression >= 1.5 and < 1.9, then score +6 points
if Player is short stacked, then score -5 points
if John Doe is sitting at table, then score +20 points
etc.
etc.
Then I want to sum the scores of each individual at the table to get a table score. Then I'd like to rank tables based on this score.
I'm willing to put a bunch of work into this and share it with the community if someone can help me get started. I know some SQL, but I'm not great w/ it. If PT3 wants to include any of my work in the release -- and charge me and everyone for using it -- I'm happy w/ that as well. I just want to be able to use PT3 for this instead of other applications that access my PT database and do the same thing.
