Issue information

Issue ID
#5875
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 31, 2012 0:33
Last Post
Hercules Elf Bot
Jun 9, 2012 21:11
Confirmation
N/A

Hercules Elf Bot - May 31, 2012 0:33

Originally posted by [b]Docubo[/b]
Screen:

[url="http://s1.directupload.net/images/120531/8lf22ltz.jpg"]http://s1.directuplo...31/8lf22ltz.jpg[/url]

The NPC is just freezing, no error shown on the map server. Script part:


[CODE]
mes "[Funfi]";
mes "There are a lot of funny things in the world... Wooo!";
next;
if (slv_quest == 5) {
mes "[Funfi]";
mes "Anyway are you from the Eden Group?";
mes "You are? Cool! I've been waiting for you~!";
next;
mes "[Funfi]";
mes "No questions! Just do it now!";
mes "Hunt Kikimora in Moscovia,";
mes "Miyabi Dolls in Amatsu";
mes "and Mi Gaos in Louyang!";
mes "Hunt 15 each of those monsters!";
next;
mes "[Funfi]";
mes "Please~!! haha.";
mes "Hurry up!";
next;
switch (select("Accept mission.:Decline mission.")) {
[/CODE]

71-85.txt

This post has been edited by Docubo on May 31, 2012 0:44

Hercules Elf Bot - May 31, 2012 11:01

Originally posted by [b]wend[/b]
find:

[CODE]
mes "[Funfi]";
mes "I am a man who wants to experience adventures. But for some reason I can't...";
next;
mes "[Funfi]";
mes "There are a lot of funny things in the world... Wooo!";
next;
if (slv_quest == 5) {
mes "[Funfi]";
mes "Anyway are you from the Eden Group?";
mes "You are? Cool! I've been waiting for you~!";
next;
mes "[Funfi]";
mes "No questions! Just do it now!";
mes "Hunt Kikimora in Moscovia,";
mes "Miyabi Dolls in Amatsu";
mes "and Mi Gaos in Louyang!";
mes "Hunt 15 each of those monsters!";
next;
mes "[Funfi]";
mes "Please~!! haha.";
mes "Hurry up!";
next;
switch (select("Accept mission.:Decline mission.")) {
case 1:
completequest 10106;
setquest 10121;
setquest 10122;
setquest 10123;
set slv_quest,6;
getitem 7167,10; //Mystery_Iron_Bit
mes "[Funfi]";
mes "Ok! Good! Hurry up.";
mes "Hunt the monsters on each of those 3 islands.";
next;
mes "[Funfi]";
mes "I will give you some materials for use in Moscovia.";
mes "Go as soon as you can!";
close;
case 2:
set slv_quest,0;
erasequest 10106;
mes "[Funfi]";
mes "What? You don't want to work?! Gosh!";
mes "I will inform the Eden Group of this!";
close;
}
}
end;
}
[/CODE]

change it to:

[CODE] mes "[Funfi]";
mes "I am a man who wants to experience adventures. But for some reason I can't...";
next;
mes "[Funfi]";
mes "There are a lot of funny things in the world... Wooo!";
if (slv_quest == 5) {
next;
mes "[Funfi]";
mes "Anyway are you from the Eden Group?";
mes "You are? Cool! I've been waiting for you~!";
next;
mes "[Funfi]";
mes "No questions! Just do it now!";
mes "Hunt Kikimora in Moscovia,";
mes "Miyabi Dolls in Amatsu";
mes "and Mi Gaos in Louyang!";
mes "Hunt 15 each of those monsters!";
next;
mes "[Funfi]";
mes "Please~!! haha.";
mes "Hurry up!";
next;
switch (select("Accept mission.:Decline mission.")) {
case 1:
completequest 10106;
setquest 10121;
setquest 10122;
setquest 10123;
set slv_quest,6;
getitem 7167,10; //Mystery_Iron_Bit
mes "[Funfi]";
mes "Ok! Good! Hurry up.";
mes "Hunt the monsters on each of those 3 islands.";
next;
mes "[Funfi]";
mes "I will give you some materials for use in Moscovia.";
mes "Go as soon as you can!";
close;
case 2:
set slv_quest,0;
erasequest 10106;
mes "[Funfi]";
mes "What? You don't want to work?! Gosh!";
mes "I will inform the Eden Group of this!";
close;
}
}
close;
}[/CODE]

This post has been edited by wend on May 31, 2012 11:20

Hercules Elf Bot - May 31, 2012 12:30

Originally posted by [b]Masao[/b]
Fixed in [rev=16180] .

Thanks to wend.