diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-10 23:32:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-10 23:32:42 -0300 |
commit | ea25f97b5c4893bc463dbca1608e7d1afb682233 (patch) | |
tree | 03eb582f59f11d28e752bb0a66032684d1f32a8a /npc | |
parent | 864c8cfbe8f697b0c1bd5c1ceef8c2447006fb91 (diff) | |
download | serverdata-ea25f97b5c4893bc463dbca1608e7d1afb682233.tar.gz serverdata-ea25f97b5c4893bc463dbca1608e7d1afb682233.tar.bz2 serverdata-ea25f97b5c4893bc463dbca1608e7d1afb682233.tar.xz serverdata-ea25f97b5c4893bc463dbca1608e7d1afb682233.zip |
Event fixes
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; |