05-05-2012, 12:36 AM
Дык у вас при любом разговоре с npcId == Klein происходит
мб это в блоке cond == 2 должно быть?
eg
?
Код:
st.exitCurrentQuest(false);
htmltext = "31540-04.htm";
eg
Код:
...
else if(cond == 2)
{
st.getPlayer().addExpAndSp((5672), (446), false, false);
st.exitCurrentQuest(false);
htmltext = "31540-04.htm";
} else htmltext = "Не верные условия";
...