autotathamet

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

Usage no npm install needed!

<script type="module">
  import autotathamet from 'https://cdn.skypack.dev/autotathamet';
</script>

README

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