From 20d603ef52c7e7068374430cd91b77bb9318d6c5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Jun 2018 13:45:58 -0300 Subject: Hmmm --- npc/003-1/aidan.txt | 2 +- npc/009-1/guards.txt | 2 +- npc/functions/mobhunter.txt | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 1a2b0b310..7cd5db506 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -101,7 +101,7 @@ L_Register: L_Assign: GHQ_Assign(Maggot, "Tulimshar", getitemlink(MaggotCocoon)); - close; + end; L_Finish: mes l("Current progress: @@/10000 @@", getq2(General_Hunter), getmonsterlink(GHQ_GetMonsterIDByQuestID(getq(General_Hunter)))); diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt index 7a89ca87c..76d0212c0 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -17,7 +17,7 @@ mesq l("The path will be open when it's safe again for heavily armed travellers."); if (GHQUEST) GHQ_Assign(Snake, "Halinarzo", "250.000 GP"); - close; + end; L_MKControl: mesn; diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt index 2b5988c31..d56b26840 100644 --- a/npc/functions/mobhunter.txt +++ b/npc/functions/mobhunter.txt @@ -65,7 +65,8 @@ function script GHQ_Assign { mesq l("Good luck! Don't come back until you reach 10000 kills!"); break; } - + closedialog; + goodbye; } -- cgit v1.2.3-60-g2f50