Uses of Interface
games.stendhal.server.maps.quests.logic.BringListOfItemsQuest
Packages that use BringListOfItemsQuest
-
Uses of BringListOfItemsQuest in games.stendhal.server.maps.quests
Classes in games.stendhal.server.maps.quests that implement BringListOfItemsQuestModifier and TypeClassDescriptionclassQUEST: Cloak CollectorclassQUEST: ElvishArmor PARTICIPANTS: Lupos, an albino elf who live in Fado Forest STEPS: Lupos wants to see every piece of elvish equipment you can bring him REWARD: 20000 XP Karma:25 ability to sell elvish stuff and also drow sword REPETITIONS: None.classQUEST: Toys Collector PARTICIPANTS: Anna, a girl who live in Ados STEPS: Anna asks for some toys You guess she might like a teddy, dice or dress You bring the toy to Anna Repeat until Anna received all toys.classQUEST: The Weapons Collector -
Uses of BringListOfItemsQuest in games.stendhal.server.maps.quests.logic
Fields in games.stendhal.server.maps.quests.logic declared as BringListOfItemsQuestModifier and TypeFieldDescriptionprotected BringListOfItemsQuestBringListOfItemsQuestLogic.concreteQuestThe concrete quest information (which items?, which npc?, what does it say?).Constructors in games.stendhal.server.maps.quests.logic with parameters of type BringListOfItemsQuestModifierConstructorDescriptionBringListOfItemsQuestLogic(BringListOfItemsQuest concreteQuest) Creates a new BringItems quest.