Перейти к содержанию

Рекомендуемые сообщения

Вообщем трабл такой, в городе излюд хаотично разбросаны порталы. Убрать их я конечно могу, но мне почемуто показалось, что дело в самой карте которая лежит в грф. Написал что бы удостоверится. Вот скрин.

48aa588a9a.jpg

И еще такая проблема, не шарю в стандартных квестах, но на форуме написали вот что:

b238df3725.jpg

А именно не могу понять, где же лежат данные нпц. (копался долго, сдался)

Ссылка на комментарий
Поделиться на другие сайты

Так поищи там НПЦ же Promotional Staff

Дело в том, что я не могу догнать. Скрипт я нашел, прошел его до того момента где нет нпц. Чекнул скрипт и нашел вот что


- script ::PromotionalStaff_izlude -1,{
if (ep13_ryu > 8) {
mes "[Promotional Staff]";
mes "I bless you for your future! May it be full of happiness!";
close;
}
if (ep13_ryu == 8) {
mes "[Promotional Staff]";
mes "The test is done!";
mes "If you have any other business, go to the palace.";
close;
}
if (ep13_ryu == 7) {
if (BaseLevel < 70) {
mes "[Promotional Staff]";
mes "You don't look that strong.";
mes "Nothing but skin and bones!";
mes "Not reliable.";
mes "You should level up more before";
mes "considering this adventure.";
next;
mes "[Promotional Staff]";
mes "I don't need adventurers who are";
mes "body-builders... but at least";
mes "someone not so little!!";
close;
}
mes "[Promotional Staff]";
mes "Wow! You are considerably";
mes "stronger than before!";
mes "Let me see...";
mes "You look different!";
next;
mes "[Promotional Staff]";
mes "Um...";
next;
mes "[Promotional Staff]";
mes "Ok, it's done!";
mes "You seemed a sore weak of a soul,";
mes "but now, you're quite stronger than";
mes "before. Great! You will do!!";
next;
mes "[Promotional Staff]";
mes "We have quite high expectations to meet.";
mes "Though the new place is dangerous,";
mes "no need to check thoroughly";
mes "anymore.";
next;
mes "[Promotional Staff]";
mes "It's not a hell-hole!";
mes "Ukk!";
next;
mes "[Promotional Staff]";
mes "Anyway, just go back to the";
mes "Recruiter. I will forward to him";
mes "that you passed all the steps. Good";
mes "job, friend!";
next;
changequest 10063,10064;
set ep13_ryu,8;
mes "[Promotional Staff]";
mes "Bless all of your heart,";
mes "for your great future!";
close;
}
if (ep13_ryu == 6) {
mes "[Promotional Staff]";
mes "We are recruiting adventurers";
mes "who are quite strong and curious.";
next;
mes "[Promotional Staff]";
mes "Hey, you're a knowledgeable adventurer. Are you interested in my story?";
next;
select("I have something for you.");
mes "[Promotional Staff]";
mes "Um, you're the one sent to be tested, correct? You are in the right place. I'm the Promotional Staff in Izlude.";
next;
mes "[Promotional Staff]";
mes "I guess you're qualified enough to go... I think no more testing is needed.";
next;
mes "[Promotional Staff]";
mes "Let me see...";
next;
if (BaseLevel > 69) {
mes "[Promotional Staff]";
mes "I think you're good enough!";
mes "No more testing!!";
mes "Ok! You pass!";
next;
mes "[Promotional Staff]";
mes "We have quite high expectations to meet.";
mes "Though the new place is dangerous,";
mes "no need to check thoroughly right now.";
next;
mes "[Promotional Staff]";
mes "It's not a hell-hole!";
mes "Ukk...";
next;
mes "[Promotional Staff]";
mes "Anyway, just go back to the recruiter.";
mes "I will forward to him that you passed all the steps.";
mes "Good job, friend!";
next;
changequest 10062,10064;
set ep13_ryu,8;
mes "[Promotional Staff]";
mes "May Freya bless you,";
mes "for your great future!";
close;
}
else {
mes "[Promotional Staff]";
mes "Hmm...";
next;
mes "[Promotional Staff]";
mes "You don't look that strong.";
mes "Nothing but skin and bones!";
mes "Not reliable.";
mes "I can't let you pass.";
next;
changequest 10062,10063;
set ep13_ryu,7;
mes "[Promotional Staff]";
mes "Please level up a little more. I";
mes "can't accept that you're strong";
mes "enough. Sorry.";
close;
}
}
callfunc "Promotional_Staff";
end;
}

Чекнул оба файла 13.1 и 13.2. В итоге такого нпц нет.

Вот скрин шага которого не хватает

92a7412660.jpg

Проблему решил. Это просто смешно.

Квест лежит в npc/quests/quests_13_1.txt. Тот самый нпц прописан именно в этом файле.

Но забавно то..... даже слов нет, нпц как бы спрятано, нужен типо дубликат.

Вообщем нужно было добавить дубликат данного нпц. Дубликат есть в эмуляторе, но он лежит в совершенно другом месте. /npc/pre-re/quests/quests_13_1.txt

И я никогда не пойму того, почему его сразу не вписали куда нужно.

Смех

