summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-21 13:10:53 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-21 13:10:53 -0300
commit102cb56449ec5ca6831b8c1f29f5517501eb1cfd (patch)
tree1da68183c75a83f4ed9dba576683d365e5c70237 /npc
parent2bd6adf4f42ccf8583eed549cccb1413a6180b32 (diff)
downloadserverdata-102cb56449ec5ca6831b8c1f29f5517501eb1cfd.tar.gz
serverdata-102cb56449ec5ca6831b8c1f29f5517501eb1cfd.tar.bz2
serverdata-102cb56449ec5ca6831b8c1f29f5517501eb1cfd.tar.xz
serverdata-102cb56449ec5ca6831b8c1f29f5517501eb1cfd.zip
Arpan money: 10 -> 35 GP. Requires level 4.
Diffstat (limited to 'npc')
-rw-r--r--npc/002-1/arpan.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt
index b5bd5afb9..49aca7f87 100644
--- a/npc/002-1/arpan.txt
+++ b/npc/002-1/arpan.txt
@@ -236,13 +236,20 @@ L_WhereMoney:
mesq l("Oh right, I totally forgot about that, here you go.");
next;
+ if (BaseLevel < 4) goto L_Apana;
setq ShipQuests_ArpanMoney, 2;
.@q = getq(ShipQuests_Arpan);
- Zeny = Zeny + 10;
- message strcharinfo(0), l("You receive @@ GP!", 10);
+ Zeny = Zeny + 35;
+ message strcharinfo(0), l("You receive @@ GP!", 35);
goto L_BeforeMenu;
+L_Apana:
+ mesn;
+ mesq l("On hindsight, I'll wait you get a few levels. Can't have cheaters, ya know!");
+ next;
+ goto L_Menu;
+
L_WhatCloth:
mes "";
mesn;