Class PizzaDelivery
java.lang.Object
games.stendhal.server.maps.quests.PizzaDelivery
- All Implemented Interfaces:
QuestManuscript
QUEST: Pizza Delivery
PARTICIPANTS:
- Leander (the baker in Semos)
- NPC's all over the world (as customers)
- 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.
- 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.)
- 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 Summary
Constructors -
Method Summary
-
Constructor Details
-
PizzaDelivery
public PizzaDelivery()
-
-
Method Details
-
story
Description copied from interface:QuestManuscripttells the story- Specified by:
storyin interfaceQuestManuscript- Returns:
- QuestBuilder
-
removeFromWorld
public boolean removeFromWorld()
-