diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-16 08:46:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-16 08:46:38 -0300 |
commit | ddcc740d017c8dd133859cc47b6ac3a0f674fc49 (patch) | |
tree | c9fc3a9de8ffc0fb190480d2dc1a94182556dec8 /npc/020-5 | |
parent | bb88ba56ad8969cbdba7c3a7a96b77ed2cee9b7c (diff) | |
download | serverdata-ddcc740d017c8dd133859cc47b6ac3a0f674fc49.tar.gz serverdata-ddcc740d017c8dd133859cc47b6ac3a0f674fc49.tar.bz2 serverdata-ddcc740d017c8dd133859cc47b6ac3a0f674fc49.tar.xz serverdata-ddcc740d017c8dd133859cc47b6ac3a0f674fc49.zip |
Neko now sells Earth Powder instead of much more expensive shirt.
Bracco now practices market price for it.
Diffstat (limited to 'npc/020-5')
-rw-r--r-- | npc/020-5/bracco.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 914bd5338..72fa3cf99 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -351,7 +351,7 @@ OnInit: setunitdata(.@npcId, UDT_HAIRCOLOR, 2); tradertype(NST_MARKET); - sellitem LeatherShirt, 15000, 1; + sellitem LeatherShirt, -1, 1; sellitem LeatherShield, 5000, 1; sellitem ShortBow, -1, 1; sellitem ArrowAmmoBox,-1,rand(8,12); @@ -368,9 +368,9 @@ OnFri0800: OnSat1200: OnSun1600: OnMon2000: - restoreshopitem LeatherShirt, 15000, 1; + restoreshopitem LeatherShirt, -1, 1; restoreshopitem LeatherShield, 5000, 1; - restoreshopitem ShortBow, 11200, 1; + restoreshopitem ShortBow, -1, 1; restoreshopitem ArrowAmmoBox,rand(8,12); restoreshopitem IronAmmoBox,rand(3,5); end; |