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"

From RuneGlory
Jump to: navigation, search
 
(38 intermediate revisions by 9 users not shown)
Line 1: Line 1:
=Introduction=
+
  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 the skill that allows you to bring to life monsters of your choice. This is one of the most tedious skills to train, but also one of the coolest, and most rewarding skills.
 
  
'''These monsters have the ability to be helpful to you in many things. They can, for example, keep items in their familiar inventory for you, or in one case even bank those item with a special move.  
+
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.
  
'''They can also help you fight off enemy players or monsters in combat situations.
+
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.
  
=Starting Out=
+
=Summoning Calculator=
'''To start training Summoning, you need Charms and Pouches.
+
<html>
  
 +
<head>
 +
    <style>
 +
        table,
 +
        th,
 +
        td {
 +
            border: 1px solid black;
 +
        }
  
'''Gold Charms'''
+
        select {
 +
            color: white;
 +
            width: 100%;
 +
        }
 +
    </style>
 +
</head>
  
https://i.imgur.com/kdR6qMk.png
+
<body>
'''Gold Charms are the easiest and most common charm to come by in Grinderscape. They are dropped by very low level monsters such as Rock Crabs, Goblins etc.'''
+
 
 +
    <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">&nbsp;
 +
                <input type="text" id="curxp" name="skill-xp" maxlength="9" onkeyup="func()" placeholder="Your XP"> &nbsp;
 +
            </td>
 +
            <tr>
 +
                <th>Target XP</td>
 +
                    <td> <img id="prayer" src="https://www.etherumps.com/assets/images/skills/23.png">&nbsp;
 +
                        <input type="text" id="tarxp" name="skill-xp" maxlength="9" onkeyup="func()" value="13034431"> &nbsp;
 +
                    </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;
  
https://i.imgur.com/HKMWrTo.png
+
            // ***** Calculate XP *****
 +
           
  
 +
            document.getElementById("wolfr").innerHTML = Math.ceil((y - x) / wolfXp);
  
'''Green Charms'''
+
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);
 +
       
 +
       
 +
       
 +
       
  
https://i.imgur.com/GMSe1C8.png
+
            // ***** Calculate XP required *****
'''Green Charms are also one of the most common charms in the game. Monsters such as the Bloodveld or Dust Devil drop it every time one of them is killed.'''
+
            //document.getElementById("xpneeded").innerHTML = "" + (y - x);
  
https://i.imgur.com/k8uC9yv.png
 
  
  
'''Crimson Charms'''
 
  
https://i.imgur.com/OGRfvRw.png
+
        }
'''This sort of charm isn't as common as the other two listed above, but it is also not rare. These charms are dropped by a variety of monsters such as Abyssal Demons, Dark Beasts, and Blue Dragons.'''
+
    </script>
  
https://i.imgur.com/QrohPBU.png
+
    <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>
  
==Where to Start==
 
  
'''First of all, you need to go to South Neitznot.
 
  
'''To get there, open up your spellbook and click on the Neitznot teleports in the center of the menu.
+
</body>
  
https://i.imgur.com/FnvgYqQ.png https://i.imgur.com/cHZuonc.png https://i.imgur.com/h79vILH.png
+
</html>
  
https://i.imgur.com/Whr4ysi.png
 
  
'''When you get there, you need to go here, where you will see an NPC called Hassan, along with a trapdoor.
+
=Getting Supplies=
 +
To train Summoning, you will need Charms and Pouches.
  
https://i.imgur.com/DRNbqCZ.png
+
==Charms==
 +
There are 5 types of charms that can be used for Summoning.
  
 +
===Gold Charms===
 +
https://i.imgur.com/kdR6qMk.png
 +
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.
  
'''Hassan will sell you the pouches you will require to start training Summoning, and make Summoning Pouches.
+
===Green Charms===
 +
https://i.imgur.com/GMSe1C8.png
 +
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.
  
'''While there, be sure to buy a nice supply of pouches, as you will need them down the line training this skill.
+
===Crimson Charms===
  
https://i.imgur.com/rWVPK3s.png
+
https://i.imgur.com/OGRfvRw.png
 +
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.
  
=Training=
+
===Blue Charms===
 +
https://i.imgur.com/xbRKKxm.png
 +
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.
  
'''Once you buy pouches you then climb down the ladder right next to Hassan.
+
===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.  
  
https://i.imgur.com/RbszS7C.png
 
  
'''When you climb down the ladder, you will be in a small room with an obelisk.
+
==Pouches==
 +
https://i.imgur.com/EnxNTME.png
 +
Pouches are needed to make every Summoning Pouch, Luckily Pouches are very cheap, and simple to obtain
  
'''Now to really start training, right-click on the obelisk, and choose the 'infuse pouch' option.
+
First of all, you need to go to South Neitiznot.
  
