From 251231c2c2d57deeff02b5ed04e5f03def725277 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 27 Apr 2022 17:27:35 -0300 Subject: Add minimum level to Galimatia and an experience reward. But the "good" portion is the Job Exp reward, I guess --- npc/014-1/galimatia.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/014-1/galimatia.txt') diff --git a/npc/014-1/galimatia.txt b/npc/014-1/galimatia.txt index 8298cd904..745a2ec5c 100644 --- a/npc/014-1/galimatia.txt +++ b/npc/014-1/galimatia.txt @@ -8,6 +8,7 @@ mesn; mesq l("Feel free to collect honey from the hives. Remember to bottle them before picking up... You can use the discardable bottles I keep near them for that."); if (!countitem(Honey)) close; + if (BaseLevel < 30) close; next; mesn; mesq l("I can also pay %d GP per %s.", .price, getitemlink(Honey)); @@ -32,6 +33,7 @@ delitem BeeStinger, 20; Zeny-=3500; getitem BeeKeeperHat, 1; + getexp 5000, 4500; mesn; mesq l("Thanks, here is your hat!"); close; @@ -41,8 +43,6 @@ break; } } while (true); - // FIXME: Quest for [Bee Keeper Hat] - // BeeStinger close; OnInit: -- cgit v1.2.3-70-g09d2