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 21: Line 21:
 
Test Firemaking Tables:
 
Test Firemaking Tables:
 
</h2>
 
</h2>
<input type="hidden" id="log" value="1781">
+
<input type="hidden" id="reglog" value="1781">
 
<input type="hidden" id="oak" value="2250">
 
<input type="hidden" id="oak" value="2250">
 
<input type="hidden" id="willow" value="3076">
 
<input type="hidden" id="willow" value="3076">
Line 47: Line 47:
 
     var magic = document.getElementById("magic").value;
 
     var magic = document.getElementById("magic").value;
 
     var yew = document.getElementById("yew").value;
 
     var yew = document.getElementById("yew").value;
 +
    var maple = document.getElementById("maple").value;
 +
    var willow = document.getElementById("willow").value;
 +
    var oak = document.getElementById("oak").value;
 +
    var reglog = document.getElementById("reglog").value;
 
     document.getElementById("magicr").innerHTML = (y - x)/magic;
 
     document.getElementById("magicr").innerHTML = (y - x)/magic;
 
     document.getElementById("yewr").innerHTML = (y - x)/yew;
 
     document.getElementById("yewr").innerHTML = (y - x)/yew;
 +
    document.getElementById("mapler").innerHTML = (y - x)/maple;
 +
    document.getElementById("willowr").innerHTML = (y - x)/willow;
 +
    document.getElementById("oakr").innerHTML = (y - x)/oak;
 +
    document.getElementById("reglogr").innerHTML = (y - x)/reglog;
 
}
 
}
 
</script>
 
</script>
Line 60: Line 68:
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
     <td> Dynamic input </td>
+
     <td id="reglogr"> </td>
 
     <td>  
 
     <td>  
 
<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>
Line 67: Line 75:
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
     <td> Dynamic input </td>
+
     <td id="oakr"> </td>
 
     <td>  
 
     <td>  
 
<img id="next" src="https://i.imgur.com/3x8RkX7.png">  Oak log </td>
 
<img id="next" src="https://i.imgur.com/3x8RkX7.png">  Oak log </td>
Line 74: Line 82:
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
     <td> Dynamic input </td>
+
     <td id="willowr"> </td>
 
     <td>  
 
     <td>  
 
<img id="next" src="https://i.imgur.com/mBqOisq.png">  Willow log </td>
 
<img id="next" src="https://i.imgur.com/mBqOisq.png">  Willow log </td>
Line 81: Line 89:
 
   </tr>
 
   </tr>
 
   <tr>
 
   <tr>
     <td> Dynamic input </td>
+
     <td id="mapler"> </td>
 
     <td>  
 
     <td>  
 
<img id="next" src="https://i.imgur.com/hU5Yezt.png">  Maple log </td>
 
<img id="next" src="https://i.imgur.com/hU5Yezt.png">  Maple log </td>

Revision as of 19:38, 18 January 2018

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


Test Firemaking Tables:

Your firemaking XP
Target XP
Amount required Name Level XP
Regular log 1 Dynamic input
Oak log 15 Dynamic input
Willow log 30 Dynamic input
Maple log 45 Dynamic input
Yew log 60 Dynamic input
Magic log 75 Dynamic input