https://i.imgur.com/74Oh736.png
+
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.
  
'''When you click, an options menu will appear, showing you all the possible pouches you can infuse depending on your level and your charm of choice.
+
https://i.imgur.com/DRNbqCZ.png
  
'''If you wish to not only make the monster pouch, but also some special move scrolls for that specific monster, click on the small button at the top left of the menu board.
+
Hassan sells the pouches for a single gold coin each.
  
https://i.imgur.com/pn9wONj.png
+
https://i.imgur.com/rWVPK3s.png
  
'''This will then allow you to make your scrolls.  
+
=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.
  
'''Note, you will need the monster pouch to make scrolls for that monster.
+
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.
  
== Gold Charms ==
+
https://i.imgur.com/74Oh736.png
  
{| class="wikitable plainlinks" style="line-height: 20px; text-align:center;" border="1" margin="15" width="450"
+
When you click, all the options of familiar pouches that you can create will appear.
|-
 
! Monster !! Image !! Experience !! Level to make !! EXP Per Scroll
 
|-
 
| Spirit Wolf || https://i.imgur.com/OOxl76F.png || 32xp || 1 || 100xp
 
|-
 
| Dreadfowl || https://i.imgur.com/whWZgil.png || 72xp || 4 || 225xp
 
|-
 
| Spirit Spider || https://i.imgur.com/21UlFsv.gif || 96xp || 10 || 300xp
 
|-
 
| Thorny Snail || https://i.imgur.com/AYyYeZ7.png || 96xp || 13 || 300xp
 
|-
 
| Granite Crab || https://i.imgur.com/6D3fYls.png || 168xp ||  16 || 525xp
 
|-
 
| Spirit Mosquito ||  https://i.imgur.com/RmdpttD.png || 368xp || 17 || 1150xp
 
|-
 
| Bull Ant || https://i.imgur.com/V2KjZeg.png || 416xp ||  40 || 1300xp
 
|-
 
| Spirit Terrorbird || https://i.imgur.com/rVo8hhT.png || 544xp || 52 || 1700xp
 
|-
 
| Barker Toad || https://i.imgur.com/4EVbaK5.png || 696xp || 66 || 2175xp
 
|-
 
| War Tortoise || https://i.imgur.com/SapdPJc.png || 464xp || 72 || 1450xp
 
|-
 
| Arctic Bear || https://i.imgur.com/7XriqFm.gif || 744xp || 71 || 2325xp
 
|-
 
|}
 
  
=== Ironman And Hardcore Ironman Gold Charms ===
+
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.
  
 +
https://i.imgur.com/pn9wONj.png
  
 +
=Experience Tables=
 +
== Gold Charms ==
 
{| 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 !! Ironman XP !! Hardcore XP !! Ironman EXP Per Scroll !! Harcore XP Per Scroll
+
! Monster !! Image !! Level to make !! Experience !! EXP per Scroll  
 +
|-
 +
| Spirit Wolf || https://i.imgur.com/OOxl76F.png || 1 || 16xp || 10xp
 
|-
 
|-
| Spirit Wolf || https://i.imgur.com/OOxl76F.png || 10 XP || 4 XP || 33 XP || 14 XP
+
| Dreadfowl || https://i.imgur.com/whWZgil.png || 4|| 36xp || 22xp
 
|-
 
|-
| Dreadfowl || https://i.imgur.com/whWZgil.png || 24 XP || 10 XP || 75 XP || 32 XP
+
| Spirit Spider || https://i.imgur.com/21UlFsv.gif || 8 || 48xp || 30xp
|-
 
| Spirit Spider || https://i.imgur.com/21UlFsv.gif || 32 XP || 13 XP || 100 XP || 42 XP
 
 
|-
 
|-
| Thorny Snail || https://i.imgur.com/AYyYeZ7.png || 32 XP || 13 XP || 100 XP || 42 XP
+
| Thorny Snail || https://i.imgur.com/AYyYeZ7.png || 13 || 48xp || 30xp
 
|-
 
|-
| Granite Crab || https://i.imgur.com/6D3fYls.png || 56 XP || 24 XP || 175 XP || 75 XP
+
| Granite Crab || https://i.imgur.com/6D3fYls.png || 16 || 84xp || 52xp
 
|-
 
|-
| Spirit Mosquito ||  https://i.imgur.com/RmdpttD.png || 122 XP || 52 XP || 383 XP || 164 XP
+
| Spirit Mosquito ||  https://i.imgur.com/RmdpttD.png || 17 || 184xp || 115xp
 
|-
 
|-
| Bull Ant || https://i.imgur.com/V2KjZeg.png || 138 XP || 59 XP || 433 XP || 185 XP
+
| Bull Ant || https://i.imgur.com/V2KjZeg.png || 40 || 208xp || 130xp
 
|-
 
|-
| Spirit Terrorbird || https://i.imgur.com/rVo8hhT.png || 181 XP || 77 XP || 566 XP || 242 XP
+
| Spirit Terrorbird || https://i.imgur.com/rVo8hhT.png || 52 || 272xp || 170xp
 
|-
 
|-
| Barker Toad || https://i.imgur.com/4EVbaK5.png || 232 XP || 99 XP || 725 XP || 310 XP
+
| Barker Toad || https://i.imgur.com/4EVbaK5.png || 66 || 348xp || 217xp
 
|-
 
|-
| War Tortoise || https://i.imgur.com/SapdPJc.png || 154 XP || 66 XP || 483 XP || 207 XP
+
| War Tortoise || https://i.imgur.com/SapdPJc.png || 67 || 232xp || 145xp
 
|-
 
|-
| Arctic Bear || https://i.imgur.com/7XriqFm.gif || 248 XP || 106 XP || 775 XP || 332 XP
+
| Arctic Bear || https://i.imgur.com/7XriqFm.gif || 71 || 372xp || 232xp
 
|-
 
|-
 
|}
 
