Page 1 of 1

Stats Project

PostPosted: Sun Feb 03, 2013 3:31 am
by PJs Ronin
I'm trying to build a stat concerning tournament hands and will have a couple of questions.

First off, within the PT4 db, is there a unique identifier for Hero. That is, is Hero's player_id (if there is such a stat) permanently 0 or 1 or some similar fixed value?

ty

Re: Stats Project

PostPosted: Sun Feb 03, 2013 7:36 am
by WhiteRider
No - there can be several hero players in a database, and player IDs are assigned in the order that players are imported.
What you can use is:

cash_hand_player_statistics.flg_hero

Re: Stats Project

PostPosted: Sun Feb 03, 2013 5:59 pm
by PJs Ronin
WhiteRider wrote:No - there can be several hero players in a database, and player IDs are assigned in the order that players are imported.
What you can use is:

cash_hand_player_statistics.flg_hero


ty

Re: Stats Project

PostPosted: Sun Feb 03, 2013 9:46 pm
by PJs Ronin
just a reminder about what I'm trying to do:

PJs Ronin wrote:I'm trying to build a stat concerning tournament hands and will have a couple of questions.


So the tourney version would be:
tourney_hand_player_statistics.flg_hero, or
tournament_hand_player_statistics.flg_hero
?

Re: Stats Project

PostPosted: Mon Feb 04, 2013 9:21 am
by kraada
tourney_hand_player_statistics.flg_hero

highfalutin