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/Cooking"

From RuneGlory
Jump to: navigation, search
 
(63 intermediate revisions by 9 users not shown)
Line 1: Line 1:
'''This is the Regular Cooking Guide, the guide for Ironman/ Hardcore Ironman players is found [https://wiki.grinderscape.org/Main_page/Guides/Ironman_%26_Hardcore/Skilling_Guides/_Cooking Here.]'''
+
  This is the regular Cooking guide, the guide for ironman / hardcore ironman players can be found [https://wiki.etherumps.com/Main_page/Guides/Ironman_%26_Hardcore/Skilling_Guides/_Cooking here.]
  
Cooking is an artisan skill that allows a player to cook raw food into food that you can eat. Cooking goes hand in hand with the Fishing skill. By levelling up Cooking you are able to cook higher level fish which heals more Hitpoints.
+
Cooking is an artisan skill that allows a player to cook raw food into food that you can eat to heal lost Hitpoints. Cooking goes hand in hand with the [https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Fishing Fishing] skill. By levelling up Cooking you are able to cook higher level food which will heal more Hitpoints.
  
=Training Up=
+
Cooking is very straight forward. The only thing you need to do is use a food on a range. The only problem with cooking is that it is very slow paced as you get little experience compared to other skills.
  
Training up Cooking is very slow paced as you get little experience compared to other skills. The only thing you need to do is use a fish on a range. The table below shows the cooking exp of each fish.
+
=Cooking Calculator=
  
{| class="wikitable" style="line-height: 20px; text-align:center;" border="1" margin="15" width="600"
+
<html>
 +
 
 +
<head>
 +
    <style>
 +
        table,
 +
        th,
 +
        td {
 +
            border: 1px solid black;
 +
        }
 +
 
 +
        select {
 +
            color: white;
 +
            width: 100%;
 +
        }
 +
    </style>
 +
</head>
 +
 
 +
<body>
 +
 
 +
    <h2 style="color:white">
 +
        Cooking Calculator:
 +
    </h2>
 +
 
 +
    <table width="100%">
 +
        <tr>
 +
            <th>Your Cooking Level</th>
 +
            <td>
 +
                <img id="prayer" src="https://www.etherumps.com/assets/images/skills/7.png" />&nbsp;
 +
                <input type="text" id="curlevel" name="skill-level" maxlength="9" placeholder="Your Level" /> &nbsp;
 +
            </td>
 +
        </tr>
 +
        <tr>
 +
            <th>Your Cooking XP</th>
 +
            <td>
 +
                <img id="prayer" src="https://www.etherumps.com/assets/images/skills/7.png" />&nbsp;
 +
                <input type="text" id="curxp" name="skill-xp" maxlength="9" placeholder="Your XP" /> &nbsp;
 +
            </td>
 +
        </tr>
 +
        <tr>
 +
            <th>Target Level</th>
 +
            <td>
 +
                <img id="prayer" src="https://www.etherumps.com/assets/images/skills/7.png" />&nbsp;
 +
                <input type="text" id="tarlevel" name="skill-level" maxlength="9" placeholder="Target Level" /> &nbsp;
 +
            </td>
 +
        </tr>
 +
        <tr>
 +
            <th>Target XP</th>
 +
            <td>
 +
                <img id="prayer" src="https://www.etherumps.com/assets/images/skills/7.png" />&nbsp;
 +
                <input type="text" id="tarxp" name="skill-xp" maxlength="9" placeholder="Target XP" /> &nbsp;
 +
            </td>
 +
        </tr>
 +
        <tr>
 +
            <th>Bonuses</th>
 +
            <td>
 +
                <div id="Reg Donator">
 +
                    <input type="checkbox" name="Reg Donator" id="reg-donor"/>
 +
                    <a> Regular Donator Totem </a>
 +
                    <br />
 +
                </div>
 +
                <div id="Super Donator">
 +
                    <input type="checkbox" name="Super Donator" id="super-donor"/>
 +
                    <a> Super Donator Totem </a>
 +
                    <br />
 +
                </div>
 +
                <div id="Extreme Donator">
 +
                    <input type="checkbox" name="extdonor" id="ext-donor"/>
 +
                    <a> Extreme Donator Totem </a>
 +
                    <br />
 +
                </div>
 +
                <div id="Prayer Brawlers">
 +
                    <input type="checkbox" name="brawler" id="brawlers"/>
 +
                    <a> Cooking Brawlers </a>
 +
                    <br />
 +
                </div>
 +
                <div id="1-5 bonus days">
 +
                    <input type="checkbox" name="bonus days" id="bonus-days"/>
 +
                    <a> 1st-5th Bonus Days </a>
 +
                    <br />
 +
                </div>
 +
                <div id="Advanced Knowledge Aura">
 +
                    <input type="checkbox" name="aura" id="ak-aura"/>
 +
                    <a> Advanced Knowledge Aura </a>
 +
                    <br />
 +
                </div>
 +
                <div id="Advanced Knowledge Aura">
 +
                    <input type="checkbox" name="server event" id="event"/>
 +
                    <a> 25% Skilling Hour </a>
 +
                    <br />
 +
                </div>
 +
                <div id="Prestige 20">
 +
                    <input type="checkbox" name="prestige" id="prestige"/>
 +
                    <a> Prestige 20 </a>
 +
                    <br />
 +
                </div>       
 +
                <div id="Chef's hat">
 +
                    <input type="checkbox" name="chef hat" id="chef-hat"/>
 +
                    <a> Chef's Hat </a>
 +
                    <br />
 +
                </div>       
 +
                <div id="Chef's apron">
 +
                    <input type="checkbox" name="chef apron" id="chef-apron"/>
 +
                    <a> Chef's Apron </a>
 +
                    <br />
 +
                </div>       
 +
            </td>
 +
        </tr>
 +
    </table>
 +
 
 +
<table width="75%">
 +
      <td>
 +
<img id="next" src="https://i.imgur.com/EEMbGM8.gif"> Shrimp </td>
 +
    <td id="shrimpr"> </td> 
 +
  </tr>
 +
  <tr>
 +
    <td>
 +
<img id="next" src="https://i.imgur.com/r4AcHws.gif">  Anchovies </td>
 +
    <td id="anchoviesr"> </td> 
 +
  </tr>
 +
  <tr>
 +
    <td>
 +
<img id="next" src="https://i.imgur.com/RzpWfnK.gif">  Sardine </td>
 +
    <td id="sardiner"> </td>   
 +
  </tr>
 +
  <tr>
 +
    <td>
 +
<img id="next" src="https://i.imgur.com/gCAa3yu.gif">  Herring </td>
 +
    <td id="herringr"> </td>   
 +
  </tr>
 +
  <tr>
 +
    <td>
 +
<img id="next" src="https://i.imgur.com/gCAa3yu.gif">  Mackerel
 +
</td>
 +
    <td id="mackerelr"> </td>   
 +
  </tr>
 +
  <tr>
 +
    <td>
 +
<img id="next" src="https://i.imgur.com/fQt272h.png">  Cod </td>
 +
    <td id="codr"> </td> 
 +
  </tr>
 +
  <tr>
 +
    <td>
 +
<img id="next" src="https://i.imgur.com/r4yInn9.png">  Pike </td>
 +
    <td id="piker"> </td> 
 +
  </tr>
 +
        <tr>
 +
            <td>
 +
                <img id="next" src="https://i.imgur.com/KB0KL9t.gif"> Trout </td>
 +
            <td id="troutr"> </td>
 +
        </tr>
 +
          <td>
 +
<img id="next" src="https://i.imgur.com/idqaUuO.png">  Salmon </td>
 +
    <td id="salmonr"> </td> 
 +
  </tr>
 +
            <td>
 +
<img id="next" src="https://i.imgur.com/iMgUyKR.gif">  Tuna </td>
 +
    <td id="tunar"> </td> 
 +
  </tr>
 +
            <td>
 +
<img id="next" src="https://i.imgur.com/sFoNeNM.png">  Lobster </td>
 +
    <td id="lobsterr"> </td> 
 +
  </tr>
 +
            <td>
 +
<img id="next" src="https://i.imgur.com/OKIOXaN.png"> Bass  </td>
 +
    <td id="bassr"> </td> 
 +
  </tr>
 +
            <td>
 +
<img id="next" src="https://i.imgur.com/5TqKf29.png">  Karambwan </td>
 +
    <td id="karamr"> </td> 
 +
  </tr>
 +
            <td>
 +
<img id="next" src="https://i.imgur.com/NZp1mEi.gif">  Swordfish </td>
 +
    <td id="swordfishr"> </td> 
 +
  </tr>
 +
            <td>
 +
<img id="next" src="https://i.imgur.com/WEI7vUY.png">  Shark </td>
 +
    <td id="sharkr"> </td> 
 +
  </tr>
 +
            <td>
 +
<img id="next" src="https://i.imgur.com/vUUMcYU.png">  Sea Turtle </td>
 +
    <td id="turtler"> </td> 
 +
  </tr>
 +
            <td>
 +
<img id="next" src="https://i.imgur.com/j06S5ui.png">  Anglerfish </td>
 +
    <td id="anglerfishr"> </td> 
 +
  </tr>
 +
            <td>
 +
<img id="next" src="https://i.imgur.com/IOnxXO7.png">  Manta Ray </td>
 +
    <td id="mantar"> </td> 
 +
  </tr>
 +
            <td>
 +
<img id="next" src="https://i.imgur.com/e6h78ri.gif">  Rocktail </td>
 +
    <td id="rocktailr"> </td> 
 +
  </tr>
 +
    </table>
 +
<script>
 +
var _0x1caa=['shrimpr','anchoviesr','sardiner','herringr','codr','troutr','salmonr','tunar','bassr','karamr','swordfishr','sharkr','turtler','mantar','rocktailr','ext-donor','bonus-days','event','brawlers','chef-hat','chef-apron','getElementById','curlevel','curxp','tarxp','element','onclick','oninput','value','length','replace','000000','000','Invalid\x20amount!','checked','forEach','innerHTML','debug','================','Consuming\x20','\x20/\x20','Added\x20','\x20divided\x20by\x20','\x20resulted\x20in\x20','\x20by\x20half\x20resulted\x20in\x20','ceil'];var _0x3f3c=function(_0xbe43b9,_0x3741a9){_0xbe43b9=_0xbe43b9-0x0;var _0x478672=_0x1caa[_0xbe43b9];return _0x478672;};const LEVEL_FOR_EXP=[0x0,0x0,0x53,0xae,0x114,0x184,0x200,0x28a,0x321,0x3c9,0x482,0x54e,0x630,0x729,0x83b,0x96b,0xaba,0xc2b,0xdc3,0xf85,0x1176,0x139a,0x15f8,0x1893,0x1b74,0x1ea2,0x2224,0x2602,0x2a48,0x2eff,0x3433,0x39f1,0x4048,0x4747,0x4f00,0x5786,0x60ef,0x6b51,0x76c8,0x8370,0x9168,0xa0d3,0xb1d9,0xc4a3,0xd961,0xf048,0x1098f,0x12577,0x14446,0x16649,0x18bd5,0x1b549,0x1e30c,0x21592,0x24d58,0x28aec,0x2cee8,0x319f6,0x36cd2,0x3c84e,0x42d4e,0x49cd0,0x517ec,0x59fd7,0x635e7,0x6db94,0x7927e,0x85c71,0x93b68,0xa3193,0xb415b,0xc6d6d,0xdb8b9,0xf267f,0x10ba56,0x127835,0x14647b,0x1683fd,0x18dc10,0x1b7298,0x1e4e14,0x2175b2,0x24f15f,0x28c9da,0x2d08cd,0x31b8e2,0x36e5e0,0x3c9cc6,0x42ebf0,0x49e337,0x51941c,0x5a11ef,0x637205,0x6dcbed,0x7939a6,0x85d7e6,0x93c661,0xa32815,0xb423a6,0xc6e3bf];const itemXps=[{'element':_0x3f3c('0x0'),'xp':0x18},{'element':_0x3f3c('0x1'),'xp':0x18},{'element':_0x3f3c('0x2'),'xp':0x64},{'element':_0x3f3c('0x3'),'xp':0xc8},{'element':'mackerelr','xp':0xf7},{'element':_0x3f3c('0x4'),'xp':0x138},{'element':'piker','xp':0x138},{'element':_0x3f3c('0x5'),'xp':0x138},{'element':_0x3f3c('0x6'),'xp':0x194},{'element':_0x3f3c('0x7'),'xp':0x1fe},{'element':'lobsterr','xp':0x313},{'element':_0x3f3c('0x8'),'xp':0x390},{'element':_0x3f3c('0x9'),'xp':0xfa0},{'element':_0x3f3c('0xa'),'xp':0x3f2},{'element':_0x3f3c('0xb'),'xp':0x629},{'element':_0x3f3c('0xc'),'xp':0x724},{'element':_0x3f3c('0xd'),'xp':0x7e9},{'element':_0x3f3c('0xe'),'xp':0x9f6}];const xpMultipliers=[{'element':'reg-donor','multiplier':1.75},{'element':'super-donor','multiplier':0x2},{'element':_0x3f3c('0xf'),'multiplier':2.1},{'element':_0x3f3c('0x10'),'multiplier':1.25},{'element':'ak-aura','multiplier':1.3},{'element':_0x3f3c('0x11'),'multiplier':1.25},{'element':'prestige','multiplier':0x2},{'element':_0x3f3c('0x12'),'multiplier':0x2},{'element':_0x3f3c('0x13'),'multiplier':1.25},{'element':_0x3f3c('0x14'),'multiplier':1.25}];const currentLevel=document[_0x3f3c('0x15')](_0x3f3c('0x16'));const currentXp=document[_0x3f3c('0x15')](_0x3f3c('0x17'));const targetXp=document[_0x3f3c('0x15')](_0x3f3c('0x18'));const targetLevel=document[_0x3f3c('0x15')]('tarlevel');function initialize(){var _0xe2179f=function(){var _0x5b623a=!![];return function(_0x31a523,_0x1fdebf){var _0x157552=_0x5b623a?function(){if(_0x1fdebf){var _0x53b30d=_0x1fdebf['apply'](_0x31a523,arguments);_0x1fdebf=null;return _0x53b30d;}}:function(){};_0x5b623a=![];return _0x157552;};}();var _0x2662a5=_0xe2179f(this,function(){var _0x44370d=function(){return'\x64\x65\x76';},_0x5b72bd=function(){return'\x77\x69\x6e\x64\x6f\x77';};var _0x2f5a1c=function(){var _0x903960=new RegExp('\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d');return!_0x903960['\x74\x65\x73\x74'](_0x44370d['\x74\x6f\x53\x74\x72\x69\x6e\x67']());};var _0xa10cc1=function(){var _0x5d8bfb=new RegExp('\x28\x5c\x5c\x5b\x78\x7c\x75\x5d\x28\x5c\x77\x29\x7b\x32\x2c\x34\x7d\x29\x2b');return _0x5d8bfb['\x74\x65\x73\x74'](_0x5b72bd['\x74\x6f\x53\x74\x72\x69\x6e\x67']());};var _0x331234=function(_0x12ac65){var _0x5f24de=~-0x1>>0x1+0xff%0x0;if(_0x12ac65['\x69\x6e\x64\x65\x78\x4f\x66']('\x69'===_0x5f24de)){_0x42d3f2(_0x12ac65);}};var _0x42d3f2=function(_0x166a54){var _0x253f8a=~-0x4>>0x1+0xff%0x0;if(_0x166a54['\x69\x6e\x64\x65\x78\x4f\x66']((!![]+'')[0x3])!==_0x253f8a){_0x331234(_0x166a54);}};if(!_0x2f5a1c()){if(!_0xa10cc1()){_0x331234('\x69\x6e\x64\u0435\x78\x4f\x66');}else{_0x331234('\x69\x6e\x64\x65\x78\x4f\x66');}}else{_0x331234('\x69\x6e\x64\u0435\x78\x4f\x66');}});_0x2662a5();xpMultipliers['forEach'](_0x363cc1=>{document[_0x3f3c('0x15')](_0x363cc1[_0x3f3c('0x19')])[_0x3f3c('0x1a')]=validateValues;});currentLevel[_0x3f3c('0x1b')]=function(){applyLetters();currentXp[_0x3f3c('0x1c')]=getXPForLevel(currentLevel[_0x3f3c('0x1c')]);validateValues();};targetLevel[_0x3f3c('0x1b')]=function(){applyLetters();targetXp['value']=getXPForLevel(targetLevel[_0x3f3c('0x1c')]);validateValues();};currentXp[_0x3f3c('0x1b')]=function(){applyLetters();currentLevel[_0x3f3c('0x1c')]=getLevelForXP(currentXp[_0x3f3c('0x1c')]);validateValues();};targetXp['oninput']=function(){applyLetters();targetLevel[_0x3f3c('0x1c')]=getLevelForXP(targetXp[_0x3f3c('0x1c')]);validateValues();};}function getXPForLevel(_0x2adfbf){return _0x2adfbf<LEVEL_FOR_EXP[_0x3f3c('0x1d')]?LEVEL_FOR_EXP[_0x2adfbf]:0x0;}function getLevelForXP(_0x50bd86){for(var _0x2e7eb4=0x63;_0x2e7eb4>=0x1;_0x2e7eb4--){if(LEVEL_FOR_EXP[_0x2e7eb4]<=_0x50bd86){return _0x2e7eb4;}}return 0x0;}function applyLetters(){targetXp[_0x3f3c('0x1c')]=targetXp[_0x3f3c('0x1c')][_0x3f3c('0x1e')]('m',_0x3f3c('0x1f'));targetXp[_0x3f3c('0x1c')]=targetXp[_0x3f3c('0x1c')][_0x3f3c('0x1e')]('k',_0x3f3c('0x20'));currentXp['value']=currentXp[_0x3f3c('0x1c')][_0x3f3c('0x1e')]('m',_0x3f3c('0x1f'));currentXp[_0x3f3c('0x1c')]=currentXp[_0x3f3c('0x1c')]['replace']('k','000000');}function validateValues(){if(currentXp['value']>0xbebc200||currentXp[_0x3f3c('0x1c')]<0x0){currentXp['value']=_0x3f3c('0x21');}else if(targetXp[_0x3f3c('0x1c')]>0xbebc200||targetXp[_0x3f3c('0x1c')]<0x0){targetXp[_0x3f3c('0x1c')]=_0x3f3c('0x21');}else if(parseInt(currentLevel[_0x3f3c('0x1c')])>0x63||parseInt(currentLevel[_0x3f3c('0x1c')])<0x0){return;}else updateValues();}function updateValues(){var _0x258b0e=0x0;xpMultipliers['forEach'](_0x3ce541=>{if(document[_0x3f3c('0x15')](_0x3ce541[_0x3f3c('0x19')])[_0x3f3c('0x22')]){_0x258b0e+=_0x3ce541['multiplier'];}});if(_0x258b0e==0x0)_0x258b0e=0x1;itemXps[_0x3f3c('0x23')](_0x5206dd=>{const _0x3819b8=document[_0x3f3c('0x15')](_0x5206dd[_0x3f3c('0x19')]);const _0x2d373a=_0x5206dd['xp'];_0x3819b8[_0x3f3c('0x24')]=calculate(parseInt(currentXp[_0x3f3c('0x1c')]),parseInt(targetXp[_0x3f3c('0x1c')]),_0x2d373a,_0x258b0e);});}function calculate(_0x2b985c,_0x48351f,_0x252c07,_0x168394){console[_0x3f3c('0x25')](_0x3f3c('0x26'));console[_0x3f3c('0x25')](_0x3f3c('0x27')+_0x2b985c+_0x3f3c('0x28')+_0x48351f+_0x3f3c('0x28')+_0x252c07+_0x3f3c('0x28')+_0x168394);var _0xe3c219=0x0;if(_0x2b985c<_0x48351f){const _0x318d65=_0x48351f-_0x2b985c;const _0x2a291c=_0x252c07*_0x168394;if(_0x48351f>0xc6e3bf){const _0x8c1e54=0xc6e3bf-_0x2b985c;const _0x3aff9c=_0x48351f-0xc6e3bf;if(_0x2b985c<0xc6e3bf){console[_0x3f3c('0x25')](_0x3f3c('0x29')+_0x8c1e54+_0x3f3c('0x2a')+_0x2a291c+_0x3f3c('0x2b')+_0x8c1e54/_0x2a291c);_0xe3c219+=_0x8c1e54/_0x2a291c;}console[_0x3f3c('0x25')](_0x3f3c('0x29')+_0x3aff9c+_0x3f3c('0x2a')+_0x2a291c+_0x3f3c('0x2c')+_0x3aff9c/(_0x2a291c/0x2));_0xe3c219+=_0x3aff9c/(_0x2a291c/0x2);}else{console[_0x3f3c('0x25')]('Added\x20'+_0x318d65+_0x3f3c('0x2a')+_0x2a291c+_0x3f3c('0x2c')+_0x318d65/_0x2a291c);_0xe3c219+=_0x318d65/_0x2a291c;}}return Math[_0x3f3c('0x2d')](_0xe3c219);}initialize();
 +
</script>
 +
 
 +
 
 +
</body>
 +
 
 +
</html>
 +
 
 +
 
 +
 
 +
=Experience Table=
 +
The table below shows the cooking exp of each food item.
 +
{| class="wikitable" style="line-height: 20px; text-align:center;" border="1" margin="15" width="500"
 
!Fish
 
!Fish
 
!Name
 
!Name
 
!Level Required
 
!Level Required
 
!Experience Gained
 
!Experience Gained
!Experience With Brawling Gloves
 
 
|-
 
|-
 
| https://i.imgur.com/EEMbGM8.gif
 
| https://i.imgur.com/EEMbGM8.gif
 
|Shrimps
 
|Shrimps
 
|1
 
|1
|49
+
|24
|98
 
 
|-
 
|-
 
|https://i.imgur.com/r4AcHws.gif
 
|https://i.imgur.com/r4AcHws.gif
 
|Anchovies
 
|Anchovies
 
|1
 
|1
|49
+
|24
|98
 
 
|-
 
|-
 
|https://i.imgur.com/RzpWfnK.gif
 
|https://i.imgur.com/RzpWfnK.gif
 
|Sardine
 
|Sardine
 
|1
 
|1
|199
+
|99
|398
 
 
|-
 
|-
 
|https://i.imgur.com/gCAa3yu.gif
 
|https://i.imgur.com/gCAa3yu.gif
 
|Herring
 
|Herring
|10
+
|5
|399
+
|199
|798
 
 
|-
 
|-
|https://i.imgur.com/gCAa3yu.gif
+
|https://imgur.com/yyDuEuR.png
 
|Mackerel
 
|Mackerel
 
|10
 
|10
|495
+
|247
|990
 
 
|-
 
|-
|https://i.imgur.com/fQt272h.png
+
|https://imgur.com/DJQr28Z.png
 
|Cod
 
|Cod
|15
+
|18
|625
+
|312
|1,250
+
|-
 +
|https://i.imgur.com/KB0KL9t.gif
 +
|Trout
 +
|20
 +
|312
 
|-
 
|-
 
|https://i.imgur.com/r4yInn9.png
 
|https://i.imgur.com/r4yInn9.png
 
|Pike
 
|Pike
 
|20
 
|20
|625
+
|367
|1,250
 
|-
 
|https://i.imgur.com/KB0KL9t.gif
 
|Trout
 
|20
 
|625
 
|1,250
 
 
|-
 
|-
 
|https://i.imgur.com/idqaUuO.png
 
|https://i.imgur.com/idqaUuO.png
 
|Salmon
 
|Salmon
 
|25
 
|25
|808
+
|404
|1,616
 
 
|-
 
|-
 
|https://i.imgur.com/iMgUyKR.gif
 
|https://i.imgur.com/iMgUyKR.gif
 
|Tuna
 
|Tuna
 
|30
 
|30
|1,021
+
|510
|2,042
 
 
|-
 
|-
 
|https://i.imgur.com/sFoNeNM.png
 
|https://i.imgur.com/sFoNeNM.png
 
|Lobster
 
|Lobster
 
|40
 
|40
|1,575
+
|787
|3,150
+
|-
 +
|https://i.imgur.com/5TqKf29.png
 +
|Karambwan
 +
|40
 +
|4.000
 
|-
 
|-
 
|https://i.imgur.com/OKIOXaN.png
 
|https://i.imgur.com/OKIOXaN.png
 
|Bass
 
|Bass
 
|40
 
|40
|1,825
+
|912
|3,650
 
|-
 
|https://i.imgur.com/5TqKf29.png
 
|Karambwan
 
|40
 
|8,000
 
|16,000
 
 
|-
 
|-
 
|https://i.imgur.com/NZp1mEi.gif
 
|https://i.imgur.com/NZp1mEi.gif
 
|Swordfish
 
|Swordfish
 
|45
 
|45
|2,020
+
|1.010
|4,040
+
|-
 +
|https://i.imgur.com/WEI7vUY.png
 +
|Shark
 +
|80
 +
|1.577
 
|-
 
|-
 
|https://i.imgur.com/vUUMcYU.png
 
|https://i.imgur.com/vUUMcYU.png
 
|Sea Turtle
 
|Sea Turtle
 
|82
 
|82
|3,657
+
|1.828
|7,314
 
 
|-
 
|-
|https://i.imgur.com/WEI7vUY.png
+
|https://i.imgur.com/j06S5ui.png
|Shark
+
|Anglerfish
|80
+
|84
|3,155
+
|4.841
|6,310
 
 
|-
 
|-
 
|https://i.imgur.com/IOnxXO7.png
 
|https://i.imgur.com/IOnxXO7.png
 
|Manta Ray
 
|Manta Ray
 
|91
 
|91
|4,051
+
|2.025
|8,102
 
 
|-
 
|-
 
|https://i.imgur.com/e6h78ri.gif
 
|https://i.imgur.com/e6h78ri.gif
 
|Rocktail
 
|Rocktail
 
|92
 
|92
|5,101
+
|2.550
|10,202
 
 
|-
 
|-
 
|}
 
|}
  
=Acquiring Supplies=
 
  
There are two different ways of acquiring your cooking supplies.
 
  
* Buying them from other players all over Grinderscape.
+
All though Karambwans give more experience than all other food, they can only be fished in the wilderness which makes acquiring them very difficult.
* Acquiring them on your own. This guide may help you with this: [https://wiki.grinderscape.org/Main_page/Guides/Skill_guides/Fishing Fishing].
 
  
 
=Where to Cook=
 
=Where to Cook=
 +
Cooking can only be done on Cooking Ranges, there are only three Cooking Ranges that are close enough to a bank to be worth using here at Etherum.
  
There are three cooking ranges that are worth using here at Grinderscape.
+
These Cooking Ranges are located at:
  
 
==Catherby==
 
==Catherby==
Line 141: Line 333:
  
 
==Donator Zone==
 
==Donator Zone==
Another range is located in the Donator Zone (only available for in-game donators). This is much closer to the bank than Catherby but is still not the best area to cook.
+
Another range is located in the Donator Zone (only available for in-game donators). This is much closer to the bank than Catherby and other players are often nearby which could help pass time if you want to converse with them.
  
 
https://i.imgur.com/vaVN35Q.png
 
https://i.imgur.com/vaVN35Q.png
Line 149: Line 341:
  
 
https://i.imgur.com/0LMkf9D.png
 
https://i.imgur.com/0LMkf9D.png
 
=1-99 Walkthrough=
 
 
This is the suggested method for 1-99 Cooking:
 
 
{| class="wikitable" style="line-height: 20px; text-align:center;" border="1" margin="15" width="600"
 
!Fish
 
!Name
 
!Levels
 
!Amount needed
 
!350M From 13M
 
|-
 
|https://i.imgur.com/EEMbGM8.gif https://i.imgur.com/r4AcHws.gif
 
|Shrimps & Anchovies
 
|1-5
 
|8
 
|6,877,552
 
|-
 
|https://i.imgur.com/gCAa3yu.gif
 
|Herring
 
|5-20
 
|11
 
|844,612
 
|-
 
|https://i.imgur.com/KB0KL9t.gif
 
|Trout
 
|20-25
 
|6
 
|539,200
 
|-
 
|https://i.imgur.com/idqaUuO.png
 
|Salmon
 
|25-30
 
|7
 
|417,080
 
|-
 
|https://i.imgur.com/iMgUyKR.gif
 
|Tuna
 
|30-40
 
|24
 
|330,069
 
|-
 
|https://i.imgur.com/sFoNeNM.png
 
|Lobster
 
|40-50
 
|41
 
|213,969
 
|-
 
|https://i.imgur.com/NZp1mEi.gif
 
|Swordfish
 
|50-80
 
|934
 
|166.832
 
|-
 
|https://i.imgur.com/WEI7vUY.png
 
|Shark
 
|80-91
 
|1,242
 
|106,815
 
|-
 
|https://i.imgur.com/IOnxXO7.png
 
|Manta ray
 
|91-92
 
|152
 
|831,894
 
|-
 
|https://i.imgur.com/e6h78ri.gif
 
|Rocktail
 
|92-99
 
|1,278
 
|66,066
 
|-
 
|}
 
 
Please note that the Amount needed will be higher than the one written here, this is the amount of fish that will actually get cooked.
 
So burnt fishes are not included in the amount needed!
 
  
 
=Useful Items and Boosts=
 
=Useful Items and Boosts=
Line 233: Line 349:
 
!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.
 
|-
 
|-
Line 256: Line 377:
 
|
 
|
 
*Dropped by all Revenants.
 
*Dropped by all Revenants.
*Recieved as a Voting Reward.
+
*Received as a Voting Sortition Reward.
 +
*Bought from the skilling point store.
 +
*At random from a Brawler Chest.
 
|-
 
|-
 
|https://i.imgur.com/lLOVFaM.png
 
|https://i.imgur.com/lLOVFaM.png
Line 262: Line 385:
 
|Decreases the chance of burning food.
 
|Decreases the chance of burning food.
 
|Bought from the agility ticket shop.
 
|Bought from the agility ticket shop.
 +
|-
 +
|-
 +
|http://i.imgur.com/xMsXWDx.png
 +
|Cooking Skillcape
 +
|Provides 25% chance to cook two raw fish at the same time.
 +
|Bought from the Wise Old Man (after 99 cooking)
 +
|-
 +
|-
 +
|http://i.imgur.com/UCQmc9O.png
 +
|Chef's hat
 +
|Provides 50% more experience gained
 +
|Purchased from Voting store.
 +
|-
 +
|http://i.imgur.com/dL9hrza.png
 +
|White apron
 +
|Provides 25% more experience gained and boosts cooking speed by 1 tick.
 +
|Purchased from Voting 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/v1o84UL.png
 +
|Golden Chef's hat
 +
|Provides 50% more experience gained and doesn't degrade.
 +
|Purchased from Prestige shop.
 +
|-
 +
|https://imgur.com/nZlXncg.png
 +
| Golden apron
 +
|Provides 25% more experience gained, boosts cooking speed by 1 tick and doesn't degrade.
 +
|Purchased from Prestige shop.
 +
|-
 
|}
 
|}
  
