A Windower 4 addon for Final Fantasy XI that tracks your gil spent while utilizing the Hoxne Ampulla enchantment.
- 📈 Dynamic Visibility: The HUD automatically pops up on your screen when you equip the Hoxne Ampulla, and hides itself as soon as you unequip it to keep your UI clutter-free.
- 🔊 Arcade Audio & Text Milestones:
- Plays register chime sound effects and displays floating milestone flairs when crossing key session milestones (10K, 25K, 50K, 100K, etc.).
- Milestone sounds scale dynamically in length and bell count as the milestones grow.
- A dramatic Windows
tada.wavfanfare triggers when you cross all-time million-gil milestones.
- ⏱️ Rolling Loss Window: Displays your rolling expenditure over the last 15 minutes (or any custom duration defined in
user_settings.recent_interval). Updates dynamically during combat. - 🌙 OLED Burn-in Protection (Auto-Dimming & Muted Colors):
- Auto-Dimming: Fades the HUD opacity smoothly to 30% (alpha 80) after 3 minutes of idle time (no combat, gear changes, or command inputs).
- Instant Wake-up: Wakes up immediately back to 100% opacity (alpha 255) upon any gil loss, equipment change, or command execution.
- Pastel Color Palette: Uses lower-luminance pastel colors (Goldenrod, Coral Red, Sage Green, and Slate Red) to reduce screen stress on OLED monitors/TVs.
- ⚙️ Modular Configuration (user_settings.lua): All fonts, color palettes (RGB tags), milestone values, sound files, and alert texts are completely decoupled into a clean
user_settings.luaconfiguration profile. Users can customize their entire HUD experience without touching any of the core script logic!
- Download or clone this repository.
- Place the
BrokeWatchfolder inside your Windower addons directory:C:\Windower4\addons\ - Load the addon in-game:
(To auto-load on startup, add
//lua load BrokeWatchlua load BrokeWatchto yourWindower4/scripts/init.txt)
Interact with the addon using //broke or //brokewatch:
//broke resetor//broke reset session– Resets current session loss and milestones to 0.//broke reset all– Resets total tossed gil and milestones to 0.//broke show///broke hide– Manually toggle HUD visibility.//broke sound [on/off]– Enable or disable milestone sound chimes.//broke sound set [1/2/5]– Switch and play a preview of the cash register sounds (1, 2, or 5).//broke font– Print current fonts and commands.//broke font header <font_name>– Set the font face for the header.//broke font body <font_name>– Set the font face for the stats body.//broke font size [header/body] <size>– Set the font size for the header or body.
