summaryrefslogtreecommitdiff
path: root/npc/001-2-19/lloyd.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-19/lloyd.txt')
-rw-r--r--npc/001-2-19/lloyd.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/npc/001-2-19/lloyd.txt b/npc/001-2-19/lloyd.txt
index e183dd0e..692dd6a9 100644
--- a/npc/001-2-19/lloyd.txt
+++ b/npc/001-2-19/lloyd.txt
@@ -199,7 +199,7 @@
close;
break;
case 3:
- MerchantGuild_Bank;
+ MerchantGuild_Bank();
break;
case 4:
mes "";
@@ -208,12 +208,11 @@
case 5:
if (getq(ArtisQuests_Fexil) >= 1)
{
- speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("There are no tasks for you right now.");
+ MerchantGuild_Quests(.bankid);
continue;
}
- paper_to_deliver;
+ paper_to_deliver();
continue;
}
@@ -232,6 +231,11 @@ OnInit:
.quest_debug = ArtisQuests_Lloyd;
.bodytype = BODYTYPE_3;
.distance = 4;
+
+ // Bank configuration
+ array_push($@BANK_NAME$, .name$);
+ array_push($@BANK_TOWN$, "Artis");
+ .bankid = getarraysize($@BANK_NAME$)-1;
end;
}