summaryrefslogtreecommitdiff
path: root/npc/002-1/alige.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-1/alige.txt')
-rw-r--r--npc/002-1/alige.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt
index 0abdc1522..90b3bd799 100644
--- a/npc/002-1/alige.txt
+++ b/npc/002-1/alige.txt
@@ -33,7 +33,29 @@ L_Close:
L_GoGo:
mesn;
- mesq l("But... I need to solve a problem first. So please come back later.");
+ mesq l("Yes, I need to get out of here the earliest possible.");
+ next;
+ mesn strcharinfo(0);
+ mesq l("So tell me already what you need, and what is the reward!");
+ next;
+// Stowaway hidden in a ship's hole. Contrabandist. Trade potions, dyes,
+// food, water, and money for a hat.
+ mesn;
+ mes col("Alige hands you an old paper patch.",9);
+ next;
+ mesn l("Old Paper Patch");
+ mes l("* @@/30 @@", countitem(CactusPotion), getitemlink(CactusPotion));
+ mes l("* @@/10.000 GP", Zeny);
+ next;
+ mesn;
+ mesq l("In exchange for your help, I'll give you a @@!");
+ menu
+ l("Of course I'll help you!"), L_Accept,
+ l("Have you got mad? That's too much, it's like you are trying to be perfect! No way I'll help you!"), L_Close;
+
+L_Accept:
+ mesn;
+ mesq l("Wait... I just remebered, I need to solve a problem first. So please come back later.");
close;