diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-26 23:00:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-26 23:00:39 -0300 |
commit | 5800dee9ef21b9a20aded8b630952cb64187dbc8 (patch) | |
tree | a1b607dedcbed6e8df0b16760186ffafdd0de698 /npc/003-1 | |
parent | 7a3d24118810a2a6227aad4ae80f0759393a4ab7 (diff) | |
download | serverdata-5800dee9ef21b9a20aded8b630952cb64187dbc8.tar.gz serverdata-5800dee9ef21b9a20aded8b630952cb64187dbc8.tar.bz2 serverdata-5800dee9ef21b9a20aded8b630952cb64187dbc8.tar.xz serverdata-5800dee9ef21b9a20aded8b630952cb64187dbc8.zip |
Steel Shovel for IAP. Add Iron Shovel for 5kGP
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/neko.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 7687983c9..610c49d71 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -67,6 +67,7 @@ OnInit: sellitem LeatherShirt, 12000, 1; sellitem ShortTankTop, 8000, 1; sellitem TrainingBow, 990, 2; + sellitem IronShovel, -1, 1; sellitem CottonCloth, -1, 3; sellitem RoastedMaggot, -1, 2; sellitem ArrowAmmoBox,-1,rand(5,10); @@ -83,6 +84,7 @@ OnClock2359: restoreshopitem LeatherShirt, 12000, 1; restoreshopitem ShortTankTop, 8000, 1; restoreshopitem TrainingBow, 990, 2; + restoreshopitem IronShovel, 1; restoreshopitem CottonCloth, 3; restoreshopitem RoastedMaggot, 2; restoreshopitem ArrowAmmoBox,rand(5,10); |