From 102cb56449ec5ca6831b8c1f29f5517501eb1cfd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 21 Jun 2018 13:10:53 -0300 Subject: Arpan money: 10 -> 35 GP. Requires level 4. --- npc/002-1/arpan.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'npc/002-1/arpan.txt') 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; -- cgit v1.2.3-60-g2f50