Player points

For general discussion of the Poker Mavens software
Post Reply
viktor
Posts: 78
Joined: Sat Jul 20, 2013 11:30 am

Player points

Post by viktor »

How to create a player points system?
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Player points

Post by Kent Briggs »

viktor wrote:How to create a player points system?
Based on what criteria?
viktor
Posts: 78
Joined: Sat Jul 20, 2013 11:30 am

Re: Player points

Post by viktor »

Based on rake I think would be the best option, for every x rake contributed into the pot x amount of player points will be awarded to you and displayed on your "Account" section.
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Player points

Post by Kent Briggs »

viktor wrote:Based on rake I think would be the best option, for every x rake contributed into the pot x amount of player points will be awarded to you and displayed on your "Account" section.
There is no built-in reporting in Poker Mavens so you would have to write your own code that scans the hand history files and pulls out whatever data you want to compile. However, there are standalone utilities for Rake and Entry Fee stats on the Utilities page:

http://www.briggsoft.com/docs/pmavens/Utilities.htm
bxmediaus
Posts: 10
Joined: Tue Jul 23, 2013 5:24 pm

Re: Player points

Post by bxmediaus »

Hey Viktor

For this, I would suggest - take a point system based on the user deposit.

Every time user makes a deposit, add to their points.

This way, you don't need to add any additional code to integrate with Poker Mavens. We have built an affiliate system for one of our clients in this same way - so that an affiliate receives some percentage of the rake.The rake is just `x` % of the total deposits for one user.

Cheers!
Post Reply