1.0.1 • Published 5 years ago

autotathamet v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

AutoTathamet

NPM version Build Status Discord Chat

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('autotathamet')

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

start()

Documentation

  • See docs/API.md