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.
Ofrex af42c47429 SPriest and GUI 2 years ago
libs StdUI libs and UI lua 2 years ago
scripts SPriest and GUI 2 years ago
src SPriest and GUI 2 years ago
.gitignore Init 2 years ago
README.md Update README.md 2 years ago

README.md

All credit to 4n0n for creating the Bastion framework!

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!

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 interface to open the main menu.

Latest changes

  • Added Unit:IsIndoors() to Unit.lua
  • Changed _bastion.lua to not automatically load all modules
  • Added class/spec checks to _bastion.lua to only load the class/spec you're in game with
  • Implemented GUI though Gui.lua based on Kaminaris StdUI - https://github.com/kaminaris/StdUi