PDA

View Full Version : Merge VIP points



rowhousepd
05-02-2011, 02:00 AM
Is it possible to create a custom stat for figuring out Merge VIP points for cash games? According to Carbon poker:

Earn 10 VIP points for every $1 of rake contributed to the raked pot. Fractional points are also awarded; so if a player contributed $0.75 in rake, the player would receive 7.5 points.

How would you make this into a custom stat?

rowhousepd
05-02-2011, 08:51 PM
<hr style="color: rgb(209, 209, 225); background-color: rgb(209, 209, 225);" size="1"> This is what I'm assuming we can use for Merge VIP points custom stat. It's the code for figuring out base FTP's.

<code style="white-space: nowrap;"><code><Stat GroupName="Default" ColumnName="Base FTP"
ValueExpressions="sum(round(cast(((cast(pkh.rakeamount as numeric)*1)/10)/pkh.numberofplayers as numeric),2)) as FTP"
Evaluate="FTP" ColumnHeader="Base FTP" ColumnFormat="0.00" ColumnWidth="*" Tooltip="Full Tilt Points" />
</code></code>
Outside of just changing the names/descriptions above, is it basically the same formula? I believe FTP = 1 pt / $1 rake for cash games. So would we just adjust these #'s? :confused: I'm a little lost when it comes to this.

rowhousepd
05-02-2011, 08:52 PM
[Ooops. <stat groupname="Default" columnname="Base FTP">Edited post above.]
</stat>