Skip to content

02‐⚙️Getting Started

Torchlite edited this page Jul 25, 2026 · 3 revisions

⚙️ Installation

  1. Download the Aegis_SBR folder.
  2. Place the folder directly into your World of Warcraft directory under: Interface\AddOns\ (Ensure the folder name matches the .toc file exactly: Interface\AddOns\Aegis_SBR\)
  3. Log into the game. Make sure "Load OutofDate AddOns" is checked if prompted.

Note: The Aegis_SBR folder includes an Icons\ subfolder (the UI skin's bundled textures — switches, sliders, buttons, pills, and section cards) and a Fonts\ subfolder (the UI skin's typeface, PT Sans Narrow, OFL-licensed — Fonts\OFL.txt). Keep both intact — if you copy files by hand, make sure Icons\ and Fonts\ come along. If Fonts\ is missing the window falls back to the client's default font.

First install / after an update that adds textures: the 1.12 client only scans for new texture files at login, so do a full relog (log out to character select and back in) rather than just /reload — otherwise custom art may not appear.

Upgrading from AutoRota (pre-0.14.0)? The addon folder is now Aegis_SBR — remove the old Interface\AddOns\AutoRota\ folder so both never load at once. Your per-character profiles migrate automatically on first login (AutoRotaDBAegisDB, with the old data kept as a rollback backup for a few versions). Back up your WTF\ folder before the first login on 0.14.0. If your profiles don't appear: log fully out and copy your character's old saved-variables file — WTF\Account\<ACCOUNT>\<Realm>\<Character>\SavedVariables\AutoRota.luaAegis_SBR.lua in the same folder (clients that keep per-character variables in one combined SavedVariables.lua won't need this) — then log back in. /sbr is the new primary command (also /aegis); /ar keeps working as a legacy alias for now.

⚠️ Required

  • 🔮 SuperWoW Unlocks advanced client capabilities and expanded Lua functionality for modern addons. ↳ SuperWoW Release | Features Wiki | SuperAPI Addon

  • NamPower (v4.6.1) Handles text enhancement and native spell-queuing for smoother combat rotations. ↳ Nampower Release | Nampower Addon

  • 🔋 UnitXP_SP3 (v89 Stable) UnitXP Service Pack 3 Allows custom addons to accurately detect if players or enemies are in your line of sight or out of range. ↳ UnitXP_SP3

  • 🏗️ SuperCleveRoid Macros Enhanced macro addon for World of Warcraft 1.12.1 (Vanilla/Turtle WoW) with dynamic tooltips, conditional execution, and extended syntax. ↳ SuperCleveRoidMacros | SuperCleveRoid Macro Wiki

Clone this wiki locally