diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-18 01:00:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-18 01:00:40 -0300 |
commit | 9682c3cb93e31ed276f3d790812acb91d2850106 (patch) | |
tree | 379cb3976354c8f22572f241fe054eae6f19b511 /npc/017-1 | |
parent | 68ca62ec5e0dd3baa5c18f83ceae3086043134e7 (diff) | |
download | serverdata-9682c3cb93e31ed276f3d790812acb91d2850106.tar.gz serverdata-9682c3cb93e31ed276f3d790812acb91d2850106.tar.bz2 serverdata-9682c3cb93e31ed276f3d790812acb91d2850106.tar.xz serverdata-9682c3cb93e31ed276f3d790812acb91d2850106.zip |
Several weapons and armors are now sold in shops! \o/
Diffstat (limited to 'npc/017-1')
-rw-r--r-- | npc/017-1/shops.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/017-1/shops.txt b/npc/017-1/shops.txt index c74e1c0be..ac5affeb0 100644 --- a/npc/017-1/shops.txt +++ b/npc/017-1/shops.txt @@ -30,9 +30,13 @@ OnInit: sellitem Bullet, -1, 2000; if (!rand2(4)) sellitem OolongTea, getiteminfo(OolongTea, ITEMINFO_BUYPRICE)*15/10, rand2(1,3); + sellitem WoodenShield, -1, 1; + sellitem LeatherShirt, -1, 1; end; OnClock1250: + restoreshopitem WoodenShield, 1; + restoreshopitem LeatherShirt, 1; OnClock0112: restoreshopitem LOFCoin, -1, 1; restoreshopitem YellowDye, -1, 1; |