|
|
|
|
#1 |
|
Спонсор Арены
|
2 часа искал....
_10391_ASuspiciousHelper Код:
@Override
public String onTalk(NpcInstance npc, QuestState st)
{
String htmltext = "noquest";
int npcId = npc.getNpcId();
int cond = st.getCond();
if(npcId == ELLI)
{
if(st.isCompleted())
return "This quest is completed";
else if(cond == 0)
return "barons_personal_escort_eli_q10391_01.htm";
else
return "barons_personal_escort_eli_q10391_04.htm";
}
else if(npcId == CHEL)
{
if(cond == 1)
return "worker_chel_q10391_01.htm";
}
else if(npcId == IASON_HEINE)
{
if(cond == 2)
return "iason_heine_q10391_01.htm";
}
return htmltext;
}
Исправлено.
__________________
|
|
|
|
#2 |
|
Модератор
Регистрация: 03.06.2012
Сообщений: 4,624
|
Спасибо. Закрыто.
__________________
Техническая поддержка L2-Scripts Внимание: с 1 мая 2015 г. скайп технической поддержки будет: L2-scripts старый скайп тех поддержки обслуживаться не будет ! |
|