diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 13:10:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 13:10:53 -0300 |
commit | 102cb56449ec5ca6831b8c1f29f5517501eb1cfd (patch) | |
tree | 1da68183c75a83f4ed9dba576683d365e5c70237 /npc/002-1/arpan.txt | |
parent | 2bd6adf4f42ccf8583eed549cccb1413a6180b32 (diff) | |
download | serverdata-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/002-1/arpan.txt')
-rw-r--r-- | npc/002-1/arpan.txt | 11 |
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; |