// hasn't got access to all banks yet
add(ConversationStates.IDLE,
ConversationPhrases.GREETING_MESSAGES,
new AndCondition(new GreetingMatchesNameCondition(super.getName()),
new OrCondition(
new QuestNotCompletedCondition(GRAFINDLE_QUEST_SLOT),
new QuestNotCompletedCondition(ZARA_QUEST_SLOT))),
ConversationStates.IDLE,
"You may not use this bank if you have not gained the right to use the chests at Nalwor, nor if you have not earned the trust of a certain young woman. Goodbye!",
null);
add(ConversationStates.ATTENDING,