Added all shops in Lumbridge, Falador, Edgeville, and Al-Kharid

This commit is contained in:
Arham4
2018-07-26 01:41:59 -05:00
committed by Major-
parent 2080e1e700
commit 0b0f75d622
8 changed files with 299 additions and 8 deletions
@@ -0,0 +1,29 @@
import org.apollo.game.plugin.shops.shop
shop("Edgeville General Store") {
operated by "Shop keeper"(528) and "Shop assistant"(529)
buys any items
sell(5) of "Pot"
sell(2) of "Jug"
sell(2) of "Shears"
sell(3) of "Bucket"
sell(2) of "Bowl"
sell(2) of "Cake tin"
sell(2) of "Tinderbox"
sell(2) of "Chisel"
sell(5) of "Hammer"
sell(5) of "Newcomer map"
}
/**
* TODO make a way to have requirements to open shops. Players have to have finished Dragon Slayer to access
* "Oziach's Armour"
*/
shop("Oziach's Armour") {
operated by "Oziach"
sell(2) of "Rune platebody"
sell(2) of "Green d'hide body"
sell(35) of "Anti-dragon shield"
}