diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-10 23:21:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-10 23:21:33 -0300 |
commit | 8ae462db57b353b306940dd77c2019e3ddf11a39 (patch) | |
tree | 3c20de72ceb77becf9c29163d1534a999950bcce /npc/001-11/Soren.txt | |
parent | 3c6ab68332fc0ab6486c28ec6ab9b9318d5a8055 (diff) | |
download | serverdata-8ae462db57b353b306940dd77c2019e3ddf11a39.tar.gz serverdata-8ae462db57b353b306940dd77c2019e3ddf11a39.tar.bz2 serverdata-8ae462db57b353b306940dd77c2019e3ddf11a39.tar.xz serverdata-8ae462db57b353b306940dd77c2019e3ddf11a39.zip |
Random crap at Soren
Diffstat (limited to 'npc/001-11/Soren.txt')
-rw-r--r-- | npc/001-11/Soren.txt | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/npc/001-11/Soren.txt b/npc/001-11/Soren.txt index 43dc68ba2..7638c9577 100644 --- a/npc/001-11/Soren.txt +++ b/npc/001-11/Soren.txt @@ -54,7 +54,7 @@ L_Purpose: break; case 4: closeclientdialog; - shop "Shop#Candor"; + shop .name$; break; } close; @@ -125,10 +125,39 @@ OnInit: setunitdata(.@npcId, UDT_HAIRSTYLE, 14); setunitdata(.@npcId, UDT_HAIRCOLOR, 18); + // Soren Shop + sellitem Candy; + sellitem Piberries; + sellitem TolchiArrow; + sellitem TolchiAmmoBox; + sellitem TrainingAmmoBox; + sellitem CrazyRum; + sellitem Beer; + sellitem OolongTea; + sellitem ChamomileTea; + sellitem GoldenApple; + sellitem MercBoxA; + sellitem Grenade; + sellitem SmokeGrenade; + sellitem LousyMoccasins; + sellitem LeatherQuiver; + sellitem AgiPotionA; + sellitem VitPotionA; + sellitem IntPotionA; + sellitem DexPotionA; + sellitem LukPotionA; + sellitem SacredLifePotion; + sellitem SacredManaPotion; + sellitem CandorWarpCrystal; + //sellitem MagicApple; + //sellitem FishingRod; + //sellitem WurtziteOre; + // TODO: LottoBox - Random hat to distinguish players + sellitem DoggyDog; + .sex = G_MALE; .distance = 5; end; - } |