Skip to content

This repository serves as the codebase for the mangos lua CLI tool and API documentation

License

Notifications You must be signed in to change notification settings

nate123456/playerbot-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playerbot-lua

playerbot-lua is a World of Warcraft lua scripting API that allows for dynamic automation of Playerbots at runtime. This project aims to enable players to automate every aspect Playerbot combat behavior in order to unlock the potential of Playerbot group members.

playerbot-lua is designed to create a first-class experience for those who wish to write their own lua scripts (and for server administrators supporting their efforts). Using the provided CLI tool playerbot, running playerbot -deploy in a local terminal where scripts are located deploys them to the server. In-game, running .bot ai load loads the scripts into the client's isolated lua environment and begins execution. The entire process takes a few seconds. No rebuilds, redeployments, or restarts of the server needed to facilitate script changes.

Script management uses a new short-lived token authentication system that allows players authorize themselves or others to manage scripts for their account thus alleviating the need to pass private credentials between clients. Tokens expire after 24 hours.

playerbot-lua also allows the usage of characters as Playerbots from accounts other than the developer's account in order to allow raid-size groups to be managed by one master. Usage of a token generated from the source account is required to authorize usage of the account's characters.

Browse the documentation to learn more and get started.

About

This repository serves as the codebase for the mangos lua CLI tool and API documentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages