PDA

View Full Version : [Custom Stats] Want to make interesting stat



GobletTamer
03-20-2011, 03:33 PM
Hi, I want to make stat, but I don't rly know how to build SQL-formula for it. Stat would be used for calculating StrategyPoints and must be like:


SP = if poker-room == FTP then Rake * 2
if poker-room == Stars then New Stars VPP / 2

Could you please help me? :)

GobletTamer
03-21-2011, 12:56 PM
More details about this stuff (I see 1st post isn't as clear as I thought before).

I play both on FTP and Stars, and have an alias merging two screennames from there. I want to develop this new stat to calcucate these Points via formula:

Points = (Overall Rake from FTP) * 2 + (Overall VPPs from Stars) / 2.

What should I write in CustomStats.txt?