Author |
Message |
kevinkap
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Apr 22, 2006
Posts: 356
|
Posted:
Fri Apr 06, 2007 6:10 pm |
|
I was wondering if anyone can tell me how to set up a calculation for player headings in the nuke league module. Their forum has changed a couple times and is not responsive now and in a language I can not understand.
Thanks, Kevin |
_________________ Kevin Kappes
Last edited by kevinkap on Sun Apr 08, 2007 8:08 pm; edited 1 time in total |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sat Apr 07, 2007 8:37 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Apr 08, 2007 8:08 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
elnegro
Hangin' Around
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Aug 25, 2006
Posts: 34
Location: Verona (ITALY)
|
Posted:
Mon Apr 09, 2007 12:33 am |
|
kevinkap wrote: | I was wondering if anyone can tell me how to set up a calculation for player headings in the nuke league module. |
Hi Kevin, calculations for player headings are the same of calculations for standings headings. The main problem is that these calculations are bugged in version 2.3, instead they work in the right way in the 2.4 version (which is still in beta).
HTH and sorry for my english.
---
Bye, Luca
Nukeleague developer |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Apr 09, 2007 5:09 am |
|
Hello, I am using 2.4b5. Can you give me an example please. This is what I am wanting to do. I have a basketball league set up. I want to take the # of shots and the # of makes and calculate the shooting % if that makes since.
Thanks! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
elnegro
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Apr 09, 2007 4:01 pm |
|
I presume that shots are in column 1 and makes are in column 2 so in column 3 you'll write:
Code:round(col2/(col1+0.0001), 2)
|
I write (col1+0.0001) to avid division by zero and then I use round not to have too many decimals after the point
HTH
---
Bye, Luca
Nukeleague Developer |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Apr 09, 2007 4:11 pm |
|
thanks, that makes since. I had posted on your forums, but did not get a reply, plus they are in a language I cannot make out. I wish Joulbert's old site was still up as there was a lot of good info in the forums there.
Are you guys working on the script any?
Thanks! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
elnegro
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Apr 09, 2007 10:08 pm |
|
kevinkap wrote: | I wish Joulbert's old site was still up as there was a lot of good info in the forums there. |
The old site was mantained by a guy which left it unmantained for a long time and each Joubert and me werent able to "backup" all the infos that were into there.
Quote: | Are you guys working on the script any? |
Joubert, no. And I am working on it in my spare time.
---
Bye, Luca
Nukeleague Developer |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|