summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/001-11/Soren.txt33
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;
-
}