|}
  
 
+
==Green Charms==
 
 
== Green Charms ==
 
 
 
 
{| 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 !! Experience !! Level to make !! EXP Per Scroll  
+
! Monster !! Image !! Level to make !! Experience !! EXP per Scroll  
 
|-
 
|-
| Desert Wyrm || https://i.imgur.com/kMV9YHW.png?1.png || 248xp || 18 || 775xp
+
| Desert Wyrm || https://i.imgur.com/kMV9YHW.png?1.png || 18 || 124xp || 77xp
 
|-
 
|-
| Compost Mound || https://i.imgur.com/WWsnSUc.png?1.png || 392xp || 28 || 1225xp
+
| Compost Mound || https://i.imgur.com/WWsnSUc.png?1.png || 28 || 196xp || 122xp
 
|-
 
|-
| Beaver || https://i.imgur.com/Gy2goAn.png?1.png || 456xp || 33 || 1425xp
+
| Beaver || https://i.imgur.com/Gy2goAn.png?1.png || 33 || 228xp || 142xp
 
|-
 
|-
| Void Ravager || https://i.imgur.com/KsC4bJk.gif || 472xp || 34 || 1475xp
+
| Void Ravager || https://i.imgur.com/KsC4bJk.gif || 34|| 236xp || 147xp
 
|-
 
|-
| Macaw || https://i.imgur.com/rH8MJeE.png || 576xp || 41 || 1800xp
+
| Macaw || https://i.imgur.com/rH8MJeE.png || 41 || 288xp || 180xp
 
|-  
 
|-  
| Spirit Cockatrice || https://i.imgur.com/lpSuWQ8.gif || 600xp || 43 || 1875xp
+
| Spirit Cockatrice || https://i.imgur.com/lpSuWQ8.gif || 43 || 300xp || 187xp
|-
 
| Spirit Guthatrice || http://i.imgur.com/uGSZw1l.png || 600xp || 43 || 1875xp
 
|-
 
| Spirit Saratrice || http://i.imgur.com/Q10WIi1.png || 600xp || 43 || 1875xp
 
 
|-
 
|-
| Spirit Zamatrice || http://i.imgur.com/FwX84D4.png || 600xp || 43 || 1875xp
+
| Spirit Guthatrice || http://i.imgur.com/uGSZw1l.png || 43 || 300xp || 187xp
 
|-
 
|-
| Spirit Pengatrice || http://i.imgur.com/ZWXX4G6.png || 600xp || 43 || 1875xp
+
| Spirit Saratrice || http://i.imgur.com/Q10WIi1.png || 43 || 300xp || 187xp
 
|-
 
|-
| Spirit Coraxatrice || http://i.imgur.com/XGWbNKL.png || 600xp || 43 || 1875xp
+
| Spirit Zamatrice || http://i.imgur.com/FwX84D4.png || 43 || 300xp || 187xp
 
|-
 
|-
| Spirit Vulatrice || http://i.imgur.com/hbmN2QB.png || 600xp || 43 || 1875xp
+
| Spirit Pengatrice || http://i.imgur.com/ZWXX4G6.png || 43 || 300xp || 187xp
 
|-
 
|-
| Magpie || http://i.imgur.com/yYGOxvl.png || 664xp || 47 || 2075xp
+
| Spirit Coraxatrice || http://i.imgur.com/XGWbNKL.png || 43 || 300xp || 187xp
 
|-
 
|-
| Abyssal Parasite || http://i.imgur.com/rRgXHOo.png || 752xp || 54 || 2350xp
+
| Spirit Vulatrice || http://i.imgur.com/hbmN2QB.png || 43 || 300xp || 187xp
 
|-
 
|-
| Ibis || http://i.imgur.com/E0YUy9K.png || 784xp || 56 || 2450xp
+
| Magpie || http://i.imgur.com/yYGOxvl.png || 47 || 332xp || 207xp
 
|-
 
|-
| Abyssal Lurker || http://i.imgur.com/x63rdDN.png || 872xp || 62 || 2725xp
+
| Ibis || http://i.imgur.com/E0YUy9K.png || 56 || 392xp || 245xp
 
|-
 
|-
| Bunyip || http://i.imgur.com/bbv9QxP.png || 952xp || 68 || 2975xp
+
| Bunyip || http://i.imgur.com/bbv9QxP.png || 68 || 476xp || 297xp
 
|-
 
|-
| Fruit Bat || http://i.imgur.com/rJx9TtI.png || 968xp || 69 || 3025xp
+
| Fruit Bat || http://i.imgur.com/rJx9TtI.png || 69 || 484xp || 302xp
 
|-
 
|-
| Forge Regent || http://i.imgur.com/0lReduG.png || 1,072xp || 76 || 3350xp
+
| Forge Regent || http://i.imgur.com/0lReduG.png || 76 || 536xp || 335xp
 
|-
 
|-
| Giant Ent || http://i.imgur.com/f4tbQmx.png || 1,088xp || 78 || 3400xp
+
| Giant Ent || http://i.imgur.com/f4tbQmx.png || 78 || 544xp || 340xp
 
|-
 
|-
| Hydra || http://i.imgur.com/Tud5hqW.png || 1,120xp || 80 || 3500xp
+
| Hydra || http://i.imgur.com/Tud5hqW.png || 80 || 560xp || 350xp
 
|-
 
|-
| Unicorn Stallion ||  http://i.imgur.com/aiN1nbJ.gif || 1,232xp || 88 || 3850xp
+
| Unicorn Stallion ||  http://i.imgur.com/aiN1nbJ.gif || 88 || 616xp || 385xp
 
|-  
 
|-  
| Abyssal Titan || http://i.imgur.com/YBwmcjp.png || 1,304xp || 93 || 4075xp
 
|-
 
 
|}
 