Line 269: Line 425:
 
If you are going purely for fast experience, Brawling Gloves (Cooking) would be a better option. Even though you will be burning fish, the bonus experience you get from the Brawling Gloves is more than enough make up for this loss.
 
If you are going purely for fast experience, Brawling Gloves (Cooking) would be a better option. Even though you will be burning fish, the bonus experience you get from the Brawling Gloves is more than enough make up for this loss.
  
However, if you don't care about experience, or just want a nice supply of food. You'll be better off using Cooking Gauntlets.
+
However, if you just want a nice supply of food. You'll be better off using Cooking Gauntlets.
  
 
=The Skill Cape=
 
=The Skill Cape=
 
If you reach level 99 in Cooking, 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 Cooking, 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 skillcape costs 30 million coins and comes with a matching hood. Both the Cooking cape and hood give +9 bonus to all defense stats.
  
The 99 cape costs 150K Gp and comes with a matching hood. Both the Cooking cape and hood give +9 bonus to all defense stats.
+
If you reach 200m experience in the Cooking skill you will also unlock the ability to buy the Master Cooking 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.
 
 
If you reach 350m experience in the Cooking skill you will also unlock the ability to buy the Master Cooking 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.
 
  
 
https://i.imgur.com/DIi2EAT.png
 
https://i.imgur.com/DIi2EAT.png
  
 
https://img3.wikia.nocookie.net/__cb20150317030902/runescape/images/thumb/8/86/Cooking_Emote.gif/120px-Cooking_Emote.gif
 
