summaryrefslogtreecommitdiff
path: root/npc/029-2/two_arms.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-2/two_arms.txt')
-rw-r--r--npc/029-2/two_arms.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/npc/029-2/two_arms.txt b/npc/029-2/two_arms.txt
new file mode 100644
index 00000000..f01cf644
--- /dev/null
+++ b/npc/029-2/two_arms.txt
@@ -0,0 +1,32 @@
+
+029-2,99,25,0 script Rosen NPC311,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem SlingShot;
+ sellitem SlingBullet;
+ sellitem ShortBow;
+ sellitem Arrow, 2;
+ sellitem IronArrow;
+ .distance = 5;
+ end;
+}
+
+029-2,112,24,0 script Toichi NPC377,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem Knife;
+ sellitem SharpKnife;
+ sellitem Dagger;
+ sellitem LeatherShirt;
+ sellitem LeatherShield;
+ .distance = 5;
+ end;
+}