|}
  
=== Ironman And Hardcore Ironman Green Charm ===
+
==Crimson Charms==
 
 
 
{| 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 !! Ironman XP !! Hardcore XP !! Ironman EXP Per Scroll !! Hardcore XP Per Scroll
+
! Monster !! Image !! Level to make !! Experience !! EXP per Scroll  
 
|-
 
|-
| Desert Wyrm || https://i.imgur.com/kMV9YHW.png?1.png || 82 XP || 35 XP || 258 XP || 110 XP
+
| Spirit Scorpion || https://i.imgur.com/fVjx85c.png|| 19 || 332xp || 207xp
 
|-
 
|-
| Compost Mound || https://i.imgur.com/WWsnSUc.png?1.png || 130 XP || 56 XP || 408 XP || 175 XP
+
| Spirit Tz-Kih || https://i.imgur.com/x72YYhH.png || 22 || 384xp || 240xp
 
|-
 
|-
| Beaver || https://i.imgur.com/Gy2goAn.png?1.png || 152 XP || 65 XP || 475 XP || 203 XP
+
| Vampyre Bat || https://i.imgur.com/jNqRspk.png || 31 || 544xp || 340xp
 
|-
 
|-
| Void Ravager || https://i.imgur.com/KsC4bJk.gif || 157 XP || 67 XP || 491 XP || 210 XP
+
| Honey Badger || https://i.imgur.com/wBdaz33.png || 32 || 560xp || 350xp
 
|-
 
|-
| Macaw || https://i.imgur.com/rH8MJeE.png || 192 XP || 82 XP || 600 XP || 257 XP
+
| Evil Turnip || https://i.imgur.com/JJ9uGh0.png || 42 || 736xp || 460xp
|-
 
| Spirit Cockatrice || https://i.imgur.com/lpSuWQ8.gif || 200 XP || 85 XP || 625 XP || 267 XP
 
 
|-
 
|-
| Spirit Guthatrice || https://i.imgur.com/uGSZw1l.png || 200 XP || 85 XP || 625 XP || 267 XP
+
| Pyrelord || https://i.imgur.com/i9z8Ugq.png || 46 || 808xp || 505xp
 
|-
 
|-
| Spirit Saratrice || https://i.imgur.com/Q10WIi1.png || 200 XP || 85 XP || 625 XP || 267 XP
+
| Bloated Leech || https://i.imgur.com/JG1bt26.png || 49 || 860xp || 537xp
 
|-
 
|-
| Spirit Zamatrice || https://i.imgur.com/FwX84D4.png || 200 XP || 85 XP || 625 XP || 267 XP
+
| Spirit Graahk || https://i.imgur.com/EGQV04O.png || 57 || 2,004xp || 1,252xp
 +
|-
 +
| Smoke Devil || https://i.imgur.com/XrtTn8a.png || 61 || 1,072xp || 670xp
 
|-
 
|-
| Spirit Pengatrice || https://i.imgur.com/ZWXX4G6.png || 200 XP || 85 XP || 625 XP || 267 XP
+
| Spirit Cobra || https://i.imgur.com/HS9QDcv.png || 63 || 1,104xp || 690xp
|-
+
|-
| Spirit Coraxatrice || https://i.imgur.com/XGWbNKL.png || 200 XP || 85 XP || 625 XP || 267 XP
+
| Strangler Plant || https://i.imgur.com/CbXhO20.png || 64 || 1,124xp || 702xp
 
|-
 
|-
| Spirit Vulatrice || http://i.imgur.com/hbmN2QB.png || 200 XP || 85 XP || 625 XP || 267 XP
+
| Ravenous Locust || https://i.imgur.com/vXXmHqi.png || 70 || 528xp || 330xp
 
|-
 
|-
| Magpie || https://i.imgur.com/yYGOxvl.png || 221 XP || 94 XP || 691 XP || 296 XP
+
| Phoenix || https://i.imgur.com/lHT4Cbc.png || 72 || 1,204xp || N/A
 
|-
 
|-
| Abyssal Parasite || https://i.imgur.com/rRgXHOo.png || 250 XP || 107 XP || 783 XP || 335 XP
+
| Granite Lobster || https://i.imgur.com/wZ4foFd.gif || 74 || 1,300xp || 812xp
 
|-
 
|-
| Ibis || https://i.imgur.com/E0YUy9K.png || 261 XP || 112 XP || 816 XP || 350 XP
+
| Praying Mantis || https://i.imgur.com/ircy6fP.png || 75 || 1,316xp || 822xp
 
|-
 
|-
| Abyssal Lurker || https://i.imgur.com/x63rdDN.png || 290 XP || 124 XP || 908 XP || 389 XP
+
| Talon Beast || https://i.imgur.com/BKM8uFx.png || 77 || 4,060xp || 2537xp
 
|-
 
|-
| Bunyip || https://i.imgur.com/bbv9QxP.png || 317 XP || 136 XP || 991 XP || 425 XP
+
| Spirit Dagannoth || https://i.imgur.com/xVQRVik.png || 83 || 1,456xp || 910xp
 
|-
 
|-
| Fruit Bat || https://i.imgur.com/rJx9TtI.png || 322 XP || 138 XP || 1008 XP || 432 XP
+
| Swamp Titan || https://i.imgur.com/DLptEXw.png || 85 || 1,492xp || 932xp
 
|-
 
|-
| Forge Regent || https://i.imgur.com/0lReduG.png || 357 XP || 153 XP || 1116 XP || 478 XP
+
| Wolpertinger || https://i.imgur.com/p706Mry.png || 92 || 1,616xp || 1,010xp
 
|-
 
|-
| Giant Ent || https://i.imgur.com/f4tbQmx.png || 362 XP || 155 XP || 1133 XP || 485 XP
+
| Iron Titan || https://i.imgur.com/0pY18ZL.png || 95 || 1,668xp || 1,042xp
 
|-
 
|-
| Hydra || https://i.imgur.com/Tud5hqW.png || 373 XP || 160 XP || 1166 XP || 500 XP
+
| Pack Yak || https://i.imgur.com/OlL7j73.png || 96 || 1,680xp || 1,055xp
 
|-
 
|-
| Unicorn Stallion ||  https://i.imgur.com/aiN1nbJ.gif || 410 XP || 176 XP || 1283 XP || 550 XP
+
| Steel Titan || https://i.imgur.com/dcQsnrs.png || 99 || 870xp || 543 xp
|-
 
| Abyssal Titan || https://i.imgur.com/YBwmcjp.png || 434 XP || 186 XP || 1358 XP || 582 XP
 
 
|-
 
|-
 
|}
 
