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
Jump to: navigation, search
Line 32: Line 32:
 
     <td>Your firemaking XP</td>
 
     <td>Your firemaking XP</td>
 
     <td>
 
     <td>
     <input type="text" id="curxp" name="skill-xp" placeholder="Your XP..">
+
     <input type="text" id="curxp" name="skill-xp" placeholder="Your XP.." oninput="myFunction()">
 
  </td>
 
  </td>
 
<tr>
 
<tr>
 
     <td>Target XP</td>
 
     <td>Target XP</td>
 
     <td>
 
     <td>
     <input type="text" id="tarxp" name="skill-xp" placeholder="Target XP.." oninput="myFunction()">
+
     <input type="text" id="tarxp" name="skill-xp" value="200000000" oninput="myFunction()">
 
  </td>
 
  </td>
 
</table>
 
</table>

Revision as of 20:43, 18 January 2018

Test page from Cypher to make the build-in XP Calculator


Test Firemaking Tables:

Your firemaking XP
Target XP
Level Name Amount XP
1 Regular log Dynamic input
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