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 Cypher"
From RuneGlory
Suffer Pl0x (talk | contribs) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 86: | Line 86: | ||
function applyBonuses(xp) { | function applyBonuses(xp) { | ||
/* Boolean checks for calculations */ | /* Boolean checks for calculations */ | ||
− | var ftfc = | + | var ftfc = 1; |
− | var | + | var donorc = 1; |
− | + | var bxpc = 0; | |
− | + | var typec = 1; | |
− | + | var brawlc = 1; | |
− | var | ||
− | var | ||
− | var | ||
if (document.getElementById("ftf1").checked){ | if (document.getElementById("ftf1").checked){ | ||
− | ftfc = 1; | + | ftfc = 1.25; |
} | } | ||
if (document.getElementById("brawl1").checked){ | if (document.getElementById("brawl1").checked){ | ||
− | brawlc = | + | brawlc = 2; |
} | } | ||
if (document.getElementById("donor1").checked){ | if (document.getElementById("donor1").checked){ | ||
− | + | donorc = 1.75; | |
} | } | ||
if (document.getElementById("donor2").checked){ | if (document.getElementById("donor2").checked){ | ||
− | + | donorc = 2; | |
} | } | ||
if (document.getElementById("donor3").checked){ | if (document.getElementById("donor3").checked){ | ||
− | + | donorc = 2.1; | |
} | } | ||
if (document.getElementById("bxp1").checked){ | if (document.getElementById("bxp1").checked){ | ||
− | + | bxpc = 2; | |
} | } | ||
if (document.getElementById("type1").checked){ | if (document.getElementById("type1").checked){ | ||
− | + | typec = 3; | |
} | } | ||
if (document.getElementById("type2").checked){ | if (document.getElementById("type2").checked){ | ||
− | + | typec = 5; | |
} | } | ||
− | return(Math.floor((xp | + | return(Math.floor((xp*(ftfc*donorc*brawlc))+(xp*bxpc))/typec) |
− | |||
− | |||
} | } | ||
Latest revision as of 23:33, 2 March 2018
Test page from Cypher to make the build-in XP Calculator
Test Firemaking Tables:
Your firemaking XP | |
---|---|
Target XP | |
Account Type | Regular Ironman Hardcore ironman |
Use knowledge totem | No totem Regular Donator Super Donator Extreme Donator |
Bonus days | No bonus days Bonus days (1st-5th) |
Brawlers | No brawlers Brawlers |
Bonus XP | No Bonus XP Bonus XP |
Skilling points you'll obtain:
Level | Name | # required | Coins made | # of brawlers | Skillpoint cost | # of inventories |
---|---|---|---|---|---|---|
1 | Regular log | |||||
15 | Oak log | |||||
30 | Willow log | |||||
45 | Maple log | |||||
60 | Yew log | |||||
75 | Magic log |