|}
  
 
+
==Blue Charms==
== Crimson Charms ==
 
 
 
 
{| 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 !! Experience !! Level to make !! EXP Per Scroll  
+
! Monster !! Image !! Level to make !! Experience !! EXP per Scroll
 
|-
 
|-
| Spirit Scorpion || https://i.imgur.com/fVjx85c.png|| 664xp || 19 || 2075xp
+
| Albino Rat || https://i.imgur.com/4EJ2oiI.png || 23 || 808xp || 505xp
 
|-
 
|-
| Spirit Tz-Kih || https://i.imgur.com/x72YYhH.png || 768xp || 22 || 2400xp
+
| Spirit Kalphite || https://i.imgur.com/8F5cXpd.png || 25 || 880xp || 550xp
 
|-
 
|-
| Vampyre Bat || https://i.imgur.com/jNqRspk.png || 1,088xp || 31 || 3400xp
+
| Giant Chinchompa || https://i.imgur.com/8CKtwBX.png || 29 || 1,020xp || 637xp
 
|-
 
|-
| Honey Badger || https://i.imgur.com/wBdaz33.png || 1,616xp || 32 || 3500xp
+
| Void Spinner || https://i.imgur.com/AtoCHYL.png || 34 || 236xp || 147xp
 
|-
 
|-
| Evil Turnip || https://i.imgur.com/JJ9uGh0.png || 1,472xp || 42 || 1472xp
+
| Void Torcher || https://i.imgur.com/hqV2c2l.png || 34 || 236xp || 147xp
 +
|-
 +
| Void Shifter || https://i.imgur.com/QjtYZLQ.png || 34 || 236xp || 147xp
 
|-
 
|-
| Pyrelord || https://i.imgur.com/i9z8Ugq.png || 1,616xp || 46 || 5050xp
+
| Bronze Minotaur || https://i.imgur.com/H7aMMwl.png || 36 || 1,264xp || 790xp
 
|-
 
|-
| Bloated Leech || https://i.imgur.com/JG1bt26.png || 1,720xp || 49 || 5375xp
+
| Iron Minotaur || https://i.imgur.com/o6HZB2n.png || 46 || 1,616xp || 1,010xp
 
|-
 
|-
| Spirit Graahk || https://i.imgur.com/EGQV04O.png || 4,008xp || 57 || 12525xp
+
| Spirit Jelly || https://i.imgur.com/XXKBUvb.png || 55 || 1,936xp || 1,210xp
|-
 
| Smoke Devil || https://i.imgur.com/XrtTn8a.png || 2,144xp || 61 || 6700xp
 
 
|-
 
|-
| Spirit Cobra || https://i.imgur.com/HS9QDcv.png || 2,208xp || 63 || 6900xp
+
| Steel Minotaur || https://i.imgur.com/d9zIEr1.png || 56 || 1,968xp || 1,230xp
|- 
 
| Strangler Plant || https://i.imgur.com/CbXhO20.png || 2,248xp || 64 || 7025xp
 
 
|-
 
|-
| Ravenous Locust || https://i.imgur.com/vXXmHqi.png || 1,056xp || 70 || 3300xp
+
| Spirit Kyatt || https://i.imgur.com/vHCAnu1.png || 57 || 2,004xp || 1,252xp
 
|-
 
|-
| Pheonix || https://i.imgur.com/lHT4Cbc.png || 2,408xp || 72 || N/A
+
| Spirit Larupia || https://i.imgur.com/M8NZbIB.png || 57 || 2,004xp || 1,252xp
 
|-
 
|-
| Granite Lobster || https://i.imgur.com/wZ4foFd.gif || 2,600xp || 74 || 8125xp
+
| Karam. Overlord || https://i.imgur.com/u0DX2Gi.png || 58 || 2,040xp || 1,275xp
 
|-
 
|-
| Praying Mantis || https://i.imgur.com/ircy6fP.png || 2,632xp || 75 || 8225xp
+
| Mithril Minotaur || https://i.imgur.com/jMRODMu.png || 66 || 2,320xp || 1,450xp
 
|-
 
|-
| Talon Beast || https://i.imgur.com/BKM8uFx.png || 8,120xp || 77 || 25375xp
+
| Obsidian Golem || https://i.imgur.com/M7OimM9.png || 73 || 2,568xp || 1,605xp
 
|-
 
|-
| Spirit Dagannoth || https://i.imgur.com/xVQRVik.png || 2,912xp || 83 || 9100xp
+
| Adamant Minotaur || https://i.imgur.com/POCIBbx.png || 76 || 2,672xp || 1,670xp
 
|-
 
|-
| Swamp Titan || https://i.imgur.com/DLptEXw.png || 2,984xp || 85 || 9325xp
+
| Fire Titan || https://i.imgur.com/Dz06Xb5.png || 79 || 2,780xp || 1,737xp
 
|-
 
|-
| Wolpertinger || https://i.imgur.com/p706Mry.png || 3,232xp || 92 || 10100xp
+
| Moss Titan || https://i.imgur.com/bOeKFgI.png || 79 || 2,780xp || 1,737xp
 
|-
 
|-
| Iron Titan || https://i.imgur.com/0pY18ZL.png || 3,336xp || 95 || 10425xp
+
| Ice Titan || https://i.imgur.com/lQQthbk.png || 79 || 2,780xp || 1,737xp
 
|-
 
|-
| Pack Yak || https://i.imgur.com/OlL7j73.png || 3,376xp || 96 || 10550xp
+
| Lava Titan || https://i.imgur.com/lBlGxPq.png || 83 || 2,920xp || 1,825xp
 
|-
 
|-
| Steel Titan || https://i.imgur.com/dcQsnrs.png || 3,480xp || 99 || 10875xp
+
| Rune Minotaur || https://i.imgur.com/3JUrzMB.png || 86 || 3,024xp || 1,890xp
 +
|-
 +
| Geyser Titan || https://i.imgur.com/RaPeYp9.png || 89 || 3,132xp || 1,957xp
 
|-
 
|-
 
|}
 
