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/Guides/Skill guides/Summoning"
(24 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
− | + | This is the regular Summoning guide, the guide for ironman / hardcore ironman players can be found [https://wiki.etherumps.com/Main_page/Guides/Ironman_%26_Hardcore/Skilling_Guides/_Summoning here.] | |
− | Summoning is a skill that focuses on calling familiars from the Spirit Plane by creating and using summoning pouches. Most [https://wiki. | + | Summoning is a skill that focuses on calling familiars from the Spirit Plane by creating and using summoning pouches. Most [https://wiki.etherumps.com/Main_page/Guides/General_guides/Familiars familiars] are useless but there are a few that make Summoning worth training. |
Summoning operates similarly to Prayer, requiring points to summon familiars and utilise their abilities. Summoning points do not automatically recharge, but they can be recharged by interacting with an Obelisk, or by drinking a summoning or super restore potion. | Summoning operates similarly to Prayer, requiring points to summon familiars and utilise their abilities. Summoning points do not automatically recharge, but they can be recharged by interacting with an Obelisk, or by drinking a summoning or super restore potion. | ||
+ | |||
+ | =Summoning Calculator= | ||
+ | <html> | ||
+ | |||
+ | <head> | ||
+ | <style> | ||
+ | table, | ||
+ | th, | ||
+ | td { | ||
+ | border: 1px solid black; | ||
+ | } | ||
+ | |||
+ | select { | ||
+ | color: white; | ||
+ | width: 100%; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <h2 style="color:white"> | ||
+ | Summoning Calculator: | ||
+ | </h2> | ||
+ | |||
+ | <table width="100%"> | ||
+ | |||
+ | </td> | ||
+ | <th>Your Summoning XP</td> | ||
+ | <td> <img id="prayer" src="https://www.etherumps.com/assets/images/skills/23.png"> | ||
+ | <input type="text" id="curxp" name="skill-xp" maxlength="9" onkeyup="func()" placeholder="Your XP"> | ||
+ | </td> | ||
+ | <tr> | ||
+ | <th>Target XP</td> | ||
+ | <td> <img id="prayer" src="https://www.etherumps.com/assets/images/skills/23.png"> | ||
+ | <input type="text" id="tarxp" name="skill-xp" maxlength="9" onkeyup="func()" value="13034431"> | ||
+ | </td> | ||
+ | |||
+ | <tr> | ||
+ | <th>Bonuses</td> | ||
+ | <td> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <div id="Reg Donator"> | ||
+ | <input type="checkbox" name="Reg Donator" id="reg-donor" onclick="myFunction()" /> Regular Donator Totem<br /> | ||
+ | </div> | ||
+ | <div id="Super Donator"> | ||
+ | <input type="checkbox" name="Super Donator" id="super-donor" onclick="myFunction()" /> Super Donator Totem<br /> | ||
+ | </div> | ||
+ | <div id="Extreme Donator"> | ||
+ | <input type="checkbox" name="extdonor" id="ext-donor" onclick="myFunction()" /> Extreme Donator Totem<br /> | ||
+ | </div> | ||
+ | |||
+ | <div id="1-5 bonus days"> | ||
+ | <input type="checkbox" name="bonus days" id="bonus-days" onclick="myFunction()" /> 1st-5th Bonus Days<br /> | ||
+ | </div> | ||
+ | <div id="Advanced Knowledge Aura"> | ||
+ | <input type="checkbox" name="aura" id="ak-aura" onclick="myFunction()" /> Advanced Knowledge Aura<br /> | ||
+ | </div> | ||
+ | <div id="Advanced Knowledge Aura"> | ||
+ | <input type="checkbox" name="server event" id="event" onclick="myFunction()" /> 25% Skilling Hour<br /> | ||
+ | </div> | ||
+ | <div id="Prestige 20"> | ||
+ | <input type="checkbox" name="prestige" id="prestige" onclick="myFunction()" /> Prestige 20<br /> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </td> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </table> | ||
+ | |||
+ | <script> | ||
+ | function func() { | ||
+ | |||
+ | if (document.getElementById("curxp").value > 200000000) { | ||
+ | //alert("reached max limit"); | ||
+ | document.getElementById("curxp").value = "Invalid Amount!"; | ||
+ | return; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | function Get(urlencoded) { | ||
+ | var Httpreq = new XMLHttpRequest(); // a new request | ||
+ | Httpreq.open("GET", yourUrl, false); | ||
+ | Httpreq.send(null); | ||
+ | return Httpreq.responseText; | ||
+ | |||
+ | var json_obj = JSON.parse(Get(urlencoded)); | ||
+ | //console.log(json_obj.11); | ||
+ | } | ||
+ | |||
+ | document.getElementById("curxp").oninput = function() { | ||
+ | myFunction() | ||
+ | }; | ||
+ | document.getElementById("tarxp").oninput = function() { | ||
+ | myFunction() | ||
+ | }; | ||
+ | var wolfXp= 26; | ||
+ | var dreadfowlXp = 58; | ||
+ | var spiderXp = 78; | ||
+ | var snailXp = 78; | ||
+ | var crabXp = 136; | ||
+ | var mosquitoXp = 299; | ||
+ | var wyrmXp = 201; | ||
+ | var scorpionXp = 539; | ||
+ | var tzXp = 624; | ||
+ | var ratXp = 1313; | ||
+ | var kalphiteXp = 1430; | ||
+ | var compostXp = 318; | ||
+ | var chinXp = 1657; | ||
+ | var batXp = 884; | ||
+ | var badgerXp = 910; | ||
+ | var beaverXp = 370; | ||
+ | var ravagerXp = 383; | ||
+ | var spinnerXp = 383; | ||
+ | var torcherXp = 383; | ||
+ | var shifterXp = 383; | ||
+ | var minotaurXp = 2054; | ||
+ | var antXp = 338; | ||
+ | var macawXp = 468; | ||
+ | var turnipXp = 1196; | ||
+ | var cockatriceXp = 487; | ||
+ | var guthatriceXp = 487; | ||
+ | var saratriceXp = 487; | ||
+ | var zamatriceXp = 487; | ||
+ | var pengatriceXp = 487; | ||
+ | var coraxatriceXp = 487; | ||
+ | var vulatriceXp = 487; | ||
+ | var pyreXp = 1313; | ||
+ | var ironminotaurXp = 2626; | ||
+ | var magpieXp = 539; | ||
+ | var leechXp = 1397; | ||
+ | var terrorbirdXp = 442; | ||
+ | var parasiteXp = 611; | ||
+ | var jellyXp = 3146; | ||
+ | var ibisXp = 637; | ||
+ | var steelminotaurXp = 3198; | ||
+ | var graahkXp = 3254; | ||
+ | var kyattXp = 3256; | ||
+ | var larupiaXp = 3256; | ||
+ | var overlordXp = 3315; | ||
+ | var devilXp = 1742; | ||
+ | var lurkerXp = 708; | ||
+ | var cobraXp = 1794; | ||
+ | var plantXp = 1826; | ||
+ | var toadXp = 565; | ||
+ | var mithminotaurXp = 3770; | ||
+ | var tortXp = 377; | ||
+ | var bunyipXp = 773; | ||
+ | var fruitbatXp = 786; | ||
+ | var locustXp = 858; | ||
+ | var bearXp = 604; | ||
+ | var phoenixXp = 1204; | ||
+ | var golemXp = 4173; | ||
+ | var lobXp = 2112; | ||
+ | var mantisXp = 2138; | ||
+ | var regentXp = 871; | ||
+ | var addyminotaurXp = 4342; | ||
+ | var talonXp = 6597; | ||
+ | var entXp = 884; | ||
+ | var fireXp = 4517; | ||
+ | var mossXp = 4517; | ||
+ | var iceXp = 4517; | ||
+ | var hydraXp = 910; | ||
+ | var dagXp = 2366; | ||
+ | var lavaXp = 4745; | ||
+ | var swampXp = 2424; | ||
+ | var runeminotaurXp = 4914; | ||
+ | var uniXp = 1001; | ||
+ | var geyserXp = 5085; | ||
+ | var wolperXp = 2626; | ||
+ | var abyssalXp = 1059; | ||
+ | var irontitanXp = 2710; | ||
+ | var yakXp = 2735; | ||
+ | var titanXp = 2827; | ||
+ | |||
+ | |||
+ | |||
+ | // ***** Getting current XP & Target Xp ***** | ||
+ | function setup() { | ||
+ | |||
+ | wolfXp= 26; | ||
+ | dreadfowlXp = 58; | ||
+ | spiderXp = 78; | ||
+ | snailXp = 78; | ||
+ | crabXp = 136; | ||
+ | mosquitoXp = 299; | ||
+ | wyrmXp = 201; | ||
+ | scorpionXp = 539; | ||
+ | tzXp = 624; | ||
+ | ratXp = 1313; | ||
+ | kalphiteXp = 1430; | ||
+ | compostXp = 318; | ||
+ | chinXp = 1657; | ||
+ | batXp = 884; | ||
+ | badgerXp = 910; | ||
+ | beaverXp = 370; | ||
+ | ravagerXp = 383; | ||
+ | spinnerXp = 383; | ||
+ | torcherXp = 383; | ||
+ | shifterXp = 383; | ||
+ | minotaurXp = 2054; | ||
+ | antXp = 338; | ||
+ | macawXp = 468; | ||
+ | turnipXp = 1196; | ||
+ | cockatriceXp = 487; | ||
+ | guthatriceXp = 487; | ||
+ | saratriceXp = 487; | ||
+ | zamatriceXp = 487; | ||
+ | pengatriceXp = 487; | ||
+ | coraxatriceXp = 487; | ||
+ | vulatriceXp = 487; | ||
+ | pyreXp = 1313; | ||
+ | ironminotaurXp = 2626; | ||
+ | magpieXp = 539; | ||
+ | leechXp = 1397; | ||
+ | terrorbirdXp = 442; | ||
+ | parasiteXp = 611; | ||
+ | jellyXp = 3146; | ||
+ | ibisXp = 637; | ||
+ | steelminotaurXp = 3198; | ||
+ | graahkXp = 3254; | ||
+ | kyattXp = 3256; | ||
+ | larupiaXp = 3256; | ||
+ | overlordXp = 3315; | ||
+ | devilXp = 1742; | ||
+ | lurkerXp = 708; | ||
+ | cobraXp = 1794; | ||
+ | plantXp = 1826; | ||
+ | toadXp = 565; | ||
+ | mithminotaurXp = 3770; | ||
+ | tortXp = 377; | ||
+ | bunyipXp = 773; | ||
+ | fruitbatXp = 786; | ||
+ | locustXp = 858; | ||
+ | bearXp = 604; | ||
+ | phoenixXp = 1204; | ||
+ | golemXp = 4173; | ||
+ | lobXp = 2112; | ||
+ | mantisXp = 2138; | ||
+ | regentXp = 871; | ||
+ | addyminotaurXp = 4342; | ||
+ | talonXp = 6597; | ||
+ | entXp = 884; | ||
+ | fireXp = 4517; | ||
+ | mossXp = 4517; | ||
+ | iceXp = 4517; | ||
+ | hydraXp = 910; | ||
+ | dagXp = 2366; | ||
+ | lavaXp = 4745; | ||
+ | swampXp = 2424; | ||
+ | runeminotaurXp = 4914; | ||
+ | uniXp = 1001; | ||
+ | geyserXp = 5085; | ||
+ | wolperXp = 2626; | ||
+ | abyssalXp = 1059; | ||
+ | irontitanXp = 2710; | ||
+ | yakXp = 2735; | ||
+ | titanXp = 2827; | ||
+ | |||
+ | |||
+ | // ***** Fixed variables for XP ets ***** | ||
+ | //*********Just Pouches*********** | ||
+ | |||
+ | |||
+ | |||
+ | if (document.getElementById("curxp").value > 13034431) { | ||
+ | |||
+ | wolfXp /= 2; | ||
+ | dreadfowlXp /= 2; | ||
+ | spiderXp /= 2; | ||
+ | snailXp /= 2; | ||
+ | crabXp /= 2; | ||
+ | mosquitoXp /= 2; | ||
+ | wyrmXp /= 2; | ||
+ | scorpionXp /= 2; | ||
+ | tzXp /= 2; | ||
+ | ratXp /= 2; | ||
+ | kalphiteXp /= 2; | ||
+ | compostXp /= 2; | ||
+ | chinXp /= 2; | ||
+ | batXp /= 2; | ||
+ | badgerXp /= 2; | ||
+ | beaverXp /= 2; | ||
+ | ravagerXp /= 2; | ||
+ | spinnerXp /= 2; | ||
+ | torcherXp /= 2; | ||
+ | shifterXp /= 2; | ||
+ | minotaurXp /= 2; | ||
+ | antXp /= 2; | ||
+ | macawXp /= 2; | ||
+ | turnipXp /= 2; | ||
+ | cockatriceXp /= 2; | ||
+ | guthatriceXp /= 2; | ||
+ | saratriceXp /= 2; | ||
+ | zamatriceXp /= 2; | ||
+ | pengatriceXp /= 2; | ||
+ | coraxatriceXp /= 2; | ||
+ | vulatriceXp /= 2; | ||
+ | pyreXp /= 2; | ||
+ | ironminotaurXp /= 2; | ||
+ | magpieXp /= 2; | ||
+ | leechXp /= 2; | ||
+ | terrorbirdXp /= 2; | ||
+ | parasiteXp /= 2; | ||
+ | jellyXp /= 2; | ||
+ | ibisXp /= 2; | ||
+ | steelminotaurXp /= 2; | ||
+ | graahkXp /= 2; | ||
+ | kyattXp /= 2; | ||
+ | larupiaXp /= 2; | ||
+ | overlordXp /= 2; | ||
+ | devilXp /= 2; | ||
+ | lurkerXp /= 2; | ||
+ | cobraXp /= 2; | ||
+ | plantXp /= 2; | ||
+ | toadXp /= 2; | ||
+ | mithminotaurXp /= 2; | ||
+ | tortXp /= 2; | ||
+ | bunyipXp /= 2; | ||
+ | fruitbatXp /= 2; | ||
+ | locustXp /= 2; | ||
+ | bearXp /= 2; | ||
+ | phoenixXp /= 2; | ||
+ | golemXp /= 2; | ||
+ | lobXp /= 2; | ||
+ | mantisXp /= 2; | ||
+ | regentXp /= 2; | ||
+ | addyminotaurXp /= 2; | ||
+ | talonXp /= 2; | ||
+ | entXp /= 2; | ||
+ | fireXp /= 2; | ||
+ | mossXp /= 2; | ||
+ | iceXp /= 2; | ||
+ | hydraXp /= 2; | ||
+ | dagXp /= 2; | ||
+ | lavaXp /= 2; | ||
+ | swampXp /= 2; | ||
+ | runeminotaurXp /= 2; | ||
+ | uniXp /= 2; | ||
+ | geyserXp /= 2; | ||
+ | wolperXp /= 2; | ||
+ | abyssalXp /= 2; | ||
+ | irontitanXp /= 2; | ||
+ | yakXp /= 2; | ||
+ | titanXp /= 2; | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | //******Extreme Donator Totem******* | ||
+ | |||
+ | |||
+ | if (document.getElementById("ext-donor").checked) { | ||
+ | |||
+ | wolfXp *=2.1; | ||
+ | dreadfowlXp *=2.1; | ||
+ | spiderXp *=2.1; | ||
+ | snailXp *=2.1; | ||
+ | crabXp *=2.1; | ||
+ | mosquitoXp *=2.1; | ||
+ | wyrmXp *=2.1; | ||
+ | scorpionXp *=2.1; | ||
+ | tzXp *=2.1; | ||
+ | ratXp *=2.1; | ||
+ | kalphiteXp *=2.1; | ||
+ | compostXp *=2.1; | ||
+ | chinXp *=2.1; | ||
+ | batXp *=2.1; | ||
+ | badgerXp *=2.1; | ||
+ | beaverXp *=2.1; | ||
+ | ravagerXp *=2.1; | ||
+ | spinnerXp *=2.1; | ||
+ | torcherXp *=2.1; | ||
+ | shifterXp *=2.1; | ||
+ | minotaurXp *=2.1; | ||
+ | antXp *=2.1; | ||
+ | macawXp *=2.1; | ||
+ | turnipXp *=2.1; | ||
+ | cockatriceXp *=2.1; | ||
+ | guthatriceXp *=2.1; | ||
+ | saratriceXp *=2.1; | ||
+ | zamatriceXp *=2.1; | ||
+ | pengatriceXp *=2.1; | ||
+ | coraxatriceXp *=2.1; | ||
+ | vulatriceXp *=2.1; | ||
+ | pyreXp *=2.1; | ||
+ | ironminotaurXp *=2.1; | ||
+ | magpieXp *=2.1; | ||
+ | leechXp *=2.1; | ||
+ | terrorbirdXp *=2.1; | ||
+ | parasiteXp *=2.1; | ||
+ | jellyXp *=2.1; | ||
+ | ibisXp *=2.1; | ||
+ | steelminotaurXp *=2.1; | ||
+ | graahkXp *=2.1; | ||
+ | kyattXp *=2.1; | ||
+ | larupiaXp *=2.1; | ||
+ | overlordXp *=2.1; | ||
+ | devilXp *=2.1; | ||
+ | lurkerXp *=2.1; | ||
+ | cobraXp *=2.1; | ||
+ | plantXp *=2.1; | ||
+ | toadXp *=2.1; | ||
+ | mithminotaurXp *=2.1; | ||
+ | tortXp *=2.1; | ||
+ | bunyipXp *=2.1; | ||
+ | fruitbatXp *=2.1; | ||
+ | locustXp *=2.1; | ||
+ | bearXp *=2.1; | ||
+ | phoenixXp *=2.1; | ||
+ | golemXp *=2.1; | ||
+ | lobXp *=2.1; | ||
+ | mantisXp *=2.1; | ||
+ | regentXp *=2.1; | ||
+ | addyminotaurXp *=2.1; | ||
+ | talonXp *=2.1; | ||
+ | entXp *=2.1; | ||
+ | fireXp *=2.1; | ||
+ | mossXp *=2.1; | ||
+ | iceXp *=2.1; | ||
+ | hydraXp *=2.1; | ||
+ | dagXp *=2.1; | ||
+ | lavaXp *=2.1; | ||
+ | swampXp *=2.1; | ||
+ | runeminotaurXp *=2.1; | ||
+ | uniXp *=2.1; | ||
+ | geyserXp *=2.1; | ||
+ | wolperXp *=2.1; | ||
+ | abyssalXp *=2.1; | ||
+ | irontitanXp *=2.1; | ||
+ | yakXp *=2.1; | ||
+ | titanXp *=2.1; | ||
+ | |||
+ | } | ||
+ | |||
+ | //*****Super Donator Totem********* | ||
+ | |||
+ | |||
+ | if (document.getElementById("super-donor").checked) { | ||
+ | |||
+ | wolfXp *= 2; | ||
+ | dreadfowlXp *= 2; | ||
+ | spiderXp *= 2; | ||
+ | snailXp *= 2; | ||
+ | crabXp *= 2; | ||
+ | mosquitoXp *= 2; | ||
+ | wyrmXp *= 2; | ||
+ | scorpionXp *= 2; | ||
+ | tzXp *= 2; | ||
+ | ratXp *= 2; | ||
+ | kalphiteXp *= 2; | ||
+ | compostXp *= 2; | ||
+ | chinXp *= 2; | ||
+ | batXp *= 2; | ||
+ | badgerXp *= 2; | ||
+ | beaverXp *= 2; | ||
+ | ravagerXp *= 2; | ||
+ | spinnerXp *= 2; | ||
+ | torcherXp *= 2; | ||
+ | shifterXp *= 2; | ||
+ | minotaurXp *= 2; | ||
+ | antXp *= 2; | ||
+ | macawXp *= 2; | ||
+ | turnipXp *= 2; | ||
+ | cockatriceXp *= 2; | ||
+ | guthatriceXp *= 2; | ||
+ | saratriceXp *= 2; | ||
+ | zamatriceXp *= 2; | ||
+ | pengatriceXp *= 2; | ||
+ | coraxatriceXp *= 2; | ||
+ | vulatriceXp *= 2; | ||
+ | pyreXp *= 2; | ||
+ | ironminotaurXp *= 2; | ||
+ | magpieXp *= 2; | ||
+ | leechXp *= 2; | ||
+ | terrorbirdXp *= 2; | ||
+ | parasiteXp *= 2; | ||
+ | jellyXp *= 2; | ||
+ | ibisXp *= 2; | ||
+ | steelminotaurXp *= 2; | ||
+ | graahkXp *= 2; | ||
+ | kyattXp *= 2; | ||
+ | larupiaXp *= 2; | ||
+ | overlordXp *= 2; | ||
+ | devilXp *= 2; | ||
+ | lurkerXp *= 2; | ||
+ | cobraXp *= 2; | ||
+ | plantXp *= 2; | ||
+ | toadXp *= 2; | ||
+ | mithminotaurXp *= 2; | ||
+ | tortXp *= 2; | ||
+ | bunyipXp *= 2; | ||
+ | fruitbatXp *= 2; | ||
+ | locustXp *= 2; | ||
+ | bearXp *= 2; | ||
+ | phoenixXp *= 2; | ||
+ | golemXp *= 2; | ||
+ | lobXp *= 2; | ||
+ | mantisXp *= 2; | ||
+ | regentXp *= 2; | ||
+ | addyminotaurXp *= 2; | ||
+ | talonXp *= 2; | ||
+ | entXp *= 2; | ||
+ | fireXp *= 2; | ||
+ | mossXp *= 2; | ||
+ | iceXp *= 2; | ||
+ | hydraXp *= 2; | ||
+ | dagXp *= 2; | ||
+ | lavaXp *= 2; | ||
+ | swampXp *= 2; | ||
+ | runeminotaurXp *= 2; | ||
+ | uniXp *= 2; | ||
+ | geyserXp *= 2; | ||
+ | wolperXp *= 2; | ||
+ | abyssalXp *= 2; | ||
+ | irontitanXp *= 2; | ||
+ | yakXp *= 2; | ||
+ | titanXp *= 2; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | //******Regular Donator Totem******* | ||
+ | |||
+ | |||
+ | if (document.getElementById("reg-donor").checked) { | ||
+ | |||
+ | wolfXp *= 1.75; | ||
+ | dreadfowlXp *= 1.75; | ||
+ | spiderXp *= 1.75; | ||
+ | snailXp *= 1.75; | ||
+ | crabXp *= 1.75; | ||
+ | mosquitoXp *= 1.75; | ||
+ | wyrmXp *= 1.75; | ||
+ | scorpionXp *= 1.75; | ||
+ | tzXp *= 1.75; | ||
+ | ratXp *= 1.75; | ||
+ | kalphiteXp *= 1.75; | ||
+ | compostXp *= 1.75; | ||
+ | chinXp *= 1.75; | ||
+ | batXp *= 1.75; | ||
+ | badgerXp *= 1.75; | ||
+ | beaverXp *= 1.75; | ||
+ | ravagerXp *= 1.75; | ||
+ | spinnerXp *= 1.75; | ||
+ | torcherXp *= 1.75; | ||
+ | shifterXp *= 1.75; | ||
+ | minotaurXp *= 1.75; | ||
+ | antXp *= 1.75; | ||
+ | macawXp *= 1.75; | ||
+ | turnipXp *= 1.75; | ||
+ | cockatriceXp *= 1.75; | ||
+ | guthatriceXp *= 1.75; | ||
+ | saratriceXp *= 1.75; | ||
+ | zamatriceXp *= 1.75; | ||
+ | pengatriceXp *= 1.75; | ||
+ | coraxatriceXp *= 1.75; | ||
+ | vulatriceXp *= 1.75; | ||
+ | pyreXp *= 1.75; | ||
+ | ironminotaurXp *= 1.75; | ||
+ | magpieXp *= 1.75; | ||
+ | leechXp *= 1.75; | ||
+ | terrorbirdXp *= 1.75; | ||
+ | parasiteXp *= 1.75; | ||
+ | jellyXp *= 1.75; | ||
+ | ibisXp *= 1.75; | ||
+ | steelminotaurXp *= 1.75; | ||
+ | graahkXp *= 1.75; | ||
+ | kyattXp *= 1.75; | ||
+ | larupiaXp *= 1.75; | ||
+ | overlordXp *= 1.75; | ||
+ | devilXp *= 1.75; | ||
+ | lurkerXp *= 1.75; | ||
+ | cobraXp *= 1.75; | ||
+ | plantXp *= 1.75; | ||
+ | toadXp *= 1.75; | ||
+ | mithminotaurXp *= 1.75; | ||
+ | tortXp *= 1.75; | ||
+ | bunyipXp *= 1.75; | ||
+ | fruitbatXp *= 1.75; | ||
+ | locustXp *= 1.75; | ||
+ | bearXp *= 1.75; | ||
+ | phoenixXp *= 1.75; | ||
+ | golemXp *= 1.75; | ||
+ | lobXp *= 1.75; | ||
+ | mantisXp *= 1.75; | ||
+ | regentXp *= 1.75; | ||
+ | addyminotaurXp *= 1.75; | ||
+ | talonXp *= 1.75; | ||
+ | entXp *= 1.75; | ||
+ | fireXp *= 1.75; | ||
+ | mossXp *= 1.75; | ||
+ | iceXp *= 1.75; | ||
+ | hydraXp *= 1.75; | ||
+ | dagXp *= 1.75; | ||
+ | lavaXp *= 1.75; | ||
+ | swampXp *= 1.75; | ||
+ | runeminotaurXp *= 1.75; | ||
+ | uniXp *= 1.75; | ||
+ | geyserXp *= 1.75; | ||
+ | wolperXp *= 1.75; | ||
+ | abyssalXp *= 1.75; | ||
+ | irontitanXp *= 1.75; | ||
+ | yakXp *= 1.75; | ||
+ | titanXp *= 1.75; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | //******Advanced Knowledge Aura******** | ||
+ | |||
+ | |||
+ | if (document.getElementById("ak-aura").checked) { | ||
+ | |||
+ | wolfXp *= 1.30; | ||
+ | dreadfowlXp *= 1.30; | ||
+ | spiderXp *= 1.30; | ||
+ | snailXp *= 1.30; | ||
+ | crabXp *= 1.30; | ||
+ | mosquitoXp *= 1.30; | ||
+ | wyrmXp *= 1.30; | ||
+ | scorpionXp *= 1.30; | ||
+ | tzXp *= 1.30; | ||
+ | ratXp *= 1.30; | ||
+ | kalphiteXp *= 1.30; | ||
+ | compostXp *= 1.30; | ||
+ | chinXp *= 1.30; | ||
+ | batXp *= 1.30; | ||
+ | badgerXp *= 1.30; | ||
+ | beaverXp *= 1.30; | ||
+ | ravagerXp *= 1.30; | ||
+ | spinnerXp *= 1.30; | ||
+ | torcherXp *= 1.30; | ||
+ | shifterXp *= 1.30; | ||
+ | minotaurXp *= 1.30; | ||
+ | antXp *= 1.30; | ||
+ | macawXp *= 1.30; | ||
+ | turnipXp *= 1.30; | ||
+ | cockatriceXp *= 1.30; | ||
+ | guthatriceXp *= 1.30; | ||
+ | saratriceXp *= 1.30; | ||
+ | zamatriceXp *= 1.30; | ||
+ | pengatriceXp *= 1.30; | ||
+ | coraxatriceXp *= 1.30; | ||
+ | vulatriceXp *= 1.30; | ||
+ | pyreXp *= 1.30; | ||
+ | ironminotaurXp *= 1.30; | ||
+ | magpieXp *= 1.30; | ||
+ | leechXp *= 1.30; | ||
+ | terrorbirdXp *= 1.30; | ||
+ | parasiteXp *= 1.30; | ||
+ | jellyXp *= 1.30; | ||
+ | ibisXp *= 1.30; | ||
+ | steelminotaurXp *= 1.30; | ||
+ | graahkXp *= 1.30; | ||
+ | kyattXp *= 1.30; | ||
+ | larupiaXp *= 1.30; | ||
+ | overlordXp *= 1.30; | ||
+ | devilXp *= 1.30; | ||
+ | lurkerXp *= 1.30; | ||
+ | cobraXp *= 1.30; | ||
+ | plantXp *= 1.30; | ||
+ | toadXp *= 1.30; | ||
+ | mithminotaurXp *= 1.30; | ||
+ | tortXp *= 1.30; | ||
+ | bunyipXp *= 1.30; | ||
+ | fruitbatXp *= 1.30; | ||
+ | locustXp *= 1.30; | ||
+ | bearXp *= 1.30; | ||
+ | phoenixXp *= 1.30; | ||
+ | golemXp *= 1.30; | ||
+ | lobXp *= 1.30; | ||
+ | mantisXp *= 1.30; | ||
+ | regentXp *= 1.30; | ||
+ | addyminotaurXp *= 1.30; | ||
+ | talonXp *= 1.30; | ||
+ | entXp *= 1.30; | ||
+ | fireXp *= 1.30; | ||
+ | mossXp *= 1.30; | ||
+ | iceXp *= 1.30; | ||
+ | hydraXp *= 1.30; | ||
+ | dagXp *= 1.30; | ||
+ | lavaXp *= 1.30; | ||
+ | swampXp *= 1.30; | ||
+ | runeminotaurXp *= 1.30; | ||
+ | uniXp *= 1.30; | ||
+ | geyserXp *= 1.30; | ||
+ | wolperXp *= 1.30; | ||
+ | abyssalXp *= 1.30; | ||
+ | irontitanXp *= 1.30; | ||
+ | yakXp *= 1.30; | ||
+ | titanXp *= 1.30; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | //********25% skilling event hour********* | ||
+ | |||
+ | |||
+ | if (document.getElementById("event").checked) { | ||
+ | |||
+ | wolfXp *= 1.25; | ||
+ | dreadfowlXp *= 1.25; | ||
+ | spiderXp *= 1.25; | ||
+ | snailXp *= 1.25; | ||
+ | crabXp *= 1.25; | ||
+ | mosquitoXp *= 1.25; | ||
+ | wyrmXp *= 1.25; | ||
+ | scorpionXp *= 1.25; | ||
+ | tzXp *= 1.25; | ||
+ | ratXp *= 1.25; | ||
+ | kalphiteXp *= 1.25; | ||
+ | compostXp *= 1.25; | ||
+ | chinXp *= 1.25; | ||
+ | batXp *= 1.25; | ||
+ | badgerXp *= 1.25; | ||
+ | beaverXp *= 1.25; | ||
+ | ravagerXp *= 1.25; | ||
+ | spinnerXp *= 1.25; | ||
+ | torcherXp *= 1.25; | ||
+ | shifterXp *= 1.25; | ||
+ | minotaurXp *= 1.25; | ||
+ | antXp *= 1.25; | ||
+ | macawXp *= 1.25; | ||
+ | turnipXp *= 1.25; | ||
+ | cockatriceXp *= 1.25; | ||
+ | guthatriceXp *= 1.25; | ||
+ | saratriceXp *= 1.25; | ||
+ | zamatriceXp *= 1.25; | ||
+ | pengatriceXp *= 1.25; | ||
+ | coraxatriceXp *= 1.25; | ||
+ | vulatriceXp *= 1.25; | ||
+ | pyreXp *= 1.25; | ||
+ | ironminotaurXp *= 1.25; | ||
+ | magpieXp *= 1.25; | ||
+ | leechXp *= 1.25; | ||
+ | terrorbirdXp *= 1.25; | ||
+ | parasiteXp *= 1.25; | ||
+ | jellyXp *= 1.25; | ||
+ | ibisXp *= 1.25; | ||
+ | steelminotaurXp *= 1.25; | ||
+ | graahkXp *= 1.25; | ||
+ | kyattXp *= 1.25; | ||
+ | larupiaXp *= 1.25; | ||
+ | overlordXp *= 1.25; | ||
+ | devilXp *= 1.25; | ||
+ | lurkerXp *= 1.25; | ||
+ | cobraXp *= 1.25; | ||
+ | plantXp *= 1.25; | ||
+ | toadXp *= 1.25; | ||
+ | mithminotaurXp *= 1.25; | ||
+ | tortXp *= 1.25; | ||
+ | bunyipXp *= 1.25; | ||
+ | fruitbatXp *= 1.25; | ||
+ | locustXp *= 1.25; | ||
+ | bearXp *= 1.25; | ||
+ | phoenixXp *= 1.25; | ||
+ | golemXp *= 1.25; | ||
+ | lobXp *= 1.25; | ||
+ | mantisXp *= 1.25; | ||
+ | regentXp *= 1.25; | ||
+ | addyminotaurXp *= 1.25; | ||
+ | talonXp *= 1.25; | ||
+ | entXp *= 1.25; | ||
+ | fireXp *= 1.25; | ||
+ | mossXp *= 1.25; | ||
+ | iceXp *= 1.25; | ||
+ | hydraXp *= 1.25; | ||
+ | dagXp *= 1.25; | ||
+ | lavaXp *= 1.25; | ||
+ | swampXp *= 1.25; | ||
+ | runeminotaurXp *= 1.25; | ||
+ | uniXp *= 1.25; | ||
+ | geyserXp *= 1.25; | ||
+ | wolperXp *= 1.25; | ||
+ | abyssalXp *= 1.25; | ||
+ | irontitanXp *= 1.25; | ||
+ | yakXp *= 1.25; | ||
+ | titanXp *= 1.25; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | //*********Prestige 20************ | ||
+ | |||
+ | |||
+ | if (document.getElementById("prestige").checked) { | ||
+ | |||
+ | wolfXp *= 2; | ||
+ | dreadfowlXp *= 2; | ||
+ | spiderXp *= 2; | ||
+ | snailXp *= 2; | ||
+ | crabXp *= 2; | ||
+ | mosquitoXp *= 2; | ||
+ | wyrmXp *= 2; | ||
+ | scorpionXp *= 2; | ||
+ | tzXp *= 2; | ||
+ | ratXp *= 2; | ||
+ | kalphiteXp *= 2; | ||
+ | compostXp *= 2; | ||
+ | chinXp *= 2; | ||
+ | batXp *= 2; | ||
+ | badgerXp *= 2; | ||
+ | beaverXp *= 2; | ||
+ | ravagerXp *= 2; | ||
+ | spinnerXp *= 2; | ||
+ | torcherXp *= 2; | ||
+ | shifterXp *= 2; | ||
+ | minotaurXp *= 2; | ||
+ | antXp *= 2; | ||
+ | macawXp *= 2; | ||
+ | turnipXp *= 2; | ||
+ | cockatriceXp *= 2; | ||
+ | guthatriceXp *= 2; | ||
+ | saratriceXp *= 2; | ||
+ | zamatriceXp *= 2; | ||
+ | pengatriceXp *= 2; | ||
+ | coraxatriceXp *= 2; | ||
+ | vulatriceXp *= 2; | ||
+ | pyreXp *= 2; | ||
+ | ironminotaurXp *= 2; | ||
+ | magpieXp *= 2; | ||
+ | leechXp *= 2; | ||
+ | terrorbirdXp *= 2; | ||
+ | parasiteXp *= 2; | ||
+ | jellyXp *= 2; | ||
+ | ibisXp *= 2; | ||
+ | steelminotaurXp *= 2; | ||
+ | graahkXp *= 2; | ||
+ | kyattXp *= 2; | ||
+ | larupiaXp *= 2; | ||
+ | overlordXp *= 2; | ||
+ | devilXp *= 2; | ||
+ | lurkerXp *= 2; | ||
+ | cobraXp *= 2; | ||
+ | plantXp *= 2; | ||
+ | toadXp *= 2; | ||
+ | mithminotaurXp *= 2; | ||
+ | tortXp *= 2; | ||
+ | bunyipXp *= 2; | ||
+ | fruitbatXp *= 2; | ||
+ | locustXp *= 2; | ||
+ | bearXp *= 2; | ||
+ | phoenixXp *= 2; | ||
+ | golemXp *= 2; | ||
+ | lobXp *= 2; | ||
+ | mantisXp *= 2; | ||
+ | regentXp *= 2; | ||
+ | addyminotaurXp *= 2; | ||
+ | talonXp *= 2; | ||
+ | entXp *= 2; | ||
+ | fireXp *= 2; | ||
+ | mossXp *= 2; | ||
+ | iceXp *= 2; | ||
+ | hydraXp *= 2; | ||
+ | dagXp *= 2; | ||
+ | lavaXp *= 2; | ||
+ | swampXp *= 2; | ||
+ | runeminotaurXp *= 2; | ||
+ | uniXp *= 2; | ||
+ | geyserXp *= 2; | ||
+ | wolperXp *= 2; | ||
+ | abyssalXp *= 2; | ||
+ | irontitanXp *= 2; | ||
+ | yakXp *= 2; | ||
+ | titanXp *= 2; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | //*********1st-5th Bonus Days************ | ||
+ | |||
+ | |||
+ | if (document.getElementById("bonus-days").checked) { | ||
+ | |||
+ | wolfXp *= 1.25; | ||
+ | dreadfowlXp *= 1.25; | ||
+ | spiderXp *= 1.25; | ||
+ | snailXp *= 1.25; | ||
+ | crabXp *= 1.25; | ||
+ | mosquitoXp *= 1.25; | ||
+ | wyrmXp *= 1.25; | ||
+ | scorpionXp *= 1.25; | ||
+ | tzXp *= 1.25; | ||
+ | ratXp *= 1.25; | ||
+ | kalphiteXp *= 1.25; | ||
+ | compostXp *= 1.25; | ||
+ | chinXp *= 1.25; | ||
+ | batXp *= 1.25; | ||
+ | badgerXp *= 1.25; | ||
+ | beaverXp *= 1.25; | ||
+ | ravagerXp *= 1.25; | ||
+ | spinnerXp *= 1.25; | ||
+ | torcherXp *= 1.25; | ||
+ | shifterXp *= 1.25; | ||
+ | minotaurXp *= 1.25; | ||
+ | antXp *= 1.25; | ||
+ | macawXp *= 1.25; | ||
+ | turnipXp *= 1.25; | ||
+ | cockatriceXp *= 1.25; | ||
+ | guthatriceXp *= 1.25; | ||
+ | saratriceXp *= 1.25; | ||
+ | zamatriceXp *= 1.25; | ||
+ | pengatriceXp *= 1.25; | ||
+ | coraxatriceXp *= 1.25; | ||
+ | vulatriceXp *= 1.25; | ||
+ | pyreXp *= 1.25; | ||
+ | ironminotaurXp *= 1.25; | ||
+ | magpieXp *= 1.25; | ||
+ | leechXp *= 1.25; | ||
+ | terrorbirdXp *= 1.25; | ||
+ | parasiteXp *= 1.25; | ||
+ | jellyXp *= 1.25; | ||
+ | ibisXp *= 1.25; | ||
+ | steelminotaurXp *= 1.25; | ||
+ | graahkXp *= 1.25; | ||
+ | kyattXp *= 1.25; | ||
+ | larupiaXp *= 1.25; | ||
+ | overlordXp *= 1.25; | ||
+ | devilXp *= 1.25; | ||
+ | lurkerXp *= 1.25; | ||
+ | cobraXp *= 1.25; | ||
+ | plantXp *= 1.25; | ||
+ | toadXp *= 1.25; | ||
+ | mithminotaurXp *= 1.25; | ||
+ | tortXp *= 1.25; | ||
+ | bunyipXp *= 1.25; | ||
+ | fruitbatXp *= 1.25; | ||
+ | locustXp *= 1.25; | ||
+ | bearXp *= 1.25; | ||
+ | phoenixXp *= 1.25; | ||
+ | golemXp *= 1.25; | ||
+ | lobXp *= 1.25; | ||
+ | mantisXp *= 1.25; | ||
+ | regentXp *= 1.25; | ||
+ | addyminotaurXp *= 1.25; | ||
+ | talonXp *= 1.25; | ||
+ | entXp *= 1.25; | ||
+ | fireXp *= 1.25; | ||
+ | mossXp *= 1.25; | ||
+ | iceXp *= 1.25; | ||
+ | hydraXp *= 1.25; | ||
+ | dagXp *= 1.25; | ||
+ | lavaXp *= 1.25; | ||
+ | swampXp *= 1.25; | ||
+ | runeminotaurXp *= 1.25; | ||
+ | uniXp *= 1.25; | ||
+ | geyserXp *= 1.25; | ||
+ | wolperXp *= 1.25; | ||
+ | abyssalXp *= 1.25; | ||
+ | irontitanXp *= 1.25; | ||
+ | yakXp *= 1.25; | ||
+ | titanXp *= 1.25; | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | // ***** Start of function to calculate everything ***** | ||
+ | function myFunction() { | ||
+ | setup(); | ||
+ | |||
+ | var x = document.getElementById("curxp").value; | ||
+ | var y = document.getElementById("tarxp").value; | ||
+ | |||
+ | if (x.length == 0) return; | ||
+ | |||
+ | // ***** Calculate XP ***** | ||
+ | |||
+ | |||
+ | document.getElementById("wolfr").innerHTML = Math.ceil((y - x) / wolfXp); | ||
+ | |||
+ | document.getElementById("dreadfowlr").innerHTML = Math.ceil((y - x)/dreadfowlXp); | ||
+ | |||
+ | document.getElementById("spiderr").innerHTML = Math.ceil((y - x)/spiderXp); | ||
+ | |||
+ | document.getElementById("snailr").innerHTML = Math.ceil((y - x)/snailXp); | ||
+ | document.getElementById("crabr").innerHTML = Math.ceil((y - x)/crabXp); | ||
+ | document.getElementById("mosquitor").innerHTML = Math.ceil((y - x)/mosquitoXp); | ||
+ | document.getElementById("wyrmr").innerHTML = Math.ceil((y - x)/wyrmXp); | ||
+ | document.getElementById("scorpionr").innerHTML = Math.ceil((y - x)/scorpionXp); | ||
+ | document.getElementById("tzr").innerHTML = Math.ceil((y - x)/tzXp); | ||
+ | |||
+ | document.getElementById("ratr").innerHTML = Math.ceil((y - x)/ratXp); | ||
+ | |||
+ | document.getElementById("kalphiter").innerHTML = Math.ceil((y - x)/kalphiteXp); | ||
+ | document.getElementById("compostr").innerHTML = Math.ceil((y - x)/compostXp); | ||
+ | document.getElementById("chinr").innerHTML = Math.ceil((y - x)/chinXp); | ||
+ | document.getElementById("batr").innerHTML = Math.ceil((y - x)/batXp); | ||
+ | document.getElementById("badgerr").innerHTML = Math.ceil((y - x)/badgerXp); | ||
+ | document.getElementById("beaverr").innerHTML = Math.ceil((y - x)/beaverXp); | ||
+ | document.getElementById("ravagerr").innerHTML = Math.ceil((y - x)/ravagerXp); | ||
+ | document.getElementById("spinnerr").innerHTML = Math.ceil((y - x)/spinnerXp); | ||
+ | document.getElementById("torcherr").innerHTML = Math.ceil((y - x)/torcherXp); | ||
+ | document.getElementById("shifterr").innerHTML = Math.ceil((y - x)/shifterXp); | ||
+ | document.getElementById("minotaurr").innerHTML = Math.ceil((y - x)/minotaurXp); | ||
+ | document.getElementById("antr").innerHTML = Math.ceil((y - x)/antXp); | ||
+ | document.getElementById("macawr").innerHTML = Math.ceil((y - x)/macawXp); | ||
+ | document.getElementById("turnipr").innerHTML = Math.ceil((y - x)/turnipXp); | ||
+ | document.getElementById("cockatricer").innerHTML = Math.ceil((y - x)/cockatriceXp); | ||
+ | document.getElementById("guthatricer").innerHTML = Math.ceil((y - x)/guthatriceXp); | ||
+ | document.getElementById("saratricer").innerHTML = Math.ceil((y - x)/saratriceXp); | ||
+ | document.getElementById("zamatricer").innerHTML = Math.ceil((y - x)/zamatriceXp); | ||
+ | document.getElementById("pengatricer").innerHTML = Math.ceil((y - x)/pengatriceXp); | ||
+ | document.getElementById("coraxatricer").innerHTML = Math.ceil((y - x)/coraxatriceXp); | ||
+ | document.getElementById("vulatricer").innerHTML = Math.ceil((y - x)/vulatriceXp); | ||
+ | document.getElementById("pyrer").innerHTML = Math.ceil((y - x)/pyreXp); | ||
+ | document.getElementById("ironminotaurr").innerHTML = Math.ceil((y - x)/ironminotaurXp); | ||
+ | document.getElementById("magpier").innerHTML = Math.ceil((y - x)/magpieXp); | ||
+ | document.getElementById("leechr").innerHTML = Math.ceil((y - x)/leechXp); | ||
+ | document.getElementById("terrorbirdr").innerHTML = Math.ceil((y - x)/terrorbirdXp); | ||
+ | document.getElementById("parasiter").innerHTML = Math.ceil((y - x)/parasiteXp); | ||
+ | document.getElementById("jellyr").innerHTML = Math.ceil((y - x)/jellyXp); | ||
+ | document.getElementById("ibisr").innerHTML = Math.ceil((y - x)/ibisXp); | ||
+ | document.getElementById("steelminotaurr").innerHTML = Math.ceil((y - x)/steelminotaurXp); | ||
+ | document.getElementById("graahkr").innerHTML = Math.ceil((y - x)/graahkXp); | ||
+ | document.getElementById("kyattr").innerHTML = Math.ceil((y - x)/kyattXp); | ||
+ | document.getElementById("larupiar").innerHTML = Math.ceil((y - x)/larupiaXp); | ||
+ | document.getElementById("overlordr").innerHTML = Math.ceil((y - x)/overlordXp); | ||
+ | document.getElementById("devilr").innerHTML = Math.ceil((y - x)/devilXp); | ||
+ | document.getElementById("lurkerr").innerHTML = Math.ceil((y - x)/lurkerXp); | ||
+ | document.getElementById("cobrar").innerHTML = Math.ceil((y - x)/cobraXp); | ||
+ | document.getElementById("plantr").innerHTML = Math.ceil((y - x)/plantXp); | ||
+ | document.getElementById("toadr").innerHTML = Math.ceil((y - x)/toadXp); | ||
+ | document.getElementById("mithminotaurr").innerHTML = Math.ceil((y - x)/mithminotaurXp); | ||
+ | document.getElementById("tortr").innerHTML = Math.ceil((y - x)/tortXp); | ||
+ | document.getElementById("bunyipr").innerHTML = Math.ceil((y - x)/bunyipXp); | ||
+ | document.getElementById("fruitbatr").innerHTML = Math.ceil((y - x)/fruitbatXp); | ||
+ | document.getElementById("locustr").innerHTML = Math.ceil((y - x)/locustXp); | ||
+ | document.getElementById("bearr").innerHTML = Math.ceil((y - x)/bearXp); | ||
+ | document.getElementById("phoenixr").innerHTML = Math.ceil((y - x)/phoenixXp); | ||
+ | document.getElementById("golemr").innerHTML = Math.ceil((y - x)/golemXp); | ||
+ | document.getElementById("lobr").innerHTML = Math.ceil((y - x)/lobXp); | ||
+ | document.getElementById("mantisr").innerHTML = Math.ceil((y - x)/mantisXp); | ||
+ | document.getElementById("regentr").innerHTML = Math.ceil((y - x)/regentXp); | ||
+ | document.getElementById("addyminotaurr").innerHTML = Math.ceil((y - x)/addyminotaurXp); | ||
+ | document.getElementById("talonr").innerHTML = Math.ceil((y - x)/talonXp); | ||
+ | document.getElementById("entr").innerHTML = Math.ceil((y - x)/entXp); | ||
+ | document.getElementById("firer").innerHTML = Math.ceil((y - x)/fireXp); | ||
+ | document.getElementById("mossr").innerHTML = Math.ceil((y - x)/mossXp); | ||
+ | document.getElementById("icer").innerHTML = Math.ceil((y - x)/iceXp); | ||
+ | document.getElementById("hydrar").innerHTML = Math.ceil((y - x)/hydraXp); | ||
+ | document.getElementById("dagr").innerHTML = Math.ceil((y - x)/dagXp); | ||
+ | document.getElementById("lavar").innerHTML = Math.ceil((y - x)/lavaXp); | ||
+ | document.getElementById("swampr").innerHTML = Math.ceil((y - x)/swampXp); | ||
+ | document.getElementById("runeminotaurr").innerHTML = Math.ceil((y - x)/runeminotaurXp); | ||
+ | document.getElementById("unir").innerHTML = Math.ceil((y - x)/uniXp); | ||
+ | document.getElementById("geyserr").innerHTML = Math.ceil((y - x)/geyserXp); | ||
+ | document.getElementById("wolperr").innerHTML = Math.ceil((y - x)/wolperXp); | ||
+ | document.getElementById("abyssalr").innerHTML = Math.ceil((y - x)/abyssalXp); | ||
+ | document.getElementById("irontitanr").innerHTML = Math.ceil((y - x)/irontitanXp); | ||
+ | document.getElementById("yakr").innerHTML = Math.ceil((y - x)/yakXp); | ||
+ | document.getElementById("titanr").innerHTML = Math.ceil((y - x)/titanXp); | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | // ***** Calculate XP required ***** | ||
+ | //document.getElementById("xpneeded").innerHTML = "" + (y - x); | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | } | ||
+ | </script> | ||
+ | |||
+ | <table width="75%"> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/OOxl76F.png"> Spirit Wolf <img id="next" src="https://i.imgur.com/kdR6qMk.png"></td> | ||
+ | <td id="wolfr"> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/whWZgil.png"> Dreadfowl <img id="next" src="https://i.imgur.com/kdR6qMk.png"></td> | ||
+ | <td id="dreadfowlr"> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/21UlFsv.gif"> Spirit Spider <img id="next" src="https://i.imgur.com/kdR6qMk.png"> </td> | ||
+ | <td id="spiderr"> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/AYyYeZ7.png"> Thorny Snail <img id="next" src="https://i.imgur.com/kdR6qMk.png"></td> | ||
+ | <td id="snailr"> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/6D3fYls.png"> Granite Crab <img id="next" src="https://i.imgur.com/kdR6qMk.png"> | ||
+ | </td> | ||
+ | <td id="crabr"> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/RmdpttD.png"> Spirit Mosquito <img id="next" src="https://i.imgur.com/kdR6qMk.png"> </td> | ||
+ | <td id="mosquitor"> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/kMV9YHW.png?1.png"> Desert Wyrm <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="wyrmr"> </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/fVjx85c.png"> Spirit Scorpion <img id="next" src="https://i.imgur.com/OGRfvRw.png"> </td> | ||
+ | <td id="scorpionr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/x72YYhH.png"> Spirit Tz-Kih <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="tzr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/4EJ2oiI.png"> Albino Rat <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="ratr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/8F5cXpd.png"> Spirit Kalphite <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="kalphiter"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/WWsnSUc.png?1.png"> Compost Mound <img id="next" src="https://i.imgur.com/GMSe1C8.png"> </td> | ||
+ | <td id="compostr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/8CKtwBX.png"> Giant Chinchompa <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="chinr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/jNqRspk.png"> Vampyre Bat <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="batr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/wBdaz33.png"> Honey Badger <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="badgerr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/Gy2goAn.png?1.png"> Beaver <img id="next" src="https://i.imgur.com/GMSe1C8.png"> </td> | ||
+ | <td id="beaverr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/KsC4bJk.gif"> Void Ravager <img id="next" src="https://i.imgur.com/GMSe1C8.png"> </td> | ||
+ | <td id="ravagerr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/AtoCHYL.png"> Void Spinner <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="spinnerr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/hqV2c2l.png"> Void Torcher <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="torcherr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/QjtYZLQ.png"> Void Shifter <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="shifterr"> </td> | ||
+ | </tr> | ||
+ | |||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/H7aMMwl.png"> Bronze Minotaur <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="minotaurr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/V2KjZeg.png"> Bull ant <img id="next" src="https://i.imgur.com/kdR6qMk.png"></td> | ||
+ | <td id="antr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/rH8MJeE.png"> Macaw <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="macawr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/JJ9uGh0.png"> Evil Turnip <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="turnipr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/lpSuWQ8.gif"> Spirit Cockatrice <img id="next" src="https://i.imgur.com/GMSe1C8.png"> </td> | ||
+ | <td id="cockatricer"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/uGSZw1l.png"> Spirit Guthatrice <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="guthatricer"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/Q10WIi1.png"> Spirit Saratrice <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="saratricer"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/FwX84D4.png"> Spirit Zamatrice <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="zamatricer"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/ZWXX4G6.png"> Spirit Pengatrice <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="pengatricer"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/XGWbNKL.png"> Spirit Coraxatrice <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="coraxatricer"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/hbmN2QB.png"> Spirit Vulatrice <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="vulatricer"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/i9z8Ugq.png"> Pyrelord <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="pyrer"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/o6HZB2n.png"> Iron Minotaur <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="ironminotaurr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/yYGOxvl.png"> Magpie <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="magpier"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/JG1bt26.png"> Bloated Leech <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="leechr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/rVo8hhT.png"> Spirit Terrorbird <img id="next" src="https://i.imgur.com/kdR6qMk.png"> </td> | ||
+ | <td id="terrorbirdr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/rRgXHOo.png"> Abyssal Parasite <img id="next" src="https://i.imgur.com/Ufa3BC5.png"></td> | ||
+ | <td id="parasiter"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/XXKBUvb.png"> Spirit Jelly <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="jellyr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/E0YUy9K.png"> Ibis <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="ibisr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/d9zIEr1.png"> Steel Minotaur <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="steelminotaurr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/EGQV04O.png"> Spirit Graahk <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="graahkr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/vHCAnu1.png"> Spirit Kyatt <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="kyattr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/M8NZbIB.png"> Spirit Larupia <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="larupiar"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/u0DX2Gi.png"> Karam. Overlord <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="overlordr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/XrtTn8a.png"> Smoke Devil <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="devilr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/x63rdDN.png"> Abyssal Lurker <img id="next" src="https://i.imgur.com/Ufa3BC5.png"> </td> | ||
+ | <td id="lurkerr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/HS9QDcv.png"> Spirit Cobra <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="cobrar"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/CbXhO20.png"> Strangler Plant <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="plantr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/4EVbaK5.png"> Barker Toad <img id="next" src="https://i.imgur.com/kdR6qMk.png"> </td> | ||
+ | <td id="toadr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/jMRODMu.png"> Mithril Minotaur <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="mithminotaurr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/SapdPJc.png"> War Tortoise <img id="next" src="https://i.imgur.com/kdR6qMk.png"></td> | ||
+ | <td id="tortr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/bbv9QxP.png"> Bunyip <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="bunyipr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/rJx9TtI.png"> Fruit Bat <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="fruitbatr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/vXXmHqi.png"> Ravenous Locust <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="locustr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/7XriqFm.gif"> Artic Bear <img id="next" src="https://i.imgur.com/kdR6qMk.png"> </td> | ||
+ | <td id="bearr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/lHT4Cbc.png"> Phoenix <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="phoenixr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/M7OimM9.png"> Obsidian Golem <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="golemr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/wZ4foFd.gif"> Granite Lobster <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="lobr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/ircy6fP.png"> Praying Mantis <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="mantisr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/0lReduG.png"> Forge Regent <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="regentr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/POCIBbx.png"> Adamant Minotaur <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="addyminotaurr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/BKM8uFx.png"> Talon Beast <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="talonr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/f4tbQmx.png"> Giant Ent <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="entr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/Dz06Xb5.png"> Fire Titan <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="firer"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/bOeKFgI.png"> Moss Titan <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="mossr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/lQQthbk.png"> Ice Titan <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="icer"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/Tud5hqW.png"> Hydra <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="hydrar"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/xVQRVik.png"> Spirit Dagannoth <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="dagr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/lBlGxPq.png"> Lava Titan <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="lavar"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/DLptEXw.png"> Swamp Titan <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="swampr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/3JUrzMB.png"> Rune Minotaur <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="runeminotaurr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/aiN1nbJ.gif"> Unicorn Stallion <img id="next" src="https://i.imgur.com/GMSe1C8.png"></td> | ||
+ | <td id="unir"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/RaPeYp9.png"> Geyser Titan <img id="next" src="https://i.imgur.com/xbRKKxm.png"></td> | ||
+ | <td id="geyserr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/p706Mry.png"> Wolpertinger <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="wolperr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/YBwmcjp.png"> Abyssal Titan <img id="next" src="https://i.imgur.com/Ufa3BC5.png"></td> | ||
+ | <td id="abyssalr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/0pY18ZL.png"> Iron Titan <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="irontitanr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/OlL7j73.png"> Pack Yak <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="yakr"> </td> | ||
+ | </tr> | ||
+ | <td> | ||
+ | <img id="next" src="https://i.imgur.com/dcQsnrs.png"> Steel Titan <img id="next" src="https://i.imgur.com/OGRfvRw.png"></td> | ||
+ | <td id="titanr"> </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | |||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
+ | </html> | ||
+ | |||
=Getting Supplies= | =Getting Supplies= | ||
Line 9: | Line 1,423: | ||
==Charms== | ==Charms== | ||
− | There are | + | There are 5 types of charms that can be used for Summoning. |
===Gold Charms=== | ===Gold Charms=== | ||
https://i.imgur.com/kdR6qMk.png | https://i.imgur.com/kdR6qMk.png | ||
− | Gold Charms are the easiest and most common charm to come by in | + | Gold Charms are the easiest and most common charm to come by in Etherum as they are dropped by very low level monsters. A good NPC to kill in order to collect Gold Charms are Yaks, located on Neitiznot (South). These Charms are generally only used in the beginning of Summoning training. |
===Green Charms=== | ===Green Charms=== | ||
Line 29: | Line 1,443: | ||
===Abyssal Charms=== | ===Abyssal Charms=== | ||
− | + | https://i.imgur.com/Ufa3BC5.png | |
Abyssal Charms are charms only dropped by NPCs in the Abyss. All Abyssal pouches can be summoned to hold a set amount of ess. | Abyssal Charms are charms only dropped by NPCs in the Abyss. All Abyssal pouches can be summoned to hold a set amount of ess. | ||
Line 66: | Line 1,480: | ||
{| class="wikitable plainlinks" style="line-height: 20px; text-align:center;" border="1" margin="15" width="450" | {| class="wikitable plainlinks" style="line-height: 20px; text-align:center;" border="1" margin="15" width="450" | ||
|- | |- | ||
− | ! Monster !! Image | + | ! Monster !! Image !! Level to make !! Experience !! EXP per Scroll |
|- | |- | ||
− | | Spirit Wolf || https://i.imgur.com/OOxl76F.png || | + | | Spirit Wolf || https://i.imgur.com/OOxl76F.png || 1 || 16xp || 10xp |
|- | |- | ||
− | | Dreadfowl || https://i.imgur.com/whWZgil.png || | + | | Dreadfowl || https://i.imgur.com/whWZgil.png || 4|| 36xp || 22xp |
|- | |- | ||
− | | Spirit Spider || https://i.imgur.com/21UlFsv.gif || | + | | Spirit Spider || https://i.imgur.com/21UlFsv.gif || 8 || 48xp || 30xp |
|- | |- | ||
− | | Thorny Snail || https://i.imgur.com/AYyYeZ7.png || | + | | Thorny Snail || https://i.imgur.com/AYyYeZ7.png || 13 || 48xp || 30xp |
|- | |- | ||
− | | Granite Crab || https://i.imgur.com/6D3fYls.png || | + | | Granite Crab || https://i.imgur.com/6D3fYls.png || 16 || 84xp || 52xp |
|- | |- | ||
− | | Spirit Mosquito || https://i.imgur.com/RmdpttD.png || | + | | Spirit Mosquito || https://i.imgur.com/RmdpttD.png || 17 || 184xp || 115xp |
|- | |- | ||
− | | Bull Ant || https://i.imgur.com/V2KjZeg.png || | + | | Bull Ant || https://i.imgur.com/V2KjZeg.png || 40 || 208xp || 130xp |
|- | |- | ||
− | | Spirit Terrorbird || https://i.imgur.com/rVo8hhT.png || | + | | Spirit Terrorbird || https://i.imgur.com/rVo8hhT.png || 52 || 272xp || 170xp |
|- | |- | ||
− | | Barker Toad || https://i.imgur.com/4EVbaK5.png || | + | | Barker Toad || https://i.imgur.com/4EVbaK5.png || 66 || 348xp || 217xp |
|- | |- | ||
− | | War Tortoise || https://i.imgur.com/SapdPJc.png || | + | | War Tortoise || https://i.imgur.com/SapdPJc.png || 67 || 232xp || 145xp |
|- | |- | ||
− | | Arctic Bear || https://i.imgur.com/7XriqFm.gif || | + | | Arctic Bear || https://i.imgur.com/7XriqFm.gif || 71 || 372xp || 232xp |
|- | |- | ||
|} | |} | ||
Line 95: | Line 1,509: | ||
{| class="wikitable plainlinks" style="line-height: 20px; text-align:center;" border="1" margin="15" width="450" | {| class="wikitable plainlinks" style="line-height: 20px; text-align:center;" border="1" margin="15" width="450" | ||
|- | |- | ||
− | ! Monster !! Image | + | ! Monster !! Image !! Level to make !! Experience !! EXP per Scroll |
|- | |- | ||
− | | Desert Wyrm || https://i.imgur.com/kMV9YHW.png?1.png || | + | | Desert Wyrm || https://i.imgur.com/kMV9YHW.png?1.png || 18 || 124xp || 77xp |
|- | |- | ||
− | | Compost Mound || https://i.imgur.com/WWsnSUc.png?1.png || | + | | Compost Mound || https://i.imgur.com/WWsnSUc.png?1.png || 28 || 196xp || 122xp |
|- | |- | ||
− | | Beaver || https://i.imgur.com/Gy2goAn.png?1.png || | + | | Beaver || https://i.imgur.com/Gy2goAn.png?1.png || 33 || 228xp || 142xp |
|- | |- | ||
− | | Void Ravager || https://i.imgur.com/KsC4bJk.gif || | + | | Void Ravager || https://i.imgur.com/KsC4bJk.gif || 34|| 236xp || 147xp |
|- | |- | ||
− | | Macaw || https://i.imgur.com/rH8MJeE.png || | + | | Macaw || https://i.imgur.com/rH8MJeE.png || 41 || 288xp || 180xp |
|- | |- | ||
− | | Spirit Cockatrice || https://i.imgur.com/lpSuWQ8.gif || | + | | Spirit Cockatrice || https://i.imgur.com/lpSuWQ8.gif || 43 || 300xp || 187xp |
|- | |- | ||
− | | Spirit Guthatrice || http://i.imgur.com/uGSZw1l.png || | + | | Spirit Guthatrice || http://i.imgur.com/uGSZw1l.png || 43 || 300xp || 187xp |
|- | |- | ||
− | | Spirit Saratrice || http://i.imgur.com/Q10WIi1.png || | + | | Spirit Saratrice || http://i.imgur.com/Q10WIi1.png || 43 || 300xp || 187xp |
|- | |- | ||
− | | Spirit Zamatrice || http://i.imgur.com/FwX84D4.png || | + | | Spirit Zamatrice || http://i.imgur.com/FwX84D4.png || 43 || 300xp || 187xp |
|- | |- | ||
− | | Spirit Pengatrice || http://i.imgur.com/ZWXX4G6.png || | + | | Spirit Pengatrice || http://i.imgur.com/ZWXX4G6.png || 43 || 300xp || 187xp |
|- | |- | ||
− | | Spirit Coraxatrice || http://i.imgur.com/XGWbNKL.png || | + | | Spirit Coraxatrice || http://i.imgur.com/XGWbNKL.png || 43 || 300xp || 187xp |
|- | |- | ||
− | | Spirit Vulatrice || http://i.imgur.com/hbmN2QB.png || | + | | Spirit Vulatrice || http://i.imgur.com/hbmN2QB.png || 43 || 300xp || 187xp |
|- | |- | ||
− | | Magpie || http://i.imgur.com/yYGOxvl.png || | + | | Magpie || http://i.imgur.com/yYGOxvl.png || 47 || 332xp || 207xp |
|- | |- | ||
− | | Ibis || http://i.imgur.com/E0YUy9K.png || | + | | Ibis || http://i.imgur.com/E0YUy9K.png || 56 || 392xp || 245xp |
|- | |- | ||
− | | | + | | Bunyip || http://i.imgur.com/bbv9QxP.png || 68 || 476xp || 297xp |
|- | |- | ||
− | | | + | | Fruit Bat || http://i.imgur.com/rJx9TtI.png || 69 || 484xp || 302xp |
|- | |- | ||
− | | | + | | Forge Regent || http://i.imgur.com/0lReduG.png || 76 || 536xp || 335xp |
|- | |- | ||
− | | | + | | Giant Ent || http://i.imgur.com/f4tbQmx.png || 78 || 544xp || 340xp |
|- | |- | ||
− | | | + | | Hydra || http://i.imgur.com/Tud5hqW.png || 80 || 560xp || 350xp |
|- | |- | ||
− | + | | Unicorn Stallion || http://i.imgur.com/aiN1nbJ.gif || 88 || 616xp || 385xp | |
− | |||
− | | Unicorn Stallion || http://i.imgur.com/aiN1nbJ.gif || | ||
|- | |- | ||
|} | |} | ||
Line 144: | Line 1,556: | ||
{| class="wikitable plainlinks" style="line-height: 20px; text-align:center;" border="1" margin="15" width="450" | {| class="wikitable plainlinks" style="line-height: 20px; text-align:center;" border="1" margin="15" width="450" | ||
|- | |- | ||
− | ! Monster !! Image | + | ! Monster !! Image !! Level to make !! Experience !! EXP per Scroll |
|- | |- | ||
− | | Spirit Scorpion || https://i.imgur.com/fVjx85c.png|| | + | | Spirit Scorpion || https://i.imgur.com/fVjx85c.png|| 19 || 332xp || 207xp |
|- | |- | ||
− | | Spirit Tz-Kih || https://i.imgur.com/x72YYhH.png || | + | | Spirit Tz-Kih || https://i.imgur.com/x72YYhH.png || 22 || 384xp || 240xp |
|- | |- | ||
− | | Vampyre Bat || https://i.imgur.com/jNqRspk.png || | + | | Vampyre Bat || https://i.imgur.com/jNqRspk.png || 31 || 544xp || 340xp |
|- | |- | ||
− | | Honey Badger || https://i.imgur.com/wBdaz33.png || | + | | Honey Badger || https://i.imgur.com/wBdaz33.png || 32 || 560xp || 350xp |
|- | |- | ||
− | | Evil Turnip || https://i.imgur.com/JJ9uGh0.png || | + | | Evil Turnip || https://i.imgur.com/JJ9uGh0.png || 42 || 736xp || 460xp |
|- | |- | ||
− | | Pyrelord || https://i.imgur.com/i9z8Ugq.png || | + | | Pyrelord || https://i.imgur.com/i9z8Ugq.png || 46 || 808xp || 505xp |
|- | |- | ||
− | | Bloated Leech || https://i.imgur.com/JG1bt26.png || | + | | Bloated Leech || https://i.imgur.com/JG1bt26.png || 49 || 860xp || 537xp |
|- | |- | ||
− | | Spirit Graahk || https://i.imgur.com/EGQV04O.png || 2,004xp | + | | Spirit Graahk || https://i.imgur.com/EGQV04O.png || 57 || 2,004xp || 1,252xp |
|- | |- | ||
− | | Smoke Devil || https://i.imgur.com/XrtTn8a.png || 1,072xp | + | | Smoke Devil || https://i.imgur.com/XrtTn8a.png || 61 || 1,072xp || 670xp |
|- | |- | ||
− | | Spirit Cobra || https://i.imgur.com/HS9QDcv.png || 1,104xp | + | | Spirit Cobra || https://i.imgur.com/HS9QDcv.png || 63 || 1,104xp || 690xp |
|- | |- | ||
− | | Strangler Plant || https://i.imgur.com/CbXhO20.png || 1,124xp | + | | Strangler Plant || https://i.imgur.com/CbXhO20.png || 64 || 1,124xp || 702xp |
|- | |- | ||
− | | Ravenous Locust || https://i.imgur.com/vXXmHqi.png || | + | | Ravenous Locust || https://i.imgur.com/vXXmHqi.png || 70 || 528xp || 330xp |
|- | |- | ||
− | | | + | | Phoenix || https://i.imgur.com/lHT4Cbc.png || 72 || 1,204xp || N/A |
|- | |- | ||
− | | Granite Lobster || https://i.imgur.com/wZ4foFd.gif || 1,300xp | + | | Granite Lobster || https://i.imgur.com/wZ4foFd.gif || 74 || 1,300xp || 812xp |
|- | |- | ||
− | | Praying Mantis || https://i.imgur.com/ircy6fP.png || 1,316xp | + | | Praying Mantis || https://i.imgur.com/ircy6fP.png || 75 || 1,316xp || 822xp |
|- | |- | ||
− | | Talon Beast || https://i.imgur.com/BKM8uFx.png || 4,060xp | + | | Talon Beast || https://i.imgur.com/BKM8uFx.png || 77 || 4,060xp || 2537xp |
|- | |- | ||
− | | Spirit Dagannoth || https://i.imgur.com/xVQRVik.png || 1,456xp | + | | Spirit Dagannoth || https://i.imgur.com/xVQRVik.png || 83 || 1,456xp || 910xp |
|- | |- | ||
− | | Swamp Titan || https://i.imgur.com/DLptEXw.png || 1,492xp | + | | Swamp Titan || https://i.imgur.com/DLptEXw.png || 85 || 1,492xp || 932xp |
|- | |- | ||
− | | Wolpertinger || https://i.imgur.com/p706Mry.png || 1,616xp | + | | Wolpertinger || https://i.imgur.com/p706Mry.png || 92 || 1,616xp || 1,010xp |
|- | |- | ||
− | | Iron Titan || https://i.imgur.com/0pY18ZL.png || 1,668xp | + | | Iron Titan || https://i.imgur.com/0pY18ZL.png || 95 || 1,668xp || 1,042xp |
|- | |- | ||
− | | Pack Yak || https://i.imgur.com/OlL7j73.png || 1,680xp | + | | Pack Yak || https://i.imgur.com/OlL7j73.png || 96 || 1,680xp || 1,055xp |
|- | |- | ||
− | | Steel Titan || https://i.imgur.com/dcQsnrs.png || | + | | Steel Titan || https://i.imgur.com/dcQsnrs.png || 99 || 870xp || 543 xp |
|- | |- | ||
|} | |} | ||
Line 195: | Line 1,607: | ||
{| class="wikitable plainlinks" style="line-height: 20px; text-align:center;" border="1" margin="15" width="450" | {| class="wikitable plainlinks" style="line-height: 20px; text-align:center;" border="1" margin="15" width="450" | ||
|- | |- | ||
− | ! Monster !! Image | + | ! Monster !! Image !! Level to make !! Experience !! EXP per Scroll |
|- | |- | ||
− | | Albino Rat || https://i.imgur.com/4EJ2oiI.png || | + | | Albino Rat || https://i.imgur.com/4EJ2oiI.png || 23 || 808xp || 505xp |
|- | |- | ||
− | | Spirit Kalphite || https://i.imgur.com/8F5cXpd.png || | + | | Spirit Kalphite || https://i.imgur.com/8F5cXpd.png || 25 || 880xp || 550xp |
|- | |- | ||
− | | Giant Chinchompa || https://i.imgur.com/8CKtwBX.png || 1,020xp | + | | Giant Chinchompa || https://i.imgur.com/8CKtwBX.png || 29 || 1,020xp || 637xp |
|- | |- | ||
− | | Void Spinner || https://i.imgur.com/AtoCHYL.png || | + | | Void Spinner || https://i.imgur.com/AtoCHYL.png || 34 || 236xp || 147xp |
|- | |- | ||
− | | Void Torcher || https://i.imgur.com/hqV2c2l.png || | + | | Void Torcher || https://i.imgur.com/hqV2c2l.png || 34 || 236xp || 147xp |
|- | |- | ||
− | | Void Shifter || https://i.imgur.com/QjtYZLQ.png || | + | | Void Shifter || https://i.imgur.com/QjtYZLQ.png || 34 || 236xp || 147xp |
|- | |- | ||
− | | Bronze Minotaur || https://i.imgur.com/H7aMMwl.png || 1,264xp | + | | Bronze Minotaur || https://i.imgur.com/H7aMMwl.png || 36 || 1,264xp || 790xp |
|- | |- | ||
− | | Iron Minotaur || https://i.imgur.com/o6HZB2n.png || 1,616xp | + | | Iron Minotaur || https://i.imgur.com/o6HZB2n.png || 46 || 1,616xp || 1,010xp |
|- | |- | ||
− | | Spirit Jelly || https://i.imgur.com/XXKBUvb.png || 1,936xp | + | | Spirit Jelly || https://i.imgur.com/XXKBUvb.png || 55 || 1,936xp || 1,210xp |
|- | |- | ||
− | | Steel Minotaur || https://i.imgur.com/d9zIEr1.png || 1,968xp | + | | Steel Minotaur || https://i.imgur.com/d9zIEr1.png || 56 || 1,968xp || 1,230xp |
|- | |- | ||
− | | Spirit Kyatt || https://i.imgur.com/vHCAnu1.png || 2,004xp | + | | Spirit Kyatt || https://i.imgur.com/vHCAnu1.png || 57 || 2,004xp || 1,252xp |
|- | |- | ||
− | | Spirit Larupia || https://i.imgur.com/M8NZbIB.png || 2,004xp | + | | Spirit Larupia || https://i.imgur.com/M8NZbIB.png || 57 || 2,004xp || 1,252xp |
|- | |- | ||
− | | Karam. Overlord || https://i.imgur.com/u0DX2Gi.png || 2,040xp | + | | Karam. Overlord || https://i.imgur.com/u0DX2Gi.png || 58 || 2,040xp || 1,275xp |
|- | |- | ||
− | | Mithril Minotaur || https://i.imgur.com/jMRODMu.png || 2,320xp | + | | Mithril Minotaur || https://i.imgur.com/jMRODMu.png || 66 || 2,320xp || 1,450xp |
|- | |- | ||
− | | Obsidian Golem || https://i.imgur.com/M7OimM9.png || 2,568xp | + | | Obsidian Golem || https://i.imgur.com/M7OimM9.png || 73 || 2,568xp || 1,605xp |
|- | |- | ||
− | | Adamant Minotaur || https://i.imgur.com/POCIBbx.png || 2,672xp | + | | Adamant Minotaur || https://i.imgur.com/POCIBbx.png || 76 || 2,672xp || 1,670xp |
|- | |- | ||
− | | Fire Titan || https://i.imgur.com/Dz06Xb5.png || 2,780xp | + | | Fire Titan || https://i.imgur.com/Dz06Xb5.png || 79 || 2,780xp || 1,737xp |
|- | |- | ||
− | | Moss Titan || https://i.imgur.com/bOeKFgI.png || 2,780xp | + | | Moss Titan || https://i.imgur.com/bOeKFgI.png || 79 || 2,780xp || 1,737xp |
|- | |- | ||
− | | Ice Titan || https://i.imgur.com/lQQthbk.png || 2,780xp | + | | Ice Titan || https://i.imgur.com/lQQthbk.png || 79 || 2,780xp || 1,737xp |
|- | |- | ||
− | | Lava Titan || https://i.imgur.com/lBlGxPq.png || 2,920xp | + | | Lava Titan || https://i.imgur.com/lBlGxPq.png || 83 || 2,920xp || 1,825xp |
|- | |- | ||
− | | Rune Minotaur || https://i.imgur.com/3JUrzMB.png || 3,024xp | + | | Rune Minotaur || https://i.imgur.com/3JUrzMB.png || 86 || 3,024xp || 1,890xp |
|- | |- | ||
− | | Geyser Titan || https://i.imgur.com/RaPeYp9.png || 3, | + | | Geyser Titan || https://i.imgur.com/RaPeYp9.png || 89 || 3,132xp || 1,957xp |
|- | |- | ||
|} | |} | ||
Line 246: | Line 1,658: | ||
{| class="wikitable plainlinks" style="line-height: 20px; text-align:center;" border="1" margin="15" width="450" | {| class="wikitable plainlinks" style="line-height: 20px; text-align:center;" border="1" margin="15" width="450" | ||
|- | |- | ||
− | ! Monster !! Image | + | ! Monster !! Image !! Level to make !! Experience !! EXP per Scroll |
|- | |- | ||
− | | Abyssal Parasite || http://i.imgur.com/rRgXHOo.png || | + | | Abyssal Parasite || http://i.imgur.com/rRgXHOo.png || 54 || 376xp || 235xp |
|- | |- | ||
− | | Abyssal Lurker || http://i.imgur.com/x63rdDN.png || | + | | Abyssal Lurker || http://i.imgur.com/x63rdDN.png || 62 || 436xp || 272xp |
|- | |- | ||
− | | Abyssal Titan || http://i.imgur.com/YBwmcjp.png || | + | | Abyssal Titan || http://i.imgur.com/YBwmcjp.png || 93 || 652xp || 407xp |
|- | |- | ||
|} | |} | ||
Line 271: | Line 1,683: | ||
|Go to the Donator Zone, in the building to the west of the bank and click on the Defence Totem (Knowledge effect). | |Go to the Donator Zone, in the building to the west of the bank and click on the Defence Totem (Knowledge effect). | ||
|- | |- | ||
− | | | + | |https://i.imgur.com/lfuNflP.gif |
|Bonus Experience | |Bonus Experience | ||
|All experience gained will be multiplied by 3 until the bonus experience runs out. | |All experience gained will be multiplied by 3 until the bonus experience runs out. | ||
Line 281: | Line 1,693: | ||
|N/A | |N/A | ||
|Monthly Bonus | |Monthly Bonus | ||
− | |All experience gained is multiplied by 1.25 | + | | |
+ | All experience gained is multiplied by 1.1 | ||
+ | Voting during this time adds an additional 1.25 multiplier. | ||
|Play during the 1st to the 5th of every month. | |Play during the 1st to the 5th of every month. | ||
|- | |- | ||
Line 288: | Line 1,702: | ||
|Automatically collects charms, can also turn charms into Summoning exp if you do not want them. | |Automatically collects charms, can also turn charms into Summoning exp if you do not want them. | ||
|Bought from the participation point store. | |Bought from the participation point store. | ||
+ | |- | ||
+ | | https://imgur.com/YMs7L8n.png | ||
+ | | Completionest Cape | ||
+ | | 5% experience boost | ||
+ | | Obtained from the Wise Old Man after completing 122/125 tasks and getting 99 in every skill. | ||
+ | |- | ||
+ | | https://imgur.com/YMs7L8n.png | ||
+ | | 99 Skillcape | ||
+ | | Chance to save 50% of the charms when infusing pouches. | ||
+ | | Obtained from the Wise Old Man after getting 99 Summoning. | ||
+ | |- | ||
|} | |} | ||
Line 293: | Line 1,718: | ||
If you reach level 99 in Summoning, you can talk to the Wise Old Man at home to obtain the Skill cape. He is located at home, in the building north of the bank. | If you reach level 99 in Summoning, you can talk to the Wise Old Man at home to obtain the Skill cape. He is located at home, in the building north of the bank. | ||
− | https://imgur.com/ | + | https://i.imgur.com/vmVhTcJ.png https://imgur.com/6mSHUI9.png |
− | |||
− | https:// | ||
− | The | + | The skillcape costs 30 million coins and comes with a matching hood. Both the Summoning cape and hood give +9 bonus to all defense stats. |
− | If you reach 200m experience in the Summoning skill you will also unlock the ability to buy the Master Summoning Cape. It is exactly the same as the normal Skill cape. However, you can adjust the trim colour to whatever you like. This | + | If you reach 200m experience in the Summoning skill you will also unlock the ability to buy the Master Summoning Cape. It is exactly the same as the normal Skill cape. However, you can adjust the trim colour to whatever you like. This master skillcape costs 80 million coins. |
https://i.imgur.com/sHbqFrG.png | https://i.imgur.com/sHbqFrG.png | ||
https://imgur.com/Y4RKe5E.gif | https://imgur.com/Y4RKe5E.gif | ||
+ | |||
+ | ---- | ||
+ | |||
+ | <div class="center"> | ||
+ | <p> All skill guides (regular mode):<br> | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/16.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Agility Agility] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/0.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Attack Attack] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/7.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Cooking Cooking] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/12.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Crafting Crafting] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/1.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Defence Defence] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/19.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Farming Farming] - <br> | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/11.png | ||
+ | [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Firemaking Firemaking] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/10.png | ||
+ | [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Fishing Fishing] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/9.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Fletching Fletching] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/15.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Herblore Herblore] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/3.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Hitpoints Hitpoints] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/22.png | ||
+ | [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Hunter Hunter] - <br> | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/6.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Magic Magic] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/14.png | ||
+ | [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Mining Mining] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/5.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Prayer Prayer] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/4.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Ranged Ranged] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/20.png | ||
+ | [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Runecrafting Runecrafting] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/18.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Slayer Slayer] - <br> | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/13.png | ||
+ | [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Smithing Smithing] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/2.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Strength Strength] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/23.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Summoning Summoning] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/17.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Thieving Thieving] - | ||
+ | https://resource.etherumps.com/wiki_assets/images/skills/8.png [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Woodcutting Woodcutting]</p></div> | ||
+ | <div> | ||
+ | <p>[https://wiki.etherumps.com/Main_page << Back to the main page]</p> | ||
+ | </div> |
Latest revision as of 06:19, 13 May 2023
This is the regular Summoning guide, the guide for ironman / hardcore ironman players can be found here.
Summoning is a skill that focuses on calling familiars from the Spirit Plane by creating and using summoning pouches. Most familiars are useless but there are a few that make Summoning worth training.
Summoning operates similarly to Prayer, requiring points to summon familiars and utilise their abilities. Summoning points do not automatically recharge, but they can be recharged by interacting with an Obelisk, or by drinking a summoning or super restore potion.
Contents
Summoning Calculator
Summoning Calculator:
Your Summoning XP | |
---|---|
Target XP | |
Bonuses |
Regular Donator Totem
Super Donator Totem
Extreme Donator Totem
1st-5th Bonus Days
Advanced Knowledge Aura
25% Skilling Hour
Prestige 20
|
Spirit Wolf | |
Dreadfowl | |
Spirit Spider | |
Thorny Snail | |
Granite Crab | |
Spirit Mosquito | |
Desert Wyrm | |
Spirit Scorpion | Spirit Tz-Kih | Albino Rat | Spirit Kalphite | Compost Mound | Giant Chinchompa | Vampyre Bat | Honey Badger | Beaver | Void Ravager | Void Spinner | Void Torcher | Void Shifter | Bronze Minotaur | Bull ant | Macaw | Evil Turnip | Spirit Cockatrice | Spirit Guthatrice | Spirit Saratrice | Spirit Zamatrice | Spirit Pengatrice | Spirit Coraxatrice | Spirit Vulatrice | Pyrelord | Iron Minotaur | Magpie | Bloated Leech | Spirit Terrorbird | Abyssal Parasite | Spirit Jelly | Ibis | Steel Minotaur | Spirit Graahk | Spirit Kyatt | Spirit Larupia | Karam. Overlord | Smoke Devil | Abyssal Lurker | Spirit Cobra | Strangler Plant | Barker Toad | Mithril Minotaur | War Tortoise | Bunyip | Fruit Bat | Ravenous Locust | Artic Bear | Phoenix | Obsidian Golem | Granite Lobster | Praying Mantis | Forge Regent | Adamant Minotaur | Talon Beast | Giant Ent | Fire Titan | Moss Titan | Ice Titan | Hydra | Spirit Dagannoth | Lava Titan | Swamp Titan | Rune Minotaur | Unicorn Stallion | Geyser Titan | Wolpertinger | Abyssal Titan | Iron Titan | Pack Yak | Steel Titan |
Getting Supplies
To train Summoning, you will need Charms and Pouches.
Charms
There are 5 types of charms that can be used for Summoning.
Gold Charms
Gold Charms are the easiest and most common charm to come by in Etherum as they are dropped by very low level monsters. A good NPC to kill in order to collect Gold Charms are Yaks, located on Neitiznot (South). These Charms are generally only used in the beginning of Summoning training.
Green Charms
The next step up from Gold Charms are Green Charms. They are also quite easy to collect as the NPC's that drop these are not too difficult to kill. Monsters such as the Bloodveld or Dust Devil drop it every time one of them is killed. However, the easiest way to obtain Green Charms is to kill the Bandits at Bandit Camp in the desert, if you have a Charming Imp, you can completely AFK there while collecting charms.
Crimson Charms
Crimson Charms aren't as common as the other two listed above, but they are also not rare. These charms are dropped by a variety of high levelled NPC's such as Dark Beasts, Dragons, and even by some Bosses. These Charms offer the best experience and should be used for the bulk of your training.
Blue Charms
Blue Charms are the rarest of all the Charms, they do not offer as much experience as Crimson Charms however. No NPC drops these Charms 100% of the time. The upside to their rarity is that they are not even that useful. So you are not missing out on anything if you do not find any.
Abyssal Charms
Abyssal Charms are charms only dropped by NPCs in the Abyss. All Abyssal pouches can be summoned to hold a set amount of ess.
Pouches
Pouches are needed to make every Summoning Pouch, Luckily Pouches are very cheap, and simple to obtain
First of all, you need to go to South Neitiznot.
When you get there, head west outside the city center, and you will see an NPC called Hassan who is located next to a trapdoor.
Hassan sells the pouches for a single gold coin each.
Training
There are two places where you can train Summoning, you can either climb down the trapdoor right next to Hassan, or teleport to the Donator Zone.
There is no real benefit to training in either place although the Obelisk in the Donator Zone is closer to a bank.
Now to train Summoning all you need to do is right-click on the obelisk, and choose the 'infuse pouch' option.
When you click, all the options of familiar pouches that you can create will appear.
You can get even more experience if you turn the pouches you create into special move scrolls for that specific monster, to do this simply click on the small button at the top left of the menu board. This will then allow you to make your scrolls.
Experience Tables
Gold Charms
Monster | Image | Level to make | Experience | EXP per Scroll |
---|---|---|---|---|
Spirit Wolf | 1 | 16xp | 10xp | |
Dreadfowl | 4 | 36xp | 22xp | |
Spirit Spider | 8 | 48xp | 30xp | |
Thorny Snail | 13 | 48xp | 30xp | |
Granite Crab | 16 | 84xp | 52xp | |
Spirit Mosquito | 17 | 184xp | 115xp | |
Bull Ant | 40 | 208xp | 130xp | |
Spirit Terrorbird | 52 | 272xp | 170xp | |
Barker Toad | 66 | 348xp | 217xp | |
War Tortoise | 67 | 232xp | 145xp | |
Arctic Bear | 71 | 372xp | 232xp |
Green Charms
Monster | Image | Level to make | Experience | EXP per Scroll |
---|---|---|---|---|
Desert Wyrm | 18 | 124xp | 77xp | |
Compost Mound | 28 | 196xp | 122xp | |
Beaver | 33 | 228xp | 142xp | |
Void Ravager | 34 | 236xp | 147xp | |
Macaw | 41 | 288xp | 180xp | |
Spirit Cockatrice | 43 | 300xp | 187xp | |
Spirit Guthatrice | 43 | 300xp | 187xp | |
Spirit Saratrice | 43 | 300xp | 187xp | |
Spirit Zamatrice | 43 | 300xp | 187xp | |
Spirit Pengatrice | 43 | 300xp | 187xp | |
Spirit Coraxatrice | 43 | 300xp | 187xp | |
Spirit Vulatrice | 43 | 300xp | 187xp | |
Magpie | 47 | 332xp | 207xp | |
Ibis | 56 | 392xp | 245xp | |
Bunyip | 68 | 476xp | 297xp | |
Fruit Bat | 69 | 484xp | 302xp | |
Forge Regent | 76 | 536xp | 335xp | |
Giant Ent | 78 | 544xp | 340xp | |
Hydra | 80 | 560xp | 350xp | |
Unicorn Stallion | 88 | 616xp | 385xp |
Crimson Charms
Monster | Image | Level to make | Experience | EXP per Scroll |
---|---|---|---|---|
Spirit Scorpion | 19 | 332xp | 207xp | |
Spirit Tz-Kih | 22 | 384xp | 240xp | |
Vampyre Bat | 31 | 544xp | 340xp | |
Honey Badger | 32 | 560xp | 350xp | |
Evil Turnip | 42 | 736xp | 460xp | |
Pyrelord | 46 | 808xp | 505xp | |
Bloated Leech | 49 | 860xp | 537xp | |
Spirit Graahk | 57 | 2,004xp | 1,252xp | |
Smoke Devil | 61 | 1,072xp | 670xp | |
Spirit Cobra | 63 | 1,104xp | 690xp | |
Strangler Plant | 64 | 1,124xp | 702xp | |
Ravenous Locust | 70 | 528xp | 330xp | |
Phoenix | 72 | 1,204xp | N/A | |
Granite Lobster | 74 | 1,300xp | 812xp | |
Praying Mantis | 75 | 1,316xp | 822xp | |
Talon Beast | 77 | 4,060xp | 2537xp | |
Spirit Dagannoth | 83 | 1,456xp | 910xp | |
Swamp Titan | 85 | 1,492xp | 932xp | |
Wolpertinger | 92 | 1,616xp | 1,010xp | |
Iron Titan | 95 | 1,668xp | 1,042xp | |
Pack Yak | 96 | 1,680xp | 1,055xp | |
Steel Titan | 99 | 870xp | 543 xp |
Blue Charms
Monster | Image | Level to make | Experience | EXP per Scroll |
---|---|---|---|---|
Albino Rat | 23 | 808xp | 505xp | |
Spirit Kalphite | 25 | 880xp | 550xp | |
Giant Chinchompa | 29 | 1,020xp | 637xp | |
Void Spinner | 34 | 236xp | 147xp | |
Void Torcher | 34 | 236xp | 147xp | |
Void Shifter | 34 | 236xp | 147xp | |
Bronze Minotaur | 36 | 1,264xp | 790xp | |
Iron Minotaur | 46 | 1,616xp | 1,010xp | |
Spirit Jelly | 55 | 1,936xp | 1,210xp | |
Steel Minotaur | 56 | 1,968xp | 1,230xp | |
Spirit Kyatt | 57 | 2,004xp | 1,252xp | |
Spirit Larupia | 57 | 2,004xp | 1,252xp | |
Karam. Overlord | 58 | 2,040xp | 1,275xp | |
Mithril Minotaur | 66 | 2,320xp | 1,450xp | |
Obsidian Golem | 73 | 2,568xp | 1,605xp | |
Adamant Minotaur | 76 | 2,672xp | 1,670xp | |
Fire Titan | 79 | 2,780xp | 1,737xp | |
Moss Titan | 79 | 2,780xp | 1,737xp | |
Ice Titan | 79 | 2,780xp | 1,737xp | |
Lava Titan | 83 | 2,920xp | 1,825xp | |
Rune Minotaur | 86 | 3,024xp | 1,890xp | |
Geyser Titan | 89 | 3,132xp | 1,957xp |
Abyssal Charms
Monster | Image | Level to make | Experience | EXP per Scroll |
---|---|---|---|---|
Abyssal Parasite | 54 | 376xp | 235xp | |
Abyssal Lurker | 62 | 436xp | 272xp | |
Abyssal Titan | 93 | 652xp | 407xp |
Useful Items and Boosts
Picture | Item/Boost | Effect | How to Obtain |
---|---|---|---|
Knowledge Effect | All experience gained will be increased by:
|
Go to the Donator Zone, in the building to the west of the bank and click on the Defence Totem (Knowledge effect). | |
Bonus Experience | All experience gained will be multiplied by 3 until the bonus experience runs out. |
| |
N/A | Monthly Bonus |
All experience gained is multiplied by 1.1 Voting during this time adds an additional 1.25 multiplier. |
Play during the 1st to the 5th of every month. |
Charming Imp | Automatically collects charms, can also turn charms into Summoning exp if you do not want them. | Bought from the participation point store. | |
Completionest Cape | 5% experience boost | Obtained from the Wise Old Man after completing 122/125 tasks and getting 99 in every skill. | |
99 Skillcape | Chance to save 50% of the charms when infusing pouches. | Obtained from the Wise Old Man after getting 99 Summoning. |
The Skill Cape
If you reach level 99 in Summoning, you can talk to the Wise Old Man at home to obtain the Skill cape. He is located at home, in the building north of the bank.
The skillcape costs 30 million coins and comes with a matching hood. Both the Summoning cape and hood give +9 bonus to all defense stats.
If you reach 200m experience in the Summoning skill you will also unlock the ability to buy the Master Summoning Cape. It is exactly the same as the normal Skill cape. However, you can adjust the trim colour to whatever you like. This master skillcape costs 80 million coins.