Add Varrock shops

This commit is contained in:
Jesse Woolsey
2016-02-13 16:26:49 -05:00
parent ae9a3098e9
commit f00998d58e
5 changed files with 15 additions and 6 deletions
+2 -2
View File
@@ -223,8 +223,8 @@ spawn_npc name: :scavvo, x: 3192, y: 3353, z: 1
spawn_npc name: :shop_keeper_551, x: 3206, y: 3399
spawn_npc name: :shop_assistant_552, x: 3207, y: 3396
spawn_npc name: :shop_keeper, x: 3216, y: 3414
spawn_npc name: :shop_assistant, x: 3216, y: 3417
spawn_npc name: :shop_keeper_522, x: 3216, y: 3414
spawn_npc name: :shop_assistant_523, x: 3216, y: 3417
spawn_npc name: :tea_seller, x: 3271, y: 3411
+2
View File
@@ -9,8 +9,10 @@
</authors>
<scripts>
<script>npcs.rb</script>
<script>shops.rb</script>
</scripts>
<dependencies>
<dependency>entity-spawning</dependency>
<dependency>shops</dependency>
</dependencies>
</plugin>
+7
View File
@@ -0,0 +1,7 @@
create_shop :npcs => [553], :name => 'Aubury\'s Rune Shop.', :items => [[554, 5_000], [555, 5_000], [556, 5_000], [557, 5_000], [558, 5_000], [559, 5_000], [562, 250], [560, 250]]
create_shop :npcs => [550], :name => 'Lowe\'s Archery Emporium', :items => [[882, 2_000], [884, 1_500], [886, 1_000], [888, 800], [890, 600], [841, 4], [839, 4], [843, 3], [845, 3], [849, 2], [847, 2], [853, 1], [851, 1], [837, 2]]
create_shop :npcs => [549], :buys => :all, :name => 'Horvik\s Armour Shop.', :items => [[1103, 5], [1101, 3], [1105, 3], [1109, 1], [1117, 3], [1115, 1], [1119, 1], [1125, 1], [1121, 1], [1067, 1], [1133, 1], [1097, 1]]
create_shop :npcs => [548], :name => 'Thessalia\'s Fine Clothes.', :items => [[1005, 3], [1129, 12], [1059, 10], [1061, 10], [1757, 1], [1013, 5], [1015, 3], [1011, 2], [1007, 4], [950, 5], [428, 3], [426, 3]]
create_shop :npcs => [522, 523], :buys => :all, :name => 'Varrock General Store', :items => [[1931, 5], [1935, 2], [1735, 2], [1925, 3], [1923, 2], [1887, 2], [590, 2], [1755, 2], [2347, 5], [550, 5]]
create_shop :npcs => [551, 552], :name => 'Varrock Swordshop', :items => [[1277, 5], [1279, 4], [1281, 4], [1283, 3], [1285, 3], [1287, 2], [1291, 4], [1293, 3], [1295, 3], [1297, 2], [1299, 2], [1301, 1], [1205, 10], [1203, 6], [1207, 5], [1217, 4], [1209, 3], [1211, 2]]
create_shop :npcs => [546], :name => 'Zaff\'s Superior Staffs!', :items => [[1391, 5], [1379, 5], [1389, 5], [1381, 2], [1383, 2], [1385, 2], [1387, 2]]