npc.add(ConversationStates.ATTENDING,
"challenge",
new AndCondition(new QuestCompletedCondition(WEAPONSCOLLECTOR2_QUEST_SLOT),
new QuestNotStartedCondition(QUEST_SLOT),
new OrCondition(new QuestNotCompletedCondition(CLUB_THORNS_QUEST_SLOT),
new QuestNotCompletedCondition(IMMORTAL_SWORD_QUEST_SLOT))),
ConversationStates.ATTENDING,
"There is still a quest in the Kotoch area which you have not completed. Explore thoroughly and you will be on your way to becoming the ultimate collector!",
null);
npc.add(ConversationStates.ATTENDING,
"challenge",
new AndCondition(new QuestCompletedCondition(WEAPONSCOLLECTOR2_QUEST_SLOT),
new QuestNotStartedCondition(QUEST_SLOT),
new OrCondition(new QuestNotCompletedCondition(MITHRIL_CLOAK_QUEST_SLOT),
new QuestNotCompletedCondition(MITHRIL_SHIELD_QUEST_SLOT))),
ConversationStates.ATTENDING,
"You are missing a special mithril item which you can win if you help the right person, you cannot be an ultimate collector without it.",
null);
npc.add(ConversationStates.ATTENDING,
"challenge",
new AndCondition(new QuestCompletedCondition(WEAPONSCOLLECTOR2_QUEST_SLOT),
new QuestNotStartedCondition(QUEST_SLOT),
new OrCondition(new QuestNotCompletedCondition(OBSIDIAN_KNIFE_QUEST_SLOT),
new QuestNotCompletedCondition(VAMPIRE_SWORD_QUEST_SLOT))),
ConversationStates.ATTENDING,
"There is a dwarf blacksmith living alone deep underground who would forge a special weapon for you, you cannot be an ultimate collector without this.",
null);
npc.add(ConversationStates.ATTENDING,
"challenge",
new AndCondition(new QuestCompletedCondition(WEAPONSCOLLECTOR2_QUEST_SLOT),
new QuestNotStartedCondition(QUEST_SLOT),
new OrCondition(new QuestNotCompletedCondition(CLOAKSCOLLECTOR2_QUEST_SLOT),
new QuestNotCompletedCondition(CLOAKS_FOR_BARIO_QUEST_SLOT))),
ConversationStates.ATTENDING,
"A special item will be yours if you collect many cloaks, whether to fulfil another's vanity or keep them warm, it's a task you must complete.",
null);