All times are UTC - 6 hours




Post new topic Reply to topic   Page 1 of 1
 [ 6 posts ] 
Author Message

 Post subject: Dragon Bone HTML Calc
PostPosted: October 13th, 2006, 3:57 pm 
Page
Page
User avatar

Joined: June 21st, 2006, 10:17 am
Posts: 16
Status: Offline
READ ALL BEFORE JUDGING ANYTHING PLEASE!

CLICK HERE TO VIEW CALC

Okay so you want to raise alot of prayer levels and dont want to waste time on noob bones right?

I made a simple html ( and javascript ) based calculator.

How it works:
Enter the number of dragon bones you want or the max you can afford or whatever you want.

If nothing happens keep the textbox selected and push ENTER however it should automaticly update.

It will then tell you Total XP With Ecto Fungus Total XP Without Ectofungus Total Price (2500ea)

I hope this can be accepted into runevillage (Special Features?) so it can help people.

Worried about the site? Here is it's source ( copyrighted )

<html>
<head>
<script type="text/javascript">
function convert(dragbones)
{
if (dragbones=="bones")
{
xp=document.getElementById("bones").value *288
document.getElementById("xp").value=Math.round(xp)
price=document.getElementById("bones").value *2500
document.getElementById("price").value=price + "GP"
xp2=document.getElementById("bones").value *72
document.getElementById("xp2").value=Math.round(xp2)
}
else   
{
bones=(document.getElementById("xp").value /288)
document.getElementById("bones").value=Math.round(bones)

(document.getElementById("xp2").value /72)
document.getElementById("bones").value=Math.round(bones)
}
}
</script>
</head>

<body>
<p></p><b>DRAGON BONE ECTOFUNGUS XP CALCULATOR</b>
<br><b>Enter the total amount of bones in the first field below:</b></p>
<form>
<b>Number Of Bones:</b><br />
<input id="bones" name="bones" onkeyup="convert('bones')"><br />
<br /> <b>Total XP With Ecto Fungus:</b><br />
<input id="xp" name="xp" onkeyup="convert('xp')"><br /><b>Total XP Without Ectofungus:</b><br />
<input id="xp2" name="xp2" onkeyup="convert(xp2)">
<br><b>Total Price: (2500ea)</b><br><input id="price" name="price" onkeyup="convert(price)">
</form>
<br><font size="0">Copyright (c) Joshua090909 all right reserved</font>
</body>
</html>

__________________
Image


Top
 Profile WWW 
 

 Post subject:
PostPosted: October 13th, 2006, 11:22 pm 
Village Elder
Village Elder

Joined: January 1st, 2003, 2:25 pm
Posts: 273
Location: Florida :)
Status: Offline
Changed my mind. If you want to keep this i will put it in the Tech Forum

But there is no need to post Calculator Submissions.

I still don't know whats allowed .. but it will be there for now...





But it is a nice Calculator for a beginner :)


Top
 Profile
 

 Post subject:
PostPosted: October 14th, 2006, 1:19 am 
Tweaking all the time
Staff Elder
Staff Elder
User avatar

Joined: July 5th, 2003, 7:13 am
Posts: 8,699
Location: Flanders (northern Belgium)
Gender: Male
Status: Offline

Donor: Knight (2012)
Friend of Hiker
*Moves it back to the Submissions forum as it was a submission of a calculator ;) *

joshua090909, it's a decent calculator, though I wouldn't really want to have a seperate calculator for everything...
There is already a skill calculator on the site and in the prayer section (link) I have already included the ectofuntus grinding. The only thing I didn't include is the price of the bones, for the simple reason that these prices change more often than the globe rotates around the sun :P

Do you think I should change that calculator in such a way that it also updates the way yours updates?

(oh and btw, because we already have a calculator about it on the site, we're not going to put it online of course :? I'm sorry...)

- Greetz Glodenox :cheese:

__________________
XML, SOAP, XSLT, JavaScript, SQL, Java, CSS, PHP, Scheme, JSP, C#, ASP.NET, VB.NET, PL/SQL, Visual Basic 6.0, C/AL and C (sorted well to less known).


Last edited by Glodenox on October 15th, 2006, 2:38 pm, edited 1 time in total.
Top
 Profile WWW 
 

 Post subject:
PostPosted: October 14th, 2006, 3:12 pm 
Village Elder
Village Elder

Joined: January 1st, 2003, 2:25 pm
Posts: 273
Location: Florida :)
Status: Offline
Gled, that's the reason i moved it.. Since they don't need a Calc atleast maybe someone could give him recommendations in the tech forum?
But its ok here i guess


Top
 Profile
 

 Post subject:
PostPosted: October 14th, 2006, 4:45 pm 
Village Elder
Village Elder
User avatar

Joined: July 8th, 2003, 1:32 pm
Posts: 3,183
Location: The Netherlands
Gender: Male
Status: Offline

Donor: Guardian (2006)
Well your not actually suppose to mod this forum, unless theres serious spammage going on :wink:

-Lord Thief


Top
 Profile
 

 Post subject:
PostPosted: October 15th, 2006, 9:34 pm 
Page
Page
User avatar

Joined: June 21st, 2006, 10:17 am
Posts: 16
Status: Offline
Sorry i havnt been on for a few days, i understand what you are saying. It would be cool for it to show the price but it does change alot , i just took the median.

__________________
Image


Top
 Profile WWW 
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  Page 1 of 1
 [ 6 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 38 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to:  

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
The Village and this web site are © 2002-2012

ThePub 2.0 - Designed by Goten & Jackstick. Coded by Glodenox & Henner.
With many thanks to the Website Team!