|}
  
=== Ironman And Hardcore Ironman Crimson Charms ===
+
==Abyssal Charms==
 
 
 
{| 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 !! Ironman XP !! Harcore XP !! Ironman XP Per Scroll !! Hardcore XP Per Scroll
+
! Monster !! Image !! Level to make !! Experience !! EXP per Scroll  
|-
 
| Spirit Scorpion ||  https://i.imgur.com/fVjx85c.png|| 221 XP || 94 XP || 691 XP || 296 XP
 
|-
 
| Spirit Tz-Kih || https://i.imgur.com/x72YYhH.png || 256 XP || 109 XP || 800 XP || 342 XP
 
|-
 
| Vampyre Bat || https://i.imgur.com/jNqRspk.png || 362 XP || 155 XP || 1133 XP || 485 XP
 
|-
 
| Honey Badger || https://i.imgur.com/wBdaz33.png || 538 XP || 230 XP || 1166 XP || 500 XP
 
|-
 
| Evil Turnip || https://i.imgur.com/JJ9uGh0.png || 490 XP || 210 XP || 490 XP || 210 XP
 
|-
 
| Pyrelord || https://i.imgur.com/i9z8Ugq.png || 538 XP || 230 XP || 1683 XP || 721 XP
 
|-
 
| Bloated Leech || https://i.imgur.com/JG1bt26.png || 573 XP || 245 XP || 1791 XP || 767 XP
 
|-
 
| Spirit Graahk || https://i.imgur.com/EGQV04O.png || 1336 XP || 572 XP || 4175 XP || 1789 XP
 
 
|-  
 
|-  
| Smoke Devil || https://i.imgur.com/XrtTn8a.png || 714 XP || 306 XP || 2233 XP || 957 XP
+
| Abyssal Parasite || http://i.imgur.com/rRgXHOo.png || 54 || 376xp || 235xp
|-
 
| Spirit Cobra || https://i.imgur.com/HS9QDcv.png  || 736 XP || 315 XP || 2300 XP || 985 XP
 
|- 
 
| Strangler Plant || https://i.imgur.com/CbXhO20.png || 749 XP || 321 XP || 2341 XP || 1003 XP
 
|-
 
| Ravenous Locust || https://i.imgur.com/vXXmHqi.png || 353 XP || 150 XP || 1100 XP || 471 XP
 
|-
 
| Pheonix || https://i.imgur.com/lHT4Cbc.png || 802 XP || 344 XP || N/A || N/A
 
|-
 
| Granite Lobster || https://i.imgur.com/wZ4foFd.gif || 866 XP || 371 XP || 2708 XP || 1160 XP
 
|-
 
| Praying Mantis || https://i.imgur.com/ircy6fP.png || 877 XP || 376 XP || 2741 XP || 1175 XP
 
|-
 
| Talon Beast || https://i.imgur.com/BKM8uFx.png || 2706 XP || 1160 XP || 8458 XP || 3625 XP
 
|-
 
| Spirit Dagannoth || https://i.imgur.com/xVQRVik.png || 970 XP || 416 XP || 3033 XP || 1300 XP
 
|-
 
| Swamp Titan || https://i.imgur.com/DLptEXw.png || 994 XP || 426 XP || 3108 XP || 1332 XP
 
|-
 
| Wolpertinger || https://i.imgur.com/p706Mry.png || 1077 XP || 461 XP || 3366 XP || 1442 XP
 
|-
 
| Iron Titan || https://i.imgur.com/0pY18ZL.png || 1112 XP || 476 XP || 3475 XP || 1489 XP
 
 
|-
 
|-
| Pack Yak || https://i.imgur.com/OlL7j73.png || 1125 XP || 482 XP || 3516 XP || 1507 XP
+
| Abyssal Lurker || http://i.imgur.com/x63rdDN.png || 62 || 436xp || 272xp
 
|-
 
|-
| Steel Titan || https://i.imgur.com/dcQsnrs.png || 1160 XP || 497 XP || 3625 XP || 1553 XP
+
| Abyssal Titan || http://i.imgur.com/YBwmcjp.png || 93 || 652xp || 407xp
 
|-
 
|-
 
|}
 
