From af3289a2cf7a8c3682ccc749c72cca1536e634ec Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 5 Feb 2019 21:34:31 -0200 Subject: Daily, ShoppaKep offers a single [Pinkie Leg] for 500 GP. Scythe is a level 25 weapon, no need to have a quest this difficult. Besides, you're forced to kill 100 Pinkies on each field anyway --- npc/012-1/shoppakep.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 884c925de..b1ff3b9b4 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -36,6 +36,7 @@ OnInit: sellitem ShortTankTop, 100000, 1; sellitem CottonTrousers, 100000, 1; + sellitem PinkieLeg, 500, 1; sellitem Piberries, -1, 30; sellitem Plushroom, -1, 3; sellitem Chagashroom, -1, 3; @@ -46,6 +47,7 @@ OnInit: end; OnClock1759: + restoreshopitem PinkieLeg, 500, 1; OnClock0546: restoreshopitem LeatherShirt, 125000, 1; restoreshopitem JeansShorts, 125000, 1; -- cgit v1.2.3-70-g09d2