summaryrefslogtreecommitdiff
path: root/npc/003-1/shop.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-02-13 20:29:25 +0100
committerSaulc <lucashelaine14@gmail.com>2018-02-13 20:29:25 +0100
commit37c3f5074604fa7522b652aacb284eb4e25b96b8 (patch)
tree36262f690991988eece3c9588436f08ccc7595b1 /npc/003-1/shop.txt
parenta78a3615bbc7c15f3bf74bc1554cec9076948db4 (diff)
downloadserverdata-37c3f5074604fa7522b652aacb284eb4e25b96b8.tar.gz
serverdata-37c3f5074604fa7522b652aacb284eb4e25b96b8.tar.bz2
serverdata-37c3f5074604fa7522b652aacb284eb4e25b96b8.tar.xz
serverdata-37c3f5074604fa7522b652aacb284eb4e25b96b8.zip
add shop into tulimshar bazar
Diffstat (limited to 'npc/003-1/shop.txt')
-rw-r--r--npc/003-1/shop.txt36
1 files changed, 13 insertions, 23 deletions
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;
}