Friday, May 1, 2026

Baker Quest - Make Bannocks

Bannocks Giant

How to get going

To be able to make tasty bannocks you need to complete the quest titled Baker. To complete it you need to find the lonely Giant who can be seen wandering around the road from Grey Havens to the Shire.

When you find him, use the command:

> comfort giant

You will be sent on a quest finding plants and ingredients based on your level. Note that this quest is generally easier the lower level you are.

In-game instructions

Once completed, you can check your progress with herblore baker:

"To make bannocks light and brown, all that is needed is one pound of flour, three eggs, and the sweet golden treasure of a freshly crushed honeycomb... Mix carefully!"

How to make them

Buy or find 3 eggs, 1 flour and one honeycomb. You also need a herbal kit from a shop.

put egg kit
put egg kit
put egg kit
put flour kit
crush honey
put honey kit
mix kit
cook dough (near a fireplace)
cook dough... (repeat until finished)

Lua / Mudlet Alias

For those using Mudlet, here is a quick snippet to automate the process:

send("put egg kit",true)
send("put egg kit",true)
send("put egg kit",true)
send("put flour kit",true)
send("crush honey",true)
send("put honey kit",true)
send("mix kit",true)
send("cook dough",true)
send("cook dough",true)
send("cook dough",true)
send("cook dough",true)
send("cook dough",true)
send("cook dough",true)
send("cook dough",true)
send("cook dough",true)

No comments:

Post a Comment