-
Notifications
You must be signed in to change notification settings - Fork 3
02‐⚙️Getting Started
- Download the
Aegis_SBRfolder. - Place the folder directly into your World of Warcraft directory under:
Interface\AddOns\(Ensure the folder name matches the.tocfile exactly:Interface\AddOns\Aegis_SBR\) - Log into the game. Make sure "Load OutofDate AddOns" is checked if prompted.
Note: The
Aegis_SBRfolder includes anIcons\subfolder (the UI skin's bundled textures — switches, sliders, buttons, pills, and section cards) and aFonts\subfolder (the UI skin's typeface, PT Sans Narrow, OFL-licensed —Fonts\OFL.txt). Keep both intact — if you copy files by hand, make sureIcons\andFonts\come along. IfFonts\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 oldInterface\AddOns\AutoRota\folder so both never load at once. Your per-character profiles migrate automatically on first login (AutoRotaDB→AegisDB, with the old data kept as a rollback backup for a few versions). Back up yourWTF\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.lua→Aegis_SBR.luain the same folder (clients that keep per-character variables in one combinedSavedVariables.luawon't need this) — then log back in./sbris the new primary command (also/aegis);/arkeeps working as a legacy alias for now.
-
🔮
SuperWoWUnlocks 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 MacrosEnhanced macro addon for World of Warcraft 1.12.1 (Vanilla/Turtle WoW) with dynamic tooltips, conditional execution, and extended syntax. ↳ SuperCleveRoidMacros | SuperCleveRoid Macro Wiki