Skip to content

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

License

Notifications You must be signed in to change notification settings

MephisTools/AutoTathamet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoTathamet

NPM version Build Status Discord Chat Try it on gitpod

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: 'myUser',
    password: 'myPassword',
    version: '1.14',
    keyClassic: 'my16CharsKey',
    keyExtension: 'my16CharsKey'
  })
  await bot.selectCharacter('mycharacter')
  await bot.createGame('mygame', '', 'game server', 0)
}

start()

Documentation

  • See docs/API.md

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published