summaryrefslogtreecommitdiff
path: root/npc/002-1/alige.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-24 18:27:23 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-24 18:27:23 -0300
commit4048c50aa11013de7eeabcc193a332b49372156e (patch)
tree62f38368da934b4d40ae2db8c9004d9454dd26cd /npc/002-1/alige.txt
parent7a846c1aa70291a98703be5290c6e1029700173d (diff)
downloadserverdata-4048c50aa11013de7eeabcc193a332b49372156e.tar.gz
serverdata-4048c50aa11013de7eeabcc193a332b49372156e.tar.bz2
serverdata-4048c50aa11013de7eeabcc193a332b49372156e.tar.xz
serverdata-4048c50aa11013de7eeabcc193a332b49372156e.zip
Save progress at Alige, I need to add a couple of items before continuing.
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;