st.set("cond", "2");
st.playSound(SOUND_MIDDLE);
}
else if(event.equalsIgnoreCase("Contract"))
{
Quest q1 = QuestManager.getQuest(_184_NikolasCooperationContract.class);
if(q1 != null)
{
st.giveItems(ADENA_ID, 18100);
st.addExpAndSp(60000, 3000, true);
QuestState qs1 = q1.newQuestState(player, STARTED);
q1.notifyEvent("30621-01.htm", qs1, npc);
st.playSound(SOUND_MIDDLE);
st.exitCurrentQuest(false);
}
return null;
}
else if(event.equalsIgnoreCase("Consideration"))
{
Quest q2 = QuestManager.getQuest(_185_NikolasCooperationConsideration.class);
if(q2 != null)
{
st.giveItems(ADENA_ID, 18100);
QuestState qs2 = q2.newQuestState(st.getPlayer(), STARTED);
q2.notifyEvent("30621-01.htm", qs2, npc);
st.playSound(SOUND_MIDDLE);
st.exitCurrentQuest(false);
}
return null;
}