Jump to content

Seyton

Members
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Seyton's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. I thought for about it for a few minutes, but I'd guess they've hard coded the actual coordinates of areas like banks as well as a bunch of coordinate pairs which are within distance of each other. Like if Varrock Bank is at coords (a,b,c) and you are at (d,e,f), the bot looks to some data file and finds that your (d,e,f) coords are within a screen of (d+7,e-5,f+1) which itself is within a screen of (d+15,e-8,f+4). etc, etc Maybe looking something like this in a data file: [(d+7,e-5,f+1),(d+15,e-8,f+4)] : distance Where 'distance' would be the actual distance between the two points. Take your pick for solving this problem from (d,e,f) to (a,b,c): https://en.wikipedia.org/wiki/Shortest_path_problem
  2. Thanks for posting, this is pretty nice
  3. Seyton

    What's up

    Oh yeah I figure, but I'm more just looking to go through the API docs. Looking at implementations, even if they won't survive a day ingame, just helps out for learning
  4. Seyton

    What's up

    I've been able to find a few, thanks mate
  5. Seyton

    What's up

    Hi, I'm a senior in Comp Sci and got back into Runescape last week. Has anyone ever put together a github repo of some open sourced scripts? It'll probably help jump start my learning. -Seyton
×
×
  • Create New...