diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-11/Soren.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/001-11/Soren.txt b/npc/001-11/Soren.txt index 2c74cf2ea..893a50467 100644 --- a/npc/001-11/Soren.txt +++ b/npc/001-11/Soren.txt @@ -126,8 +126,8 @@ OnInit: setunitdata(.@npcId, UDT_HAIRCOLOR, 18); // Soren Shop - sellitem Candy; - sellitem Piberries; + sellitem Candy, 35; + sellitem Piberries, 25; sellitem OolongTea; sellitem ChamomileTea; sellitem TolchiArrow; @@ -136,19 +136,19 @@ OnInit: sellitem CrazyRum; sellitem Beer; sellitem GoldenApple, 3000; - sellitem MercBoxA; + sellitem MercBoxA, 1000; sellitem Grenade; sellitem SmokeGrenade; sellitem LousyMoccasins; sellitem LeatherQuiver, 1000; - sellitem AgiPotionA; - sellitem VitPotionA; - sellitem IntPotionA; - sellitem DexPotionA; - sellitem LukPotionA; + sellitem AgiPotionA, 1000; + sellitem VitPotionA, 1000; + sellitem IntPotionA, 1000; + sellitem DexPotionA, 1000; + sellitem LukPotionA, 1000; sellitem SacredLifePotion, 2500; sellitem SacredManaPotion, 2500; - sellitem CandorWarpCrystal; + sellitem CandorWarpCrystal, 100; //sellitem MagicApple; //sellitem FishingRod; //sellitem WurtziteOre; |