From RuneGlory
Line 53: | Line 53: | ||
<script> | <script> | ||
function myFunction() { | function myFunction() { | ||
+ | |||
+ | // Getting values of xps | ||
var x = document.getElementById("curxp").value; | var x = document.getElementById("curxp").value; | ||
var y = document.getElementById("tarxp").value; | var y = document.getElementById("tarxp").value; | ||
Line 61: | Line 63: | ||
var oak = document.getElementById("oak").value; | var oak = document.getElementById("oak").value; | ||
var reglog = document.getElementById("reglog").value; | var reglog = document.getElementById("reglog").value; | ||
+ | |||
+ | // Gettting values of coins made | ||
+ | var coinmagic = document.getElementById("coinmagic").value; | ||
+ | var coinyew = document.getElementById("coinyew").value; | ||
+ | var coinmaple = document.getElementById("coinmaple").value; | ||
+ | var coinwillow = document.getElementById("coinwillow").value; | ||
+ | var coinoak = document.getElementById("coinoak").value; | ||
+ | var coinreglog = document.getElementById("coinreglog").value; | ||
document.getElementById("magicr").innerHTML = Math.ceil((y - x)/magic); | document.getElementById("magicr").innerHTML = Math.ceil((y - x)/magic); |
Revision as of 17:49, 19 January 2018
Test page from Cypher to make the build-in XP Calculator
Test Firemaking Tables:
Your firemaking XP | |
Target XP |
Skilling points you'll obtain:
Level | Name | Amount | Coins made |
1 |
![]() |
Dynamic input | |
15 |
![]() |
Dynamic input | |
30 |
![]() |
Dynamic input | |
45 |
![]() |
Dynamic input | |
60 |
![]() |
Dynamic input | |
75 |
![]() |
Dynamic input |