Sorry if this is a dumb question, but does the Hand History counter start at 0 when Poker Mavens is first installed?
Our counter is up to 732,000 and I assume that is the number of hands played. If so, I may need to think about a prize for winning the 750,000th hand, 1,000,000th, etc... thanks, Supersonics
Hand History Counter
-
- Site Admin
- Posts: 5960
- Joined: Wed Mar 19, 2008 8:47 pm
Re: Hand History Counter
Yes, LastHandNumber is 0 when first installed. It's stored in the House table inside the Accounts.db database and incremented by 1 with each hand. That's the number left of the dash and represents the total hands played at your site. The number right of the dash is the session number for the table and resets to 1 with each new session. A ring game session resets when play stops. A tournament table session ends with the end of the tournament.
-
- Posts: 170
- Joined: Thu May 21, 2020 5:05 pm
Re: Hand History Counter
Thank for the detailed explanation Kent!