Author Topic: bountys  (Read 2602 times)

sgt21

  • Newbie
  • *
  • Posts: 8
    • View Profile
bountys
« on: March 28, 2006, 02:14:34 AM »
I am not sure if this is a stat genie or TD 2.0 problem but when i import a tournament there is the winners bounty chip that does not get counted. On my last game imported I won and got paid for 3 bounty's at the game two that i knocked out and mine that i had left but it only counted $2 bounty revenue and i guess i under stand 2 points because i didn't knock myself out but i got paid for it.
Any suggestions

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: bountys
« Reply #1 on: March 28, 2006, 10:15:26 AM »
The Tournament Director doesn't consider this a bounty that you "won", it's actually categorized as a bounty you "kept".  It is not included in your bounty winnings, but it IS included in your total winnings.

I suspect this is an issue you might want to raise on the Stats Genie site - see if this amount should be included in the "Knockout revenue" field for a player.  I could easily make this change, but that would affect everyone who uses this feature.

In the meantime, you can adjust this yourself by editing the exported file.  It's in XML format.  Just look for the player and edit the KnockoutRevenue attribute:

  <Player Name="Andrew D" FirstName="" LastName="" Rank="1" TournamentPts="5" Buyin="50" Rebuy="0" Addon="0" Payout="250" Knockouts="1" KnockoutRevenue="5" BountyCost="5" RoundOut="" TimeOut=""/>

Change KnockoutRevenue="5" to KnockoutRevenue="10", for example.

sgt21

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: bountys
« Reply #2 on: March 28, 2006, 03:11:32 PM »
Ok thanks