Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Asphyxiates

Pages: [1] 2
1
Help Me / Formulae help
« on: March 05, 2013, 05:05:09 PM »
Hi, Im currently using the formula below to give 1st place 2 more points than 2nd and 2nd 2 more than 3rd down to 4th then the rest lose 1 point at a time. Can someone tell me what I need to change to have it that 1st place gets 4 points more than 2nd and 2d gets 3 points more than 3rd and 4th onwards gets 1 point less each time. Sorry if ive made this sound complicated but I want the top 3 places to be rewarded more for their efforts.
max(1, n - r + 1) + if(n <10, switch(r, 1,3, 2, 2, 3, 1), switch(r, 1, 8, 2, 6, 3, 4, 4, 2))

2
Help Me / Re: Bad Beat Jackpot
« on: January 20, 2012, 03:53:11 PM »
You'll have the formula on the game tab for the points for the tournament, which you'll want to leave alone. On the stats tab, where you make the formula for the season, you'll have the one formula to compile the points. However, it should allow for multiple formulas to be entered in. On the second box, that's where I believe that it needs to be put in.

If all you're doing is adding up the points, you may even be able to get away with sum(top(10, scores)) and get away with it in the one box for overall scoring.
I tried that code and it didnt work! As for the bad beat jackpot, ill have a go! To be honest you are right, prob too tiresome
 

3
Help Me / Re: Bad Beat Jackpot
« on: January 17, 2012, 06:30:05 AM »
Cheers, Magic. Where do I put that code? Is it incorporated within my current formulae?

4
Help Me / Bad Beat Jackpot
« on: January 16, 2012, 04:46:41 PM »
I run a monthly tournament throughout the year (12 tourneys) www.crackingpoker.co.uk And am getting slightly better thanks largley to the TD programme and help from other posts here. Ill be honest, Im as technical as a 7 year old but would really like to jazz up my layout from what I have. I have tried loading other peoples but have realised they must be using the newer 2.6 software, im currently on 2.5.12 (sorry corey). Does anyone have any good layouts I can use? Also Im wondering (a) can my current points formulae  max(1, n - r + 1) + if(n < 11, switch(r, 1,3, 2, 2, 3, 1), switch(r, 1, 8, 2, 6, 3, 4, 4, 2)) be tweaked a bit to show that the player of the year need only count 10 out of 12 tourneys to qualify and (b) is there anyway to add some sort of bad beat jackpot stats?

5
Templates, Layouts and Sounds / Re: EPL layout
« on: January 01, 2012, 03:05:23 PM »
Hi guys, I tried to save that template but when i opened the file it came up on TD as a blank white screen! Any hints why, it did say some of the components were not compatible but I dont know which ones.

6
Help Me / Re: Will my current tournament saves be ok?
« on: November 15, 2011, 03:02:57 PM »
Will the new version ask me for a license key? I know I deleted that email a while ago!

7
Help Me / Will my current tournament saves be ok?
« on: November 13, 2011, 04:13:10 PM »
I am currently running version 2.5.12 and want to know if I download the new version will my current tournaments still be accessable? We are 10 months into a season and dont want to lose anything or mess anything up :(

8
Help Me / Re: Hitman points
« on: January 25, 2011, 02:25:13 PM »
Also, (sorry forgot to add) in the "points recieved for rebuy" I have put -0.25pts, will this definately deduct that amount of points?

9
Help Me / Re: Hitman points
« on: January 25, 2011, 02:14:16 PM »
So knock 8 people out and get extra 2 points! Also will the TD add these hit points to the points already awarded for places finished?

10
Help Me / Hitman points
« on: January 25, 2011, 01:50:37 PM »
Hi,
Just a query about the hitman option. On the game tab there is an option for "points for hit". In a rebuy and addon tourney like mine, how many hits does that count for? For example I have allocated 0.25 pts per hit, if I knock someone out and they rebuy and then knock them out completely in the freezout, do I get 2 x 0.25pts?

11
Nice magic, thanks

12
Help Me / Re: Points
« on: January 18, 2011, 03:53:44 PM »
Hi,
I was messing around with the programme and realised my glaring mistake! Regarding points.... on the game tab it gives you the option to award players for buy-in also for hitman and add-ons and should also allow me to put a negative number -.25 for example when someone has to rebuy! Saves having to input any formula.

13
I read a post earlier and Corey you touched on this, what statistics actually make up the TD score? Is there a list somewhere and can this be changed. God this is a good programme but my child like brain wont let me understand it all yet...

14
Help Me / Re: Points
« on: January 18, 2011, 01:48:06 PM »
Thanks Corey, can the end of that formula be changed to add .25 instead of 5 full points? Oh and would the same apply if someone rebuys... example +if(nr+1, 0.25) and if this would work what would have to be added to the forula if someone bought in 2 or 3 or more times??

15
Help Me / Re: Points
« on: January 18, 2011, 10:19:04 AM »
Thanks Magic, ill give it a test whirl and let you know how it works, i take I can change the points in the edit player function to - and say .25!

Pages: [1] 2