File Details
ConsumableMacro_1.6.6.zip
- R
- Jun 6, 2026
- 138.38 KB
- 63
- 12.0.7+1
- Retail
File Name
ConsumableMacro_1.6.6.zip
Supported Versions
- 12.0.7
- 12.0.5
1.6.6
Fixed
- IE selection frame (Export/Import) and Reset frame now anchor to the right of the Options frame instead of centering on screen — consistent with how the Options frame anchors to the main frame.
CreateMacroguard corrected —charMacros < 18was wrongly blocking account-wide macro creation when per-character slots were full. SinceisLocal=false, onlyaccountMacros < 120is the relevant limit.UpdateReminderFramenow recalculates frame height after updating text, matching the logic inOnShow. Previously, if the hint line appeared or disappeared during a bag update, the frame height stayed stale and the layout broke.- Redundant
S:HandleButtoncall on the reminder Okay button removed fromApplyElvUISkin— the button is already skinned at frame creation time inGetReminderFrame, consistent with the skinning-at-creation pattern.
Changed
ExportString(filter)accepts an optional filter table{ [tabKey] = true }— only matching tabs are included. Passing nil exports all tabs with items (original behaviour).ApplyImport(parsed, filter)accepts an optional filter table — only matching tabs are overwritten. Passing nil applies all tabs in the parsed string (original behaviour).- StaticPopup
CM_IMPORT_CONFIRMremoved — the IE selection frame now serves as the confirmation step for imports.
Cleanup
- Dead variable
CM.SKIP_TABSremoved — declared inCore.luabut never referenced in any file.CM.REMINDER_SKIPandCM.MINCOUNT_SKIPare the active tables. - Misleading comment above the skip tables corrected.

