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/020-5/bracco.txt | |
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/020-5/bracco.txt')
-rw-r--r-- | npc/020-5/bracco.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 79692dd15..b725f3dde 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -352,6 +352,10 @@ OnInit: sleep(SHOPWAIT); tradertype(NST_MARKET); + sellitem BritShield, -1, 1; + sellitem BladeShield, -1, 1; + sellitem MiereCleaver, -1, 1; + sellitem ShortSword, -1, 1; sellitem LeatherShirt, -1, 1; sellitem LeatherShield, 5000, 1; sellitem ShortBow, -1, 1; @@ -369,9 +373,13 @@ OnFri0800: OnSat1200: OnSun1600: OnMon2000: - restoreshopitem LeatherShirt, -1, 1; + restoreshopitem BritShield, 1; + restoreshopitem BladeShield, 1; + restoreshopitem MiereCleaver, 1; + restoreshopitem ShortSword, 1; + restoreshopitem LeatherShirt, 1; restoreshopitem LeatherShield, 5000, 1; - restoreshopitem ShortBow, -1, 1; + restoreshopitem ShortBow, 1; restoreshopitem ArrowAmmoBox,rand(8,12); restoreshopitem IronAmmoBox,rand(3,5); end; |