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.


Topics - badbeat feva

Pages: [1]
1
Help Me / check my formula pleeeeaaassse
« on: January 28, 2009, 04:24:28 AM »
Hi ive been reading the forums trying to figure out my formula and im pretty close....dummy at this programming so desperatly need help if possible.
 
if(inLeague, (leagueRank < 37, 25, 0) + if(leagueRank < 31, 50, 0) + if(leagueRank < 25, 25, 0) + if(leagueRank < 19, 25, 0) + if(leagueRank < 13, 50, 0) + if(leaguerank < 7, 50, 0) + if(leagueRank < 6, 50, 0) + if(leagueRank < 5, 50, 0) + if(leagueRank = 3, 100, 0) + if(leaguerank = 2, 250, 0) + if(leagueRank = 1, 450, 0))

 if I  change a players membership status of player, the top points (750) will be awarded according to the 1st place member of a league, (we play with non league members also) exactly what I want, EXCEpt : it only works from ranking 2 thru X (doesnt matter how many ppl play). 1st ranked player only gets 300 if i make him a league member, but any other ranking gets correct points.   eg...... after I save tourney, I remove all players from the league. Any player that I chose to be back in the league (as long as he was playing that game) and hes ranked 2 through say 24, the 750 will be awarded correctly. If I make the 1rst ranked player a league member, he only gets 300. Im assuming that theres a better shorter formula, but hey this is tough stuff for me...lol and there are some very clever ppl on this forum...great software ....thanks in advance

2
Help Me / help with league points
« on: January 25, 2009, 12:49:44 PM »
Hi everyone..i am a newbie and need some help please....my tourney that I host is a fun league, it goes every Monday for 12 weeks with top 2 going to final table on 13th week, prizes are donated by the pub we are playing at. No need to track points in this format, however I want to start a member buy in, where as anyone wishing to buy in at beginning of season will get extra prizes at the end of 12 weeks. In this format I need to track the points for members only as only members can win these extras. Members and non members will be playing along with each other and I wanted to use this formula for points :

if(r < 41, 25, 0) + if(r < 31, 25, 0) + if(r < 20, 50, 0) + if(r < 13, 50, 0) + if(r < 7, 50, 0) + if(r < 6, 50, 0) + if(r < 5, 50, 0) + if(r = 3, 100, 0) + if(r = 2, 250, 0) + if(r = 1, 450, 0)

so if a paying member placed 4th, and 1 2 3 were non members, 1 and 2 would go to final table on 13th week, 3rd gets nothing and I need that 4th placed member to get the 750 points for first and the 2nd placed member (finishing say 6th) to get the 2nd place points and so on...does this make sense and is it possible? Ive been playing with the inLeague variable but am stumped....Thanks in advance for any help.....Mike

Pages: [1]