diff options
Diffstat (limited to 'npc/001-11')
-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; |