Avatar Continued

Avatar Continued displays a live 3D model of your character in a moveable, customizable frame on your screen.

File Details

Avatar Continued V1.4

  • R
  • Jul 7, 2026
  • 147.47 KB
  • 19
  • 12.0.7
  • Retail

File Name

Avatar-V1.4.zip

Supported Versions

  • 12.0.7

---
🎯 Fix: Avatar Shows Mount After Rostrum of Transformation

- Problem: After customizing mounts at the Rostrum, your avatar would display the mount instead of your character until you opened settings
- Fix: The UNIT_MODEL_CHANGED event now always re-applies equipment when your player model changes — no more waiting for settings panel to refresh

---
🖱️ Settings Panel: Movable & Cleaner

- Draggable window: Click and drag the title bar to move the settings panel anywhere
- Hidden scrollbars: Center settings column no longer shows ugly scrollbars
- Close button: X button in title bar works properly
- ESC to close: Panel registers with WoW's special frames (Esc closes it)

---
⚡ Live Preview: Real-Time Equipment Updates

- Before: Toggling "Show Weapon" / "Show Armor" / etc. updated the main avatar but not the live preview in settings
- Now: Every equipment toggle (weapon, armor, tabard, shirt, helm, pants) instantly updates the preview model

---
đź‘– New: "Get Ya Pants Off" Option

- Location: Settings → Display category
- What it does: Check the box → pants hidden. Uncheck → pants shown
- Independent: Works separately from "Show Armor" — you can show armor but hide just the legs
- Live preview: Updates instantly in the settings panel preview

---
đź”§ Under the Hood

- Added show.pants to profile defaults (core.lua)
- Added avatar_show_pants setting with inverted logic (checked = hide) (settings.lua)
- Updated both main avatar (RefreshEquipmentToggle) and preview (RefreshEquipmentOnModel) to respect the new toggle
- Settings API now properly syncs checkbox state ↔ AceDB profile ↔ live model

---