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 31: | Line 31: | ||
<th>Target XP</td> | <th>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" maxlength="9" value="200000000"> <img id="firemaking" src="https://imgur.com/baIMjWJ.gif"> | + | <input type="text" id="tarxp" name="skill-xp" onkeyup="func2()" maxlength="9" value="200000000"> <img id="firemaking" src="https://imgur.com/baIMjWJ.gif"> |
</td> | </td> | ||
<tr> | <tr> | ||
Line 54: | Line 54: | ||
if (document.getElementById("curxp").value > 200000000) { | if (document.getElementById("curxp").value > 200000000) { | ||
//alert("reached max limit"); | //alert("reached max limit"); | ||
− | document.getElementById("curxp").value = "Invalid amount | + | document.getElementById("curxp").value = "Invalid amount, but I'll calculate!"; |
+ | } | ||
+ | } | ||
+ | |||
+ | function func2() { | ||
+ | if (document.getElementById("tarxp").value > 200000000) { | ||
+ | //alert("reached max limit"); | ||
+ | document.getElementById("tarxp").value = "Invalid amount, but I'll calculate!"; | ||
} | } | ||
} | } |
Revision as of 10:32, 17 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 | # required | Coins made | # of brawlers | Skillpoint cost | # of inventories |
---|---|---|---|---|---|---|
1 |
![]() |
|||||
15 |
![]() |
|||||
30 |
![]() |
|||||
45 |
![]() |
|||||
60 |
![]() |
|||||
75 |
![]() |