Welcome to the RuneGlory Wiki, where we do our best to make your life easier!
You can use the search menu on the right side of the wiki (or at the bottom if you are on mobile) to search for the page you are looking for. The most popular pages can be found on the right side of the wiki aswell (or again at the bottom if you are on mobile).
Difference between revisions of "Main page/Test Cypher3"
From RuneGlory
Line 22: | Line 22: | ||
</h2> | </h2> | ||
− | |||
<input type="hidden" id="reglog" value="1781"> | <input type="hidden" id="reglog" value="1781"> | ||
<input type="hidden" id="oak" value="2250"> | <input type="hidden" id="oak" value="2250"> | ||
Line 30: | Line 29: | ||
<input type="hidden" id="magic" value="6000"> | <input type="hidden" id="magic" value="6000"> | ||
− | + | <input type="hidden" id="coinreglog" value="1200"> | |
− | <input type="hidden" id="coinreglog" value=" | + | <input type="hidden" id="coinoak" value="1800"> |
− | <input type="hidden" id="coinoak" value=" | + | <input type="hidden" id="coinwillow" value="2100"> |
− | <input type="hidden" id="coinwillow" value=" | + | <input type="hidden" id="coinmaple" value="2400"> |
− | <input type="hidden" id="coinmaple" value=" | + | <input type="hidden" id="coinyew" value="2700"> |
− | <input type="hidden" id="coinyew" value=" | + | <input type="hidden" id="coinmagic" value="3000"> |
− | <input type="hidden" id="coinmagic" value=" | ||
<table> | <table> | ||
Line 70: | Line 68: | ||
var coinwillow = document.getElementById("coinwillow").value; | var coinwillow = document.getElementById("coinwillow").value; | ||
var coinoak = document.getElementById("coinoak").value; | var coinoak = document.getElementById("coinoak").value; | ||
− | var | + | var coinsreglog = document.getElementById("coinreglog").value; |
// Calculate XP | // Calculate XP | ||
Line 79: | Line 77: | ||
document.getElementById("oakr").innerHTML = Math.ceil((y - x)/oak); | document.getElementById("oakr").innerHTML = Math.ceil((y - x)/oak); | ||
document.getElementById("reglogr").innerHTML = Math.ceil((y - x)/reglog); | document.getElementById("reglogr").innerHTML = Math.ceil((y - x)/reglog); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
document.getElementById("xpneeded").innerHTML = (y - x); | document.getElementById("xpneeded").innerHTML = (y - x); | ||
document.getElementById("spobtained").innerHTML = Math.floor((y - x)/500000)*3; | document.getElementById("spobtained").innerHTML = Math.floor((y - x)/500000)*3; | ||
+ | |||
+ | document.getElementById("coinsmadereglog").innerHTML = (Math.ceil((y - x)/reglog))*coinsreglog; | ||
+ | |||
} | } | ||
</script> | </script> | ||
Line 107: | Line 100: | ||
<img id="next" src="https://i.imgur.com/V5hKi9L.png"> Regular log </td> | <img id="next" src="https://i.imgur.com/V5hKi9L.png"> Regular log </td> | ||
<td id="reglogr"> </td> | <td id="reglogr"> </td> | ||
− | <td id=" | + | <td id="coinsmadereglog"> </td> |
</tr> | </tr> | ||
<tr> | <tr> |
Revision as of 18:16, 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 | Regular log | ||
15 | Oak log | Dynamic input | |
30 | Willow log | Dynamic input | |
45 | Maple log | Dynamic input | |
60 | Yew log | Dynamic input | |
75 | Magic log | Dynamic input |