PDA

View Full Version : Making Custom EURO VPP stat for HEM



starscream1101
03-02-2010, 01:27 PM
I was trying to make a custom Euro stat for Pokerstars FR tables, but I can't get the EURO logo to show up? This is the formula I was using....


<Stat GroupName="Misc" ColumnName="Stars € VPP 2010" ColumnName="€ VPP 2010" ValueExpressions="sum(round(cast(((cast(pkh.rakeamount as numeric)*8.5)/100)/pkh.numberofplayers as numeric),2)) as NewStarsVPPS2" Evaluate="NewStarsVPPS2" ColumnHeader="€ VPP 2010" ColumnFormat="0.00" ColumnWidth="*" Tooltip="New VPP" />

<Stat GroupName="Misc" ColumnName="Stars € VPP per Hand 2010" ValueExpressions="sum(round(cast(((cast(pkh.rakeamount as numeric)*8.5)/100)/pkh.numberofplayers as numeric),2)) as NewStarsVPPS2" Evaluate="NewStarsVPPS2/1.0/TotalHands" ColumnHeader="€ VPPS\nPer Hand 2010" ColumnFormat="0.00" ColumnWidth="*" Tooltip="Stars VPP Points earned per hand based on new calculation" />

The euro logo shows up as a weird diamond?

http://i398.photobucket.com/albums/pp68/horeinjr/Random%20Stuff/eurotest.jpg?t=1267550605

Also, I'm sure the forumala isn't perfect...I just copied what someone made on 2p2 when there was formula change talk and put in "8.5" in place of "6" for full ring. Just trying to get a good estimate.

ShakeMyAZ
03-06-2010, 07:16 PM
I was about to ask for the same thing :)

cygnes
03-11-2010, 11:11 AM
It depends on the encoding of your CustomStats.txt

I had the same problem. My editor was using ANSI encoding. (Notepad++)

Now I use the UTF-8 encoding. This will fix your problem.

Regards,
Robin

starscream1101
03-14-2010, 10:28 PM
Thanks! it worked...i just downloaded notepad ++ and changed the encoding on my file.

Very easy fix.

cygnes
03-15-2010, 03:42 AM
Glad I could help :)