Advertisement
Arham-4

OSRS Shops -> Apollo Format

Jul 28th, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 75.21 KB | None | 0 0
  1. shop("Burthorpe Supplies") {
  2.     operated by ""
  3.  
  4.     sell(3) of "Pot"
  5.     sell(2) of "Jug"
  6.     sell(2) of "Shears"
  7.     sell(2) of "Bucket"
  8.     sell(2) of "Tinderbox"
  9.     sell(2) of "Chisel"
  10.     sell(5) of "Hammer"
  11.     sell(2) of "Knife"
  12.     sell(10) of "Empty cup"
  13. }
  14. shop("Martin Thwait's Lost and Found") {
  15.     operated by ""
  16.  
  17.     sell(50) of "Rope"
  18.     sell(25) of "Lockpick"
  19.     sell(30) of "Chisel"
  20.     sell(20) of "Knife"
  21.     sell(25) of "Stethoscope"
  22.     sell(15) of "Bronze knife"
  23.     sell(10) of "Iron knife"
  24.     sell(5) of "Steel knife"
  25.     sell(3) of "Bronze claws"
  26.     sell(2) of "Iron claws"
  27.     sell(1) of "Steel claws"
  28. }
  29. shop("Grace's Graceful Clothing") {
  30.     operated by ""
  31.  
  32. }
  33. shop("Toad and Chicken") {
  34.     operated by ""
  35.  
  36.     sell(12) of "Asgarnian ale"
  37.     sell(12) of "Wizard's mind bomb"
  38.     sell(12) of "Dwarven stout"
  39. }
  40. shop("Dwarven shopping store") {
  41.     operated by ""
  42.  
  43.     sell(3) of "Pot"
  44.     sell(2) of "Jug"
  45.     sell(2) of "Shears"
  46.     sell(3) of "Bucket"
  47.     sell(2) of "Tinderbox"
  48.     sell(2) of "Chisel"
  49.     sell(5) of "Hammer"
  50. }
  51. shop("Crossbow Shop") {
  52.     operated by ""
  53.  
  54. }
  55. shop("Drogo's Mining Emporium") {
  56.     operated by ""
  57.  
  58.     sell(4) of "Hammer"
  59.     sell(4) of "Bronze pickaxe"
  60.     sell(0) of "Copper ore"
  61.     sell(0) of "Tin ore"
  62.     sell(0) of "Iron ore"
  63.     sell(0) of "Coal"
  64.     sell(0) of "Bronze bar"
  65.     sell(0) of "Iron bar"
  66.     sell(0) of "Gold bar"
  67. }
  68. shop("Multicannon parts for sale") {
  69.     operated by ""
  70.  
  71.     sell(5) of "Cannon stand"
  72.     sell(5) of "Cannon base"
  73.     sell(5) of "Cannon furnace"
  74.     sell(5) of "Cannon barrels"
  75.     sell(5) of "Ammo mould"
  76.     sell(5) of "Instruction manual"
  77. }
  78. shop("Nurmof's Pickaxe Shop") {
  79.     operated by ""
  80.  
  81.     sell(6) of "Bronze pickaxe"
  82.     sell(5) of "Iron pickaxe"
  83.     sell(4) of "Steel pickaxe"
  84.     sell(3) of "Mithril pickaxe"
  85.     sell(2) of "Adamant pickaxe"
  86.     sell(1) of "Rune pickaxe"
  87. }
  88. shop("Frincos's Fabulous Herb Store") {
  89.     operated by ""
  90.  
  91.     sell(50) of "Vial"
  92.     sell(3) of "Pestle and mortar"
  93.     sell(50) of "Eye of newt"
  94. }
  95. shop("Falador General Store") {
  96.     operated by ""
  97.  
  98.     sell(5) of "Pot"
  99.     sell(2) of "Jug"
  100.     sell(2) of "Shears"
  101.     sell(3) of "Bucket"
  102.     sell(2) of "Bowl"
  103.     sell(2) of "Cake tin"
  104.     sell(3) of "Tinderbox"
  105.     sell(2) of "Chisel"
  106.     sell(5) of "Hammer"
  107.     sell(5) of "Newcomer map"
  108. }
  109. shop("Cassie's Shield Shop") {
  110.     operated by ""
  111.  
  112.     sell(5) of "Wooden shield"
  113.     sell(3) of "Bronze sq shield"
  114.     sell(3) of "Bronze kiteshield"
  115.     sell(2) of "Iron sq shield"
  116.     sell(0) of "Iron kiteshield"
  117.     sell(0) of "Steel sq shield"
  118.     sell(0) of "Steel kiteshield"
  119.     sell(0) of "Mithril sq shield"
  120. }
  121. shop("Garden Centre") {
  122.     operated by ""
  123.  
  124. }
  125. shop("Flynn's Mace Market") {
  126.     operated by ""
  127.  
  128.     sell(5) of "Bronze mace"
  129.     sell(4) of "Iron mace"
  130.     sell(4) of "Steel mace"
  131.     sell(3) of "Mithril mace"
  132.     sell(2) of "Adamant mace"
  133. }
  134. shop("Herquin's Gems") {
  135.     operated by ""
  136.  
  137.     sell(1) of "Uncut sapphire"
  138.     sell(0) of "Uncut emerald"
  139.     sell(0) of "Uncut ruby"
  140.     sell(0) of "Uncut diamond"
  141.     sell(1) of "Sapphire"
  142.     sell(0) of "Emerald"
  143.     sell(0) of "Ruby"
  144.     sell(0) of "Diamond"
  145. }
  146. shop("Wayne's Chains! - Chainmail Specialist") {
  147.     operated by ""
  148.  
  149.     sell(3) of "Bronze chainbody"
  150.     sell(2) of "Iron chainbody"
  151.     sell(1) of "Steel chainbody"
  152.     sell(1) of "Black chainbody"
  153.     sell(1) of "Mithril chainbody"
  154.     sell(1) of "Adamant chainbody"
  155. }
  156. shop("Prospector Percy's Nugget Shop") {
  157.     operated by ""
  158.  
  159. }
  160. shop("Betty's Magic Emporium") {
  161.     operated by ""
  162.  
  163.     sell(5000) of "Fire rune"
  164.     sell(5000) of "Water rune"
  165.     sell(5000) of "Air rune"
  166.     sell(5000) of "Earth rune"
  167.     sell(5000) of "Mind rune"
  168.     sell(5000) of "Body rune"
  169.     sell(250) of "Chaos rune"
  170.     sell(250) of "Death rune"
  171.     sell(300) of "Eye of newt"
  172.     sell(1) of "Wizard hat"
  173.     sell(1) of "Wizard hat"(1017)
  174. }
  175. shop("Brian's Battleaxe Bazaar") {
  176.     operated by ""
  177.  
  178.     sell(4) of "Bronze battleaxe"
  179.     sell(3) of "Iron battleaxe"
  180.     sell(2) of "Steel battleaxe"
  181.     sell(1) of "Black battleaxe"
  182.     sell(1) of "Mithril battleaxe"
  183.     sell(1) of "Adamant battleaxe"
  184. }
  185. shop("Gerrant's Fishy Business") {
  186.     operated by ""
  187.  
  188.     sell(5) of "Small fishing net"
  189.     sell(5) of "Fishing rod"
  190.     sell(5) of "Fly fishing rod"
  191.     sell(2) of "Harpoon"
  192.     sell(2) of "Lobster pot"
  193.     sell(1500) of "Fishing bait"
  194.     sell(1000) of "Feather"
  195.     sell(0) of "Raw shrimps"
  196.     sell(200) of "Raw sardine"
  197.     sell(0) of "Raw herring"
  198.     sell(0) of "Raw anchovies"
  199.     sell(0) of "Raw trout"
  200.     sell(0) of "Raw pike"
  201.     sell(0) of "Raw salmon"
  202.     sell(0) of "Raw tuna"
  203.     sell(0) of "Raw lobster"
  204.     sell(0) of "Raw swordfish"
  205. }
  206. shop("Grum's Gold Exchange") {
  207.     operated by ""
  208.  
  209.     sell(0) of "Gold ring"
  210.     sell(0) of "Sapphire ring"
  211.     sell(0) of "Emerald ring"
  212.     sell(0) of "Ruby ring"
  213.     sell(0) of "Diamond ring"
  214.     sell(0) of "Gold necklace"
  215.     sell(0) of "Sapphire necklace"
  216.     sell(0) of "Emerald necklace"
  217.     sell(0) of "Ruby necklace"
  218.     sell(0) of "Diamond necklace"
  219.     sell(0) of "Gold amulet"(1692)
  220.     sell(0) of "Sapphire amulet"(1687)
  221.     sell(0) of "Emerald amulet"(1688)
  222.     sell(0) of "Ruby amulet"(1689)
  223.     sell(0) of "Diamond amulet"(1690)
  224. }
  225. shop("Wydin's Food Store") {
  226.     operated by ""
  227.  
  228.     sell(3) of "Pot of flour"
  229.     sell(1) of "Raw beef"
  230.     sell(1) of "Raw chicken"
  231.     sell(3) of "Cabbage"
  232.     sell(3) of "Banana"
  233.     sell(1) of "Redberries"
  234.     sell(0) of "Bread"
  235.     sell(1) of "Chocolate bar"
  236.     sell(3) of "Cheese"
  237.     sell(3) of "Tomato"
  238.     sell(1) of "Potato"
  239. }
  240. shop("Rimmington General Store") {
  241.     operated by ""
  242.  
  243.     sell(5) of "Pot"
  244.     sell(2) of "Jug"
  245.     sell(2) of "Shears"
  246.     sell(3) of "Bucket"
  247.     sell(2) of "Bowl"
  248.     sell(2) of "Cake tin"
  249.     sell(2) of "Tinderbox"
  250.     sell(2) of "Chisel"
  251.     sell(5) of "Hammer"
  252.     sell(5) of "Newcomer map"
  253. }
  254. shop("Brian's Archery Supplies") {
  255.     operated by ""
  256.  
  257.     sell(1500) of "Steel arrow"
  258.     sell(1000) of "Mithril arrow"
  259.     sell(800) of "Adamant arrow"
  260.     sell(4) of "Oak shortbow"
  261.     sell(4) of "Oak longbow"
  262.     sell(3) of "Willow shortbow"
  263.     sell(3) of "Willow longbow"
  264.     sell(2) of "Maple shortbow"
  265.     sell(2) of "Maple longbow"
  266. }
  267. shop("Rommik's Crafty Supplies") {
  268.     operated by ""
  269.  
  270.     sell(2) of "Chisel"
  271.     sell(4) of "Ring mould"
  272.     sell(2) of "Necklace mould"
  273.     sell(2) of "Amulet mould"
  274.     sell(3) of "Needle"
  275.     sell(100) of "Thread"
  276.     sell(3) of "Holy mould"
  277.     sell(6) of "Sickle mould"
  278.     sell(10) of "Tiara mould"
  279. }
  280. shop("Jatix's Herblore Shop") {
  281.     operated by ""
  282.  
  283.     sell(800) of "Vial"
  284.     sell(3) of "Pestle and mortar"
  285.     sell(800) of "Eye of newt"
  286. }
  287. shop("Gaius' Two Handed Shop") {
  288.     operated by ""
  289.  
  290.     sell(4) of "Bronze 2h sword"
  291.     sell(3) of "Iron 2h sword"
  292.     sell(2) of "Steel 2h sword"
  293.     sell(1) of "Black 2h sword"
  294.     sell(1) of "Mithril 2h sword"
  295.     sell(1) of "Adamant 2h sword"
  296. }
  297. shop("Sarah's Farming Shop") {
  298.     operated by ""
  299.  
  300.     sell(500) of "Rake"
  301.     sell(500) of "Seed dibber"
  302.     sell(500) of "Secateurs"
  303.     sell(500) of "Spade"
  304.     sell(500) of "Gardening trowel"
  305.     sell(500) of "Watering can"
  306.     sell(500) of "Plant pot"(5356)
  307.     sell(500) of "Compost"
  308.     sell(500) of "Empty sack"
  309.     sell(500) of "Basket"
  310.     sell(0) of "Potato"
  311.     sell(0) of "Onion"
  312.     sell(0) of "Cabbage"
  313.     sell(0) of "Tomato"
  314.     sell(0) of "Sweetcorn"
  315.     sell(0) of "Strawberry"
  316.     sell(0) of "Watermelon"
  317.     sell(0) of "Hammerstone hops"
  318.     sell(0) of "Asgarnian hops"
  319.     sell(0) of "Yanillian hops"
  320.     sell(0) of "Krandorian hops"
  321.     sell(0) of "Wildblood hops"
  322.     sell(0) of "Jute fibre"
  323.     sell(0) of "Barley"
  324.     sell(100) of "Plant cure"
  325. }
  326. shop("Dal's General Ogre Supplies") {
  327.     operated by ""
  328.  
  329.     sell(30) of "Pot"
  330.     sell(10) of "Jug"
  331.     sell(10) of "Knife"
  332.     sell(30) of "Bucket"
  333.     sell(10) of "Tinderbox"
  334.     sell(10) of "Chisel"
  335.     sell(10) of "Hammer"
  336. }
  337. shop("Grud's Herblore Stall") {
  338.     operated by ""
  339.  
  340.     sell(50) of "Vial"
  341.     sell(3) of "Pestle and mortar"
  342.     sell(50) of "Eye of newt"
  343. }
  344. shop("Uglug's Stuffsies") {
  345.     operated by ""
  346.  
  347.     sell(100) of "Relicym's balm(3)"
  348.     sell(100) of "Achey tree logs"
  349.     sell(10) of "Bow string"
  350.     sell(0) of "Raw chompy"
  351.     sell(10) of "Cooked chompy"
  352.     sell(0) of "Ogre coffin key"
  353.     sell(5) of "Knife"
  354.     sell(0) of "Bronze brutal"
  355.     sell(0) of "Iron brutal"
  356.     sell(0) of "Steel brutal"
  357.     sell(0) of "Black brutal"
  358.     sell(0) of "Mithril brutal"
  359.     sell(0) of "Adamant brutal"
  360.     sell(0) of "Rune brutal"
  361.     sell(0) of "Comp ogre bow"
  362. }
  363. shop("Mythical Cape Store") {
  364.     operated by ""
  365.  
  366.     sell(50) of "Cape of legends"
  367. }
  368. shop("Myths' Guild Herbalist") {
  369.     operated by ""
  370.  
  371.     sell(5) of "Pestle and mortar"
  372.     sell(50) of "Vial"
  373.     sell(50) of "Eye of newt"
  374. }
  375. shop("Myths' Guild Armoury") {
  376.     operated by ""
  377.  
  378.     sell(1) of "Shield right half"
  379.     sell(1) of "Shield right half"
  380. }
  381. shop("Myths' Guild Weaponry") {
  382.     operated by ""
  383.  
  384.     sell(2) of "Dragon dagger"
  385.     sell(2) of "Dragon longsword"
  386.     sell(2) of "Dragon mace"
  387.     sell(2) of "Dragon battleaxe"
  388. }
  389. shop("Etceteria Fish") {
  390.     operated by ""
  391.  
  392.     sell(5) of "Small fishing net"
  393.     sell(5) of "Fishing rod"
  394.     sell(5) of "Fly fishing rod"
  395.     sell(2) of "Harpoon"
  396.     sell(2) of "Lobster pot"
  397.     sell(1500) of "Fishing bait"
  398.     sell(1000) of "Feather"
  399.     sell(5) of "Big fishing net"
  400.     sell(0) of "Raw shrimps"
  401.     sell(200) of "Raw sardine"
  402.     sell(0) of "Raw herring"
  403.     sell(0) of "Raw mackerel"
  404.     sell(0) of "Raw cod"
  405.     sell(0) of "Raw anchovies"
  406.     sell(0) of "Raw trout"
  407.     sell(0) of "Raw pike"
  408.     sell(0) of "Raw salmon"
  409.     sell(0) of "Raw tuna"
  410.     sell(0) of "Raw lobster"
  411.     sell(0) of "Raw bass"
  412.     sell(0) of "Raw swordfish"
  413.     sell(0) of "Raw shark"
  414. }
  415. shop("Island Greengrocer") {
  416.     operated by ""
  417.  
  418.     sell(10) of "Cabbage"
  419.     sell(10) of "Potato"
  420.     sell(10) of "Onion"
  421.     sell(10) of "Tomato"
  422.     sell(2) of "Garlic"
  423. }
  424. shop("Armour Shop") {
  425.     operated by ""
  426.  
  427.     sell(4) of "Mithril chainbody"
  428.     sell(4) of "Mithril med helm"
  429.     sell(4) of "Mithril full helm"
  430.     sell(4) of "Mithril sq shield"
  431.     sell(4) of "Mithril kiteshield"
  432.     sell(4) of "Mithril platelegs"
  433.     sell(4) of "Mithril plateskirt"
  434.     sell(4) of "Mithril platebody"
  435. }
  436. shop("Contraband Yak Produce") {
  437.     operated by ""
  438.  
  439. }
  440. shop("Flosi's Fishmongers") {
  441.     operated by ""
  442.  
  443.     sell(5) of "Raw lobster"
  444.     sell(20) of "Raw tuna"
  445.     sell(20) of "Raw salmon"
  446.     sell(20) of "Raw cod"
  447.     sell(0) of "Raw shark"
  448. }
  449. shop("Keepa Kettilon's Store") {
  450.     operated by ""
  451.  
  452.     sell(20) of "Tuna"
  453.     sell(20) of "Salmon"
  454.     sell(20) of "Cod"
  455.     sell(10) of "Lobster"
  456.     sell(0) of "Swordfish"
  457.     sell(0) of "Shark"
  458. }
  459. shop("Ore Store") {
  460.     operated by ""
  461.  
  462.     sell(20) of "Copper ore"
  463.     sell(10) of "Tin ore"
  464.     sell(10) of "Iron ore"
  465.     sell(5) of "Silver ore"
  466.     sell(10) of "Coal"
  467.     sell(5) of "Gold ore"
  468.     sell(0) of "Mithril ore"
  469.     sell(0) of "Adamantite ore"
  470. }
  471. shop("Weapons Galore") {
  472.     operated by ""
  473.  
  474.     sell(4) of "Mithril longsword"
  475.     sell(4) of "Mithril warhammer"
  476.     sell(4) of "Mithril battleaxe"
  477.     sell(4) of "Mithril claws"
  478.     sell(4) of "Mithril 2h sword"
  479. }
  480. shop("The Lighthouse Store") {
  481.     operated by ""
  482.  
  483.     sell(10) of "Rope"
  484.     sell(10) of "Hammer"
  485.     sell(10) of "Chisel"
  486.     sell(10) of "Knife"
  487.     sell(10) of "Spade"
  488.     sell(5) of "Tinderbox"
  489.     sell(10) of "Candle"
  490.     sell(10) of "Poison"
  491.     sell(10) of "Pestle and mortar"
  492.     sell(30) of "Pot"
  493.     sell(5) of "Bucket"
  494.     sell(5) of "Bucket of water"
  495.     sell(5) of "Jug"
  496.     sell(5) of "Jug of water"
  497.     sell(100) of "Vial"
  498.     sell(100) of "Vial of water"
  499.     sell(5) of "Gin"
  500.     sell(5) of "Brandy"
  501.     sell(5) of "Vodka"
  502.     sell(5) of "Grog"
  503.     sell(5) of "Whisky"
  504.     sell(5) of "Greenman's ale"
  505.     sell(5) of "Dwarven stout"
  506.     sell(5) of "Wizard's mind bomb"
  507. }
  508. shop("Moon Clan General Store") {
  509.     operated by ""
  510.  
  511.     sell(5) of "Pot"
  512.     sell(2) of "Jug"
  513.     sell(2) of "Shears"
  514.     sell(3) of "Bucket"
  515.     sell(2) of "Bowl"
  516.     sell(2) of "Cake tin"
  517.     sell(3) of "Tinderbox"
  518.     sell(2) of "Chisel"
  519.     sell(5) of "Hammer"
  520. }
  521. shop("Baba Yaga's Magic Shop") {
  522.     operated by ""
  523.  
  524.     sell(5000) of "Air rune"
  525.     sell(5000) of "Water rune"
  526.     sell(5000) of "Earth rune"
  527.     sell(5000) of "Fire rune"
  528.     sell(5000) of "Mind rune"
  529.     sell(5000) of "Body rune"
  530.     sell(250) of "Chaos rune"
  531.     sell(250) of "Nature rune"
  532.     sell(250) of "Death rune"
  533.     sell(250) of "Law rune"
  534.     sell(250) of "Blood rune"
  535.     sell(250) of "Soul rune"
  536.     sell(5) of "Battlestaff"
  537.     sell(2) of "Staff of fire"
  538.     sell(2) of "Staff of water"
  539.     sell(2) of "Staff of air"
  540.     sell(2) of "Staff of earth"
  541. }
  542. shop("Moon Clan Fine Clothes") {
  543.     operated by ""
  544.  
  545. }
  546. shop("Miscellanian General Store") {
  547.     operated by ""
  548.  
  549.     sell(5) of "Pot"
  550.     sell(2) of "Jug"
  551.     sell(2) of "Shears"
  552.     sell(3) of "Bucket"
  553.     sell(2) of "Bowl"
  554.     sell(2) of "Cake tin"
  555.     sell(3) of "Tinderbox"
  556.     sell(2) of "Chisel"
  557.     sell(5) of "Hammer"
  558. }
  559. shop("Greengrocer of Miscellania") {
  560.     operated by ""
  561.  
  562.     sell(10) of "Cabbage"
  563.     sell(10) of "Potato"
  564.     sell(10) of "Onion"
  565.     sell(10) of "Tomato"
  566.     sell(2) of "Garlic"
  567. }
  568. shop("Island Fishmonger") {
  569.     operated by ""
  570.  
  571.     sell(5) of "Small fishing net"
  572.     sell(5) of "Fishing rod"
  573.     sell(5) of "Fly fishing rod"
  574.     sell(2) of "Harpoon"
  575.     sell(2) of "Lobster pot"
  576.     sell(1500) of "Fishing bait"
  577.     sell(1000) of "Feather"
  578.     sell(5) of "Big fishing net"
  579.     sell(0) of "Raw shrimps"
  580.     sell(200) of "Raw sardine"
  581.     sell(0) of "Raw herring"
  582.     sell(0) of "Raw mackerel"
  583.     sell(0) of "Raw cod"
  584.     sell(0) of "Raw anchovies"
  585.     sell(0) of "Raw trout"
  586.     sell(0) of "Raw pike"
  587.     sell(0) of "Raw salmon"
  588.     sell(0) of "Raw tuna"
  589.     sell(0) of "Raw lobster"
  590.     sell(0) of "Raw bass"
  591.     sell(0) of "Raw swordfish"
  592.     sell(0) of "Raw shark"
  593. }
  594. shop("Miscellanian Clothes Shop") {
  595.     operated by ""
  596.  
  597.     sell(5) of "Fremennik shirt"
  598.     sell(5) of "Fremennik shirt"(3769)
  599.     sell(5) of "Fremennik shirt"(3771)
  600.     sell(5) of "Fremennik shirt"(3773)
  601.     sell(5) of "Fremennik shirt"(3775)
  602.     sell(5) of "Fremennik robe"
  603.     sell(5) of "Fremennik skirt"
  604.     sell(3) of "Shirt"(5032)
  605.     sell(3) of "Shirt"(5034)
  606.     sell(3) of "Woven top"(5026)
  607.     sell(3) of "Woven top"(5028)
  608.     sell(3) of "Skirt"(5050)
  609.     sell(3) of "Skirt"(5052)
  610.     sell(3) of "Trousers"(5038)
  611.     sell(3) of "Trousers"(5040)
  612.     sell(3) of "Shorts"(5044)
  613.     sell(3) of "Shorts"(5046)
  614. }
  615. shop("Miscellanian Food Shop") {
  616.     operated by ""
  617.  
  618.     sell(5) of "Bread"
  619.     sell(5) of "Cheese"
  620.     sell(5) of "Cabbage"
  621.     sell(5) of "Potato"
  622.     sell(5) of "Onion"
  623.     sell(5) of "Pot of flour"
  624.     sell(2) of "Chocolate bar"
  625.     sell(5) of "Bucket of milk"
  626. }
  627. shop("Neitiznot Supplies") {
  628.     operated by ""
  629.  
  630.     sell(10) of "Knife"
  631.     sell(10) of "Hammer"
  632.     sell(10) of "Thread"
  633.     sell(10) of "Needle"
  634.     sell(10) of "Bronze axe"
  635.     sell(100) of "Ball of wool"
  636. }
  637. shop("Sigmund the Merchant") {
  638.     operated by ""
  639.  
  640.     sell(2) of "Tinderbox"
  641.     sell(10) of "Rope"
  642.     sell(3) of "Pestle and mortar"
  643.     sell(3) of "Pot"
  644.     sell(2) of "Cooked meat"
  645.     sell(10) of "Bread"
  646.     sell(10) of "Spade"
  647.     sell(10) of "Candle"
  648.     sell(10) of "Chisel"
  649.     sell(10) of "Hammer"
  650.     sell(10) of "Vial"
  651.     sell(10) of "Vial of water"
  652.     sell(10) of "Bucket"
  653.     sell(10) of "Bucket of water"
  654.     sell(10) of "Egg"
  655.     sell(10) of "Potato"
  656.     sell(10) of "Cabbage"
  657. }
  658. shop("Fremennik Fish Monger") {
  659.     operated by ""
  660.  
  661.     sell(5) of "Small fishing net"
  662.     sell(5) of "Fishing rod"
  663.     sell(5) of "Fly fishing rod"
  664.     sell(2) of "Harpoon"
  665.     sell(2) of "Lobster pot"
  666.     sell(1500) of "Fishing bait"
  667.     sell(1000) of "Feather"
  668.     sell(5) of "Big fishing net"
  669.     sell(0) of "Raw shrimps"
  670.     sell(200) of "Raw sardine"
  671.     sell(0) of "Raw herring"
  672.     sell(0) of "Raw mackerel"
  673.     sell(0) of "Raw cod"
  674.     sell(0) of "Raw anchovies"
  675.     sell(0) of "Raw trout"
  676.     sell(0) of "Raw pike"
  677.     sell(0) of "Raw salmon"
  678.     sell(0) of "Raw tuna"
  679.     sell(0) of "Raw lobster"
  680.     sell(0) of "Raw bass"
  681.     sell(0) of "Raw swordfish"
  682.     sell(0) of "Raw shark"
  683. }
  684. shop("Fremennik Fur Trader") {
  685.     operated by ""
  686.  
  687.     sell(3) of "Bear fur"
  688.     sell(3) of "Grey wolf fur"
  689. }
  690. shop("Skulgrimen's Battle Gear") {
  691.     operated by ""
  692.  
  693.     sell(5) of "Bronze warhammer"
  694.     sell(4) of "Iron warhammer"
  695.     sell(3) of "Steel warhammer"
  696.     sell(3) of "Black warhammer"
  697.     sell(2) of "Mithril warhammer"
  698.     sell(1) of "Addy warhammer"
  699.     sell(0) of "Rune warhammer"
  700.     sell(5) of "Archer helm"
  701.     sell(5) of "Berserker helm"
  702.     sell(5) of "Warrior helm"
  703.     sell(5) of "Farseer helm"
  704. }
  705. shop("Yrsa's Accoutrements") {
  706.     operated by ""
  707.  
  708.     sell(5) of "Fremennik shirt"(3775)
  709.     sell(5) of "Fremennik shirt"(3773)
  710.     sell(5) of "Fremennik shirt"
  711.     sell(5) of "Fremennik shirt"(3769)
  712.     sell(5) of "Fremennik shirt"(3771)
  713.     sell(5) of "Fremennik robe"
  714.     sell(5) of "Fremennik skirt"
  715.     sell(5) of "Fremennik hat"
  716.     sell(5) of "Fremennik boots"
  717.     sell(5) of "Gloves"(3799)
  718.     sell(5) of "Fremennik cloak"(3765)
  719.     sell(5) of "Fremennik cloak"(3763)
  720.     sell(5) of "Fremennik cloak"(3761)
  721.     sell(5) of "Fremennik cloak"
  722.     sell(5) of "Fremennik cloak"(3777)
  723.     sell(5) of "Fremennik cloak"(3779)
  724.     sell(5) of "Fremennik cloak"(3781)
  725.     sell(5) of "Fremennik cloak"(3783)
  726.     sell(5) of "Fremennik cloak"(3785)
  727.     sell(5) of "Fremennik cloak"(3787)
  728.     sell(5) of "Fremennik cloak"(3789)
  729. }
  730. shop("Scavvo's Rune Store") {
  731.     operated by ""
  732.  
  733.     sell(1) of "Rune plateskirt"
  734.     sell(1) of "Rune platelegs"
  735.     sell(1) of "Rune mace"
  736.     sell(1) of "Rune chainbody"
  737.     sell(1) of "Rune longsword"
  738.     sell(1) of "Rune sword"
  739.     sell(1) of "Green d'hide chaps"
  740.     sell(1) of "Green d'hide vamb"
  741.     sell(2) of "Coif"
  742. }
  743. shop("Valaine's Shop of Champions") {
  744.     operated by ""
  745.  
  746.     sell(2) of "Cape"(1021)
  747.     sell(1) of "Black full helm"
  748.     sell(1) of "Black platelegs"
  749.     sell(1) of "Adamant platebody"
  750. }
  751. shop("Pie Shop") {
  752.     operated by ""
  753.  
  754.     sell(50) of "Pie recipe book"
  755.     sell(5) of "Redberry pie"
  756.     sell(4) of "Meat pie"
  757.     sell(0) of "Mud pie"
  758.     sell(3) of "Apple pie"
  759.     sell(2) of "Garden pie"
  760.     sell(1) of "Fish pie"
  761.     sell(0) of "Admiral pie"
  762.     sell(0) of "Wild pie"
  763.     sell(0) of "Summer pie"
  764. }
  765. shop("Fishing Guild Shop") {
  766.     operated by ""
  767.  
  768.     sell(2000) of "Fishing bait"
  769.     sell(1500) of "Feather"
  770.     sell(0) of "Raw cod"
  771.     sell(0) of "Raw mackerel"
  772.     sell(0) of "Raw bass"
  773.     sell(0) of "Raw tuna"
  774.     sell(0) of "Raw lobster"
  775.     sell(0) of "Raw swordfish"
  776.     sell(0) of "Cod"
  777.     sell(0) of "Mackerel"
  778.     sell(0) of "Bass"
  779.     sell(0) of "Tuna"
  780.     sell(0) of "Lobster"
  781.     sell(0) of "Swordfish"
  782. }
  783. shop("Happy Heroes' H'emporium") {
  784.     operated by ""
  785.  
  786.     sell(1) of "Dragon battleaxe"
  787.     sell(1) of "Dragon mace"
  788. }
  789. shop("Legends' Guild General Store") {
  790.     operated by ""
  791.  
  792.     sell(20) of "Swordfish"
  793.     sell(5) of "Apple pie"
  794.     sell(3) of "Attack potion(3)"
  795.     sell(500) of "Steel arrow"
  796. }
  797. shop("Legends Guild Shop of Useful Items") {
  798.     operated by ""
  799.  
  800.     sell(6) of "Mithril seeds"
  801.     sell(5) of "Dusty key"
  802.     sell(3) of "Maze key"
  803.     sell(1) of "Shield right half"
  804.     sell(3) of "Cape of legends"
  805. }
  806. shop("Yarsul's Prodigious Pickaxes") {
  807.     operated by ""
  808.  
  809.     sell(6) of "Bronze pickaxe"
  810.     sell(5) of "Iron pickaxe"
  811.     sell(4) of "Steel pickaxe"
  812.     sell(3) of "Mithril pickaxe"
  813.     sell(2) of "Adamant pickaxe"
  814.     sell(1) of "Rune pickaxe"
  815. }
  816. shop("Hendor's Awesome Ores") {
  817.     operated by ""
  818.  
  819.     sell(0) of "Copper ore"
  820.     sell(0) of "Tin ore"
  821.     sell(0) of "Iron ore"
  822.     sell(0) of "Mithril ore"
  823.     sell(0) of "Adamantite ore"
  824.     sell(0) of "Runite ore"
  825.     sell(0) of "Coal"
  826. }
  827. shop("Mining Guild Mineral Exchange") {
  828.     operated by ""
  829.  
  830. }
  831. shop("Mythical Cape Store") {
  832.     operated by ""
  833.  
  834.     sell(50) of "Cape of legends"
  835. }
  836. shop("Myths' Guild Armoury") {
  837.     operated by ""
  838.  
  839.     sell(1) of "Shield right half"
  840.     sell(1) of "Shield right half"
  841. }
  842. shop("Myths' Guild Herbalist") {
  843.     operated by ""
  844.  
  845.     sell(5) of "Pestle and mortar"
  846.     sell(50) of "Vial"
  847.     sell(50) of "Eye of newt"
  848. }
  849. shop("Myths' Guild Weaponry") {
  850.     operated by ""
  851.  
  852.     sell(2) of "Dragon dagger"
  853.     sell(2) of "Dragon longsword"
  854.     sell(2) of "Dragon mace"
  855.     sell(2) of "Dragon battleaxe"
  856. }
  857. shop("Aaron's Archery Appendages") {
  858.     operated by ""
  859.  
  860.     sell(10) of "Leather body"
  861.     sell(10) of "Hardleather body"
  862.     sell(10) of "Studded body"
  863.     sell(10) of "Leather chaps"
  864.     sell(10) of "Studded chaps"
  865.     sell(10) of "Coif"
  866.     sell(10) of "Leather cowl"
  867.     sell(10) of "Leather vambraces"
  868. }
  869. shop("Authentic Trowing Weapons") {
  870.     operated by ""
  871.  
  872.     sell(900) of "Bronze javelin"
  873.     sell(800) of "Iron javelin"
  874.     sell(700) of "Steel javelin"
  875.     sell(600) of "Mithril javelin"
  876.     sell(500) of "Adamant javelin"
  877.     sell(400) of "Rune javelin"
  878.     sell(900) of "Bronze thrownaxe"
  879.     sell(800) of "Iron thrownaxe"
  880.     sell(700) of "Steel thrownaxe"
  881.     sell(600) of "Mithril thrownaxe"
  882.     sell(500) of "Adamnt thrownaxe"
  883.     sell(400) of "Rune thrownaxe"
  884. }
  885. shop("Dargaud's Bows and Arrows") {
  886.     operated by ""
  887.  
  888.     sell(1000) of "Arrow shaft"
  889.     sell(500) of "Bronze arrowtips"
  890.     sell(400) of "Iron arrowtips"
  891.     sell(300) of "Steel arrowtips"
  892.     sell(200) of "Mithril arrowtips"
  893.     sell(200) of "Adamant arrowtips"
  894.     sell(150) of "Rune arrowtips"
  895.     sell(1000) of "Bronze arrow"
  896.     sell(500) of "Iron arrow"
  897.     sell(500) of "Steel arrow"
  898.     sell(500) of "Mithril arrow"
  899.     sell(450) of "Adamant arrow"
  900.     sell(400) of "Rune arrow"
  901.     sell(0) of "Bronze brutal"
  902.     sell(0) of "Iron brutal"
  903.     sell(0) of "Steel brutal"
  904.     sell(0) of "Black brutal"
  905.     sell(0) of "Mithril brutal"
  906.     sell(0) of "Adamant brutal"
  907.     sell(0) of "Rune brutal"
  908.     sell(20) of "Shortbow"
  909.     sell(20) of "Oak shortbow"
  910.     sell(20) of "Willow shortbow"
  911.     sell(20) of "Longbow"
  912.     sell(20) of "Oak longbow"
  913.     sell(0) of "Comp ogre bow"
  914.     sell(10) of "Willow longbow"
  915. }
  916. shop("Warrior Guild Armoury") {
  917.     operated by ""
  918.  
  919.     sell(5) of "Iron battleaxe"
  920.     sell(2) of "Steel battleaxe"
  921.     sell(1) of "Mithril battleaxe"
  922.     sell(5) of "Bronze sword"
  923.     sell(4) of "Iron sword"
  924.     sell(4) of "Steel sword"
  925.     sell(3) of "Black sword"
  926.     sell(3) of "Mithril sword"
  927.     sell(2) of "Adamant sword"
  928.     sell(4) of "Bronze longsword"
  929.     sell(3) of "Iron longsword"
  930.     sell(3) of "Steel longsword"
  931.     sell(2) of "Black longsword"
  932.     sell(2) of "Mithril longsword"
  933.     sell(1) of "Adamant longsword"
  934.     sell(10) of "Bronze dagger"
  935.     sell(6) of "Iron dagger"
  936.     sell(5) of "Steel dagger"
  937.     sell(4) of "Black dagger"
  938.     sell(3) of "Mithril dagger"
  939.     sell(2) of "Adamant dagger"
  940.     sell(5) of "Bronze mace"
  941.     sell(4) of "Iron mace"
  942.     sell(4) of "Steel mace"
  943.     sell(3) of "Mithril mace"
  944.     sell(2) of "Adamant mace"
  945.     sell(4) of "Bronze 2h sword"
  946.     sell(3) of "Iron 2h sword"
  947.     sell(2) of "Steel 2h sword"
  948.     sell(1) of "Black 2h sword"
  949.     sell(1) of "Mithril 2h sword"
  950.     sell(1) of "Adamant 2h sword"
  951.     sell(5) of "Bronze chainbody"
  952.     sell(3) of "Iron chainbody"
  953.     sell(3) of "Steel chainbody"
  954.     sell(5) of "Bronze med helm"
  955.     sell(3) of "Iron med helm"
  956.     sell(3) of "Steel med helm"
  957. }
  958. shop("Warrior Guild Food Shop") {
  959.     operated by ""
  960.  
  961.     sell(10) of "Trout"
  962.     sell(10) of "Bass"
  963.     sell(5) of "Plain pizza"
  964.     sell(10) of "Potato with cheese"
  965.     sell(10) of "Stew"
  966. }
  967. shop("Warrior Guild Potion Shop") {
  968.     operated by ""
  969.  
  970.     sell(10) of "Strength potion(3)"
  971.     sell(10) of "Attack potion(3)"
  972.     sell(10) of "Defence potion(3)"
  973. }
  974. shop("Magic Guild Store - Mystic Robes") {
  975.     operated by ""
  976.  
  977.     sell(1000) of "Mystic hat"
  978.     sell(1000) of "Mystic robe top"
  979.     sell(1000) of "Mystic robe bottom"
  980.     sell(1000) of "Mystic gloves"
  981.     sell(1000) of "Mystic boots"
  982. }
  983. shop("Magic Guild Store - Runes and Staves") {
  984.     operated by ""
  985.  
  986.     sell(1000) of "Mystic hat"
  987.     sell(1000) of "Mystic robe top"
  988.     sell(1000) of "Mystic robe bottom"
  989.     sell(1000) of "Mystic gloves"
  990.     sell(1000) of "Mystic boots"
  991. }
  992. shop("Magic Guild Store - Runes and Staves") {
  993.     operated by ""
  994.  
  995.     sell(5000) of "Air rune"
  996.     sell(5000) of "Water rune"
  997.     sell(5000) of "Earth rune"
  998.     sell(5000) of "Fire rune"
  999.     sell(5000) of "Mind rune"
  1000.     sell(5000) of "Body rune"
  1001.     sell(250) of "Chaos rune"
  1002.     sell(250) of "Nature rune"
  1003.     sell(250) of "Death rune"
  1004.     sell(250) of "Law rune"
  1005.     sell(250) of "Blood rune"
  1006.     sell(250) of "Soul rune"
  1007.     sell(5) of "Battlestaff"
  1008.     sell(2) of "Staff of fire"
  1009.     sell(2) of "Staff of water"
  1010.     sell(2) of "Staff of air"
  1011.     sell(2) of "Staff of earth"
  1012. }
  1013. shop("Arhein's Store") {
  1014.     operated by ""
  1015.  
  1016.     sell(10) of "Bucket"
  1017.     sell(2) of "Bronze pickaxe"
  1018.     sell(2) of "Bowl"
  1019.     sell(2) of "Cake tin"
  1020.     sell(2) of "Tinderbox"
  1021.     sell(2) of "Chisel"
  1022.     sell(5) of "Hammer"
  1023.     sell(2) of "Rope"
  1024.     sell(2) of "Pot"
  1025.     sell(2) of "Knife"
  1026. }
  1027. shop("Candle Shop") {
  1028.     operated by ""
  1029.  
  1030.     sell(5) of "Candle"
  1031. }
  1032. shop("Harry's Fishing Shop") {
  1033.     operated by ""
  1034.  
  1035.     sell(5) of "Small fishing net"
  1036.     sell(5) of "Fishing rod"
  1037.     sell(2) of "Harpoon"
  1038.     sell(2) of "Lobster pot"
  1039.     sell(1200) of "Fishing bait"
  1040.     sell(5) of "Big fishing net"
  1041.     sell(0) of "Raw shrimps"
  1042.     sell(0) of "Raw sardine"
  1043.     sell(0) of "Raw herring"
  1044.     sell(0) of "Raw mackerel"
  1045.     sell(0) of "Raw cod"
  1046.     sell(0) of "Raw anchovies"
  1047.     sell(0) of "Raw tuna"
  1048.     sell(0) of "Raw lobster"
  1049.     sell(0) of "Raw bass"
  1050.     sell(0) of "Raw swordfish"
  1051.     sell(0) of "Raw shark"
  1052. }
  1053. shop("Hickton's Archery Emporium") {
  1054.     operated by ""
  1055.  
  1056.     sell(200) of "Bolts"
  1057.     sell(1000) of "Bronze arrow"
  1058.     sell(800) of "Iron arrow"
  1059.     sell(0) of "Steel arrow"
  1060.     sell(0) of "Mithril arrow"
  1061.     sell(0) of "Adamant arrow"
  1062.     sell(0) of "Rune arrow"
  1063.     sell(0) of "Bronze brutal"
  1064.     sell(0) of "Iron brutal"
  1065.     sell(0) of "Steel brutal"
  1066.     sell(0) of "Black brutal"
  1067.     sell(0) of "Mithril brutal"
  1068.     sell(0) of "Adamant brutal"
  1069.     sell(0) of "Rune brutal"
  1070.     sell(1000) of "Bronze arrowtips"
  1071.     sell(800) of "Iron arrowtips"
  1072.     sell(600) of "Steel arrowtips"
  1073.     sell(400) of "Mithril arrowtips"
  1074.     sell(200) of "Adamant arrowtips"
  1075.     sell(100) of "Rune arrowtips"
  1076.     sell(4) of "Shortbow"
  1077.     sell(2) of "Longbow"
  1078.     sell(2) of "Crossbow"
  1079.     sell(4) of "Oak shortbow"
  1080.     sell(4) of "Oak longbow"
  1081.     sell(0) of "Comp ogre bow"
  1082.     sell(2) of "Studded body"
  1083.     sell(2) of "Studded chaps"
  1084. }
  1085. shop("Vanessa's Farming Shop") {
  1086.     operated by ""
  1087.  
  1088.     sell(500) of "Rake"
  1089.     sell(500) of "Seed dibber"
  1090.     sell(500) of "Secateurs"
  1091.     sell(500) of "Spade"
  1092.     sell(500) of "Gardening trowel"
  1093.     sell(500) of "Watering can"
  1094.     sell(500) of "Plant pot"(5354)
  1095.     sell(500) of "Compost"
  1096.     sell(500) of "Empty sack"
  1097.     sell(500) of "Basket"
  1098.     sell(0) of "Potato"
  1099.     sell(0) of "Onion"
  1100.     sell(0) of "Cabbage"
  1101.     sell(0) of "Tomato"
  1102.     sell(0) of "Sweetcorn"
  1103.     sell(0) of "Strawberry"
  1104.     sell(0) of "Watermelon"
  1105.     sell(0) of "Hammerstone hops"
  1106.     sell(0) of "Asgarnian hops"
  1107.     sell(0) of "Yanillian hops"
  1108.     sell(0) of "Krandorian hops"
  1109.     sell(0) of "Wildblood hops"
  1110.     sell(0) of "Jute fibre"
  1111.     sell(0) of "Barley"
  1112.     sell(100) of "Plant cure"
  1113. }
  1114. shop("Aemad's Adventuring Supplies") {
  1115.     operated by ""
  1116.  
  1117.     sell(500) of "Vial of water"
  1118.     sell(2) of "Bronze pickaxe"
  1119.     sell(2) of "Iron axe"
  1120.     sell(2) of "Cooked meat"
  1121.     sell(2) of "Tinderbox"
  1122.     sell(30) of "Ball of wool"
  1123.     sell(500) of "Bronze arrow"
  1124.     sell(20) of "Rope"
  1125.     sell(50) of "Papyrus"
  1126.     sell(2) of "Knife"
  1127. }
  1128. shop("Ardougne Baker's Stall") {
  1129.     operated by ""
  1130.  
  1131.     sell(10) of "Bread"
  1132.     sell(3) of "Cake"
  1133.     sell(6) of "Chocolate slice"
  1134.     sell(9) of "Chocolate bar"
  1135. }
  1136. shop("Ardougne Fur Stall") {
  1137.     operated by ""
  1138.  
  1139.     sell(3) of "Bear fur"
  1140.     sell(3) of "Grey wolf fur"
  1141. }
  1142. shop("Ardougne Gem Stall") {
  1143.     operated by ""
  1144.  
  1145.     sell(2) of "Sapphire"
  1146.     sell(1) of "Emerald"
  1147.     sell(1) of "Ruby"
  1148.     sell(0) of "Diamond"
  1149. }
  1150. shop("Ardougne Silver Stall") {
  1151.     operated by ""
  1152.  
  1153.     sell(2) of "Unstrung symbol"
  1154.     sell(1) of "Silver ore"
  1155.     sell(1) of "Silver bar"
  1156. }
  1157. shop("Ardougne Spice Stall") {
  1158.     operated by ""
  1159.  
  1160.     sell(1) of "Spice"
  1161.     sell(1) of "Knife"
  1162.     sell(2) of "Garlic"
  1163. }
  1164. shop("Zenesha's Plate Mail Body Shop") {
  1165.     operated by ""
  1166.  
  1167.     sell(3) of "Bronze platebody"
  1168.     sell(1) of "Iron platebody"
  1169.     sell(1) of "Steel platebody"
  1170.     sell(1) of "Black platebody"
  1171.     sell(1) of "Mithril platebody"
  1172. }
  1173. shop("Richard's Farming Shop") {
  1174.     operated by ""
  1175.  
  1176.     sell(500) of "Rake"
  1177.     sell(500) of "Seed dibber"
  1178.     sell(500) of "Secateurs"
  1179.     sell(500) of "Spade"
  1180.     sell(500) of "Gardening trowel"
  1181.     sell(500) of "Watering can"
  1182.     sell(500) of "Plant pot"(5356)
  1183.     sell(500) of "Compost"
  1184.     sell(500) of "Empty sack"
  1185.     sell(500) of "Basket"
  1186.     sell(0) of "Potato"
  1187.     sell(0) of "Onion"
  1188.     sell(0) of "Cabbage"
  1189.     sell(0) of "Tomato"
  1190.     sell(0) of "Sweetcorn"
  1191.     sell(0) of "Strawberry"
  1192.     sell(0) of "Watermelon"
  1193.     sell(0) of "Hammerstone hops"
  1194.     sell(0) of "Asgarnian hops"
  1195.     sell(0) of "Yanillian hops"
  1196.     sell(0) of "Krandorian hops"
  1197.     sell(0) of "Wildblood hops"
  1198.     sell(0) of "Jute fibre"
  1199.     sell(0) of "Barley"
  1200.     sell(100) of "Plant cure"
  1201. }
  1202. shop("Armoury") {
  1203.     operated by ""
  1204.  
  1205.     sell(200) of "Bronze arrow"
  1206.     sell(200) of "Bolts"
  1207.     sell(4) of "Shortbow"
  1208.     sell(2) of "Longbow"
  1209.     sell(2) of "Crossbow"
  1210.     sell(800) of "Bronze arrowtips"
  1211.     sell(800) of "Iron arrowtips"
  1212.     sell(800) of "Steel arrowtips"
  1213.     sell(800) of "Mithril arrowtips"
  1214.     sell(5) of "Iron axe"
  1215.     sell(3) of "Steel axe"
  1216.     sell(5) of "Iron battleaxe"
  1217.     sell(2) of "Steel battleaxe"
  1218.     sell(1) of "Mithril battleaxe"
  1219.     sell(4) of "Bronze 2h sword"
  1220.     sell(3) of "Iron 2h sword"
  1221.     sell(2) of "Steel 2h sword"
  1222.     sell(1) of "Black 2h sword"
  1223.     sell(1) of "Mithril 2h sword"
  1224.     sell(1) of "Adamant 2h sword"
  1225. }
  1226. shop("Arnold's Eclectic Supplies") {
  1227.     operated by ""
  1228.  
  1229.     sell(2) of "Small fishing net"
  1230.     sell(2) of "Harpoon"
  1231.     sell(1) of "Raw monkfish"
  1232.     sell(0) of "Monkfish"
  1233.     sell(1) of "Bread"
  1234.     sell(4) of "Pot"
  1235.     sell(1) of "Bucket of milk"
  1236.     sell(3) of "Needle"
  1237.     sell(15) of "Thread"
  1238.     sell(10) of "Beer"
  1239.     sell(2) of "Glassblowing pipe"
  1240.     sell(1) of "Knife"
  1241. }
  1242. shop("Khazard General Store") {
  1243.     operated by ""
  1244.  
  1245.     sell(5) of "Bronze pickaxe"
  1246.     sell(3) of "Pot"
  1247.     sell(2) of "Jug"
  1248.     sell(2) of "Shears"
  1249.     sell(2) of "Bucket"
  1250.     sell(2) of "Tinderbox"
  1251.     sell(2) of "Chisel"
  1252.     sell(5) of "Hammer"
  1253.     sell(30) of "Rope"
  1254.     sell(30) of "Pot of flour"
  1255.     sell(30) of "Bailing bucket"
  1256.     sell(500) of "Swamp paste"
  1257.     sell(10) of "Knife"
  1258. }
  1259. shop("Funch's Fine Groceries") {
  1260.     operated by ""
  1261.  
  1262.     sell(10) of "Brandy"
  1263.     sell(10) of "Gin"
  1264.     sell(10) of "Vodka"
  1265.     sell(10) of "Whisky"
  1266.     sell(10) of "Pineapple"
  1267.     sell(20) of "Equa leaves"
  1268.     sell(20) of "Orange"
  1269.     sell(20) of "Lemon"
  1270.     sell(20) of "Lime"
  1271.     sell(5) of "Dwellberries"
  1272.     sell(10) of "Cocktail shaker"
  1273.     sell(20) of "Chocolate bar"
  1274.     sell(10) of "Chocolate dust"
  1275.     sell(5) of "Pot of cream"
  1276.     sell(5) of "Bucket of milk"
  1277.     sell(5) of "Knife"
  1278.     sell(20) of "Cocktail glass"
  1279. }
  1280. shop("Gianne's Restaurant") {
  1281.     operated by ""
  1282.  
  1283.     sell(3) of "Vegetable batta"
  1284.     sell(3) of "Worm batta"
  1285.     sell(3) of "Toad batta"
  1286.     sell(3) of "Fruit batta"
  1287.     sell(3) of "Cheese+tom batta"
  1288.     sell(3) of "Worm hole"(2233)
  1289.     sell(3) of "Tangled toad's legs"(2231)
  1290.     sell(3) of "Veg ball"(2235)
  1291.     sell(3) of "Chocolate bomb"(2229)
  1292.     sell(3) of "Worm crunchies"(2237)
  1293.     sell(3) of "Toad crunchies"(2243)
  1294.     sell(3) of "Chocchip crunchies"(2239)
  1295.     sell(3) of "Spicy crunchies"(2241)
  1296. }
  1297. shop("Grand Tree Groceries") {
  1298.     operated by ""
  1299.  
  1300.     sell(50) of "Gianne dough"
  1301.     sell(20) of "Equa leaves"
  1302.     sell(10) of "Pot of flour"
  1303.     sell(10) of "Gnome spice"
  1304.     sell(10) of "Onion"
  1305.     sell(10) of "Potato"
  1306.     sell(10) of "Cabbage"
  1307.     sell(10) of "Tomato"
  1308.     sell(10) of "Cheese"
  1309.     sell(0) of "Spider on stick"
  1310.     sell(0) of "Spider on shaft"
  1311.     sell(10) of "Lime"
  1312.     sell(10) of "Orange"
  1313.     sell(10) of "Lemon"
  1314.     sell(10) of "Pineapple"
  1315.     sell(10) of "Dwellberries"
  1316.     sell(10) of "Cocktail shaker"
  1317.     sell(20) of "Chocolate bar"
  1318.     sell(10) of "Chocolate dust"
  1319.     sell(5) of "Pot of cream"
  1320.     sell(5) of "Bucket of milk"
  1321.     sell(5) of "Knife"
  1322.     sell(5) of "Gianne's cook book"
  1323.     sell(5) of "Batta tin"
  1324.     sell(5) of "Crunchy tray"
  1325.     sell(5) of "Gnomebowl mould"
  1326. }
  1327. shop("Gulluck and Sons") {
  1328.     operated by ""
  1329.  
  1330.     sell(200) of "Bronze arrow"
  1331.     sell(150) of "Bolts"
  1332.     sell(1) of "Pearl bolts"
  1333.     sell(4) of "Shortbow"
  1334.     sell(2) of "Longbow"
  1335.     sell(2) of "Crossbow"
  1336.     sell(200) of "Bronze arrowtips"
  1337.     sell(180) of "Iron arrowtips"
  1338.     sell(160) of "Steel arrowtips"
  1339.     sell(140) of "Mithril arrowtips"
  1340.     sell(5) of "Iron axe"
  1341.     sell(3) of "Steel axe"
  1342.     sell(5) of "Iron battleaxe"
  1343.     sell(2) of "Steel battleaxe"
  1344.     sell(1) of "Mithril battleaxe"
  1345.     sell(4) of "Bronze 2h sword"
  1346.     sell(3) of "Iron 2h sword"
  1347.     sell(2) of "Steel 2h sword"
  1348.     sell(1) of "Black 2h sword"
  1349.     sell(1) of "Mithril 2h sword"
  1350.     sell(1) of "Adamant 2h sword"
  1351. }
  1352. shop("Rometti's Fine Fashions") {
  1353.     operated by ""
  1354.  
  1355.     sell(5) of "Hat"
  1356.     sell(5) of "Hat"(658)
  1357.     sell(5) of "Hat"(660)
  1358.     sell(5) of "Hat"(662)
  1359.     sell(5) of "Hat"(664)
  1360.     sell(5) of "Robe top"
  1361.     sell(5) of "Robe top"(638)
  1362.     sell(5) of "Robe top"(640)
  1363.     sell(5) of "Robe top"(642)
  1364.     sell(5) of "Robe top"(644)
  1365.     sell(5) of "Robe bottoms"
  1366.     sell(5) of "Robe bottoms"(648)
  1367.     sell(5) of "Robe bottoms"(650)
  1368.     sell(5) of "Robe bottoms"(652)
  1369.     sell(5) of "Robe bottoms"(654)
  1370.     sell(5) of "Boots"
  1371.     sell(5) of "Boots"(628)
  1372.     sell(5) of "Boots"(630)
  1373.     sell(5) of "Boots"(632)
  1374.     sell(5) of "Boots"(634)
  1375. }
  1376. shop("Blurberry Bar") {
  1377.     operated by ""
  1378.  
  1379.     sell(10) of "Blurberry special"(2064)
  1380.     sell(10) of "Choc saturday"(2074)
  1381.     sell(10) of "Drunk dragon"(2092)
  1382.     sell(10) of "Fruit blast"(2084)
  1383.     sell(10) of "Pineapple punch"(2048)
  1384.     sell(10) of "Short green guy"(2080)
  1385.     sell(10) of "Wizard blizzard"(2054)
  1386. }
  1387. shop("Bolkoy's Village Shop") {
  1388.     operated by ""
  1389.  
  1390.     sell(3) of "Pot"
  1391.     sell(5) of "Bronze pickaxe"
  1392.     sell(2) of "Jug"
  1393.     sell(2) of "Shears"
  1394.     sell(2) of "Bucket"
  1395.     sell(2) of "Tinderbox"
  1396.     sell(2) of "Chisel"
  1397.     sell(5) of "Hammer"
  1398.     sell(30) of "Bronze arrow"
  1399.     sell(2) of "Cooked meat"
  1400. }
  1401. shop("West Ardougne General Store") {
  1402.     operated by ""
  1403.  
  1404.     sell(3) of "Pot"
  1405.     sell(3) of "Rope"
  1406.     sell(2) of "Bronze pickaxe"
  1407.     sell(2) of "Bucket"
  1408.     sell(2) of "Tinderbox"
  1409.     sell(3) of "Hammer"
  1410.     sell(2) of "Leather boots"
  1411.     sell(2) of "Longbow"
  1412.     sell(20) of "Bronze arrow"
  1413.     sell(10) of "Salmon"
  1414.     sell(10) of "Meat pie"
  1415.     sell(5) of "Bread"
  1416.     sell(10) of "Cooked meat"
  1417. }
  1418. shop("Lovecraft's Tackle") {
  1419.     operated by ""
  1420.  
  1421.     sell(5) of "Small fishing net"
  1422.     sell(5) of "Fishing rod"
  1423.     sell(5) of "Fly fishing rod"
  1424.     sell(2) of "Harpoon"
  1425.     sell(2) of "Lobster pot"
  1426.     sell(1500) of "Fishing bait"
  1427.     sell(1000) of "Feather"
  1428.     sell(0) of "Raw shrimps"
  1429.     sell(200) of "Raw sardine"
  1430.     sell(0) of "Raw herring"
  1431.     sell(0) of "Raw anchovies"
  1432.     sell(0) of "Raw trout"
  1433.     sell(0) of "Raw pike"
  1434.     sell(0) of "Raw salmon"
  1435.     sell(0) of "Raw tuna"
  1436.     sell(0) of "Raw lobster"
  1437.     sell(0) of "Raw swordfish"
  1438. }
  1439. shop("Aleck's Hunter Emporium") {
  1440.     operated by ""
  1441.  
  1442.     sell(20) of "Torch"(596)
  1443. }
  1444. shop("Frenita's Cookery Shop") {
  1445.     operated by ""
  1446.  
  1447.     sell(5) of "Pie dish"
  1448.     sell(2) of "Cooking apple"
  1449.     sell(2) of "Cake tin"
  1450.     sell(2) of "Bowl"
  1451.     sell(5) of "Potato"
  1452.     sell(4) of "Tinderbox"
  1453.     sell(1) of "Jug"
  1454.     sell(8) of "Pot"
  1455.     sell(2) of "Chocolate bar"
  1456.     sell(8) of "Pot of flour"
  1457.     sell(20) of "Empty cup"
  1458. }
  1459. shop("Rasolo the Wandering Merchant") {
  1460.     operated by ""
  1461.  
  1462.     sell(1) of "Spinach roll"
  1463.     sell(1) of "Cocktail guide"
  1464.     sell(1) of "Hat"(660)
  1465.     sell(1) of "Dragon dagger"
  1466.     sell(1) of "Newcomer map"
  1467.     sell(1) of "Bailing bucket"
  1468.     sell(1) of "Swamp paste"
  1469.     sell(1) of "Poison"
  1470.     sell(1) of "Papyrus"
  1471.     sell(1) of "Machete"
  1472.     sell(1) of "Holy mould"
  1473.     sell(1) of "Sickle mould"
  1474.     sell(1) of "Waterskin(4)"
  1475.     sell(1) of "Desert boots"
  1476.     sell(1) of "Shantay pass"
  1477.     sell(1) of "Toy horsey"(2524)
  1478.     sell(1) of "Sample bottle"
  1479.     sell(1) of "Boots"(2894)
  1480.     sell(1) of "Greenman's ale"
  1481.     sell(1) of "Fremennik cloak"(3787)
  1482.     sell(1) of "Keg of beer"
  1483.     sell(1) of "Flamtaer hammer"
  1484.     sell(1) of "Olive oil(3)"
  1485.     sell(1) of "Limestone brick"
  1486.     sell(1) of "Instruction manual"
  1487. }
  1488. shop("Davon's Amulet Store") {
  1489.     operated by ""
  1490.  
  1491.     sell(0) of "Holy symbol"
  1492.     sell(0) of "Amulet of magic"
  1493.     sell(0) of "Amulet of defence"
  1494.     sell(0) of "Amulet of strength"
  1495.     sell(0) of "Amulet of power"
  1496. }
  1497. shop("Dead Man's Chest") {
  1498.     operated by ""
  1499.  
  1500.     sell(10) of "Grog"
  1501.     sell(10) of "Karamjan rum"
  1502. }
  1503. shop("The Shrimp and Parrot") {
  1504.     operated by ""
  1505.  
  1506.     sell(5) of "Herring"
  1507.     sell(5) of "Cod"
  1508.     sell(5) of "Tuna"
  1509.     sell(3) of "Lobster"
  1510.     sell(2) of "Swordfish"
  1511.     sell(3) of "Cooked karambwan"
  1512. }
  1513. shop("Karamja General Store") {
  1514.     operated by ""
  1515.  
  1516.     sell(30) of "Pot"
  1517.     sell(10) of "Jug"
  1518.     sell(10) of "Shears"
  1519.     sell(30) of "Bucket"
  1520.     sell(10) of "Bowl"
  1521.     sell(10) of "Cake tin"
  1522.     sell(10) of "Tinderbox"
  1523.     sell(10) of "Chisel"
  1524.     sell(10) of "Hammer"
  1525. }
  1526. shop("Karamja Wines, Spirits, and Beers") {
  1527.     operated by ""
  1528.  
  1529.     sell(3) of "Beer"
  1530.     sell(3) of "Karamjan rum"
  1531.     sell(1) of "Jug of wine"
  1532. }
  1533. shop("Obli's General Store") {
  1534.     operated by ""
  1535.  
  1536.     sell(2) of "Tinderbox"
  1537.     sell(10) of "Vial"
  1538.     sell(3) of "Pestle and mortar"
  1539.     sell(3) of "Pot"
  1540.     sell(3) of "Bronze axe"
  1541.     sell(2) of "Bronze pickaxe"
  1542.     sell(5) of "Iron axe"
  1543.     sell(12) of "Leather body"
  1544.     sell(10) of "Leather gloves"
  1545.     sell(10) of "Leather boots"
  1546.     sell(2) of "Cooked meat"
  1547.     sell(10) of "Bread"
  1548.     sell(10) of "Bronze bar"
  1549.     sell(10) of "Spade"
  1550.     sell(10) of "Candle"
  1551.     sell(10) of "Torch"(596)
  1552.     sell(10) of "Chisel"
  1553.     sell(10) of "Hammer"
  1554.     sell(10) of "Papyrus"
  1555.     sell(10) of "Charcoal"
  1556.     sell(10) of "Vial of water"
  1557.     sell(50) of "Machete"
  1558.     sell(10) of "Rope"
  1559. }
  1560. shop("Fernahei's Fishing Hut") {
  1561.     operated by ""
  1562.  
  1563.     sell(5) of "Fishing rod"
  1564.     sell(5) of "Fly fishing rod"
  1565.     sell(200) of "Fishing bait"
  1566.     sell(800) of "Feather"
  1567.     sell(0) of "Raw trout"
  1568.     sell(0) of "Raw pike"
  1569.     sell(0) of "Raw salmon"
  1570. }
  1571. shop("Jiminua's Jungle Store") {
  1572.     operated by ""
  1573.  
  1574.     sell(2) of "Tinderbox"
  1575.     sell(10) of "Candle"
  1576.     sell(10) of "Torch"(596)
  1577.     sell(3) of "Pot"
  1578.     sell(10) of "Rope"
  1579.     sell(12) of "Leather body"
  1580.     sell(10) of "Leather gloves"
  1581.     sell(10) of "Leather boots"
  1582.     sell(2) of "Cooked meat"
  1583.     sell(10) of "Bread"
  1584.     sell(10) of "Vial"
  1585.     sell(50) of "Vial of water"
  1586.     sell(3) of "Pestle and mortar"
  1587.     sell(10) of "Antipoison(3)"
  1588.     sell(50) of "Papyrus"
  1589.     sell(50) of "Charcoal"
  1590.     sell(2) of "Knife"
  1591.     sell(10) of "Hammer"
  1592.     sell(50) of "Machete"
  1593.     sell(10) of "Chisel"
  1594.     sell(10) of "Spade"
  1595.     sell(2) of "Bronze axe"
  1596.     sell(2) of "Bronze pickaxe"
  1597.     sell(5) of "Iron axe"
  1598.     sell(10) of "Bronze bar"
  1599.     sell(0) of "Pure essence"
  1600. }
  1601. shop("Gabooty's Tai Bwo Wannai Cooperative") {
  1602.     operated by ""
  1603.  
  1604.     sell(50) of "Tribal top"
  1605.     sell(50) of "Villager robe"
  1606.     sell(50) of "Villager hat"
  1607.     sell(50) of "Villager armband"
  1608.     sell(50) of "Villager sandals"
  1609.     sell(50) of "Opal machete"
  1610.     sell(50) of "Jade machete"
  1611.     sell(50) of "Red topaz machete"
  1612.     sell(50) of "Tribal top"(6351)
  1613.     sell(50) of "Villager robe"(6353)
  1614.     sell(50) of "Villager hat"(6355)
  1615.     sell(50) of "Villager sandals"(6357)
  1616.     sell(50) of "Villager armband"(6359)
  1617.     sell(0) of "Uncut opal"
  1618.     sell(0) of "Uncut jade"
  1619.     sell(0) of "Uncut red topaz"
  1620.     sell(50) of "Tribal top"(6361)
  1621.     sell(50) of "Villager robe"(6363)
  1622.     sell(50) of "Villager hat"(6365)
  1623.     sell(50) of "Villager sandals"(6367)
  1624.     sell(50) of "Villager armband"(6369)
  1625.     sell(0) of "Opal"
  1626.     sell(0) of "Jade"
  1627.     sell(0) of "Red topaz"
  1628.     sell(50) of "Tribal top"(6371)
  1629.     sell(50) of "Villager robe"(6373)
  1630.     sell(50) of "Villager hat"(6375)
  1631.     sell(50) of "Villager sandals"(6377)
  1632.     sell(50) of "Villager armband"(6379)
  1633.     sell(0) of "Gout tuber"
  1634. }
  1635. shop("Gabooty's Tai Bwo Wannai Drinky Store") {
  1636.     operated by ""
  1637.  
  1638.     sell(0) of "Fruit blast"(2084)
  1639.     sell(0) of "Drunk dragon"(2092)
  1640.     sell(0) of "Pineapple punch"(2048)
  1641.     sell(0) of "Wizard blizzard"(2054)
  1642.     sell(0) of "Blurberry special"(2064)
  1643.     sell(0) of "Choc saturday"(2074)
  1644. }
  1645. shop("Tamayu's Spear Stall") {
  1646.     operated by ""
  1647.  
  1648.     sell(10) of "Bronze spear(kp)"
  1649.     sell(10) of "Iron spear(kp)"
  1650.     sell(5) of "Steel spear(kp)"
  1651.     sell(2) of "Mithril spear(kp)"
  1652.     sell(0) of "Adamant spear(kp)"
  1653.     sell(0) of "Rune spear(kp)"
  1654.     sell(10) of "Cleaning cloth"
  1655. }
  1656. shop("Tiadeche's Karambwan Stall") {
  1657.     operated by ""
  1658.  
  1659.     sell(10) of "Raw karambwan"
  1660.     sell(50) of "Raw karambwanji"
  1661.     sell(2) of "Karambwan vessel"
  1662. }
  1663. shop("TzHaar-Hur-Lek's Ore and Gem Store") {
  1664.     operated by ""
  1665.  
  1666. }
  1667. shop("TzHaar-Hur-Tel's Equipment Store") {
  1668.     operated by ""
  1669.  
  1670. }
  1671. shop("TzHaar-Mej-Roh's Rune Store") {
  1672.     operated by ""
  1673.  
  1674. }
  1675. shop("TzHaar-Hur-Rin's Ore and Gem Store") {
  1676.     operated by ""
  1677.  
  1678.     sell(25) of "Tin ore"
  1679.     sell(25) of "Copper ore"
  1680.     sell(15) of "Iron ore"
  1681.     sell(12) of "Silver ore"
  1682.     sell(20) of "Coal"
  1683.     sell(12) of "Gold ore"
  1684.     sell(4) of "Mithril ore"
  1685.     sell(2) of "Adamantite ore"
  1686.     sell(1) of "Runite ore"
  1687.     sell(16) of "Uncut sapphire"
  1688.     sell(12) of "Uncut emerald"
  1689.     sell(8) of "Uncut ruby"
  1690.     sell(6) of "Uncut diamond"
  1691.     sell(0) of "Uncut dragonstone"
  1692.     sell(1) of "Uncut onyx"
  1693. }
  1694. shop("TzHaar-Hur-Zal's Equipment Store") {
  1695.     operated by ""
  1696.  
  1697. }
  1698. shop("Al-Kharid General Store") {
  1699.     operated by ""
  1700.  
  1701.     sell(5) of "Pot"
  1702.     sell(2) of "Jug"
  1703.     sell(2) of "Shears"
  1704.     sell(3) of "Bucket"
  1705.     sell(2) of "Bowl"
  1706.     sell(2) of "Cake tin"
  1707.     sell(3) of "Tinderbox"
  1708.     sell(2) of "Chisel"
  1709.     sell(5) of "Hammer"
  1710.     sell(5) of "Newcomer map"
  1711. }
  1712. shop("Ali's Discount Wares") {
  1713.     operated by ""
  1714.  
  1715.     sell(3) of "Pot"
  1716.     sell(2) of "Jug"
  1717.     sell(10) of "Waterskin(3)"
  1718.     sell(3) of "Desert shirt"
  1719.     sell(2) of "Desert boots"
  1720.     sell(19) of "Bucket"
  1721.     sell(11) of "Fake beard"
  1722.     sell(12) of "Karidian headpiece"
  1723.     sell(50) of "Papyrus"
  1724.     sell(5) of "Knife"
  1725.     sell(11) of "Tinderbox"
  1726.     sell(23) of "Bronze pickaxe"
  1727.     sell(15) of "Raw chicken"
  1728. }
  1729. shop("Dommik's Crafting Store") {
  1730.     operated by ""
  1731.  
  1732.     sell(2) of "Chisel"
  1733.     sell(10) of "Ring mould"
  1734.     sell(2) of "Necklace mould"
  1735.     sell(10) of "Amulet mould"
  1736.     sell(3) of "Needle"
  1737.     sell(100) of "Thread"
  1738.     sell(3) of "Holy mould"
  1739.     sell(10) of "Sickle mould"
  1740.     sell(10) of "Tiara mould"
  1741. }
  1742. shop("Gem Trader") {
  1743.     operated by ""
  1744.  
  1745.     sell(1) of "Uncut sapphire"
  1746.     sell(1) of "Uncut emerald"
  1747.     sell(0) of "Uncut ruby"
  1748.     sell(0) of "Uncut diamond"
  1749.     sell(1) of "Sapphire"
  1750.     sell(1) of "Emerald"
  1751.     sell(0) of "Ruby"
  1752.     sell(0) of "Diamond"
  1753. }
  1754. shop("Louie's Armoured Legs Bazaar") {
  1755.     operated by ""
  1756.  
  1757.     sell(5) of "Bronze platelegs"
  1758.     sell(3) of "Iron platelegs"
  1759.     sell(2) of "Steel platelegs"
  1760.     sell(1) of "Black platelegs"
  1761.     sell(1) of "Mithril platelegs"
  1762.     sell(1) of "Adamant platelegs"
  1763. }
  1764. shop("Ranael's Super Skirt Store") {
  1765.     operated by ""
  1766.  
  1767.     sell(5) of "Bronze plateskirt"
  1768.     sell(3) of "Iron plateskirt"
  1769.     sell(2) of "Steel plateskirt"
  1770.     sell(1) of "Black plateskirt"
  1771.     sell(1) of "Mithril plateskirt"
  1772.     sell(1) of "Adamant plateskirt"
  1773. }
  1774. shop("Shantay Pass Shop") {
  1775.     operated by ""
  1776.  
  1777.     sell(100) of "Waterskin(4)"
  1778.     sell(100) of "Waterskin(0)"
  1779.     sell(10) of "Jug of water"
  1780.     sell(10) of "Bowl of water"
  1781.     sell(10) of "Bucket of water"
  1782.     sell(10) of "Knife"
  1783.     sell(10) of "Desert shirt"
  1784.     sell(10) of "Desert robe"
  1785.     sell(10) of "Desert boots"
  1786.     sell(10) of "Bronze bar"
  1787.     sell(500) of "Feather"
  1788.     sell(10) of "Hammer"
  1789.     sell(0) of "Bucket"
  1790.     sell(0) of "Bowl"
  1791.     sell(0) of "Jug"
  1792.     sell(500) of "Shantay pass"
  1793.     sell(20) of "Rope"
  1794. }
  1795. shop("Zeke's Superior Scimitars") {
  1796.     operated by ""
  1797.  
  1798.     sell(5) of "Bronze scimitar"
  1799.     sell(3) of "Iron scimitar"
  1800.     sell(2) of "Steel scimitar"
  1801.     sell(1) of "Mithril scimitar"
  1802. }
  1803. shop("Bandit Bargains") {
  1804.     operated by ""
  1805.  
  1806.     sell(5) of "Waterskin(4)"
  1807.     sell(5) of "Waterskin(0)"
  1808.     sell(5) of "Jug of water"
  1809.     sell(5) of "Bowl of water"
  1810.     sell(5) of "Bucket of water"
  1811.     sell(5) of "Jug"
  1812.     sell(5) of "Bowl"
  1813.     sell(5) of "Bucket"
  1814.     sell(5) of "Desert boots"
  1815.     sell(5) of "Desert shirt"
  1816.     sell(5) of "Desert robe"
  1817.     sell(5) of "Knife"
  1818. }
  1819. shop("The Big Heist Lodge") {
  1820.     operated by ""
  1821.  
  1822.     sell(10) of "Bandit's brew"
  1823. }
  1824. shop("Bedabin Village Bartering") {
  1825.     operated by ""
  1826.  
  1827.     sell(5) of "Waterskin(4)"
  1828.     sell(5) of "Waterskin(0)"
  1829.     sell(5) of "Jug of water"
  1830.     sell(5) of "Bowl of water"
  1831.     sell(5) of "Bucket of water"
  1832.     sell(5) of "Knife"
  1833.     sell(5) of "Hammer"
  1834. }
  1835. shop("Shop of Distaste") {
  1836.     operated by ""
  1837.  
  1838.     sell(2000) of "Rotten tomato"
  1839. }
  1840. shop("Nardah General Store") {
  1841.     operated by ""
  1842.  
  1843.     sell(30) of "Pot"
  1844.     sell(10) of "Jug"
  1845.     sell(10) of "Shears"
  1846.     sell(30) of "Bucket"
  1847.     sell(10) of "Bowl"
  1848.     sell(10) of "Cake tin"
  1849.     sell(10) of "Chisel"
  1850.     sell(10) of "Tinderbox"
  1851.     sell(10) of "Chisel"
  1852.     sell(10) of "Hammer"
  1853. }
  1854. shop("Nardah Hunter Shop") {
  1855.     operated by ""
  1856.  
  1857.     sell(20) of "Torch"(596)
  1858. }
  1859. shop("Rok's Chocs Box") {
  1860.     operated by ""
  1861.  
  1862.     sell(30) of "Choc-ice"
  1863.     sell(25) of "Chocolate bar"
  1864. }
  1865. shop("Seddu's Adventurer's Store") {
  1866.     operated by ""
  1867.  
  1868.     sell(1) of "Rune plateskirt"
  1869.     sell(1) of "Rune platelegs"
  1870.     sell(1) of "Rune chainbody"
  1871.     sell(1) of "Green d'hide chaps"
  1872.     sell(1) of "Green d'hide vamb"
  1873.     sell(1) of "Steel kiteshield"
  1874.     sell(1) of "Black med helm"
  1875. }
  1876. shop("Pollnivneach General Store") {
  1877.     operated by ""
  1878.  
  1879.     sell(3) of "Pot"
  1880.     sell(2) of "Jug"
  1881.     sell(20) of "Waterskin(3)"
  1882.     sell(3) of "Desert shirt"
  1883.     sell(2) of "Desert boots"
  1884.     sell(12) of "Bucket"
  1885.     sell(11) of "Fake beard"
  1886.     sell(12) of "Karidian headpiece"
  1887.     sell(5) of "Cheese"
  1888.     sell(5) of "Lime"
  1889.     sell(5) of "Tomato"
  1890.     sell(5) of "Jug of water"
  1891.     sell(7) of "Bowl of water"
  1892.     sell(8) of "Bucket of water"
  1893. }
  1894. shop("The Asp & Snake Bar") {
  1895.     operated by ""
  1896.  
  1897.     sell(83) of "Beer"
  1898.     sell(10) of "Whisky"
  1899.     sell(13) of "Jug of wine"
  1900.     sell(5) of "Vodka"
  1901.     sell(4) of "Brandy"
  1902.     sell(12) of "Grog"
  1903. }
  1904. shop("Blades by Urbi") {
  1905.     operated by ""
  1906.  
  1907.     sell(1) of "Bronze dagger"
  1908.     sell(1) of "Iron dagger"
  1909.     sell(1) of "Steel dagger"
  1910.     sell(0) of "Black dagger"
  1911.     sell(1) of "Mithril dagger"
  1912.     sell(1) of "Adamant dagger"
  1913.     sell(1) of "Rune dagger"
  1914.     sell(0) of "Dragon dagger"
  1915.     sell(1) of "Bronze scimitar"
  1916.     sell(1) of "Iron scimitar"
  1917.     sell(1) of "Steel scimitar"
  1918. }
  1919. shop("Jamila's Craft Stall") {
  1920.     operated by ""
  1921.  
  1922.     sell(2) of "Chisel"
  1923.     sell(4) of "Ring mould"
  1924.     sell(2) of "Necklace mould"
  1925.     sell(2) of "Amulet mould"
  1926.     sell(3) of "Needle"
  1927.     sell(100) of "Thread"
  1928.     sell(3) of "Holy mould"
  1929.     sell(6) of "Sickle mould"
  1930.     sell(10) of "Tiara mould"
  1931. }
  1932. shop("Nathifa's Bake Stall") {
  1933.     operated by ""
  1934.  
  1935.     sell(10) of "Bread"
  1936.     sell(3) of "Cake"
  1937.     sell(8) of "Chocolate slice"
  1938.     sell(50) of "Waterskin(4)"
  1939. }
  1940. shop("Raetul and Co's Cloth Store") {
  1941.     operated by ""
  1942.  
  1943.     sell(20) of "Linen"
  1944.     sell(20) of "Desert shirt"
  1945.     sell(20) of "Desert robe"
  1946.     sell(20) of "Desert boots"
  1947.     sell(10) of "Silk"
  1948.     sell(50) of "Thread"
  1949.     sell(20) of "Needle"
  1950. }
  1951. shop("The Spice is Right") {
  1952.     operated by ""
  1953.  
  1954.     sell(5) of "Pot"
  1955.     sell(10) of "Gnome spice"
  1956.     sell(0) of "Curry leaf"
  1957.     sell(0) of "Pile of salt"
  1958.     sell(0) of "Bucket of sap"
  1959.     sell(20) of "Antipoison(3)"
  1960. }
  1961. shop("Dorgesh-Kaan General Supplies") {
  1962.     operated by ""
  1963.  
  1964.     sell(5) of "Torch"(596)
  1965.     sell(2) of "Tinderbox"
  1966.     sell(5) of "Pot"
  1967.     sell(2) of "Jug"
  1968.     sell(2) of "Bowl"
  1969.     sell(2) of "Cake tin"
  1970.     sell(3) of "Rope"
  1971.     sell(1) of "Glassblowing pipe"
  1972. }
  1973. shop("Nardok's Bone Weapons") {
  1974.     operated by ""
  1975.  
  1976.     sell(10) of "Bone club"
  1977.     sell(10) of "Bone spear"
  1978. }
  1979. shop("Miltog's Lamps") {
  1980.     operated by ""
  1981.  
  1982.     sell(15) of "Torch"(596)
  1983.     sell(4) of "Oil lamp"(4525)
  1984.     sell(2) of "Oil lamp"(4525)
  1985.     sell(1) of "Bullseye lantern"(4546)
  1986.     sell(1) of "Mining helmet"
  1987.     sell(10) of "Tinderbox"
  1988.     sell(0) of "Oil lamp"
  1989.     sell(0) of "Oil lantern"(4537)
  1990.     sell(0) of "Bullseye lantern"(4548)
  1991. }
  1992. shop("Reldak's Leather Armour") {
  1993.     operated by ""
  1994.  
  1995. }
  1996. shop("Ava's Odds and Ends") {
  1997.     operated by ""
  1998.  
  1999.     sell(1000) of "Feather"
  2000.     sell(40) of "Iron arrow"
  2001.     sell(10) of "Steel arrow"
  2002.     sell(30) of "Iron arrowtips"
  2003.     sell(20) of "Steel arrowtips"
  2004. }
  2005. shop("Diango's Toy Store") {
  2006.     operated by ""
  2007.  
  2008.     sell(10) of "Toy horsey"
  2009.     sell(10) of "Toy horsey"(2522)
  2010.     sell(10) of "Toy horsey"(2524)
  2011.     sell(10) of "Toy horsey"(2526)
  2012.     sell(250) of "Spinning plate"
  2013. }
  2014. shop("Draynor Seed Market") {
  2015.     operated by ""
  2016.  
  2017.     sell(20) of "Potato seed"
  2018.     sell(10) of "Onion seed"
  2019.     sell(5) of "Cabbage seed"
  2020.     sell(0) of "Tomato seed"
  2021.     sell(0) of "Sweetcorn seed"
  2022.     sell(0) of "Strawberry seed"
  2023.     sell(0) of "Watermelon seed"
  2024.     sell(20) of "Barley seed"
  2025.     sell(5) of "Jute seed"
  2026.     sell(20) of "Rosemary seed"
  2027.     sell(20) of "Marigold seed"
  2028.     sell(20) of "Hammerstone seed"
  2029.     sell(10) of "Asgarnian seed"
  2030.     sell(5) of "Yanillian seed"
  2031.     sell(0) of "Krandorian seed"
  2032.     sell(0) of "Wildblood seed"
  2033. }
  2034. shop("Fortunato's Fine Wine") {
  2035.     operated by ""
  2036.  
  2037.     sell(5) of "Jug of wine"
  2038.     sell(3) of "Jug"
  2039.     sell(2) of "Bottle of wine"
  2040.     sell(500) of "Jug of vinegar"
  2041. }
  2042. shop("Edgeville General Store") {
  2043.     operated by ""
  2044.  
  2045.     sell(5) of "Pot"
  2046.     sell(2) of "Jug"
  2047.     sell(2) of "Shears"
  2048.     sell(3) of "Bucket"
  2049.     sell(2) of "Bowl"
  2050.     sell(2) of "Cake tin"
  2051.     sell(3) of "Tinderbox"
  2052.     sell(2) of "Chisel"
  2053.     sell(5) of "Hammer"
  2054.     sell(5) of "Newcomer map"
  2055. }
  2056. shop("Bounty Hunter Store") {
  2057.     operated by ""
  2058.  
  2059. }
  2060. shop("Oziach's Armour") {
  2061.     operated by ""
  2062.  
  2063.     sell(2) of "Rune platebody"
  2064.     sell(2) of "Green d'hide body"
  2065.     sell(35) of "Anti-dragon shield"
  2066. }
  2067. shop("Helmet Shop") {
  2068.     operated by ""
  2069.  
  2070.     sell(5) of "Bronze med helm"
  2071.     sell(3) of "Iron med helm"
  2072.     sell(3) of "Steel med helm"
  2073.     sell(1) of "Mithril med helm"
  2074.     sell(1) of "Adamant med helm"
  2075.     sell(4) of "Bronze full helm"
  2076.     sell(3) of "Iron full helm"
  2077.     sell(2) of "Steel full helm"
  2078.     sell(1) of "Mithril full helm"
  2079.     sell(1) of "Adamant full helm"
  2080. }
  2081. shop("Lumbridge General Store") {
  2082.     operated by ""
  2083.  
  2084.     sell(5) of "Pot"
  2085.     sell(2) of "Jug"
  2086.     sell(2) of "Shears"
  2087.     sell(3) of "Bucket"
  2088.     sell(2) of "Bowl"
  2089.     sell(2) of "Cake tin"
  2090.     sell(2) of "Tinderbox"
  2091.     sell(2) of "Chisel"
  2092.     sell(5) of "Hammer"
  2093.     sell(5) of "Newcomer map"
  2094. }
  2095. shop("Bob's Brilliant Axes") {
  2096.     operated by ""
  2097.  
  2098.     sell(5) of "Bronze pickaxe"
  2099.     sell(10) of "Bronze axe"
  2100.     sell(5) of "Iron axe"
  2101.     sell(3) of "Steel axe"
  2102.     sell(5) of "Iron battleaxe"
  2103.     sell(2) of "Steel battleaxe"
  2104.     sell(1) of "Mithril battleaxe"
  2105. }
  2106. shop("Varrock General Store") {
  2107.     operated by ""
  2108.  
  2109.     sell(5) of "Pot"
  2110.     sell(2) of "Jug"
  2111.     sell(2) of "Shears"
  2112.     sell(3) of "Bucket"
  2113.     sell(2) of "Bowl"
  2114.     sell(2) of "Cake tin"
  2115.     sell(3) of "Tinderbox"
  2116.     sell(2) of "Chisel"
  2117.     sell(5) of "Hammer"
  2118.     sell(5) of "Newcomer map"
  2119. }
  2120. shop("Aubury's Rune Shop") {
  2121.     operated by ""
  2122.  
  2123.     sell(5000) of "Air rune"
  2124.     sell(5000) of "Mind rune"
  2125.     sell(5000) of "Fire rune"
  2126.     sell(5000) of "Water rune"
  2127.     sell(5000) of "Earth rune"
  2128.     sell(5000) of "Body rune"
  2129.     sell(250) of "Chaos rune"
  2130.     sell(250) of "Death rune"
  2131. }
  2132. shop("Construction Supplies") {
  2133.     operated by ""
  2134.  
  2135.     sell(95) of "Bronze nails"
  2136.     sell(95) of "Iron nails"
  2137.     sell(95) of "Steel nails"
  2138. }
  2139. shop("Fancy Clothes Store") {
  2140.     operated by ""
  2141.  
  2142.     sell(0) of "Chef's hat"
  2143.     sell(3) of "Wizard hat"
  2144.     sell(1) of "Cape"(1023)
  2145.     sell(3) of "Grey wolf fur"
  2146.     sell(3) of "Bear fur"
  2147.     sell(3) of "Needle"
  2148.     sell(100) of "Thread"
  2149.     sell(10) of "Leather gloves"
  2150.     sell(10) of "Leather boots"
  2151.     sell(3) of "Priest gown"
  2152.     sell(3) of "Priest gown"(428)
  2153.     sell(10) of "Brown apron"
  2154.     sell(10) of "Pink skirt"
  2155.     sell(3) of "Black skirt"
  2156.     sell(2) of "Blue skirt"
  2157.     sell(10) of "Cape"
  2158.     sell(10) of "Eye patch"
  2159. }
  2160. shop("Horvik's Armour Shop") {
  2161.     operated by ""
  2162.  
  2163.     sell(5) of "Bronze chainbody"
  2164.     sell(3) of "Iron chainbody"
  2165.     sell(3) of "Steel chainbody"
  2166.     sell(1) of "Mithril chainbody"
  2167.     sell(3) of "Bronze platebody"
  2168.     sell(1) of "Iron platebody"
  2169.     sell(1) of "Steel platebody"
  2170.     sell(1) of "Black platebody"
  2171.     sell(1) of "Mithril platebody"
  2172.     sell(1) of "Iron platelegs"
  2173.     sell(1) of "Studded body"
  2174.     sell(1) of "Studded chaps"
  2175. }
  2176. shop("Lowe's Archery Emporium") {
  2177.     operated by ""
  2178.  
  2179.     sell(2000) of "Bronze arrow"
  2180.     sell(1500) of "Iron arrow"
  2181.     sell(1000) of "Steel arrow"
  2182.     sell(800) of "Mithril arrow"
  2183.     sell(600) of "Adamant arrow"
  2184.     sell(1500) of "Bolts"
  2185.     sell(4) of "Shortbow"
  2186.     sell(4) of "Longbow"
  2187.     sell(3) of "Oak shortbow"
  2188.     sell(3) of "Oak longbow"
  2189.     sell(2) of "Willow shortbow"
  2190.     sell(2) of "Willow longbow"
  2191.     sell(1) of "Maple shortbow"
  2192.     sell(1) of "Maple longbow"
  2193.     sell(2) of "Crossbow"
  2194. }
  2195. shop("Thessalia's Fine Clothes") {
  2196.     operated by ""
  2197.  
  2198.     sell(3) of "White apron"
  2199.     sell(12) of "Leather body"
  2200.     sell(10) of "Leather gloves"
  2201.     sell(10) of "Leather boots"
  2202.     sell(1) of "Brown apron"
  2203.     sell(5) of "Pink skirt"
  2204.     sell(3) of "Black skirt"
  2205.     sell(2) of "Blue skirt"
  2206.     sell(4) of "Cape"
  2207.     sell(5) of "Silk"
  2208.     sell(3) of "Priest gown"
  2209.     sell(3) of "Priest gown"(428)
  2210. }
  2211. shop("Varrock Swordshop") {
  2212.     operated by ""
  2213.  
  2214.     sell(5) of "Bronze sword"
  2215.     sell(4) of "Iron sword"
  2216.     sell(4) of "Steel sword"
  2217.     sell(3) of "Black sword"
  2218.     sell(3) of "Mithril sword"
  2219.     sell(2) of "Adamant sword"
  2220.     sell(4) of "Bronze longsword"
  2221.     sell(3) of "Iron longsword"
  2222.     sell(3) of "Steel longsword"
  2223.     sell(2) of "Black longsword"
  2224.     sell(2) of "Mithril longsword"
  2225.     sell(1) of "Adamant longsword"
  2226.     sell(10) of "Bronze dagger"
  2227.     sell(6) of "Iron dagger"
  2228.     sell(5) of "Steel dagger"
  2229.     sell(4) of "Black dagger"
  2230.     sell(3) of "Mithril dagger"
  2231.     sell(2) of "Adamant dagger"
  2232. }
  2233. shop("Zaff's Superior Staffs!") {
  2234.     operated by ""
  2235.  
  2236.     sell(5) of "Battlestaff"
  2237.     sell(5) of "Staff"
  2238.     sell(5) of "Magic staff"
  2239.     sell(2) of "Staff of air"
  2240.     sell(2) of "Staff of water"
  2241.     sell(2) of "Staff of earth"
  2242.     sell(2) of "Staff of fire"
  2243. }
  2244. shop("Ye Olde Tea Shoppe") {
  2245.     operated by ""
  2246.  
  2247.     sell(20) of "Cup of tea"
  2248. }
  2249. shop("Aurel's Supplies") {
  2250.     operated by ""
  2251.  
  2252.     sell(10) of "Bronze axe"
  2253.     sell(10) of "Tinderbox"
  2254.     sell(10) of "Thin snail"
  2255.     sell(10) of "Raw mackerel"
  2256. }
  2257. shop("General Store") {
  2258.     operated by ""
  2259.  
  2260.     sell(10) of "Needle"
  2261.     sell(50) of "Thread"
  2262.     sell(5) of "Pot"
  2263.     sell(3) of "Bucket"
  2264.     sell(2) of "Jug"
  2265.     sell(3) of "Tinderbox"
  2266.     sell(2) of "Chisel"
  2267.     sell(5) of "Hammer"
  2268.     sell(10) of "Sample bottle"
  2269.     sell(2) of "Knife"
  2270. }
  2271. shop("Barker's Haberdashery") {
  2272.     operated by ""
  2273.  
  2274.     sell(5) of "Boots"(2894)
  2275.     sell(5) of "Robe top"(2896)
  2276.     sell(5) of "Robe bottoms"(2898)
  2277.     sell(5) of "Hat"(2900)
  2278.     sell(5) of "Gloves"
  2279.     sell(5) of "Boots"(2904)
  2280.     sell(5) of "Robe top"(2906)
  2281.     sell(5) of "Robe bottoms"(2908)
  2282.     sell(5) of "Hat"(2910)
  2283.     sell(5) of "Gloves"(2912)
  2284.     sell(5) of "Boots"(2914)
  2285.     sell(5) of "Robe top"(2916)
  2286.     sell(5) of "Robe bottoms"(2918)
  2287.     sell(5) of "Hat"(2920)
  2288.     sell(5) of "Gloves"(2922)
  2289.     sell(5) of "Boots"(2924)
  2290.     sell(5) of "Robe top"(2926)
  2291.     sell(5) of "Robe bottoms"(2928)
  2292.     sell(5) of "Hat"(2930)
  2293.     sell(5) of "Gloves"(2932)
  2294.     sell(5) of "Boots"(2934)
  2295.     sell(5) of "Robe top"(2936)
  2296.     sell(5) of "Robe bottoms"(2938)
  2297.     sell(5) of "Hat"(2940)
  2298.     sell(5) of "Gloves"(2942)
  2299.     sell(5) of "Cape"
  2300.     sell(5) of "Cape"(1019)
  2301.     sell(5) of "Cape"(1021)
  2302.     sell(5) of "Cape"(1023)
  2303.     sell(5) of "Cape"(1027)
  2304. }
  2305. shop("Rufus' Meat Emporium") {
  2306.     operated by ""
  2307.  
  2308.     sell(10) of "Raw beef"
  2309.     sell(10) of "Raw chicken"
  2310.     sell(10) of "Raw rat meat"
  2311.     sell(10) of "Raw bear meat"
  2312.     sell(5) of "Raw trout"
  2313.     sell(5) of "Raw pike"
  2314.     sell(5) of "Raw salmon"
  2315.     sell(1) of "Raw shark"
  2316. }
  2317. shop("Trader Sven's Black Market Goods") {
  2318.     operated by ""
  2319.  
  2320. }
  2321. shop("Razmire General Store") {
  2322.     operated by ""
  2323.  
  2324.     sell(5) of "Pot"
  2325.     sell(2) of "Jug"
  2326.     sell(2) of "Shears"
  2327.     sell(3) of "Bucket"
  2328.     sell(2) of "Bowl"
  2329.     sell(2) of "Cake tin"
  2330.     sell(3) of "Tinderbox"
  2331.     sell(2) of "Chisel"
  2332.     sell(5) of "Hammer"
  2333.     sell(150) of "Olive oil(4)"
  2334.     sell(100) of "Vial of water"
  2335.     sell(100) of "Pot of flour"
  2336.     sell(3) of "Flamtaer hammer"
  2337. }
  2338. shop("Razmire Builders' Merchants") {
  2339.     operated by ""
  2340.  
  2341.     sell(1000) of "Limestone"
  2342.     sell(1000) of "Limestone brick"
  2343.     sell(1000) of "Swamp paste"
  2344.     sell(10) of "Plank"
  2345. }
  2346. shop("Port Phasmatys General Store") {
  2347.     operated by ""
  2348.  
  2349.     sell(100) of "Pot"
  2350.     sell(100) of "Bucket"
  2351.     sell(10) of "Shears"
  2352.     sell(10) of "Jug"
  2353.     sell(10) of "Tinderbox"
  2354.     sell(10) of "Chisel"
  2355.     sell(10) of "Hammer"
  2356. }
  2357. shop("Ak-Haranu's Exotic Shop") {
  2358.     operated by ""
  2359.  
  2360.     sell(500) of "Bolt rack"
  2361. }
  2362. shop("Alice's Farming Shop") {
  2363.     operated by ""
  2364.  
  2365.     sell(500) of "Rake"
  2366.     sell(500) of "Seed dibber"
  2367.     sell(500) of "Secateurs"
  2368.     sell(500) of "Spade"
  2369.     sell(500) of "Gardening trowel"
  2370.     sell(500) of "Watering can"
  2371.     sell(500) of "Plant pot"(5356)
  2372.     sell(500) of "Compost"
  2373.     sell(500) of "Empty sack"
  2374.     sell(500) of "Basket"
  2375.     sell(0) of "Potato"
  2376.     sell(0) of "Onion"
  2377.     sell(0) of "Cabbage"
  2378.     sell(0) of "Tomato"
  2379.     sell(0) of "Sweetcorn"
  2380.     sell(0) of "Strawberry"
  2381.     sell(0) of "Watermelon"
  2382.     sell(0) of "Hammerstone hops"
  2383.     sell(0) of "Asgarnian hops"
  2384.     sell(0) of "Yanillian hops"
  2385.     sell(0) of "Krandorian hops"
  2386.     sell(0) of "Wildblood hops"
  2387.     sell(0) of "Jute fibre"
  2388.     sell(0) of "Barley"
  2389.     sell(100) of "Plant cure"
  2390. }
  2391. shop("Lletya General Store") {
  2392.     operated by ""
  2393.  
  2394.     sell(3) of "Pot"
  2395.     sell(2) of "Jug"
  2396.     sell(2) of "Shears"
  2397.     sell(3) of "Bucket"
  2398.     sell(3) of "Tinderbox"
  2399.     sell(2) of "Chisel"
  2400.     sell(5) of "Hammer"
  2401.     sell(5) of "Spade"
  2402.     sell(4) of "Knife"
  2403. }
  2404. shop("Lletya Archery Shop") {
  2405.     operated by ""
  2406.  
  2407.     sell(2000) of "Iron arrow"
  2408.     sell(500) of "Steel arrow"
  2409.     sell(500) of "Mithril arrow"
  2410.     sell(450) of "Adamant arrow"
  2411.     sell(400) of "Rune arrow"
  2412.     sell(1500) of "Bolts"
  2413.     sell(5) of "Oak shortbow"
  2414.     sell(5) of "Oak longbow"
  2415.     sell(5) of "Crossbow"
  2416.     sell(5) of "Willow shortbow"
  2417.     sell(5) of "Willow longbow"
  2418. }
  2419. shop("Lletya Food Store") {
  2420.     operated by ""
  2421.  
  2422.     sell(10) of "Bread"
  2423.     sell(15) of "Lobster"
  2424.     sell(3) of "Jug of wine"
  2425.     sell(10) of "Cheese"
  2426.     sell(5) of "Cake"
  2427. }
  2428. shop("Lletya Seamstress") {
  2429.     operated by ""
  2430.  
  2431.     sell(8) of "Thread"
  2432.     sell(3) of "Needle"
  2433.     sell(5) of "Ball of wool"
  2434.     sell(10) of "Red dye"
  2435.     sell(10) of "Yellow dye"
  2436.     sell(10) of "Blue dye"
  2437.     sell(10) of "Orange dye"
  2438.     sell(10) of "Green dye"
  2439.     sell(10) of "Purple dye"
  2440. }
  2441. shop("Quartermaster's Stores") {
  2442.     operated by ""
  2443.  
  2444.     sell(5) of "Pot"
  2445.     sell(2) of "Jug"
  2446.     sell(3) of "Shears"
  2447.     sell(3) of "Tinderbox"
  2448.     sell(10) of "Bread"
  2449.     sell(10) of "Bronze halberd"
  2450.     sell(10) of "Iron halberd"
  2451.     sell(10) of "Steel halberd"
  2452.     sell(10) of "Black halberd"
  2453.     sell(7) of "Mithril halberd"
  2454.     sell(7) of "Adamant halberd"
  2455.     sell(7) of "Rune halberd"
  2456.     sell(5) of "Dragon halberd"
  2457. }
  2458. shop("Armour Store") {
  2459.     operated by ""
  2460.  
  2461.     sell(0) of "Rune med helm"
  2462.     sell(0) of "Rune full helm"
  2463.     sell(0) of "Rune platebody"
  2464.     sell(0) of "Rune plateskirt"
  2465.     sell(0) of "Rune sq shield"
  2466.     sell(0) of "Rune kiteshield"
  2467.     sell(0) of "Rune chainbody"
  2468.     sell(0) of "Rune platelegs"
  2469.     sell(0) of "Adamant med helm"
  2470.     sell(0) of "Adamant full helm"
  2471.     sell(0) of "Adamant platebody"
  2472.     sell(0) of "Adamant plateskirt"
  2473.     sell(0) of "Adamant sq shield"
  2474.     sell(0) of "Adamant kiteshield"
  2475.     sell(0) of "Adamant chainbody"
  2476.     sell(0) of "Adamant platelegs"
  2477.     sell(0) of "Mithril med helm"
  2478.     sell(0) of "Mithril full helm"
  2479.     sell(0) of "Mithril platebody"
  2480.     sell(0) of "Mithril plateskirt"
  2481.     sell(0) of "Mithril sq shield"
  2482.     sell(0) of "Mithril kiteshield"
  2483.     sell(0) of "Mithril chainbody"
  2484.     sell(0) of "Mithril platelegs"
  2485. }
  2486. shop("Carefree Crafting Stall") {
  2487.     operated by ""
  2488.  
  2489.     sell(2) of "Chisel"
  2490.     sell(4) of "Ring mould"
  2491.     sell(2) of "Necklace mould"
  2492.     sell(3) of "Needle"
  2493.     sell(100) of "Thread"
  2494.     sell(100) of "Ball of wool"
  2495. }
  2496. shop("Crossbow Shop") {
  2497.     operated by ""
  2498.  
  2499. }
  2500. shop("Green Gemstone Gems") {
  2501.     operated by ""
  2502.  
  2503.     sell(3) of "Sapphire"
  2504.     sell(1) of "Emerald"
  2505.     sell(1) of "Ruby"
  2506.     sell(0) of "Diamond"
  2507. }
  2508. shop("Keldagrim's Best Bread") {
  2509.     operated by ""
  2510.  
  2511.     sell(10) of "Bread"
  2512.     sell(3) of "Cake"
  2513.     sell(8) of "Chocolate slice"
  2514. }
  2515. shop("Kjut's Kebabs") {
  2516.     operated by ""
  2517.  
  2518. }
  2519. shop("Ore Seller") {
  2520.     operated by ""
  2521.  
  2522.     sell(100) of "Copper ore"
  2523.     sell(100) of "Tin ore"
  2524.     sell(100) of "Iron ore"
  2525.     sell(100) of "Mithril ore"
  2526.     sell(100) of "Silver ore"
  2527.     sell(100) of "Gold ore"
  2528.     sell(100) of "Coal"
  2529. }
  2530. shop("Pickaxe-Is-Mine") {
  2531.     operated by ""
  2532.  
  2533.     sell(6) of "Bronze pickaxe"
  2534.     sell(4) of "Steel pickaxe"
  2535.     sell(3) of "Mithril pickaxe"
  2536.     sell(2) of "Adamant pickaxe"
  2537.     sell(1) of "Rune pickaxe"
  2538. }
  2539. shop("Silver Cog Silver stall") {
  2540.     operated by ""
  2541.  
  2542.     sell(2) of "Unstrung symbol"
  2543.     sell(1) of "Silver ore"
  2544.     sell(1) of "Silver bar"
  2545. }
  2546. shop("Vermundi's Clothes Stall") {
  2547.     operated by ""
  2548.  
  2549.     sell(3) of "Trousers"
  2550.     sell(3) of "Woven top"
  2551.     sell(3) of "Shirt"
  2552.     sell(3) of "Skirt"
  2553.     sell(3) of "Shorts"
  2554.     sell(5) of "Silk"
  2555. }
  2556. shop("Gunslik's Assorted Items") {
  2557.     operated by ""
  2558.  
  2559.     sell(2) of "Jug"
  2560.     sell(2) of "Bucket"
  2561.     sell(2) of "Tinderbox"
  2562.     sell(2) of "Chisel"
  2563.     sell(5) of "Hammer"
  2564.     sell(10) of "Candle"
  2565.     sell(10) of "Torch"(596)
  2566.     sell(50) of "Charcoal"
  2567.     sell(10) of "Leather gloves"
  2568.     sell(10) of "Vial"
  2569.     sell(3) of "Pestle and mortar"
  2570.     sell(10) of "Rope"
  2571. }
  2572. shop("Agmundi Quality Clothes") {
  2573.     operated by ""
  2574.  
  2575.     sell(3) of "Shirt"(5032)
  2576.     sell(3) of "Shirt"(5034)
  2577.     sell(3) of "Woven top"(5026)
  2578.     sell(3) of "Woven top"(5028)
  2579.     sell(3) of "Skirt"(5050)
  2580.     sell(3) of "Skirt"(5052)
  2581.     sell(3) of "Trousers"(5038)
  2582.     sell(3) of "Trousers"(5040)
  2583.     sell(3) of "Shorts"(5044)
  2584.     sell(3) of "Shorts"(5046)
  2585. }
  2586. shop("Keldagrim Stonemason") {
  2587.     operated by ""
  2588.  
  2589.     sell(1000) of "Limestone brick"
  2590.     sell(20) of "Gold leaf"
  2591.     sell(10) of "Magic stone"
  2592. }
  2593. shop("Quality Armour Shop") {
  2594.     operated by ""
  2595.  
  2596.     sell(3) of "Steel chainbody"
  2597.     sell(1) of "Mithril chainbody"
  2598.     sell(1) of "Black chainbody"
  2599.     sell(1) of "Adamant chainbody"
  2600.     sell(3) of "Steel med helm"
  2601.     sell(1) of "Mithril med helm"
  2602.     sell(1) of "Adamant med helm"
  2603.     sell(0) of "Steel sq shield"
  2604.     sell(0) of "Black kiteshield"
  2605. }
  2606. shop("Quality Weapons Shop") {
  2607.     operated by ""
  2608.  
  2609.     sell(10) of "Steel battleaxe"
  2610.     sell(10) of "Mithril battleaxe"
  2611.     sell(10) of "Mithril sword"
  2612.     sell(10) of "Adamant sword"
  2613.     sell(10) of "Steel scimitar"
  2614.     sell(10) of "Black longsword"
  2615.     sell(10) of "Rune longsword"
  2616.     sell(10) of "Maple shortbow"
  2617.     sell(10) of "Maple longbow"
  2618.     sell(100) of "Mithril arrow"
  2619.     sell(100) of "Adamant arrow"
  2620. }
  2621. shop("Vigr's Warhammers") {
  2622.     operated by ""
  2623.  
  2624.     sell(5) of "Bronze warhammer"
  2625.     sell(4) of "Iron warhammer"
  2626.     sell(3) of "Steel warhammer"
  2627.     sell(3) of "Black warhammer"
  2628.     sell(2) of "Mithril warhammer"
  2629.     sell(1) of "Addy warhammer"
  2630. }
  2631. shop("Leprechaun Larry's Farming Supplies") {
  2632.     operated by ""
  2633.  
  2634.     sell(6) of "Rake"
  2635.     sell(4) of "Seed dibber"
  2636.     sell(1) of "Secateurs"
  2637.     sell(3) of "Spade"
  2638.     sell(2) of "Gardening trowel"
  2639.     sell(2) of "Watering can"
  2640.     sell(2) of "Bucket"
  2641.     sell(5) of "Plant cure"
  2642.     sell(10) of "Cocktail glass"
  2643.     sell(3) of "Rock"(1480)
  2644. }
  2645. shop("Filamina's Wares") {
  2646.     operated by ""
  2647.  
  2648.     sell(5) of "Staff"
  2649.     sell(5) of "Magic staff"
  2650.     sell(2) of "Staff of air"
  2651.     sell(2) of "Staff of water"
  2652.     sell(2) of "Staff of earth"
  2653.     sell(2) of "Staff of fire"
  2654. }
  2655. shop("Regath's Wares") {
  2656.     operated by ""
  2657.  
  2658.     sell(30) of "Vial of water"
  2659.     sell(10) of "Rope"
  2660.     sell(500) of "Fire rune"
  2661.     sell(500) of "Water rune"
  2662.     sell(500) of "Air rune"
  2663.     sell(500) of "Earth rune"
  2664.     sell(300) of "Mind rune"
  2665.     sell(300) of "Body rune"
  2666.     sell(50) of "Blood rune"
  2667.     sell(50) of "Soul rune"
  2668.     sell(1) of "Wizard hat"
  2669.     sell(1) of "Wizard hat"(1017)
  2670.     sell(300) of "Eye of newt"
  2671. }
  2672. shop("Thyria's Wares") {
  2673.     operated by ""
  2674.  
  2675.     sell(5000) of "Fire rune"
  2676.     sell(5000) of "Water rune"
  2677.     sell(5000) of "Air rune"
  2678.     sell(5000) of "Earth rune"
  2679.     sell(5000) of "Mind rune"
  2680.     sell(5000) of "Body rune"
  2681.     sell(250) of "Chaos rune"
  2682.     sell(150) of "Death rune"
  2683. }
  2684. shop("The Golden Field") {
  2685.     operated by ""
  2686.  
  2687.     sell(10) of "Beer"
  2688.     sell(10) of "Cider"
  2689.     sell(5) of "Jug of wine"
  2690.     sell(5) of "Cup of tea"
  2691. }
  2692. shop("The Haymaker's Arms") {
  2693.     operated by ""
  2694.  
  2695.     sell(10) of "Beer"
  2696.     sell(10) of "Cider"
  2697.     sell(5) of "Jug of wine"
  2698.     sell(5) of "Cup of tea"
  2699. }
  2700. shop("Little Shop of Horace") {
  2701.     operated by ""
  2702.  
  2703.     sell(60) of "Vial of water"
  2704.     sell(30) of "Pot"
  2705.     sell(5) of "Jug"
  2706.     sell(5) of "Bucket"
  2707.     sell(5) of "Bowl"
  2708.     sell(1) of "Machete"
  2709.     sell(2) of "Shears"
  2710.     sell(30) of "Rope"
  2711.     sell(2) of "Tinderbox"
  2712.     sell(5) of "Spade"
  2713.     sell(30) of "Ball of wool"
  2714.     sell(2) of "Chisel"
  2715.     sell(5) of "Hammer"
  2716.     sell(2) of "Needle"
  2717.     sell(40) of "Thread"
  2718. }
  2719. shop("Logava Gricoller's Cooking Supplies") {
  2720.     operated by ""
  2721.  
  2722.     sell(5) of "Pie dish"
  2723.     sell(2) of "Cake tin"
  2724.     sell(2) of "Bowl"
  2725.     sell(3) of "Tinderbox"
  2726.     sell(3) of "Jug"
  2727.     sell(12) of "Pot"
  2728.     sell(3) of "Empty cup"
  2729.     sell(3) of "Knife"
  2730.     sell(30) of "Ball of wool"
  2731.     sell(5) of "Potato"
  2732.     sell(2) of "Cooking apple"
  2733.     sell(2) of "Bread"
  2734.     sell(1) of "Chocolate bar"
  2735.     sell(3) of "Cheese"
  2736.     sell(8) of "Pot of flour"
  2737. }
  2738. shop("Perry's Chop-chop Shop") {
  2739.     operated by ""
  2740.  
  2741.     sell(4) of "Bronze axe"
  2742.     sell(3) of "Iron axe"
  2743.     sell(2) of "Steel axe"
  2744.     sell(1) of "Mithril axe"
  2745.     sell(1) of "Adamant axe"
  2746.     sell(1) of "Rune axe"
  2747.     sell(2) of "Tinderbox"
  2748. }
  2749. shop("Vannah's Farm Store") {
  2750.     operated by ""
  2751.  
  2752.     sell(5) of "Rake"
  2753.     sell(5) of "Seed dibber"
  2754.     sell(5) of "Secateurs"
  2755.     sell(5) of "Spade"
  2756.     sell(5) of "Gardening trowel"
  2757.     sell(5) of "Watering can"
  2758.     sell(100) of "Plant pot"(5354)
  2759.     sell(100) of "Compost"
  2760.     sell(100) of "Bucket"
  2761.     sell(100) of "Empty sack"
  2762.     sell(100) of "Basket"
  2763.     sell(40) of "Plant cure"
  2764. }
  2765. shop("The Deeper Lode") {
  2766.     operated by ""
  2767.  
  2768.     sell(10) of "Beer"
  2769.     sell(1) of "Dwarven stout"
  2770.     sell(3) of "Dragon bitter"
  2771.     sell(2) of "Kebab"
  2772.     sell(0) of "Beer glass"
  2773. }
  2774. shop("Little Munty's Little Shop") {
  2775.     operated by ""
  2776.  
  2777.     sell(20) of "Bronze pickaxe"
  2778.     sell(50000) of "Pot"
  2779.     sell(5) of "Jug"
  2780.     sell(5) of "Bucket"
  2781.     sell(5) of "Bowl"
  2782.     sell(2) of "Tinderbox"
  2783.     sell(30) of "Ball of wool"
  2784.     sell(2) of "Chisel"
  2785.     sell(5) of "Hammer"
  2786. }
  2787. shop("Toothy's Pickaxes") {
  2788.     operated by ""
  2789.  
  2790.     sell(5) of "Bronze pickaxe"
  2791.     sell(3) of "Iron pickaxe"
  2792.     sell(3) of "Steel pickaxe"
  2793.     sell(2) of "Mithril pickaxe"
  2794.     sell(1) of "Adamant pickaxe"
  2795.     sell(1) of "Rune pickaxe"
  2796.     sell(50000) of "Pot"
  2797. }
  2798. shop("Thirus Urkar's Fine Dynamite Store") {
  2799.     operated by ""
  2800.  
  2801.     sell(2) of "Tinderbox"
  2802. }
  2803. shop("Frankie's Fishing Emporium") {
  2804.     operated by ""
  2805.  
  2806.     sell(50) of "Raw shrimps"
  2807.     sell(50) of "Raw sardine"
  2808.     sell(25) of "Raw herring"
  2809.     sell(25) of "Raw mackerel"
  2810.     sell(0) of "Raw cod"
  2811.     sell(0) of "Raw anchovies"
  2812.     sell(0) of "Raw tuna"
  2813.     sell(0) of "Raw lobster"
  2814.     sell(0) of "Raw bass"
  2815.     sell(0) of "Raw swordfish"
  2816.     sell(0) of "Raw shark"
  2817. }
  2818. shop("Kenelme's Wares") {
  2819.     operated by ""
  2820.  
  2821.     sell(3) of "Pot of flour"
  2822.     sell(1) of "Raw beef"
  2823.     sell(3) of "Cabbage"
  2824.     sell(3) of "Banana"
  2825.     sell(1) of "Redberries"
  2826.     sell(0) of "Bread"
  2827.     sell(1) of "Chocolate bar"
  2828.     sell(3) of "Cheese"
  2829.     sell(3) of "Tomato"
  2830.     sell(1) of "Potato"
  2831. }
  2832. shop("Leenz's General Supplies") {
  2833.     operated by ""
  2834.  
  2835.     sell(50000) of "Pot"
  2836.     sell(5) of "Jug"
  2837.     sell(5) of "Bucket"
  2838.     sell(5) of "Bowl"
  2839.     sell(2) of "Tinderbox"
  2840.     sell(5) of "Hammer"
  2841.     sell(500) of "Bronze nails"
  2842.     sell(500) of "Iron nails"
  2843. }
  2844. shop("Tynan's Fishing Supplies") {
  2845.     operated by ""
  2846.  
  2847.     sell(1000) of "Bucket"
  2848.     sell(5) of "Small fishing net"
  2849.     sell(5) of "Big fishing net"
  2850.     sell(5) of "Fishing rod"
  2851.     sell(2) of "Harpoon"
  2852.     sell(2) of "Lobster pot"
  2853.     sell(1200) of "Fishing bait"
  2854. }
  2855. shop("Warrens Fish Monger") {
  2856.     operated by ""
  2857.  
  2858.     sell(5) of "Small fishing net"
  2859.     sell(5) of "Fishing rod"
  2860.     sell(5) of "Fly fishing rod"
  2861.     sell(2) of "Harpoon"
  2862.     sell(2) of "Lobster pot"
  2863.     sell(1500) of "Fishing bait"
  2864.     sell(1000) of "Feather"
  2865.     sell(0) of "Raw shrimps"
  2866.     sell(200) of "Raw sardine"
  2867.     sell(0) of "Raw herring"
  2868.     sell(0) of "Raw anchovies"
  2869.     sell(0) of "Raw trout"
  2870.     sell(0) of "Raw pike"
  2871.     sell(0) of "Raw salmon"
  2872.     sell(0) of "Raw tuna"
  2873.     sell(0) of "Raw lobster"
  2874.     sell(0) of "Raw swordfish"
  2875. }
  2876. shop("Warrens General Store") {
  2877.     operated by ""
  2878.  
  2879.     sell(3) of "Pot"
  2880.     sell(2) of "Jug"
  2881.     sell(2) of "Shears"
  2882.     sell(2) of "Bucket"
  2883.     sell(2) of "Bowl"
  2884.     sell(2) of "Tinderbox"
  2885.     sell(2) of "Chisel"
  2886.     sell(5) of "Hammer"
  2887.     sell(5) of "Spade"
  2888.     sell(4) of "Knife"
  2889. }
  2890. shop("Briget's Weapons") {
  2891.     operated by ""
  2892.  
  2893.     sell(5) of "Iron battleaxe"
  2894.     sell(2) of "Steel battleaxe"
  2895.     sell(1) of "Mithril battleaxe"
  2896.     sell(5) of "Bronze sword"
  2897.     sell(4) of "Iron sword"
  2898.     sell(4) of "Steel sword"
  2899.     sell(3) of "Black sword"
  2900.     sell(3) of "Mithril sword"
  2901.     sell(2) of "Adamant sword"
  2902.     sell(4) of "Bronze longsword"
  2903.     sell(3) of "Iron longsword"
  2904.     sell(3) of "Steel longsword"
  2905.     sell(2) of "Black longsword"
  2906.     sell(2) of "Mithril longsword"
  2907.     sell(1) of "Adamant longsword"
  2908.     sell(10) of "Bronze dagger"
  2909.     sell(6) of "Iron dagger"
  2910.     sell(5) of "Steel dagger"
  2911.     sell(4) of "Black dagger"
  2912.     sell(3) of "Mithril dagger"
  2913.     sell(2) of "Adamant dagger"
  2914.     sell(5) of "Bronze mace"
  2915.     sell(4) of "Iron mace"
  2916.     sell(4) of "Steel mace"
  2917.     sell(3) of "Mithril mace"
  2918.     sell(2) of "Adamant mace"
  2919.     sell(4) of "Bronze 2h sword"
  2920.     sell(3) of "Iron 2h sword"
  2921.     sell(2) of "Steel 2h sword"
  2922.     sell(1) of "Black 2h sword"
  2923.     sell(1) of "Mithril 2h sword"
  2924.     sell(1) of "Adamant 2h sword"
  2925.     sell(5) of "Bronze scimitar"
  2926.     sell(4) of "Iron scimitar"
  2927.     sell(4) of "Steel scimitar"
  2928.     sell(3) of "Black scimitar"
  2929.     sell(3) of "Mithril scimitar"
  2930. }
  2931. shop("Briget's Armour") {
  2932.     operated by ""
  2933.  
  2934.     sell(5) of "Bronze chainbody"
  2935.     sell(3) of "Iron chainbody"
  2936.     sell(3) of "Steel chainbody"
  2937.     sell(3) of "Bronze platelegs"
  2938.     sell(2) of "Iron platelegs"
  2939.     sell(2) of "Steel platelegs"
  2940.     sell(3) of "Bronze plateskirt"
  2941.     sell(2) of "Iron plateskirt"
  2942.     sell(2) of "Steel plateskirt"
  2943.     sell(5) of "Bronze med helm"
  2944.     sell(3) of "Iron med helm"
  2945.     sell(3) of "Steel med helm"
  2946. }
  2947. shop("Jennifer's General Field Supplies") {
  2948.     operated by ""
  2949.  
  2950.     sell(5) of "Pot"
  2951.     sell(2) of "Jug"
  2952.     sell(2) of "Shears"
  2953.     sell(3) of "Bucket"
  2954.     sell(2) of "Bowl"
  2955.     sell(2) of "Cake tin"
  2956.     sell(2) of "Tinderbox"
  2957.     sell(2) of "Chisel"
  2958.     sell(10) of "Bronze axe"
  2959.     sell(25) of "Field ration"
  2960. }
  2961. shop("Ifaba's General Store") {
  2962.     operated by ""
  2963.  
  2964.     sell(3) of "Pot"
  2965.     sell(2) of "Jug"
  2966.     sell(8) of "Rope"
  2967.     sell(2) of "Bucket"
  2968.     sell(2) of "Tinderbox"
  2969.     sell(5) of "Hammer"
  2970. }
  2971. shop("Daga's Scimitar Smithy") {
  2972.     operated by ""
  2973.  
  2974.     sell(10) of "Bronze scimitar"
  2975.     sell(10) of "Iron scimitar"
  2976.     sell(8) of "Steel scimitar"
  2977.     sell(6) of "Mithril scimitar"
  2978.     sell(4) of "Dragon scimitar"
  2979. }
  2980. shop("Hamab's Crafting Emporium") {
  2981.     operated by ""
  2982.  
  2983.     sell(10) of "Chisel"
  2984.     sell(10) of "Ring mould"
  2985.     sell(10) of "Necklace mould"
  2986.     sell(10) of "M'amulet mould"
  2987.     sell(10) of "Needle"
  2988.     sell(100) of "Thread"
  2989.     sell(100) of "Ball of wool"
  2990. }
  2991. shop("Oobapohk's Javelin Store") {
  2992.     operated by ""
  2993.  
  2994.     sell(500) of "Bronze javelin"
  2995.     sell(500) of "Iron javelin"
  2996.     sell(500) of "Steel javelin"
  2997.     sell(500) of "Mithril javelin"
  2998.     sell(500) of "Adamant javelin"
  2999.     sell(500) of "Rune javelin"
  3000. }
  3001. shop("Solihib's Food Stall") {
  3002.     operated by ""
  3003.  
  3004.     sell(200) of "Monkey nuts"
  3005.     sell(1000) of "Banana"
  3006.     sell(10) of "Banana stew"
  3007.     sell(20) of "Monkey bar"
  3008. }
  3009. shop("Magic Stall") {
  3010.     operated by ""
  3011.  
  3012.     sell(1000) of "Fire rune"
  3013.     sell(1000) of "Water rune"
  3014.     sell(1000) of "Air rune"
  3015.     sell(1000) of "Earth rune"
  3016.     sell(250) of "Law rune"
  3017.     sell(10) of "Eye of gnome"
  3018.     sell(10) of "Monkey dentures"
  3019.     sell(10) of "Monkey talisman"
  3020. }
  3021. shop("Fossil Island General Store") {
  3022.     operated by ""
  3023.  
  3024.     sell(5) of "Pot"
  3025.     sell(2) of "Jug"
  3026.     sell(3) of "Bucket"
  3027.     sell(2) of "Bowl"
  3028.     sell(2) of "Cake tin"
  3029.     sell(2) of "Tinderbox"
  3030.     sell(2) of "Chisel"
  3031.     sell(5) of "Hammer"
  3032.     sell(5) of "Rope"
  3033. }
  3034. shop("Petrified Pete's Ore Shop") {
  3035.     operated by ""
  3036.  
  3037. }
  3038. shop("Mairin's Market") {
  3039.     operated by ""
  3040.  
  3041. }
  3042. shop("Dodgy Mike's Second-hand Clothing") {
  3043.     operated by ""
  3044.  
  3045.     sell(15) of "Pirate boots"
  3046.     sell(10) of "Stripy pirate shirt"
  3047.     sell(20) of "Pirate bandanna"
  3048.     sell(10) of "Pirate leggings"
  3049.     sell(10) of "Stripy pirate shirt"(7122)
  3050.     sell(20) of "Pirate bandanna"(7124)
  3051.     sell(10) of "Pirate leggings"(7126)
  3052.     sell(10) of "Stripy pirate shirt"(7128)
  3053.     sell(20) of "Pirate bandanna"(7130)
  3054.     sell(10) of "Pirate leggings"(7132)
  3055.     sell(10) of "Stripy pirate shirt"(7134)
  3056.     sell(20) of "Pirate bandanna"(7136)
  3057.     sell(10) of "Pirate leggings"(7138)
  3058. }
  3059. shop("Smithing Smith's Shop") {
  3060.     operated by ""
  3061.  
  3062.     sell(5) of "Bronze scimitar"
  3063.     sell(3) of "Iron scimitar"
  3064.     sell(2) of "Steel scimitar"
  3065.     sell(1) of "Mithril scimitar"
  3066.     sell(5) of "Hammer"
  3067. }
  3068. shop("Two Feet Charley's Fish Shop") {
  3069.     operated by ""
  3070.  
  3071.     sell(10) of "Raw shrimps"
  3072.     sell(10) of "Raw sardine"
  3073.     sell(7) of "Raw herring"
  3074.     sell(7) of "Raw mackerel"
  3075.     sell(6) of "Raw cod"
  3076.     sell(5) of "Raw anchovies"
  3077.     sell(4) of "Raw tuna"
  3078.     sell(2) of "Raw lobster"
  3079.     sell(2) of "Raw bass"
  3080.     sell(1) of "Raw swordfish"
  3081. }
  3082. shop("The Other Inn") {
  3083.     operated by ""
  3084.  
  3085.     sell(3) of "Beer"
  3086.     sell(3) of "Braindeath 'rum'"
  3087.     sell(1) of "Jug of wine"
  3088.     sell(5) of "Stew"
  3089. }
  3090. shop("Harpoon Joe's House of 'Rum'") {
  3091.     operated by ""
  3092.  
  3093.     sell(3) of "Beer"
  3094.     sell(3) of "Braindeath 'rum'"
  3095.     sell(1) of "Jug of wine"
  3096.     sell(5) of "Stew"
  3097. }
  3098. shop("Void Knight General Store") {
  3099.     operated by ""
  3100.  
  3101.     sell(2) of "Pot"
  3102.     sell(2) of "Jug"
  3103.     sell(2) of "Shears"
  3104.     sell(3) of "Bucket"
  3105.     sell(2) of "Bowl"
  3106.     sell(2) of "Cake tin"
  3107.     sell(2) of "Tinderbox"
  3108.     sell(2) of "Chisel"
  3109.     sell(5) of "Hammer"
  3110.     sell(10) of "Bronze axe"
  3111.     sell(25) of "Field ration"
  3112. }
  3113. shop("Void Knight Archery Store") {
  3114.     operated by ""
  3115.  
  3116.     sell(10) of "Bronze javelin"
  3117.     sell(10) of "Iron javelin"
  3118.     sell(10) of "Steel javelin"
  3119.     sell(5) of "Mithril javelin"
  3120.     sell(5) of "Adamant javelin"
  3121.     sell(5) of "Rune javelin"
  3122.     sell(10) of "Bronze arrowtips"
  3123.     sell(10) of "Iron arrowtips"
  3124.     sell(10) of "Steel arrowtips"
  3125.     sell(5) of "Mithril arrowtips"
  3126.     sell(5) of "Adamant arrowtips"
  3127.     sell(5) of "Rune arrowtips"
  3128. }
  3129. shop("Void Knight Magic Store") {
  3130.     operated by ""
  3131.  
  3132.     sell(5000) of "Fire rune"
  3133.     sell(5000) of "Water rune"
  3134.     sell(5000) of "Air rune"
  3135.     sell(5000) of "Earth rune"
  3136.     sell(5000) of "Mind rune"
  3137.     sell(5000) of "Body rune"
  3138.     sell(250) of "Chaos rune"
  3139.     sell(250) of "Death rune"
  3140. }
  3141. shop("Bandit Duty Free") {
  3142.     operated by ""
  3143.  
  3144.     sell(5) of "Pot"
  3145.     sell(2) of "Jug"
  3146.     sell(2) of "Tinderbox"
  3147.     sell(2) of "Chisel"
  3148.     sell(5) of "Hammer"
  3149.     sell(5) of "Bronze pickaxe"
  3150.     sell(10) of "Bronze axe"
  3151. }
  3152. shop("Battle Runes") {
  3153.     operated by ""
  3154.  
  3155.     sell(100) of "Fire rune"
  3156.     sell(100) of "Water rune"
  3157.     sell(100) of "Air rune"
  3158.     sell(100) of "Earth rune"
  3159.     sell(100) of "Mind rune"
  3160.     sell(100) of "Body rune"
  3161.     sell(50) of "Chaos rune"
  3162.     sell(50) of "Death rune"
  3163. }
  3164. shop("Darren's Wilderness Cape Shop") {
  3165.     operated by ""
  3166.  
  3167.     sell(100) of "Team-4 cape"
  3168.     sell(100) of "Team-14 cape"
  3169.     sell(100) of "Team-24 cape"
  3170.     sell(100) of "Team-34 cape"
  3171.     sell(100) of "Team-44 cape"
  3172. }
  3173. shop("Edmond's Wilderness Cape Shop") {
  3174.     operated by ""
  3175.  
  3176.     sell(100) of "Team-8 cape"
  3177.     sell(100) of "Team-18 cape"
  3178.     sell(100) of "Team-28 cape"
  3179.     sell(100) of "Team-38 cape"
  3180.     sell(100) of "Team-48 cape"
  3181. }
  3182. shop("Edward's Wilderness Cape Shop") {
  3183.     operated by ""
  3184.  
  3185.     sell(100) of "Team-5 cape"
  3186.     sell(100) of "Team-15 cape"
  3187.     sell(100) of "Team-25 cape"
  3188.     sell(100) of "Team-35 cape"
  3189.     sell(100) of "Team-45 cape"
  3190. }
  3191. shop("Ian's Wilderness Cape Shop") {
  3192.     operated by ""
  3193.  
  3194.     sell(100) of "Team-2 cape"
  3195.     sell(100) of "Team-12 cape"
  3196.     sell(100) of "Team-22 cape"
  3197.     sell(100) of "Team-32 cape"
  3198.     sell(100) of "Team-42 cape"
  3199. }
  3200. shop("Larry's Wilderness Cape Shop") {
  3201.     operated by ""
  3202.  
  3203.     sell(100) of "Team-3 cape"
  3204.     sell(100) of "Team-13 cape"
  3205.     sell(100) of "Team-23 cape"
  3206.     sell(100) of "Team-33 cape"
  3207.     sell(100) of "Team-43 cape"
  3208. }
  3209. shop("Lundail's Arena-side Rune Shop") {
  3210.     operated by ""
  3211.  
  3212.     sell(200) of "Fire rune"
  3213.     sell(200) of "Water rune"
  3214.     sell(200) of "Air rune"
  3215.     sell(200) of "Earth rune"
  3216.     sell(140) of "Mind rune"
  3217.     sell(140) of "Body rune"
  3218.     sell(250) of "Nature rune"
  3219.     sell(250) of "Chaos rune"
  3220.     sell(250) of "Law rune"
  3221.     sell(20) of "Cosmic rune"
  3222.     sell(250) of "Death rune"
  3223. }
  3224. shop("Mage Arena Staffs") {
  3225.     operated by ""
  3226.  
  3227.     sell(5) of "Saradomin staff"
  3228.     sell(5) of "Guthix staff"
  3229.     sell(5) of "Zamorak staff"
  3230. }
  3231. shop("Neil's Wilderness Cape Shop") {
  3232.     operated by ""
  3233.  
  3234.     sell(100) of "Team-7 cape"
  3235.     sell(100) of "Team-17 cape"
  3236.     sell(100) of "Team-27 cape"
  3237.     sell(100) of "Team-37 cape"
  3238.     sell(100) of "Team-47 cape"
  3239. }
  3240. shop("Richard's Wilderness Cape Shop") {
  3241.     operated by ""
  3242.  
  3243.     sell(100) of "Team-6 cape"
  3244.     sell(100) of "Team-16 cape"
  3245.     sell(100) of "Team-26 cape"
  3246.     sell(100) of "Team-36 cape"
  3247.     sell(100) of "Team-46 cape"
  3248. }
  3249. shop("Sam's Wilderness Cape Shop") {
  3250.     operated by ""
  3251.  
  3252.     sell(100) of "Team-10 cape"
  3253.     sell(100) of "Team-20 cape"
  3254.     sell(100) of "Team-30 cape"
  3255.     sell(100) of "Team-40 cape"
  3256.     sell(100) of "Team-50 cape"
  3257. }
  3258. shop("Simon's Wilderness Cape Shop") {
  3259.     operated by ""
  3260.  
  3261.     sell(100) of "Team-9 cape"
  3262.     sell(100) of "Team-19 cape"
  3263.     sell(100) of "Team-29 cape"
  3264.     sell(100) of "Team-39 cape"
  3265.     sell(100) of "Team-49 cape"
  3266. }
  3267. shop("Tony's Pizza Bases") {
  3268.     operated by ""
  3269.  
  3270.     sell(30) of "Pizza base"
  3271. }
  3272. shop("William's Wilderness Cape Shop") {
  3273.     operated by ""
  3274.  
  3275.     sell(100) of "Team-1 cape"
  3276.     sell(100) of "Team-11 cape"
  3277.     sell(100) of "Team-21 cape"
  3278.     sell(100) of "Team-31 cape"
  3279.     sell(100) of "Team-41 cape"
  3280. }
  3281. shop("Zanaris General Store") {
  3282.     operated by ""
  3283.  
  3284.     sell(30) of "Pot"
  3285.     sell(10) of "Jug"
  3286.     sell(10) of "Shears"
  3287.     sell(30) of "Bucket"
  3288.     sell(10) of "Bowl"
  3289.     sell(10) of "Cake tin"
  3290.     sell(10) of "Tinderbox"
  3291.     sell(10) of "Chisel"
  3292.     sell(10) of "Hammer"
  3293.     sell(10) of "Newcomer map"
  3294. }
  3295. shop("Irksol") {
  3296.     operated by ""
  3297.  
  3298.     sell(5) of "Ruby ring"
  3299. }
  3300. shop("Jukat") {
  3301.     operated by ""
  3302.  
  3303.     sell(2) of "Dragon longsword"
  3304.     sell(2) of "Dragon dagger"
  3305. }
  3306. shop("Fairy Fixit's Fairy Enchantment") {
  3307.     operated by ""
  3308.  
  3309. }
  3310. shop("Crossbow Shop (White Wolf Mountain)") {
  3311.     operated by ""
  3312.  
  3313. }
  3314. shop("Trader Stan's Trading Post") {
  3315.     operated by ""
  3316.  
  3317.     sell(5) of "Pot"
  3318.     sell(2) of "Jug"
  3319.     sell(2) of "Shears"
  3320.     sell(3) of "Bucket"
  3321.     sell(2) of "Bowl"
  3322.     sell(2) of "Cake tin"
  3323.     sell(3) of "Tinderbox"
  3324.     sell(2) of "Chisel"
  3325.     sell(5) of "Hammer"
  3326.     sell(5) of "Newcomer map"
  3327.     sell(2) of "Rope"
  3328.     sell(2) of "Knife"
  3329.     sell(15) of "Pineapple"
  3330.     sell(15) of "Banana"
  3331.     sell(10) of "Orange"
  3332.     sell(10) of "Bucket of slime"
  3333.     sell(10) of "Glassblowing pipe"
  3334.     sell(10) of "Bucket of sand"
  3335.     sell(20) of "Seaweed"
  3336.     sell(10) of "Soda ash"
  3337.     sell(20) of "Lobster pot"
  3338.     sell(20) of "Fishing rod"
  3339.     sell(30) of "Swamp paste"
  3340.     sell(20) of "Raw rabbit"
  3341.     sell(5) of "Eye patch"
  3342. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement