|
@@ -3713,6 +3713,7 @@ gonryun,237,226,3 script Han Ran Jiao#gon 776,{
|
|
next;
|
|
next;
|
|
if (BaseLevel >= 20) {
|
|
if (BaseLevel >= 20) {
|
|
set nakha,1;
|
|
set nakha,1;
|
|
|
|
+ setquest 10034;
|
|
mes "[Han Ran Jiao]";
|
|
mes "[Han Ran Jiao]";
|
|
mes "I need to go down to get it";
|
|
mes "I need to go down to get it";
|
|
mes "but...the monsters...";
|
|
mes "but...the monsters...";
|
|
@@ -3759,6 +3760,7 @@ gonryun,237,226,3 script Han Ran Jiao#gon 776,{
|
|
next;
|
|
next;
|
|
if (select("Return the knife.:Refuse.") == 1) {
|
|
if (select("Return the knife.:Refuse.") == 1) {
|
|
set nakha,3;
|
|
set nakha,3;
|
|
|
|
+ completequest 10035;
|
|
delitem 1201,1; //Knife
|
|
delitem 1201,1; //Knife
|
|
mes "[Han Ran Jiao]";
|
|
mes "[Han Ran Jiao]";
|
|
mes "Thank you! Thank you so much!";
|
|
mes "Thank you! Thank you so much!";
|
|
@@ -3803,6 +3805,7 @@ gon_fild01,245,257,0 script #gonknife 111,3,3,{
|
|
OnTouch_:
|
|
OnTouch_:
|
|
if (nakha == 1) {
|
|
if (nakha == 1) {
|
|
set nakha,2;
|
|
set nakha,2;
|
|
|
|
+ changequest 10034,10035;
|
|
mes "^3355FFHm? What's this?";
|
|
mes "^3355FFHm? What's this?";
|
|
mes " ";
|
|
mes " ";
|
|
mes "Something was hidden beneath the leaves...^000000";
|
|
mes "Something was hidden beneath the leaves...^000000";
|