diff options
Diffstat (limited to 'npc/001-1/shop.txt')
-rw-r--r-- | npc/001-1/shop.txt | 298 |
1 files changed, 0 insertions, 298 deletions
diff --git a/npc/001-1/shop.txt b/npc/001-1/shop.txt deleted file mode 100644 index f33ee4ac..00000000 --- a/npc/001-1/shop.txt +++ /dev/null @@ -1,298 +0,0 @@ -// Evol scripts. -// Authors: -// 4144 -// Reid -// Description: -// Market shops. - -001-1,46,135,0 trader Bag#001-1 NPC_SHOP_BAG,{ - -OnInit: - tradertype(NST_MARKET); - - sellitem PiouLegs, -1, 15; - sellitem Bread, -1, 15; - sellitem Croconut, -1, 50; - sellitem Aquada, -1, 50; - sellitem Armbands, -1, 20; - sellitem LousyMoccasins, -1, 20; - sellitem PiouSlayer, -1, 15; - - .distance = 3; - end; - -OnClock0000: - restoreshopitem PiouLegs, 15; - restoreshopitem Bread, 15; - restoreshopitem Croconut, 50; - restoreshopitem Aquada, 50; - restoreshopitem Armbands, 20; - restoreshopitem LousyMoccasins, 20; - restoreshopitem PiouSlayer, 15; -} - -001-1,46,125,0 trader Cotton#Dye001-1 NPC_NO_SPRITE,{ - -OnInit: - tradertype(NST_MARKET); - - sellitem BlackCottonDye, -1, 10; - sellitem SilverCottonDye, -1, 10; - sellitem CamelCottonDye, -1, 10; - sellitem BrownCottonDye, -1, 10; - sellitem OrangeCottonDye, -1, 10; - sellitem DarkRedCottonDye, -1, 10; - sellitem RedCottonDye, -1, 10; - sellitem FuschiaCottonDye, -1, 10; - sellitem PinkCottonDye, -1, 10; - sellitem MauveCottonDye, -1, 10; - sellitem PurpleCottonDye, -1, 10; - sellitem NavyBlueCottonDye, -1, 10; - sellitem BlueGrayCottonDye, -1, 10; - sellitem BlueCottonDye, -1, 10; - sellitem TealCottonDye, -1, 10; - sellitem GreenCottonDye, -1, 10; - sellitem LimeCottonDye, -1, 10; - sellitem KhakiCottonDye, -1, 10; - sellitem YellowCottonDye, -1, 10; - - .distance = 4; - end; - -OnClock0000: - restoreshopitem BlackCottonDye, 10; - restoreshopitem SilverCottonDye, 10; - restoreshopitem CamelCottonDye, 10; - restoreshopitem BrownCottonDye, 10; - restoreshopitem OrangeCottonDye, 10; - restoreshopitem DarkRedCottonDye, 10; - restoreshopitem RedCottonDye, 10; - restoreshopitem FuschiaCottonDye, 10; - restoreshopitem PinkCottonDye, 10; - restoreshopitem MauveCottonDye, 10; - restoreshopitem PurpleCottonDye, 10; - restoreshopitem NavyBlueCottonDye, 10; - restoreshopitem BlueGrayCottonDye, 10; - restoreshopitem BlueCottonDye, 10; - restoreshopitem TealCottonDye, 10; - restoreshopitem GreenCottonDye, 10; - restoreshopitem LimeCottonDye, 10; - restoreshopitem KhakiCottonDye, 10; - restoreshopitem YellowCottonDye, 10; -} - -001-1,48,125,0 trader Silk#Dye001-1 NPC_NO_SPRITE,{ - -OnInit: - tradertype(NST_MARKET); - - sellitem PitchBlackSilkDye, -1, 7; - sellitem ChocolateSilkDye, -1, 7; - sellitem CrimsonSilkDye, -1, 7; - sellitem TomatoSilkDye, -1, 7; - sellitem GoldenrodSilkDye, -1, 7; - sellitem SunflowerSilkDye, -1, 7; - sellitem OliveSilkDye, -1, 7; - sellitem SeaGreenSilkDye, -1, 7; - sellitem MintSilkDye, -1, 7; - sellitem MidnightBlueSilkDye, -1, 7; - sellitem SlatBlueSilkDye, -1, 7; - sellitem OrchidSilkDye, -1, 7; - sellitem PinkiePinkSilkDye, -1, 7; - - .distance = 4; - end; - -OnClock0000: - restoreshopitem PitchBlackSilkDye, -1, 7; - restoreshopitem ChocolateSilkDye, -1, 7; - restoreshopitem CrimsonSilkDye, -1, 7; - restoreshopitem TomatoSilkDye, -1, 7; - restoreshopitem GoldenrodSilkDye, -1, 7; - restoreshopitem SunflowerSilkDye, -1, 7; - restoreshopitem OliveSilkDye, -1, 7; - restoreshopitem SeaGreenSilkDye, -1, 7; - restoreshopitem MintSilkDye, -1, 7; - restoreshopitem MidnightBlueSilkDye, -1, 7; - restoreshopitem SlatBlueSilkDye, -1, 7; - restoreshopitem OrchidSilkDye, -1, 7; - restoreshopitem PinkiePinkSilkDye, -1, 7; -} - -001-1,64,114,0 trader Store#Aquada001-1 NPC_NO_SPRITE,{ - -OnInit: - tradertype(NST_MARKET); - - sellitem Aquada, -1, 50; - - .distance = 4; - end; - -OnClock0000: - restoreshopitem Aquada, 20; -OnClock0800: - restoreshopitem Aquada, 20; -OnClock1600: - restoreshopitem Aquada, 20; -} - -001-1,72,126,0 trader Store#SeaStore001-1 NPC_NO_SPRITE,{ - -OnInit: - tradertype(NST_MARKET); - - sellitem Aquada, -1, 10; - sellitem UrchinMeat, -1, 20; - sellitem SmallTentacles, -1, 30; - sellitem Tentacles, -1, 15; - - .distance = 4; - end; - -OnClock0000: - restoreshopitem Aquada, 3; - restoreshopitem UrchinMeat, 12; - restoreshopitem SmallTentacles, 4; -OnClock0800: - restoreshopitem Aquada, 6; - restoreshopitem UrchinMeat, 8; - restoreshopitem Tentacles, 8; - restoreshopitem SmallTentacles, 2; -OnClock1600: - restoreshopitem Aquada, 5; - restoreshopitem UrchinMeat, 10; - restoreshopitem SmallTentacles, 7; -} - -001-1,72,129,0 trader Store#FishStore001-1 NPC_NO_SPRITE,{ - -OnInit: - tradertype(NST_MARKET); - - sellitem CommonCarp, -1, 8; - sellitem GrassCarp, -1, 7; - - .distance = 4; - end; - -OnClock0000: - restoreshopitem CommonCarp, 3; - restoreshopitem GrassCarp, 2; -OnClock0800: - restoreshopitem CommonCarp, 2; - restoreshopitem GrassCarp, 3; -OnClock1600: - restoreshopitem CommonCarp, 3; - restoreshopitem GrassCarp, 4; -} - -001-1,48,116,0 trader Store#Manana001-1 NPC_NO_SPRITE,{ - -OnInit: - tradertype(NST_MARKET); - - sellitem Manana, -1, 60; - - .distance = 4; - end; - -OnClock0000: - restoreshopitem Manana, 20; -OnClock0800: - restoreshopitem Manana, 15; -OnClock1600: - restoreshopitem Manana, 20; -} - -001-1,53,123,0 trader Store#Various001-1 NPC_NO_SPRITE,{ - -OnInit: - tradertype(NST_MARKET); - - sellitem Manana, -1, 30; -// Add soft drinks. - - .distance = 4; - end; - -OnClock0000: - restoreshopitem Manana, 10; -OnClock0800: - restoreshopitem Manana, 15; -OnClock1600: - restoreshopitem Manana, 6; -} - -001-1,67,116,0 trader Store#Potion001-1 NPC_NO_SPRITE,{ - -OnInit: - tradertype(NST_MARKET); - - sellitem PiberriesInfusion, -1, 200; - sellitem FatesPotion, -1, 100; - sellitem ClothoLiquor, -1, 50; - sellitem LachesisBrew, -1, 30; - sellitem AtroposMixture, -1, 10; - sellitem ElixirOfLife, -1, 1; - - .distance = 4; - end; - -OnClock0000: - restoreshopitem PiberriesInfusion, 150; - restoreshopitem FatesPotion, 80; - restoreshopitem ClothoLiquor, 40; - restoreshopitem LachesisBrew, 20; - restoreshopitem AtroposMixture, 7; - restoreshopitem ElixirOfLife, 1; -OnClock1200: - restoreshopitem PiberriesInfusion, 80; - restoreshopitem FatesPotion, 40; - restoreshopitem ClothoLiquor, 20; - restoreshopitem LachesisBrew, 10; - restoreshopitem AtroposMixture, 4; -} - -001-1,58,119,0 trader Store#General001-1 NPC_NO_SPRITE,{ - -OnInit: - tradertype(NST_MARKET); - - sellitem Manana, -1, 100; - sellitem Carrot, -1, 80; - sellitem Aquada, -1, 50; - sellitem Plushroom, -1, 100; - sellitem Curshroom, -1, 80; - sellitem Piberries, -1, 150; - sellitem PiouEgg, -1, 25; -// Add soft drinks. - - .distance = 4; - end; - -OnClock0000: - restoreshopitem Manana, 50; - restoreshopitem Carrot, 40; - restoreshopitem Aquada, 30; - restoreshopitem Plushroom, 40; - restoreshopitem Curshroom, 30; - restoreshopitem Piberries, 40; - restoreshopitem PiouEgg, 10; -OnClock0800: - restoreshopitem Manana, 30; - restoreshopitem Carrot, 30; - restoreshopitem Aquada, 30; - restoreshopitem Plushroom, 40; - restoreshopitem Curshroom, 30; - restoreshopitem Piberries, 70; - restoreshopitem PiouEgg, 10; -OnClock1600: - restoreshopitem Manana, 40; - restoreshopitem Carrot, 40; - restoreshopitem Aquada, 20; - restoreshopitem Plushroom, 20; - restoreshopitem Curshroom, 20; - restoreshopitem Piberries, 30; - restoreshopitem PiouEgg, 5; -} |