Ashita v4 addon for FFXI / HorizonXI. Throws sunglasses on the screen — tames the Dunes (and any other retina-incinerator).
A configurable fullscreen tint overlay with auto-enable in famously bright zones.
Drop the shades folder into your Ashita addons/ directory, then in-game:
/addon load shades
To auto-load on launch, add /addon load shades to your boot script.
| Command | Description |
|---|---|
/shades or /sh |
Toggle on/off |
/shades on | off |
Force state |
/shades opacity <0..100> |
Darkness (percent) |
/shades tint <name> |
neutral | amber | smoke | blue | gray | rose |
/shades rgb <r> <g> <b> |
Custom tint (0..1 each) |
/shades auto on|off |
Auto-enable in bright zones |
/shades zones |
List known bright zones |
/shades ui |
Open config window |
/shades status |
Show current settings |
- enabled: off
- opacity: 35%
- tint: amber (classic sunglasses warmth)
- auto-zone: on — turns on automatically in:
- Valkurm Dunes
- Tahrongi Canyon
- Konschtat Highlands
- Buburimu Peninsula
Settings persist via Ashitas standard settings module.
Edit the BRIGHT_ZONES table at the top of shades.lua:
local BRIGHT_ZONES = {
[103] = 'Valkurm Dunes',
[115] = 'Tahrongi Canyon',
-- add more here
}MIT.