Code Monkey home page Code Monkey logo

osbot-npc-dumper-plugin's Introduction

OSBot Npc Dumper Plugin (1.1)

A simple plugin for OSBot that dumps npc spawns into JSON format.

Features

  • Excludes pets
  • Excludes hidden npcs
  • Exports to JSON
  • Determines npcs walking distance depending on how far they walk from when the program initially picks them up.
  • Determines the npcs facing direction (NORTH, EAST, SOUTH, WEST) depending on their rotation.

How to use

  1. Download plugin
  2. Place plugin in OSBot/Scripts folder
  3. Login to Old School RuneScape with OSBot
  4. Refresh plugins
  5. Start the plugin
  6. Walk around RuneScape (Get npcs you want dumped in range of your minimap)
  7. Stop the plugin to see the spawns.
  8. The spawns are located in the OSBot/Data folder.

Notes

  • Dump areas of npcs at once for accurate results. If you switch worlds and try to dump the same area again you'll get duplicate npcs because npc's have different global ids.
  • Rotation is not entirely accurate because players change the rotation of npcs by clicking on them.

Format

[
	{
		"id": 5810,
		"position": {
			"x": 2932,
			"y": 3287,
			"z": 0
		},
		"facing": "NORTH",
		"radius": 0
	},
	{
		"id": 2806,
		"position": {
			"x": 2932,
			"y": 3276,
			"z": 0
		},
		"facing": "EAST",
		"radius": 2
	}
]

osbot-npc-dumper-plugin's People

Contributors

cadamsdev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.