MephisTools / AutoTathamet

Create Diablo2 bots with a powerful, stable, and high level JavaScript API.
MIT License
17 stars 3 forks source link
ai bot diablo2 network

AutoTathamet

NPM version Build Status Discord Chat Try it on gitpod

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

Features

Roadmap

Usage

const { createBot } = require('autotathamet')

async function start () {
  const bot = await createBot({
    host: 'battlenetIp',
    username: 'myUser',
    password: 'myPassword',
    version: '1.14',
    keyClassic: 'my16CharsKey',
    keyExtension: 'my16CharsKey'
  })
  await bot.selectCharacter('mycharacter')
  await bot.createGame('mygame', '', 'game server', 0)
}

start()

Documentation