Bastion aims to serve as a highly performant, simplisitic, and expandable World of Warcraft data visualization framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CiscOH Bellic 567a877b36 "Added default value for 'divisor' parameter in RandomNumberGenerator function and simplified return statement." 2 years ago
scripts "Added default value for 'divisor' parameter in RandomNumberGenerator function and simplified return statement." 2 years ago
src "Added new functions to Environment.lua and updated _bastion.lua to include Locale and Load '@Locales/'" 2 years ago
.gitignore "Added exception for scripts/Locales in .gitignore" 2 years ago
README.md Update 'README.md' 3 years ago

README.md

Bastion aims to be a highly performant and complete World of Warcraft data visualization layer, as such developers may leverage it to create combat rotations, gathering bots, quest bots, and much more!

Pull requests are welcome and encouraged, however I do ask that scripts such as rotations live in their own repository, for the moment the included restoration druid rotation is the exception as it serves as a learning resource for developers to reference in creating their own scripts.

Feel free to browse around the Wiki or just start by reading the code!

Quick Start

  • Download or clone the repository.
  • Move the bastion folder to your Tinkr/scripts folder.
  • Once in-game type /bastion toggle to enable the engine.

Developer Information