Collect information on all Shops within the stated area. (See image below)
Information required:
Shop name
Stock
Chunk Location
Requirements for use.
The format can be simply stored in a text file of done directly into the JSON format the program requires, which is as shown:
{
"name": "Name",
"chunkLocation": [2000],
"stock":[""],
"questReqs": [""]
}
Collect information on all Shops within the stated area. (See image below)
Information required:
The format can be simply stored in a text file of done directly into the JSON format the program requires, which is as shown: { "name": "Name", "chunkLocation": [2000], "stock":[""], "questReqs": [""] }