From 37c3f5074604fa7522b652aacb284eb4e25b96b8 Mon Sep 17 00:00:00 2001 From: Saulc Date: Tue, 13 Feb 2018 20:29:25 +0100 Subject: add shop into tulimshar bazar --- npc/003-1/shop.txt | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) (limited to 'npc/003-1/shop.txt') 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; } -- cgit v1.2.3-60-g2f50