https://img3.wikia.nocookie.net/__cb20150317030902/runescape/images/thumb/8/86/Cooking_Emote.gif/120px-Cooking_Emote.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 10:55, 17 September 2023

 This is the regular Cooking guide, the guide for ironman / hardcore ironman players can be found here.

Cooking is an artisan skill that allows a player to cook raw food into food that you can eat to heal lost Hitpoints. Cooking goes hand in hand with the Fishing skill. By levelling up Cooking you are able to cook higher level food which will heal more Hitpoints.

Cooking is very straight forward. The only thing you need to do is use a food on a range. The only problem with cooking is that it is very slow paced as you get little experience compared to other skills.

Cooking Calculator

Cooking Calculator:

Your Cooking Level    
Your Cooking XP    
Target Level    
Target XP    
Bonuses
Shrimp
Anchovies
Sardine
Herring
Mackerel
Cod
Pike
Trout
Salmon
Tuna
Lobster
Bass
Karambwan
Swordfish
Shark
Sea Turtle
Anglerfish
Manta Ray
Rocktail


Experience Table

The table below shows the cooking exp of each food item.

Fish Name Level Required Experience Gained
EEMbGM8.gif Shrimps 1 24
r4AcHws.gif Anchovies 1 24
RzpWfnK.gif Sardine 1 99
gCAa3yu.gif Herring 5 199
yyDuEuR.png Mackerel 10 247
DJQr28Z.png Cod 18 312
KB0KL9t.gif Trout 20 312
r4yInn9.png Pike 20 367
idqaUuO.png Salmon 25 404
iMgUyKR.gif Tuna 30 510
sFoNeNM.png Lobster 40 787
5TqKf29.png Karambwan 40 4.000
OKIOXaN.png Bass 40 912
NZp1mEi.gif Swordfish 45 1.010
WEI7vUY.png Shark 80 1.577
vUUMcYU.png Sea Turtle 82 1.828
j06S5ui.png Anglerfish 84 4.841
IOnxXO7.png Manta Ray 91 2.025
e6h78ri.gif Rocktail 92 2.550


