summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/_import.txt1
-rw-r--r--npc/003-1/shop.txt36
2 files changed, 14 insertions, 23 deletions
diff --git a/npc/003-1/_import.txt b/npc/003-1/_import.txt
index 0d7bc10ff..0d105dac2 100644
--- a/npc/003-1/_import.txt
+++ b/npc/003-1/_import.txt
@@ -29,3 +29,4 @@
"npc/003-1/tinris.txt",
"npc/003-1/wateranimation.txt",
"npc/003-1/well.txt",
+"npc/003-1/shop.txt", \ No newline at end of file
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt
index bb5dd0e25..ce74730eb 100644
--- a/npc/003-1/shop.txt
+++ b/npc/003-1/shop.txt
@@ -1,37 +1,27 @@
-// Evol scripts.
+// TMW2 scripts.
// Author:
-// Reid
-// Description:
-// Light Armor shop keeper.
-// Variables:
-// ArtisQuests_Enora
-// Values:
-// 0 Default.
-// 1 BlackSmith quest delivered.
-// 2 Chelios Quest given.
-// 3 Chelios Quest done.
-// 4 BlackSmith gave the sword.
-// 5 Light Armor Shop quest delivered.
-// 6 Light Armor Shop gave the cloths.
+// Saulc
-005-4,30,37,0 trader Shop NPC_NO_SPRITE,{
+003-1,108,110,0 trader Shop#bazar1 NPC_NO_SPRITE,{
OnInit:
tradertype(NST_MARKET);
- sellitem RoundLeatherShield, -1, 3;
- sellitem Knife, -1, 5;
- sellitem TolchiArrow, -1, 30000;
- sellitem LousyMoccasins, -1, 20;
+ sellitem YellowCottonDye, -1, 3;
+ sellitem SmallKnife, -1, 5;
+ sellitem Arrow, -1, 30000;
+ sellitem DesertHat, -1, 10;
+ sellitem Bread, -1, 15;
.sex = G_OTHER;
.distance = 3;
end;
OnClock0000:
- restoreshopitem RoundLeatherShield, 3;
- restoreshopitem Knife, 5;
- restoreshopitem TolchiArrow, 30000;
- restoreshopitem LousyMoccasins, 20;
+ restoreshopitem YellowCottonDye, 3;
+ restoreshopitem SmallKnife, 5;
+ restoreshopitem Arrow, 30000;
+ restoreshopitem DesertHat, 10;
+ restoreshopitem Bread, 15;
}