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
Jump to: navigation, search
m (Protected "Main page/Skill Calculator Prototype" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])
Line 21: Line 21:
 
Test Firemaking Tables:
 
Test Firemaking Tables:
 
</h2>
 
</h2>
 
<input type="hidden" id="reglog" value="1781">
 
<input type="hidden" id="oak" value="2250">
 
<input type="hidden" id="willow" value="3076">
 
<input type="hidden" id="maple" value="4125">
 
<input type="hidden" id="yew" value="5000">
 
<input type="hidden" id="magic" value="6000">
 
 
<input type="hidden" id="coinreglog" value="375">
 
<input type="hidden" id="coinoak" value="375">
 
<input type="hidden" id="coinwillow" value="375">
 
<input type="hidden" id="coinmaple" value="375">
 
<input type="hidden" id="coinyew" value="375">
 
<input type="hidden" id="coinmagic" value="375">
 
  
 
<table>
 
<table>
  <tr>
 
    <td>Your character</td>
 
    <td> <img id="firemaking" src="https://imgur.com/baIMjWJ.gif">&nbsp;
 
    <input type="text" id="playername" name="players-name" placeholder="Your characters name" oninput="myFunction()"> &nbsp;<img id="firemaking" src="https://imgur.com/baIMjWJ.gif">
 
</td>
 
 
   <tr>
 
   <tr>
 
     <td>Your firemaking XP</td>
 
     <td>Your firemaking XP</td>
Line 70: Line 51:
 
<script>
 
<script>
  
function FunctionURLencode(){
+
const regularLogXp = 1781;
 
+
const oakLogXp = 2250;
var url = "https://www.etherumps.com/highscores/user/";
+
const willowLogXp = 3076;
var lasturl = "/1";
+
const mapleLogXp = 4125;
var playername = document.getElementById("playername").value;
+
const yewLogXp = 5000;
 +
const magicLogXp = 6000;
  
var MadeUrl = [url + playername + lasturl]
+
const regularLogCoin = 375;
 
+
const oakLogCoin = 375;
    var uri = MadeUrl;
+
const willowLogCoin = 375;
    var res = encodeURI(uri);
+
const mapleLogCoin = 375;
    document.getElementById("urlencoded").innerHTML = res;
+
const yewLogCoin = 375;
 
+
const magicLogCoin = 375;
}
 
  
 
function myFunction() {
 
function myFunction() {
 
// Getting values of xps
 
    var x = document.getElementById("curxp").value;
 
    var y = document.getElementById("tarxp").value;
 
    var magic = document.getElementById("magic").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;
 
 
// Gettting values of coins made
 
    var coinsmagic = document.getElementById("coinmagic").value;
 
    var coinsyew = document.getElementById("coinyew").value;
 
    var coinsmaple = document.getElementById("coinmaple").value;
 
    var coinswillow = document.getElementById("coinwillow").value;
 
    var coinsoak = document.getElementById("coinoak").value;
 
    var coinsreglog = document.getElementById("coinreglog").value;
 
 
   
 
   
 
// Calculate XP   
 
// Calculate XP   

Revision as of 06:14, 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 Regular Donator Super Donator Extreme Donator
Bonus days No bonus days Bonus days (1st-5th)
Experience needed:
Skilling points you'll obtain:
Level Name Amount Coins made With Brawlers With Totem Brawerls & Totem
1 Regular log
15 Oak log
30 Willow log
45 Maple log
60 Yew log
75 Magic log