Asylum Companion

An all-in-one, peer-to-peer toolkit for a premade group: SimC profiles, a live interrupt tracker and an OmniCD-style cooldown board, buff & durability checks, loot tips, Great Vault sharing, a keystone assistant and a quality-of-life toolbox.

File Details

AsylumCompagnon_0.33.zip

  • B
  • Jul 10, 2026
  • 2.15 MB
  • 6
  • 12.0.7
  • Retail

File Name

AsylumCompagnon_0.33.zip

Supported Versions

  • 12.0.7
  • 0.33.0Dashboard alignment + gold accents, Buffs separators, tighter Toolbox/Alerts. Home dashboard: cards realigned onto a clean 3-column grid (the right column — Your readiness / Friends online — now shares the exact left edge, x=402, of the bottom "Recent M+ runs" card; banner width 372→370, right cards 180→181 wide at x=402, runs card 182→181), each data card gets a subtle gold top accent (GoldTop helper, gold at 0.6 alpha). The redundant sync status (top-right) is replaced by the character's gold amount with the coin icon (GetMoney()/10000, BreakUpLargeNumbers). Buffs & Auras: reworked from a raw block into gold Consommables / Enchantements separators (the GoldSep helper now returns a place(y) closure so the Enchantements separator repositions below the variable-height consumables grid) plus a 3-state legend under the title. Toolbox + Alerts (shared MakeSettingsTree): tightened vertical rhythm — check item height 28→22, stepper 52→46, button 30→26, inter-section gap 8→6 — removing the big empty gap between an option and the next section title.
  • 0.32.0Kicks & Cooldowns menus redesigned with gold separators. New reusable GoldSep(parent, x, y, w, label, center) helper draws a thin gold divider line with a label (diamond+label+line, or centered line—label—line). Kicks menu (mockup B): settings regrouped into two bordered panels with a gold top accent ("Affichage" / "Activation" — the context toggles now stack vertically under Activation), then gold separators before the "Légende" and "Rotation de kick" sections; elements repositioned accordingly. Cooldowns menu (mockup A): the plain "Blocks" label became a gold "Blocs — afficher / masquer" separator and a new "Classes" separator sits above the class tree (tree shifted down). Two more hardcoded-French strings fixed: the Kicks "Suivis actuellement :" line and the "Detection unavailable (Blizzard restrictions)" message were hardcoded (not via NS.L) and showed French on English clients — now localized.
  • 0.31.0Optimization tab: sectioned list with full history + rerolls. MakeCharList rebuilt into a scrolling, sectioned list (ScrollFrame + pooled headers/rows): My character (top), Group (online members of my party/raid), Guild (online peers not in my group), Rerolls (my other characters), then History (group/guild characters now offline, sorted by last sync). Unlike Inventory, offline peers are kept — their SimC profile persists in NS.db.peers so you can sim a friend's character in Raidbots even while they're offline. Rerolls now carry a full profile: UpdateMyProfile writes simc/level/ilvl/specID into NS.db.myChars[charKey] (and RefreshTrackedItems now merges rather than overwrites, preserving the stored SimC), so your alts show up with a usable code. FillDetail falls back to myChars for reroll keys; the "Actualiser" button shows a hint for rerolls (nothing to request over the network — log the char to regenerate).