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"
(74 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
− | + | 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 | ||
− | + | 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. | |
− | + | 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. | |
− | The | ||
− | { | + | =Cooking Calculator= |
− | + | ||
− | + | <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" /> | ||
+ | <input type="text" id="curlevel" name="skill-level" maxlength="9" placeholder="Your Level" /> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th>Your Cooking XP</th> | ||
+ | <td> | ||
+ | <img id="prayer" src="https://www.etherumps.com/assets/images/skills/7.png" /> | ||
+ | <input type="text" id="curxp" name="skill-xp" maxlength="9" placeholder="Your XP" /> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th>Target Level</th> | ||
+ | <td> | ||
+ | <img id="prayer" src="https://www.etherumps.com/assets/images/skills/7.png" /> | ||
+ | <input type="text" id="tarlevel" name="skill-level" maxlength="9" placeholder="Target Level" /> | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th>Target XP</th> | ||
+ | <td> | ||
+ | <img id="prayer" src="https://www.etherumps.com/assets/images/skills/7.png" /> | ||
+ | <input type="text" id="tarxp" name="skill-xp" maxlength="9" placeholder="Target XP" /> | ||
+ | </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 | ||
+ | !Name | ||
+ | !Level Required | ||
+ | !Experience Gained | ||
|- | |- | ||
| https://i.imgur.com/EEMbGM8.gif | | https://i.imgur.com/EEMbGM8.gif | ||
|Shrimps | |Shrimps | ||
|1 | |1 | ||
− | | | + | |24 |
− | |||
− | |||
|- | |- | ||
|https://i.imgur.com/r4AcHws.gif | |https://i.imgur.com/r4AcHws.gif | ||
|Anchovies | |Anchovies | ||
|1 | |1 | ||
− | | | + | |24 |
− | |||
− | |||
|- | |- | ||
|https://i.imgur.com/RzpWfnK.gif | |https://i.imgur.com/RzpWfnK.gif | ||
|Sardine | |Sardine | ||
|1 | |1 | ||
− | | | + | |99 |
− | |||
− | |||
|- | |- | ||
|https://i.imgur.com/gCAa3yu.gif | |https://i.imgur.com/gCAa3yu.gif | ||
|Herring | |Herring | ||
− | | | + | |5 |
− | | | + | |199 |
− | |||
− | |||
|- | |- | ||
− | |https:// | + | |https://imgur.com/yyDuEuR.png |
|Mackerel | |Mackerel | ||
|10 | |10 | ||
− | | | + | |247 |
− | |||
− | |||
|- | |- | ||
− | |https:// | + | |https://imgur.com/DJQr28Z.png |
|Cod | |Cod | ||
− | | | + | |18 |
− | | | + | |312 |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
|https://i.imgur.com/KB0KL9t.gif | |https://i.imgur.com/KB0KL9t.gif | ||
|Trout | |Trout | ||
|20 | |20 | ||
+ | |312 | ||
+ | |- | ||
+ | |https://i.imgur.com/r4yInn9.png | ||
+ | |Pike | ||
|20 | |20 | ||
− | | | + | |367 |
− | |||
|- | |- | ||
|https://i.imgur.com/idqaUuO.png | |https://i.imgur.com/idqaUuO.png | ||
|Salmon | |Salmon | ||
|25 | |25 | ||
− | | | + | |404 |
− | |||
− | |||
|- | |- | ||
|https://i.imgur.com/iMgUyKR.gif | |https://i.imgur.com/iMgUyKR.gif | ||
|Tuna | |Tuna | ||
|30 | |30 | ||
− | | | + | |510 |
− | |||
− | |||
|- | |- | ||
|https://i.imgur.com/sFoNeNM.png | |https://i.imgur.com/sFoNeNM.png | ||
|Lobster | |Lobster | ||
|40 | |40 | ||
− | | | + | |787 |
− | | | + | |- |
− | | | + | |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 | ||
− | | | + | |912 |
− | |||
− | |||
|- | |- | ||
|https://i.imgur.com/NZp1mEi.gif | |https://i.imgur.com/NZp1mEi.gif | ||
|Swordfish | |Swordfish | ||
|45 | |45 | ||
− | | | + | |1.010 |
− | | | + | |- |
− | | | + | |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 | ||
− | | | + | |1.828 |
− | |||
− | |||
|- | |- | ||
− | |https://i.imgur.com/ | + | |https://i.imgur.com/j06S5ui.png |
− | | | + | |Anglerfish |
− | | | + | |84 |
− | | | + | |4.841 |
− | |||
− | |||
|- | |- | ||
|https://i.imgur.com/IOnxXO7.png | |https://i.imgur.com/IOnxXO7.png | ||
|Manta Ray | |Manta Ray | ||
|91 | |91 | ||
− | | | + | |2.025 |
− | |||
− | |||
|- | |- | ||
|https://i.imgur.com/e6h78ri.gif | |https://i.imgur.com/e6h78ri.gif | ||
|Rocktail | |Rocktail | ||
|92 | |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. | ||
− | + | https://i.imgur.com/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. | ||
− | https://i.imgur.com/ | + | https://i.imgur.com/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. | ||
− | https://i.imgur.com/ | + | https://i.imgur.com/0LMkf9D.png |
− | + | =Useful Items and Boosts= | |
− | + | {| class="wikitable" style="line-height: 20px; text-align:center;" border="1" margin="150" | |
− | + | !width="50"|Picture | |
− | + | !width="80"|Item/Boost | |
− | == | + | !width="300"|Effect |
− | + | !width="300"|How to Obtain | |
− | + | |- | |
− | + | |https://i.imgur.com/xVXdMcX.png | |
− | {| class="wikitable" style="line-height: 20px; text-align:center;" border="1" margin=" | + | |Knowledge Effect |
− | !width=" | + | |All experience gained will be increased by: |
− | !width=" | + | * 75% for 10 minutes for normal donators<br> |
− | !width=" | + | * 100% for 20 minutes for super donators<br> |
− | !width=" | + | * 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). | |
+ | |- | ||
+ | |https://i.imgur.com/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. | ||
|- | |- | ||
− | | | + | |http://i.imgur.com/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. | ||
|- | |- | ||
− | |https://i.imgur.com/ | + | |https://i.imgur.com/lLOVFaM.png |
− | | | + | |Cooking Gauntlets |
− | | | + | |Decreases the chance of burning food. |
− | | | + | |Bought from the agility ticket shop. |
− | |||
|- | |- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | |http://i.imgur.com/xMsXWDx.png |
− | | | + | |Cooking Skillcape |
− | |25 | + | |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:// | + | | 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:// | + | |https://imgur.com/v1o84UL.png |
− | | | + | |Golden Chef's hat |
− | | | + | |Provides 50% more experience gained and doesn't degrade. |
− | | | + | |Purchased from Prestige shop. |
− | |||
|- | |- | ||
− | |https:// | + | |https://imgur.com/nZlXncg.png |
− | | | + | | Golden apron |
− | + | |Provides 25% more experience gained, boosts cooking speed by 1 tick and doesn't degrade. | |
− | |1 | + | |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. | ||
− | + | https://i.imgur.com/vmVhTcJ.png https://imgur.com/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. | |
− | + | 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.
Contents
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 |
---|---|---|---|
Shrimps | 1 | 24 | |
Anchovies | 1 | 24 | |
Sardine | 1 | 99 | |
Herring | 5 | 199 | |
Mackerel | 10 | 247 | |
Cod | 18 | 312 | |
Trout | 20 | 312 | |
Pike | 20 | 367 | |
Salmon | 25 | 404 | |
Tuna | 30 | 510 | |
Lobster | 40 | 787 | |
Karambwan | 40 | 4.000 | |
Bass | 40 | 912 | |
Swordfish | 45 | 1.010 | |
Shark | 80 | 1.577 | |
Sea Turtle | 82 | 1.828 | |
Anglerfish | 84 | 4.841 | |
Manta Ray | 91 | 2.025 | |
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.
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.
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.
Useful Items and Boosts
Picture | Item/Boost | Effect | How to Obtain |
---|---|---|---|
Knowledge Effect | All experience gained will be increased by:
|
Go to the Donator Zone, in the building to the west of the bank and click on the Defence Totem (Knowledge effect). | |
Bonus Experience | All experience gained will be multiplied by 3 until the bonus experience runs out. |
| |
N/A | Monthly Bonus |
All experience gained is multiplied by 1.1 Voting during this time adds an additional 1.25 multiplier. |
Play during the 1st to the 5th of every month. |
Brawling Gloves (Cooking) | Doubles all cooking experience gained. |
| |
Cooking Gauntlets | Decreases the chance of burning food. | Bought from the agility ticket shop. | |
Cooking Skillcape | Provides 25% chance to cook two raw fish at the same time. | Bought from the Wise Old Man (after 99 cooking) | |
Chef's hat | Provides 50% more experience gained | Purchased from Voting store. | |
White apron | Provides 25% more experience gained and boosts cooking speed by 1 tick. | Purchased from Voting store. | |
Completionest Cape | 5% experience boost | Obtained from the Wise Old Man after completing 122/125 tasks and getting 99 in every skill. | |
Golden Chef's hat | Provides 50% more experience gained and doesn't degrade. | Purchased from Prestige shop. | |
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.
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.