|}
  
 
+
=Useful Items and Boosts=
'''Abyssal Charms'''
 
 
 
'''This Charm type cannot be used to make pouches at this time
 
 
 
== Useful Items and Boosts ==
 
 
{| class="wikitable" style="line-height: 20px; text-align:center;" border="1" margin="150"
 
{| class="wikitable" style="line-height: 20px; text-align:center;" border="1" margin="150"
 
!width="50"|Picture
 
!width="50"|Picture
Line 366: Line 1,675:
 
!width="300"|How to Obtain
 
!width="300"|How to Obtain
 
|-
 
|-
|N/A
+
|https://i.imgur.com/xVXdMcX.png
|Knowledge Totem
+
|Knowledge Effect
|All experience gained will be increased for the next 10 minutes for normal donators and 20 minutes for super donators.
+
|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).
+
* 75% for 10 minutes for normal donators<br>
 +
* 100% for 20 minutes for super donators<br>
 +
* 110% for 40 minutes for extreme donators
 +
|Go to the Donator Zone, in the building to the west of the bank and click on the Defence Totem (Knowledge effect).
 
|-
 
|-
|N/A
+
|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.
 
|
 
|
*Logging in everyday grants 200k Bonus Exp.
+
*Logging in every day grants 200k Bonus Exp.
 
*Every 10th vote streak rewards you with 500k Bonus Exp.
 
*Every 10th vote streak rewards you with 500k Bonus Exp.
*Purchace 1m Bonus Exp for 5k premium points.
+
*Purchase 1m Bonus Exp for 5k premium points.
 
|-
 
|-
 
|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.
 
|-
 
|-
 
|https://i.imgur.com/GfRG4MD.png
 
|https://i.imgur.com/GfRG4MD.png
 
|Charming Imp
 
|Charming Imp
|Automatically collects charms, can also turn charms into Summoning xp 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.
 +
|-
 
|}
 
|}
  
== The Skill Cape ==
+
=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.
 
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/uxomCHj.png
+
https://i.imgur.com/vmVhTcJ.png     https://imgur.com/6mSHUI9.png
 
 
https://i.imgur.com/GZiulY9.png
 
  
The 99 cape costs 150K Gp and comes with a matching hood. Both the Summoning cape and hood give +9 bonus to all defense stats.
+
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 350m 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 cape costs 2.5m Gp.
+
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.

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

kdR6qMk.png 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

GMSe1C8.png 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

OGRfvRw.png 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

xbRKKxm.png 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

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.


Pouches

EnxNTME.png 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.

DRNbqCZ.png

Hassan sells the pouches for a single gold coin each.

rWVPK3s.png

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.

74Oh736.png

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.

pn9wONj.png

Experience Tables

Gold Charms

Green Charms

Crimson Charms

Blue Charms

Abyssal Charms

Useful Items and Boosts

Picture Item/Boost Effect How to Obtain
xVXdMcX.png Knowledge Effect All experience gained will be increased by:
  • 75% for 10 minutes for normal donators
  • 100% for 20 minutes for super donators
  • 110% for 40 minutes for extreme donators
Go to the Donator Zone, in the building to the west of the bank and click on the Defence Totem (Knowledge effect).
lfuNflP.gif Bonus Experience All experience gained will be multiplied by 3 until the bonus experience runs out.
  • Logging in every day grants 200k Bonus Exp.
  • Every 10th vote streak rewards you with 500k Bonus Exp.
  • Purchase 1m Bonus Exp for 5k premium points.
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.
GfRG4MD.png Charming Imp Automatically collects charms, can also turn charms into Summoning exp if you do not want them. Bought from the participation point store.
YMs7L8n.png Completionest Cape 5% experience boost Obtained from the Wise Old Man after completing 122/125 tasks and getting 99 in every skill.
YMs7L8n.png 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.

vmVhTcJ.png 6mSHUI9.png

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.

sHbqFrG.png

Y4RKe5E.gif


<< Back to the main page