|
|
#3 (permalink) | |
|
Graphics Guru
Join Date: Sep 1971
Location: HM Support
Posts: 13,462
|
Quote:
Code:
public void CalculateRake()
{
if ((SiteName == "Full Tilt") ||
(SiteName == "IPoker") ||
(SiteName == "Party") ||
(SiteName == "Poker Stars") ||
(SiteName == "Cake Poker"))
{
CalculateDealtRake();
}
else
{
CalculateContributedRake();
}
}
__________________
================================================== ================================================== ======================== Latest Beta -- FAQ -- Manual -- Quick Start Guide -- Uservoice -- License registration -- Postgresql not working -- Top 10 Performance Tips -- HUD FAQ ================================================== ================================================== ======================== |
|
|
|
|
|
|
#5 (permalink) |
|
Graphics Guru
Join Date: Sep 1971
Location: HM Support
Posts: 13,462
|
Thank you. I will forward this directly to the developers.
__________________
================================================== ================================================== ======================== Latest Beta -- FAQ -- Manual -- Quick Start Guide -- Uservoice -- License registration -- Postgresql not working -- Top 10 Performance Tips -- HUD FAQ ================================================== ================================================== ======================== |
|
|
|
|
|
#6 (permalink) |
|
Junior Member
Join Date: Feb 2009
Posts: 11
|
This isn't the formula I was looking for. This just shows when to use each formula. I'm looking for the actual formula. For instance the dealt method would be
pokerhands.rakeamount/pokerhands.numberofplayers I would like the formula HEM uses to calculate the contributed rake. Thx |
|
|
|
|
|
#7 (permalink) |
|
Member
Join Date: Apr 2009
Posts: 61
|
@Iggy..... I asked a similar question:
'3. First time we are able to see contributed rake- thx a lot gents!! For a custom rakeback stat, may I still use Sum(PH.RakeAmount) from postgres to get a correct number of rake paid?' http://forums.holdemmanager.com/show...&postcount=378 To be more precise: If I'll use something like PHP Code:
@ fozzy.... you are very welcome. Send you PM with a complete list of rake/pokerroom |
|
|
|
|
|
#8 (permalink) | |
|
Graphics Guru
Join Date: Sep 1971
Location: HM Support
Posts: 13,462
|
Quote:
__________________
================================================== ================================================== ======================== Latest Beta -- FAQ -- Manual -- Quick Start Guide -- Uservoice -- License registration -- Postgresql not working -- Top 10 Performance Tips -- HUD FAQ ================================================== ================================================== ======================== |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Contributed Rake at Absolute Poker | carr1 | Manager General | 5 | 02-03-2010 04:42 AM |
| Contributed Rake | horsovski | Manager General | 1 | 12-03-2009 10:06 AM |
| Rake stat | MADDOG101 | Manager General | 5 | 11-28-2008 11:25 PM |
| Rake system for contributed sites already updated? | marcof3 | Manager General | 5 | 11-28-2008 02:06 PM |
| Rake calculation for sites using "Contributed" method | agc1976 | Manager Suggestions (Closed) | 0 | 10-29-2008 08:38 AM |