lucas668
|
  |
| Joined: 18 Jun 2008 |
| Total Posts: 6183 |
|
|
| 06 Jul 2011 07:01 PM |
What's the formula? I MUST KNOW!
It said I was level 86...
It uses Miked's BC Formula, that's all I know.
On topic: I been working on my point-and-click adventure game all day and finally got the Gui intro done.... I didn't write hardly ANY code! My Lua skillz feel unused...
|
|
|
| Report Abuse |
|
|
|
| 06 Jul 2011 07:03 PM |
"I didn't write hardly ANY code!"
Learn your double negatives, son. That would mean you wrote a lot of code. |
|
|
| Report Abuse |
|
|
lucas668
|
  |
| Joined: 18 Jun 2008 |
| Total Posts: 6183 |
|
| |
|
| |
|
|
| 06 Jul 2011 07:15 PM |
| Clockwork's calculator is using a slightly edited version of the BC formula by miked. It is available on the ROBLOX HQ site. |
|
|
| Report Abuse |
|
|
lucas668
|
  |
| Joined: 18 Jun 2008 |
| Total Posts: 6183 |
|
|
| 06 Jul 2011 08:01 PM |
| Thanks, butI know where it's at. I just wanted the formula for it. =3 |
|
|
| Report Abuse |
|
|
Oysi
|
  |
| Joined: 06 Jul 2009 |
| Total Posts: 9058 |
|
| |
|
SDuke524
|
  |
| Joined: 29 Jul 2008 |
| Total Posts: 6267 |
|
| |
|
Bubby4j
|
  |
| Joined: 25 Dec 2008 |
| Total Posts: 1831 |
|
|
| 07 Jul 2011 09:32 AM |
| @bunny ahem, I'm from Texas. |
|
|
| Report Abuse |
|
|
|
| 07 Jul 2011 09:35 AM |
| Bubby, you joined on Christmas? |
|
|
| Report Abuse |
|
|
Quenty
|
  |
| Joined: 03 Sep 2009 |
| Total Posts: 9316 |
|
|
| 07 Jul 2011 10:00 AM |
| I wonder... isn't that what the join date says? |
|
|
| Report Abuse |
|
|
|
| 07 Jul 2011 10:10 AM |
| dat calculator fails it gives more levels if youre a noob who accepts all fr's D: |
|
|
| Report Abuse |
|
|
lucas668
|
  |
| Joined: 18 Jun 2008 |
| Total Posts: 6183 |
|
|
| 07 Jul 2011 08:26 PM |
| It said I was level 89 l0l0l0l0l |
|
|
| Report Abuse |
|
|
|
| 07 Jul 2011 09:02 PM |
Why nawt make jur own formula?
Off-Topic: Hai lucas :D |
|
|
| Report Abuse |
|
|
lucas668
|
  |
| Joined: 18 Jun 2008 |
| Total Posts: 6183 |
|
| |
|
| |
|
cymru72
|
  |
| Joined: 26 Jan 2008 |
| Total Posts: 4362 |
|
|
| 08 Jul 2011 04:54 AM |
function calculate() {
placevisits = document.forms[0].visits.value * 1
months = document.forms[0].months.value * 1
profs = document.forms[0].profs.value * 1
friends = document.forms[0].friends.value * 1
kos = document.forms[0].kos.value * 1
wos = document.forms[0].wos.value * 1
posts = document.forms[0].posts.value * 1
building = 50 * ((-1/((1.2*placevisits/25000)+1)+1))
time = 15 * ((-1/((1*months)+0.4)+1))
prof = 15 * ((-1/((profs/10000)+1)+1))
pop = 10 * ((-1/((friends/100)+1)+1))
fight = 10 * (((-1/((kos/90)+1)+1))-((-1/((wos/1400)+1)+1)))
forum = 5 * ((-1/((posts/75)+1)+1))
document.forms[0].result.value = Math.round(building + time + prof + pop + fight + forum) + 3
if(document.forms[0].result.value > 99) document.forms[0].result.value = 99
if(document.forms[0].result.value < 0) document.forms[0].result.value = 0
} |
|
|
| Report Abuse |
|
|
HatHelper
|
  |
 |
| Joined: 02 Mar 2009 |
| Total Posts: 46305 |
|
|
| 08 Jul 2011 04:55 AM |
http://www.roblox.com/Clockworks-Calculator-GUI-item?id=43937643 beat |
|
|
| Report Abuse |
|
|