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/Skill Calculator Prototype"
From RuneGlory
Line 26: | Line 26: | ||
<td>Your firemaking XP</td> | <td>Your firemaking XP</td> | ||
<td> <img id="firemaking" src="https://imgur.com/baIMjWJ.gif"> | <td> <img id="firemaking" src="https://imgur.com/baIMjWJ.gif"> | ||
− | <input type="text" id="curxp" name="skill-xp" placeholder="Your XP | + | <input type="text" id="curxp" name="skill-xp" placeholder="Your XP"> <img id="firemaking" src="https://imgur.com/baIMjWJ.gif"> |
</td> | </td> | ||
<tr> | <tr> | ||
<td>Target XP</td> | <td>Target XP</td> | ||
<td> <img id="firemaking" src="https://imgur.com/baIMjWJ.gif"> | <td> <img id="firemaking" src="https://imgur.com/baIMjWJ.gif"> | ||
− | <input type="text" id="tarxp" name="skill-xp" value="200000000 | + | <input type="text" id="tarxp" name="skill-xp" value="200000000"> <img id="firemaking" src="https://imgur.com/baIMjWJ.gif"> |
</td> | </td> | ||
<tr> | <tr> | ||
Line 50: | Line 50: | ||
<script> | <script> | ||
− | + | document.getElementById("curxp").oninput = function() {myFunction()}; | |
− | + | document.getElementById("tarxp").oninput = function() {myFunction()}; | |
− | |||
const regularLogXp = 1781; | const regularLogXp = 1781; | ||
Line 69: | Line 68: | ||
function myFunction() { | function myFunction() { | ||
+ | |||
+ | var x = document.getElementById("curxp").value; | ||
+ | var y = document.getElementById("tarxp").value; | ||
+ | |||
// Calculate XP | // Calculate XP |
Revision as of 06:30, 16 February 2018
Test page from Cypher to make the build-in XP Calculator
Test Firemaking Tables:
Your firemaking XP | ![]() ![]() |
Target XP | ![]() ![]() |
Use knowledge totem |
No totem
![]() ![]() ![]() |
Bonus days | No bonus days Bonus days (1st-5th) |
Skilling points you'll obtain:
Level | Name | Amount | Coins made | With Brawlers | With Totem | Brawerls & Totem |
1 |
![]() |
|||||
15 |
![]() |
|||||
30 |
![]() |
|||||
45 |
![]() |
|||||
60 |
![]() |
|||||
75 |
![]() |