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.txt33
1 files changed, 31 insertions, 2 deletions
diff --git a/npc/029-2/two_arms.txt b/npc/029-2/two_arms.txt
index 48dec1cb..f01cf644 100644
--- a/npc/029-2/two_arms.txt
+++ b/npc/029-2/two_arms.txt
@@ -1,3 +1,32 @@
-029-2,99,25,0 shop Rosen NPC311,903:50,904:0,530:8000,1199:2,529:2
-029-2,112,24,0 shop Toichi NPC377,1201:25,522:50,521:500,523:1000,603:1000
+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;
+}