summaryrefslogtreecommitdiff
path: root/npc/000-2-1/arpan.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-09-01 01:59:32 +0200
committerReid <reidyaro@gmail.com>2012-09-01 01:59:32 +0200
commit13b7f1487d1a0d433028eb1b960efde28167cad5 (patch)
treeb5c1c2825ee96fd4f6a466da5e4270a3c5e6c729 /npc/000-2-1/arpan.txt
parentc70829b0d710fada9b44aeaa75147603511a1e6e (diff)
downloadserverdata-13b7f1487d1a0d433028eb1b960efde28167cad5.tar.gz
serverdata-13b7f1487d1a0d433028eb1b960efde28167cad5.tar.bz2
serverdata-13b7f1487d1a0d433028eb1b960efde28167cad5.tar.xz
serverdata-13b7f1487d1a0d433028eb1b960efde28167cad5.zip
Add Couwan quest on const and questvars DBs,
Update Ale script, Update Billybonx and Arpan script, Add quest and dialogues on Couwan script, Add dialogues and couwan's quest on Gugli script.
Diffstat (limited to 'npc/000-2-1/arpan.txt')
-rw-r--r--npc/000-2-1/arpan.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index d8007122..a2827260 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -178,13 +178,11 @@ l_WhereOldClothes:
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.");
next;
mes lg("Oh, now that I remember, we've also found some money in your pockets, here it is!");
- setq ShipQuests_ArpanMoney, 1;
- set zeny, zeny+25;
next;
- mesn "Narrator";
- mes col(l("You receive 25GP!"), 9);
- next;
+ setq ShipQuests_ArpanMoney, 1;
+ set zeny, zeny+25;
+ message strcharinfo(0), l("You receive 25GP!");
goto l_BeforeMenu;