File Details
0.5
- R
- Mar 30, 2026
- 1.27 MB
- 7
- 12.0.5+2
- Retail
File Name
Fuloh_QoL-0.5.zip
Supported Versions
- 12.0.5
- 12.0.1
- 12.0.0
lightweight tag 964fc804c3ddaa27700246bd094516dda324d8e6 0.5
Author: FloMoit <kororo@free.fr>
Date: Mon Mar 30 13:08:42 2026 +0200
commit 964fc804c3ddaa27700246bd094516dda324d8e6
Author: FloMoit <kororo@free.fr>
Date: Mon Mar 30 13:08:42 2026 +0200
feat: greet on LFG Dungeon Finder merge when already in a group
Listen for LFG_PROPOSAL_SUCCEEDED to set a pendingLFGMerge flag, then
fire the greeting on the next GROUP_ROSTER_UPDATE or PLAYER_ENTERING_WORLD.
Bypasses state-transition checks in GetGreetingChannel, which don't trigger
when the player is already in a home group before the merge.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
commit 2b0cd1aed3e244ba51b2400c6a9a44e34a9ea7ce
Author: FloMoit <kororo@free.fr>
Date: Mon Mar 30 11:41:54 2026 +0200
feat: print group join/update info to chat in JoinedGroupReminder
Adds a local chat message when joining a group or when the active listing
changes, showing the dungeon name and group name.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
commit dc56793ca095e9bcbe09250cc7b749564e0209a4
Author: FloMoit <kororo@free.fr>
Date: Mon Mar 30 11:32:33 2026 +0200
feat: add hover tooltips on settings checkboxes
Each feature now exposes a tooltip field; Core.lua wires OnEnter/OnLeave
to show a GameTooltip anchored right of the checkbox.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
commit c04ae8c7afb4fd7ce1d55ac7d43e435924244772
Author: FloMoit <kororo@free.fr>
Date: Mon Mar 30 11:27:04 2026 +0200
feat: add MageFoodReminder feature
Reminds healers to stock Mage Food (item 113509) on entering a Mythic
dungeon when fewer than 20 are in bags. Shows a gold-accent normal style
for low counts and a red alert style for zero. Click to dismiss; auto-
hides on combat or M+ timer start.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>