diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-17 01:25:34 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-17 01:25:34 -0200 |
commit | 00dd15955e6de673f4a351613c9944c8520f82f7 (patch) | |
tree | c78a02245431c435189e95a7f2e98ef94d0f30f7 | |
parent | e4aee6cd41966a87db9055f9c79f82f390920c15 (diff) | |
download | serverdata-00dd15955e6de673f4a351613c9944c8520f82f7.tar.gz serverdata-00dd15955e6de673f4a351613c9944c8520f82f7.tar.bz2 serverdata-00dd15955e6de673f4a351613c9944c8520f82f7.tar.xz serverdata-00dd15955e6de673f4a351613c9944c8520f82f7.zip |
Sell Round Leather Shield at Tulim. Remove some items from Aeros Reward Master
-rw-r--r-- | npc/001-1/rewards.txt | 3 | ||||
-rw-r--r-- | npc/003-1/shop.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 030aa9262..f07661e9b 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -44,10 +44,7 @@ OnInit: sellitem Barrel,400; // Temporary, Seasonal, for events, rare drops, next release - sellitem BlacksmithAxe, 32400; sellitem DesertBow, 9000; - sellitem LeaderWand, 5400; - sellitem MiereCleaver, 2700; sellitem Chainmail, 2700; sellitem LeatherShirt, 315; sellitem JeansShorts, 270; diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 18b4ce703..eaf8c1be6 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -8,6 +8,7 @@ OnInit: tradertype(NST_MARKET); sellitem YellowDye, -1, 2; + sellitem RoundLeatherShield, -1, 2; sellitem Knife, -1, 5; sellitem TrainingAmmoBox, -1, rand(2,5); sellitem ArrowAmmoBox, -1, rand(2,4); @@ -29,6 +30,7 @@ OnClock1210: OnClock1757: OnClock0000: restoreshopitem YellowDye, -1, 2; + restoreshopitem RoundLeatherShield, -1, 2; restoreshopitem Knife, -1, 5; restoreshopitem TrainingAmmoBox, rand(2,5); restoreshopitem ArrowAmmoBox, rand(2,4); |