Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect Info on Shops in Kingdom of Misthalin (Lumbridge/Varrock) #8

Open
Little0smit opened this issue Feb 16, 2019 · 0 comments
Open
Labels
good first issue Good for newcomers help wanted Extra attention is needed Non-Code Issue required little to no coding

Comments

@Little0smit
Copy link
Owner

Little0smit commented Feb 16, 2019

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": [""]
  }

20180807025829 misthalin_map

@Little0smit Little0smit added help wanted Extra attention is needed good first issue Good for newcomers Non-Code Issue required little to no coding labels Feb 16, 2019
@Little0smit Little0smit modified the milestone: Bare Bones Release Mar 4, 2019
Little0smit referenced this issue Mar 8, 2019
Split json files into dummyData and realData folders,
Tidied up parse method using filepath variable to shorten try catch.
@Little0smit Little0smit added this to the Chunk Tracker V 1.0 milestone Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed Non-Code Issue required little to no coding
Projects
None yet
Development

No branches or pull requests

1 participant