This package has been deprecated

Author message:

please use autotathamet instead, this package has been renamed

pathofbot

1.0.1 • Public • Published

PathOfBot

NPM version Build Status

Create Diablo2 bots with a powerful, stable, and high level JavaScript API.

Features

  • chat
  • follow
  • pick up items

Roadmap

  • map
  • inventory

Usage

const { createBot } = require('pathofbot')
 
async function start () {
  const bot = await createBot({
    host: '198.98.54.85',
    username: 'myusername',
    password: 'mypassword'
  })
  await bot.selectCharacter('mycharacter')
  await bot.createGame('mygame', '', 'game server', 0)
}
 
start()
 

Documentation

  • See docs/API.md

/pathofbot/

    Package Sidebar

    Install

    npm i pathofbot

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    71.3 kB

    Total Files

    22

    Last publish

    Collaborators

    • rom1504