Bug report moved to the new portal: Mmore.club
Detailed info: L2-scripts.com
Skype: Urchika

Our portfolio of solved reports: High Five
Our portfolio of solved reports: GOD
Our portfolio of solved reports: Classic

This forum is closed and open for viewing our work on bug reports for a long time. Thank you all !


 
 
Опции темы Опции просмотра
Prev Предыдущее сообщение   Следующее сообщение Next
Старый 14.07.2015, 13:36   #2
Scorpius
Спонсор Арены
 
Аватар для Scorpius
 
Регистрация: 14.06.2013
Адрес: Норильск
Сообщений: 2,876
Отправить сообщение для Scorpius с помощью Skype™
По умолчанию

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;
	}
Хреново не понимать все это, только логика...

Исправлено.
__________________
http://forum.l2-scripts.ru/image.php?type=sigpic&userid=947&dateline=1423019797
Scorpius вне форума  
 


Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход


Часовой пояс GMT +4, время: 15:22.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd. Перевод: zCarot