The Tournament Director Forums

Main => Help Me => Topic started by: CAP492 on December 18, 2009, 08:44:51 PM

Title: RE: prizeSuggestions.xml
Post by: CAP492 on December 18, 2009, 08:44:51 PM
Code: [Select]
<prizeLevels>
  <prizeLevel minPlayers="40" maxPlayers="40">
    <prize rank="1" fixed="800" shareLeftover="false" />
    <prize rank="2" fixed="400" />
    <prize rank="3" fixed="160" />
    <prize rank="4" fixed="80" />
    <prize rank="5" fixed="60" />
    <prize rank="6" fixed="30" />
    <prize rank="7" fixed="20" />
    <prize rank="8" fixed="10" />
    <prize rank="9" fixed="40" />
  </prizeLevel>
</prizeLevels>

Can anyone help me?

Is it possible to replace the above <prize rank="9" fixed="40" /> with a Bounty?

Thanks in advance.  
Title: Re: RE: prizeSuggestions.xml
Post by: Corey Cooper on December 21, 2009, 09:54:07 AM
A bounty prize cannot be specified in the Automatic Prizes file because there's no way to specify a particular player in the tournament.

However, you can lock a prize, which will prevent it from being overwritten when the Automatic Prizes feature kicks in.  So just create your bounty prize on the prizes tab and lock it, and it will remain there even when the prizes change due to players buying in.
Title: Re: RE: prizeSuggestions.xml
Post by: CAP492 on December 21, 2009, 11:30:41 AM
Thanks a bunch - great product and service!