cf3ec2711d.png

Изменено пользователем falamyr
Ссылка на комментарий
Поделиться на другие сайты

По поводу карты, Действительно в ратене 2012 карта нормальная но когда ставишь екзе и клиент 2013+ года есть такая беда, Тебе нужно скачать Олд Излюд, мне помогло

Ссылка на комментарий
Поделиться на другие сайты

Так поищи там НПЦ же Promotional Staff

Дело в том, что я не могу догнать. Скрипт я нашел, прошел его до того момента где нет нпц. Чекнул скрипт и нашел вот что


- script ::PromotionalStaff_izlude -1,{
if (ep13_ryu > 8) {
mes "[Promotional Staff]";
mes "I bless you for your future! May it be full of happiness!";
close;
}
if (ep13_ryu == 8) {
mes "[Promotional Staff]";
mes "The test is done!";
mes "If you have any other business, go to the palace.";
close;
}
if (ep13_ryu == 7) {
if (BaseLevel < 70) {
mes "[Promotional Staff]";
mes "You don't look that strong.";
mes "Nothing but skin and bones!";
mes "Not reliable.";
mes "You should level up more before";
mes "considering this adventure.";
next;
mes "[Promotional Staff]";
mes "I don't need adventurers who are";
mes "body-builders... but at least";
mes "someone not so little!!";
close;
}
mes "[Promotional Staff]";
mes "Wow! You are considerably";
mes "stronger than before!";
mes "Let me see...";
mes "You look different!";
next;
mes "[Promotional Staff]";
mes "Um...";
next;
mes "[Promotional Staff]";
mes "Ok, it's done!";
mes "You seemed a sore weak of a soul,";
mes "but now, you're quite stronger than";
mes "before. Great! You will do!!";
next;
mes "[Promotional Staff]";
mes "We have quite high expectations to meet.";
mes "Though the new place is dangerous,";
mes "no need to check thoroughly";
mes "anymore.";
next;
mes "[Promotional Staff]";
mes "It's not a hell-hole!";
mes "Ukk!";
next;
mes "[Promotional Staff]";
mes "Anyway, just go back to the";
mes "Recruiter. I will forward to him";
mes "that you passed all the steps. Good";
mes "job, friend!";
next;
changequest 10063,10064;
set ep13_ryu,8;
mes "[Promotional Staff]";
mes "Bless all of your heart,";
mes "for your great future!";
close;
}
if (ep13_ryu == 6) {
mes "[Promotional Staff]";
mes "We are recruiting adventurers";
mes "who are quite strong and curious.";
next;
mes "[Promotional Staff]";
mes "Hey, you're a knowledgeable adventurer. Are you interested in my story?";
next;
select("I have something for you.");
mes "[Promotional Staff]";
mes "Um, you're the one sent to be tested, correct? You are in the right place. I'm the Promotional Staff in Izlude.";
next;
mes "[Promotional Staff]";
mes "I guess you're qualified enough to go... I think no more testing is needed.";
next;
mes "[Promotional Staff]";
mes "Let me see...";
next;
if (BaseLevel > 69) {
mes "[Promotional Staff]";
mes "I think you're good enough!";
mes "No more testing!!";
mes "Ok! You pass!";
next;
mes "[Promotional Staff]";
mes "We have quite high expectations to meet.";
mes "Though the new place is dangerous,";
mes "no need to check thoroughly right now.";
next;
mes "[Promotional Staff]";
mes "It's not a hell-hole!";
mes "Ukk...";
next;
mes "[Promotional Staff]";
mes "Anyway, just go back to the recruiter.";
mes "I will forward to him that you passed all the steps.";
mes "Good job, friend!";
next;
changequest 10062,10064;
set ep13_ryu,8;
mes "[Promotional Staff]";
mes "May Freya bless you,";
mes "for your great future!";
close;
}
else {
mes "[Promotional Staff]";
mes "Hmm...";
next;
mes "[Promotional Staff]";
mes "You don't look that strong.";
mes "Nothing but skin and bones!";
mes "Not reliable.";
mes "I can't let you pass.";
next;
changequest 10062,10063;
set ep13_ryu,7;
mes "[Promotional Staff]";
mes "Please level up a little more. I";
mes "can't accept that you're strong";
mes "enough. Sorry.";
close;
}
}
callfunc "Promotional_Staff";
end;
}

Чекнул оба файла 13.1 и 13.2. В итоге такого нпц нет.

Вот скрин шага которого не хватает

92a7412660.jpg

Проблему решил. Это просто смешно.

Квест лежит в npc/quests/quests_13_1.txt. Тот самый нпц прописан именно в этом файле.

Но забавно то..... даже слов нет, нпц как бы спрятано, нужен типо дубликат.

Вообщем нужно было добавить дубликат данного нпц. Дубликат есть в эмуляторе, но он лежит в совершенно другом месте. /npc/pre-re/quests/quests_13_1.txt

И я никогда не пойму того, почему его сразу не вписали куда нужно.

Смех

cf3ec2711d.png

в самом низу есть перевод мой погляди мож чё догонишь))

Ссылка на комментарий
Поделиться на другие сайты

×
×
  • Создать...
Яндекс.Метрика