summaryrefslogtreecommitdiff
path: root/npc/001-1/shop.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/shop.txt')
-rw-r--r--npc/001-1/shop.txt318
1 files changed, 318 insertions, 0 deletions
diff --git a/npc/001-1/shop.txt b/npc/001-1/shop.txt
new file mode 100644
index 000000000..e3894b8d3
--- /dev/null
+++ b/npc/001-1/shop.txt
@@ -0,0 +1,318 @@
+// 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;
+
+ .sex = G_OTHER;
+ .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,49,136,0 trader Warrior Shop#001-1-1 NPC_SHOP_BAG,{
+
+OnInit:
+ tradertype(NST_MARKET);
+
+ sellitem WarlordHelmet, -1, 15;
+ sellitem WarlordPlate, -1, 15;
+ sellitem GoldenRubyRing, -1, 50;
+ sellitem RawTalisman, -1, 50;
+ sellitem OldTowel, -1, 20;
+ sellitem TerranitePants, -1, 20;
+ sellitem TerraniteArmor, -1, 15;
+ sellitem GoldenDiamondRing, -1, 15;
+ sellitem Ruby, -1, 15;
+ sellitem BromenalShield, -1, 15;
+
+ .sex = G_OTHER;
+ .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;
+
+ .sex = G_OTHER;
+ .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 Cashmere#Dye001-1 NPC_NO_SPRITE,{
+
+OnInit:
+ tradertype(NST_MARKET);
+
+ sellitem CrimsonCashmereDye, -1, 7;
+ sellitem ChocolateCashmereDye, -1, 7;
+ sellitem MintCashmereDye, -1, 7;
+
+ .sex = G_OTHER;
+ .distance = 4;
+ end;
+
+OnClock0000:
+ restoreshopitem CrimsonCashmereDye, 7;
+ restoreshopitem ChocolateCashmereDye, 7;
+ restoreshopitem MintCashmereDye, 7;
+}
+
+001-1,64,114,0 trader Store#Aquada001-1 NPC_NO_SPRITE,{
+
+OnInit:
+ tradertype(NST_MARKET);
+
+ sellitem Aquada, -1, 50;
+
+ .sex = G_OTHER;
+ .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;
+
+ .sex = G_OTHER;
+ .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;
+
+ .sex = G_OTHER;
+ .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;
+
+ .sex = G_OTHER;
+ .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.
+
+ .sex = G_OTHER;
+ .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, 2;
+
+ .sex = G_OTHER;
+ .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.
+
+ .sex = G_OTHER;
+ .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;
+}