Class PizzaDelivery

java.lang.Object
games.stendhal.server.maps.quests.PizzaDelivery
All Implemented Interfaces:
QuestManuscript

public class PizzaDelivery extends Object implements QuestManuscript
QUEST: Pizza Delivery

PARTICIPANTS:

  • Leander (the baker in Semos)
  • NPC's all over the world (as customers)
STEPS:
  • Leander gives you a pizza and tells you who ordered it, and how much time you have to deliver.
  • As a gimmick, you get a pizza delivery uniform.
  • You walk to the customer and say "pizza".
  • The customer takes the pizza. If you were fast enough, you get a tip.
  • You put on your original clothes automatically.
REWARD:
  • XP (Amount varies depending on customer. You only get half of the XP if the pizza has become cold.)
  • some karma if delivered on time (5)
  • gold coins (As a tip, if you were fast enough; amount varies depending on customer.)
REPETITIONS:
  • As many as wanted, but you can't get a new task while you still have the chance to do the current delivery on time.
  • Constructor Details

    • PizzaDelivery

      public PizzaDelivery()
  • Method Details