addReply("helmets", "I do not have a good source of helmets. Any you can #trade with me would be appreciated, at the moment we only have enough for the lieutenants, and none for the soldiers. The red book has details.");
addReply("ammunition", "I sell arrows, wooden arrows are the cheapest, power arrows the most costly. Check the board for all the prices.");
addHelp("As Quartermaster, I take #offers for supplies which we are short of.");
addOffer("I buy #boots and #helmets on behalf of the Mithrilbourgh Army, and I sell surplus stock of #ammunition.");
addQuest("The Mithrilbourgh Army is not in need your services at present.");
new BuyerAdder().add(this, new BuyerBehaviour(shops.get("boots&helm")), false);
new SellerAdder().addSeller(this, new SellerBehaviour(shops.get("sellarrows")), false);
addGoodbye("Bye.");
}
};
npc.setDescription("You see Diehelm Brui, the Quartermaster.");