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.0 — Dashboard 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 (
GoldTophelper, 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 goldConsommables/Enchantementsseparators (theGoldSephelper now returns aplace(y)closure so the Enchantements separator repositions below the variable-height consumables grid) plus a 3-state legend under the title. Toolbox + Alerts (sharedMakeSettingsTree): 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.0 — Kicks & 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 viaNS.L) and showed French on English clients — now localized. - 0.31.0 — Optimization tab: sectioned list with full history + rerolls.
MakeCharListrebuilt 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 inNS.db.peersso you can sim a friend's character in Raidbots even while they're offline. Rerolls now carry a full profile:UpdateMyProfilewritessimc/level/ilvl/specIDintoNS.db.myChars[charKey](andRefreshTrackedItemsnow merges rather than overwrites, preserving the stored SimC), so your alts show up with a usable code.FillDetailfalls back tomyCharsfor reroll keys; the "Actualiser" button shows a hint for rerolls (nothing to request over the network — log the char to regenerate).