From ea25f97b5c4893bc463dbca1608e7d1afb682233 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Feb 2020 23:32:42 -0300 Subject: Event fixes --- npc/001-11/Soren.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50