summaryrefslogtreecommitdiff
path: root/npc/002-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-22 02:20:39 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-22 02:20:39 -0300
commit6bfb587ef5a3076e41df6c494d1fc7b444e7dcb0 (patch)
treea78ad3a4cc8de88ce20edb6f28e567895350add5 /npc/002-1
parent0f1cab9d2f2e6fac496af7890decdb835ac58a7e (diff)
downloadserverdata-6bfb587ef5a3076e41df6c494d1fc7b444e7dcb0.tar.gz
serverdata-6bfb587ef5a3076e41df6c494d1fc7b444e7dcb0.tar.bz2
serverdata-6bfb587ef5a3076e41df6c494d1fc7b444e7dcb0.tar.xz
serverdata-6bfb587ef5a3076e41df6c494d1fc7b444e7dcb0.zip
Simplify Arpan a tad bit to prevent bugs inconsistencies etc.
Diffstat (limited to 'npc/002-1')
-rw-r--r--npc/002-1/arpan.txt23
1 files changed, 5 insertions, 18 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt
index 49aca7f87..943d25d3e 100644
--- a/npc/002-1/arpan.txt
+++ b/npc/002-1/arpan.txt
@@ -157,11 +157,10 @@ L_Menu:
lg("Could you tell me where I am?"), L_Where,
lg("Where can I find Juliet?"), L_Julia,
l("Who are you?"), L_Who,
- rif(getq(ShipQuests_ArpanMoney) == 1, lg("Do you know what happened to the gold I had when you guys saved me?")), L_WhereMoney,
- rif(getq(ShipQuests_ArpanMoney) < 2, l("Where are my old clothes?")), L_WhereOldClothes,
+ l("I need a tutorial, where can I find help?"), L_Trainer,
+ rif(getq(ShipQuests_ArpanMoney) < 2, lg("Do you know what happened to the gold I had when you guys saved me?")), L_WhereMoney,
rif(!.@equipped, lg("What should I do after taking these clothes?")), L_WhatCloth,
rif(!.@equipped, l("Thank you, I'll take them and put them on.")), -,
- l("I need a tutorial, where can I find help?"), L_Trainer,
l("Nothing, sorry."), -;
closedialog;
@@ -210,25 +209,13 @@ L_Julia:
L_Who:
mes "";
mesn;
- mesq l("Sorry! I forgot to introduce myself. My name is Arpan, but other sailors call me Magic Arpan because I know one or two yaing magic spells.");
+ mesq l("Sorry! I forgot to introduce myself. My name is Arpan, but other sailors call me Magic Arpan because I know one or two yaing magic tricks.");
next;
-
- goto L_Menu;
-
-L_WhereOldClothes:
- mes "";
mesn;
- mesq lg("We tried to clean them but the sea water mostly destroyed them. It's why we gave you these clothes. They're not very nice, but that's all that we have for you.");
+ mesq l("They're not magic, but yayaya, people like to say it is! Yeyeye.");
next;
- mes lg("Oh, now that I remember, we also found some money in your pockets, here it is!");
- next;
-
- setq ShipQuests_ArpanMoney, 2;
- .@q = getq(ShipQuests_Arpan);
- Zeny = Zeny + 10;
- message strcharinfo(0), l("You receive @@ GP!", 10);
- goto L_BeforeMenu;
+ goto L_Menu;
L_WhereMoney:
mes "";