Class CloaksForBario
java.lang.Object
games.stendhal.server.maps.quests.AbstractQuest
games.stendhal.server.maps.quests.CloaksForBario
- All Implemented Interfaces:
IQuest
QUEST: Cloaks for Bario
PARTICIPANTS:
- Bario, a guy living in an underground house deep under the Ados Wildlife Refuge
- Bario asks you for a number of blue elf cloaks.
- You get some of the cloaks somehow, e.g. by killing elves.
- You bring the cloaks to Bario and give them to him.
- Repeat until Bario received enough cloaks. (Of course you can bring up all required cloaks at the same time.)
- Bario gives you a golden shield in exchange.
- golden shield
- 15000 XP
- Karma: 25
- None.
-
Field Summary
Fields inherited from class games.stendhal.server.maps.quests.AbstractQuest
npcs, questInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadds the quest to the game world (e.g.getHistory(Player player) Gets a the quest history for the given player, written in the first person.intReturns the minimum level of player expected to start the quest.getName()Returns the name of the quest.Returns the starter NPC for the quest, or null if there is noneThe slot-name in !quests.Methods inherited from class games.stendhal.server.maps.quests.AbstractQuest
fillQuestInfo, fillQuestInfo, fillQuestInfo, fillQuestInfo, getCompletedCount, getFormattedHistory, getHint, getQuestInfo, getRegion, isCompleted, isRepeatable, isStarted, isVisibleOnQuestStatus, isVisibleOnQuestStatus, removeFromWorld, updatePlayer
-
Constructor Details
-
CloaksForBario
public CloaksForBario()
-
-
Method Details
-
getSlotName
Description copied from class:AbstractQuestThe slot-name in !quests.- Specified by:
getSlotNamein interfaceIQuest- Specified by:
getSlotNamein classAbstractQuest- Returns:
- the slot's name
-
addToWorld
public void addToWorld()Description copied from interface:IQuestadds the quest to the game world (e.g. by placing SpeakerNPCs there)- Specified by:
addToWorldin interfaceIQuest- Specified by:
addToWorldin classAbstractQuest
-
getHistory
Description copied from interface:IQuestGets a the quest history for the given player, written in the first person.- Parameters:
player- Player- Returns:
- list of history item-names
-
getName
Description copied from interface:IQuestReturns the name of the quest.- Specified by:
getNamein interfaceIQuest- Specified by:
getNamein classAbstractQuest- Returns:
- name
-
getMinLevel
public int getMinLevel()Description copied from interface:IQuestReturns the minimum level of player expected to start the quest. Used for choosing which hints to give. To set a hard minimum level requirement for doing the quest, use level related ChatConditions in the quest methods- Specified by:
getMinLevelin interfaceIQuest- Overrides:
getMinLevelin classAbstractQuest- Returns:
- level
-
getNPCName
Description copied from class:AbstractQuestReturns the starter NPC for the quest, or null if there is none- Specified by:
getNPCNamein interfaceIQuest- Overrides:
getNPCNamein classAbstractQuest- Returns:
- NPC name, or null for quests with no starter NPC
-