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 - Danswa

Pages: [1]
1
Templates, Layouts and Sounds / My Layout...
« on: April 04, 2017, 06:51:19 PM »
Had a lot of fun figuring out how to change the design layout and have one I am pretty happy with now.  Although...now I know the possibilities...I'm sure it will change.

What do you guys think of this?

Oh...and don't laugh at the prizes...lol  I only bought in 2 players to test it.




2
Help Me / Re: Help with a league points system?
« on: January 31, 2013, 08:02:01 PM »
Got it working...works great!  Thanks man!

Any recommendations for best/easiest sites to export individual tourneys and a running leaderboard?  I read a little on here and I know I could probably just export to an excel file and publish it as HTML to my own domain, but not sure I wanna invest in a hosting server.  I saw in the Manual about DIYPoker and others, but I'm not familiar with those sites.

3
Help Me / Re: Help with a league points system?
« on: January 22, 2013, 07:01:57 PM »
Any suggestions on what to add for 1st-3rd?

Also...what if I do a bouble point tourney?  How can I make it automatically double the points?

These equations are confusing!

4
Help Me / Re: Help with a league points system?
« on: January 22, 2013, 04:10:33 PM »
So CLOSE!  Missed that for R= 3 to 9 need to specify that it is r>3  See CHANGES IN RED below...got it to work accurately through 4th place, but 1-3 got screwed up???

assign("half", ceil(n / 2));
10 + if((r <= half) and (r > 9), 10 + (half - r)) + if((r < 10) and ( r > 3), 20 + (half - 10) + (9 - r) * 5) THIS WORKED UP TO HERE, BUT THE "SWITCH" PART DIDN'T WORK FOR TOP 3?  AND I COULDN'T FIGURE IT OUT?

I think my brain short-circuited at this point...lol

Thanks so much for your help...this is really cool!

5
Help Me / Help with a league points system?
« on: January 21, 2013, 05:00:46 PM »
Hi there...I as so happy to see that this software has a League Setting, but I am not sure how to set up the points system?

I do a tournament series (about 20 tourneys) with 27-30 players each.  Each player gets 10 points for playing, if they get past 50% of the field (top 13 players) they get an additional 10 points+1 point for each player they outlast after that until the final table (9 players).  (so 13th out gets 20 pts, 12 gets 21, 11 gets 22pts, 10 gets 23pts) Each of the final 9 get an additional 10 points and 5 more points for each player they outlast (9th gets 33pts, 8th gets 38pts, etc) until the final 3.  3rd gets an additional 10, 2nd gets an additional 20 and 1st gets an additional 45 pts.

Not sure what the variables are or how to use them, but I an thing something like this?

if Place Finished is >(TotalPlayers/2), Points=10; If Place Finished is <=(Total Players/2) and >9, Points=20+[(TotalPlayers/2)-Place Finished]; If Place Finished is <=9 and >3, Points=10place points+5(9-Place finished); If PlaceFinished=3, points=4th Place points+10; If PlaceFinished=2, Points=3rd Place Points+10, if PlaceFinished=1 Points=2nd PlacePoints+25)

Or something like that?  Thanks for any help you can give me!

Dan

Pages: [1]