diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-05 21:34:31 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-05 21:34:31 -0200 |
commit | af3289a2cf7a8c3682ccc749c72cca1536e634ec (patch) | |
tree | e5cb3d69da61c5abb5b3ec1598aab4bf094ab638 /npc | |
parent | 76ba8e274787a4fa08826de81fffb09cace5579a (diff) | |
download | serverdata-af3289a2cf7a8c3682ccc749c72cca1536e634ec.tar.gz serverdata-af3289a2cf7a8c3682ccc749c72cca1536e634ec.tar.bz2 serverdata-af3289a2cf7a8c3682ccc749c72cca1536e634ec.tar.xz serverdata-af3289a2cf7a8c3682ccc749c72cca1536e634ec.zip |
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
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/shoppakep.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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; |