All though Karambwans give more experience than all other food, they can only be fished in the wilderness which makes acquiring them very difficult.

Where to Cook

Cooking can only be done on Cooking Ranges, there are only three Cooking Ranges that are close enough to a bank to be worth using here at Etherum.

These Cooking Ranges are located at:

Catherby

One is located in Catherby, which is the furthest from the bank out of the 3 suggested. However, is close to the teleport.

n0oEjHr.png

Donator Zone

Another range is located in the Donator Zone (only available for in-game donators). This is much closer to the bank than Catherby and other players are often nearby which could help pass time if you want to converse with them.

vaVN35Q.png

Cooking Guild

The best area to train Cooking is located south west of the Grand Exchange, this is the Cooking Guild. It is incredibly close to the bank.

0LMkf9D.png

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.
KojXsUT.png Brawling Gloves (Cooking) Doubles all cooking experience gained.
  • Dropped by all Revenants.
  • Received as a Voting Sortition Reward.
  • Bought from the skilling point store.
  • At random from a Brawler Chest.
lLOVFaM.png Cooking Gauntlets Decreases the chance of burning food. Bought from the agility ticket shop.
xMsXWDx.png Cooking Skillcape Provides 25% chance to cook two raw fish at the same time. Bought from the Wise Old Man (after 99 cooking)
UCQmc9O.png Chef's hat Provides 50% more experience gained Purchased from Voting store.
dL9hrza.png White apron Provides 25% more experience gained and boosts cooking speed by 1 tick. Purchased from Voting 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.
v1o84UL.png Golden Chef's hat Provides 50% more experience gained and doesn't degrade. Purchased from Prestige shop.
nZlXncg.png Golden apron Provides 25% more experience gained, boosts cooking speed by 1 tick and doesn't degrade. Purchased from Prestige shop.

Cooking Gauntlets vs. Brawling Gloves (Cooking)

When you have both the Cooking Gauntlets and the Brawling Gloves (Cooking), it is tough to decide which one you should be using, as they both have useful benefits.

If you are going purely for fast experience, Brawling Gloves (Cooking) would be a better option. Even though you will be burning fish, the bonus experience you get from the Brawling Gloves is more than enough make up for this loss.

However, if you just want a nice supply of food. You'll be better off using Cooking Gauntlets.

The Skill Cape

If you reach level 99 in Cooking, 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 Cooking cape and hood give +9 bonus to all defense stats.

If you reach 200m experience in the Cooking skill you will also unlock the ability to buy the Master Cooking 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.

DIi2EAT.png

120px-Cooking_Emote.gif


<< Back to the main page