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

rom1504/AutoTathamet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published