Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
if[lookup_limit_desc=1 and amt_rake_player<.50,amt_rake_player*.30, 0]
If lookup_limit_desc=1 AND amt_rake_player<.50, amt_rake_player*.30 or if lookup_limit_desc=1 AND amt_rake_player>.74, (amt_rake_player-.25)*.30
(cash_hand_player_statistics.amt_bet_ttl / cash_hand_summary.amt_pot) * if[ cash_limit.amt_bb = 1.00 and (amt_rake<.5 or cash_hand_summary.cnt_players<4), 0.3 * cash_hand_summary.amt_rake, 0]
(cash_hand_player_statistics.amt_bet_ttl / cash_hand_summary.amt_pot) * if[ cash_limit.amt_bb = 1.00 and amt_rake>.74, 0.3 * (cash_hand_summary.amt_rake-.25), 0]
(cash_hand_player_statistics.amt_bet_ttl / cash_hand_summary.amt_pot) * if[ cash_limit.amt_bb = 1.00, 0.3 * cash_hand_summary.amt_rake, if[ cash_limit.amt_bb = 2.00, 0.4 * cash_hand_summary.amt_rake, 0 ] ]
(cash_hand_player_statistics.amt_bet_ttl / cash_hand_summary.amt_pot) * if[ cash_limit.amt_bb = 1.00 and cash_hand_summary.amt_rake < 0.5 * cash_hand_summary.amt_rake, 0.3 * cash_hand_summary.amt_rake, if[ cash_limit.amt_bb = 1.00 and cash_hand_summary.amt_rake > 0.74, 0.3 * (cash_hand_summary.amt_rake - 0.25), 0 ] ]
if[ lookup_sites.id_site=4700 and cash_limit.amt_bb = 1.00 and (amt_rake<.5 or cash_hand_summary.cnt_players<4), cash_hand_summary.amt_rake * ( (cash_hand_player_statistics.amt_won + amt_bet_ttl) / (amt_pot - cash_hand_summary.amt_rake))* 0.3, if[ lookup_sites.id_site=4700 and amt_won>0 and cash_limit.amt_bb = 1.00 and amt_rake>.74 and cash_hand_summary.cnt_players>3, (cash_hand_summary.amt_rake * ( (cash_hand_player_statistics.amt_won + amt_bet_ttl) / (amt_pot - cash_hand_summary.amt_rake))-.25)* 0.3, 0]]
timhuntley93 wrote:Would it be possible for me to set the rakeback percentage to a variable that could be adjusted to make this more user friendly if I were to share it?
timhuntley93 wrote:Alright well I thought I had it working but adding "lookup_sites.id_site=4700" resulted in the picture attached. With it removed everything functions as intended. I can go without the site ID if need be as this is the only place I'm currently playing but I'm curious to know what's causing it and if it could easily be fixed.
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 2 guests