diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-10 23:26:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-10 23:26:47 -0300 |
commit | 864c8cfbe8f697b0c1bd5c1ceef8c2447006fb91 (patch) | |
tree | 9a3cfef2cab0289c8f3ffa014b99b348bed733e4 /npc/001-11/Soren.txt | |
parent | 8ae462db57b353b306940dd77c2019e3ddf11a39 (diff) | |
download | serverdata-864c8cfbe8f697b0c1bd5c1ceef8c2447006fb91.tar.gz serverdata-864c8cfbe8f697b0c1bd5c1ceef8c2447006fb91.tar.bz2 serverdata-864c8cfbe8f697b0c1bd5c1ceef8c2447006fb91.tar.xz serverdata-864c8cfbe8f697b0c1bd5c1ceef8c2447006fb91.zip |
Stuff for the event (pricings and shop lists)
Diffstat (limited to 'npc/001-11/Soren.txt')
-rw-r--r-- | npc/001-11/Soren.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/001-11/Soren.txt b/npc/001-11/Soren.txt index 7638c9577..2c74cf2ea 100644 --- a/npc/001-11/Soren.txt +++ b/npc/001-11/Soren.txt @@ -128,26 +128,26 @@ OnInit: // Soren Shop sellitem Candy; sellitem Piberries; + sellitem OolongTea; + sellitem ChamomileTea; sellitem TolchiArrow; sellitem TolchiAmmoBox; sellitem TrainingAmmoBox; sellitem CrazyRum; sellitem Beer; - sellitem OolongTea; - sellitem ChamomileTea; - sellitem GoldenApple; + sellitem GoldenApple, 3000; sellitem MercBoxA; sellitem Grenade; sellitem SmokeGrenade; sellitem LousyMoccasins; - sellitem LeatherQuiver; + sellitem LeatherQuiver, 1000; sellitem AgiPotionA; sellitem VitPotionA; sellitem IntPotionA; sellitem DexPotionA; sellitem LukPotionA; - sellitem SacredLifePotion; - sellitem SacredManaPotion; + sellitem SacredLifePotion, 2500; + sellitem SacredManaPotion, 2500; sellitem CandorWarpCrystal; //sellitem MagicApple; //sellitem FishingRod; |